Home
last modified time | relevance | path

Searched refs:Signed (Results 1 – 25 of 37) sorted by relevance

12

/ohos5.0/commonlibrary/rust/ylong_json/src/value/
H A Dnumber.rs32 Signed(i64), enumerator
67 matches!(*self, Self::Signed(_)) in is_signed()
131 Self::Signed(i) => Ok(*i), in try_as_i64()
150 Self::Signed(i) => Ok(*i as f64), in try_as_f64()
168 Number::Signed(x) => write!(f, "{x}"), in fmt()
197 Self::Signed(i as i64)
259 let number1 = Number::Signed(1); in ut_number_clone()
278 assert!(!Number::Signed(1).is_unsigned()); in ut_number_is_unsigned()
294 assert!(Number::Signed(1).is_signed()); in ut_number_is_signed()
310 assert!(!Number::Signed(1).is_float()); in ut_number_is_float()
[all …]
/ohos5.0/docs/zh-cn/contribute/
H A DFAQ.md14 ## `Signed-off-by`相关操作<a name="section-signed-off"></a>
31 2. 该PR提交是否包含 Signed-off-by信息。
51 2. Commits 中未包含 Signed-off-by信息,例如提示:
54 当前检测到如下commit未包含Signed-off-by信息:
63 参考`Signed-off-by`相关操作,添加Signed-off-by信息。格式为:Signed-off-by: user.name <user.email>。
H A D贡献文档.md43 4. 确认无误后,在“扩展信息框”中填写修改意见和补充信息、Signed-off-by邮箱信息触发DCO校验,单击提交审核。
45 例如:Signed-off-by: user.name <user.email> //与DCO签署邮箱保持一致
47 ![](figures/Signed-off-by-example.png)
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Dunion_ark_u_i___number_value.md21 | int32_t [i32](#i32) | Signed integer. |
45 Signed integer.
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.0.9.2/
H A Dchangelogs-multimedia.md249 * Signed 16 bit integer, little endian.
253 * Signed 24 bit integer, little endian.
257 * Signed 32 bit integer, little endian.
/ohos5.0/docs/en/contribute/
H A Ddocumentation-contribution.md45 4. Enter your comments, supplementary information, and Signed-off-by information in the **Extended…
47 Format of Signed-off-by information is as follows:
49Signed-off-by: user.name &lt;user.email&gt; // Note that *user.name* and *user.email* must be the …
51 ![](figures/Signed-off-by-example.png)
H A DFAQ.md28 2. Whether the commits contain Signed-off-by information.
48 2. The commits do not contain Signed-off-by information. The following messages will be displayed:
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.9.2/
H A Dchangelogs-multimedia.md251 * Signed 16 bit integer, little endian.
255 * Signed 24 bit integer, little endian.
259 * Signed 32 bit integer, little endian.
/ohos5.0/docs/zh-cn/application-dev/security/DeviceCertificateKit/
H A Dcertificate-framework-overview.md20 数字证书、数字证书标准X.509(本指导中的"X509"均代指的是X.509)、证书链、TBS(To Be Signed)、CRL(Certificate Revoked List)。
/ohos5.0/drivers/interface/codec/v1_0/
H A DCodecTypes.idl132 AUDIO_SAMPLE_FMT_S16, /**< Signed 16-bit integer, packed. */
133 AUDIO_SAMPLE_FMT_S32, /**< Signed 32-bit integer, packed. */
137 AUDIO_SAMPLE_FMT_S16P, /**< Signed 16-bit integer, planar. */
138 AUDIO_SAMPLE_FMT_S32P, /**< Signed 32-bit integer, planar. */
/ohos5.0/drivers/interface/codec/v2_0/
H A DCodecTypes.idl132 AUDIO_SAMPLE_FMT_S16, /**< Signed 16-bit integer, packed. */
133 AUDIO_SAMPLE_FMT_S32, /**< Signed 32-bit integer, packed. */
137 AUDIO_SAMPLE_FMT_S16P, /**< Signed 16-bit integer, planar. */
138 AUDIO_SAMPLE_FMT_S32P, /**< Signed 32-bit integer, planar. */
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v1_0/foo/codec/v1_0/
H A DCodecTypes.idl132 AUDIO_SAMPLE_FMT_S16, /**< Signed 16-bit integer, packed. */
133 AUDIO_SAMPLE_FMT_S32, /**< Signed 32-bit integer, packed. */
137 AUDIO_SAMPLE_FMT_S16P, /**< Signed 16-bit integer, planar. */
138 AUDIO_SAMPLE_FMT_S32P, /**< Signed 32-bit integer, planar. */
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v2_0/foo/codec/v2_0/
H A DCodecTypes.idl132 AUDIO_SAMPLE_FMT_S16, /**< Signed 16-bit integer, packed. */
133 AUDIO_SAMPLE_FMT_S32, /**< Signed 32-bit integer, packed. */
137 AUDIO_SAMPLE_FMT_S16P, /**< Signed 16-bit integer, planar. */
138 AUDIO_SAMPLE_FMT_S32P, /**< Signed 32-bit integer, planar. */
/ohos5.0/drivers/interface/codec/v3_0/
H A DCodecTypes.idl151 AUDIO_SAMPLE_FMT_S16, /**< Signed 16-bit integer, packed. */
152 AUDIO_SAMPLE_FMT_S32, /**< Signed 32-bit integer, packed. */
156 AUDIO_SAMPLE_FMT_S16P, /**< Signed 16-bit integer, planar. */
157 AUDIO_SAMPLE_FMT_S32P, /**< Signed 32-bit integer, planar. */
/ohos5.0/docs/en/application-dev/webgl/
H A Dwebgl-2d-guidelines.md49 | GLbyte | byte | Signed integer represented by 2's complement of 8 bits (one byt…
50 | GLshort | short | Signed integer represented by 2's complement of 16 bits. …
51 | GLint | long | Signed integer represented by 2's complement of 32 bits. …
57 | GLuint | unsigned short | Signed integer represented by 2's complement of 32 bits. …
/ohos5.0/docs/en/application-dev/security/
H A Dhapsigntool-guidelines.md192 … ├── -outFile # Signed profile to generate, in p7b format. This parameter is mandatory.
199 ├── -inFile # Signed profile in p7b format. This parameter is mandatory.
218 ├── -outFile # Signed app package to generate. It is mandatory.
227 …├── -inFile # Signed file, which can be an app package, an elf file, or a bin file. This …
228 ├── -outCertchain # Signed certificate chain file. It is mandatory.
341 … ├── -outFile # Signed profile to generate, in p7b format. This parameter is mandatory.
379 …├── -profileFile # Signed profile in p7b format. Enter the profile generated. This parameter …
382 ├── -outFile # Signed file to generate. It is mandatory.
H A Dhapsigntool-overview.md11 …igning of apps/services. For details, see [Having Your App Automatically Signed](https://developer…
/ohos5.0/docs/en/application-dev/security/DeviceCertificateKit/
H A Dcertificate-framework-overview.md24 - To Be Signed (TBS)
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-security-sigverify.md62 For details, see [Having Your App Automatically Signed](https://developer.harmonyos.com/en/docs/doc…
/ohos5.0/commonlibrary/rust/ylong_json/src/
H A Dadapter.rs219 Box::into_raw(Box::from(JsonValue::Number(Number::Signed(number)))) as *mut YlongJson in ylong_json_create_int_number()
259 Ok(n) => matches!(n, Number::Signed(_) | Number::Unsigned(_)) as c_int, in ylong_json_is_int_number()
284 Number::Signed(i) => *value = *i as c_double, in ylong_json_get_double_value_from_number()
309 Number::Signed(i) => *value = *i as c_longlong, in ylong_json_get_int_value_from_number()
350 *number = Number::Signed(value); in ylong_json_set_int_value_to_number()
/ohos5.0/drivers/interface/audio/v4_0/
H A DAudioTypes.idl477 boolean ecIsSignedData; /**< Signed or unsigned flag of audio data */
525 boolean isSignedData; /**< Signed or unsigned flag of audio data */
/ohos5.0/drivers/interface/distributed_audio/audio/v1_0/
H A DAudioTypes.idl372 boolean isSignedData; /**< Signed or unsigned flag of audio data */
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/distributed_audio_audio_v1_0/foo/distributed_audio/audio/v1_0/
H A DAudioTypes.idl367 boolean isSignedData; /**< Signed or unsigned flag of audio data */
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/audio_v1_0/foo/audio/v1_0/
H A DAudioTypes.idl385 boolean isSignedData; /**< Signed or unsigned flag of audio data */
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/audio_v2_0/foo/audio/v2_0/
H A DAudioTypes.idl394 boolean isSignedData; /**< Signed or unsigned flag of audio data */

12