Home
last modified time | relevance | path

Searched refs:equivalent (Results 1 – 25 of 92) sorted by relevance

1234

/ohos5.0/docs/en/application-dev/reference/common/
H A Djsvm_8h.md87 …e) \*result) | Allocates a default JavaScript object. This function is equivalent to executing **n…
108 …_m.md#jsvm_value) value, bool \*result) | Gets the C Boolean primitive equivalent of a given JavaS…
109 …value) value, double \*result) | Gets the C double-precision primitive equivalent of a given JavaS…
114 …m.md#jsvm_value) value, int32_t \*result) | Gets the C int32 primitive equivalent of a given JavaS…
115 …m.md#jsvm_value) value, int64_t \*result) | Gets the C int64 primitive equivalent of a given JavaS…
119 ….md#jsvm_value) value, uint32_t \*result) | Gets a C uint_32 primitive equivalent of a given JavaS…
188 …| Checks whether the value passed in is a **Null** object. This API is equivalent to executing Jav…
191 …sNumber) | Checks whether the value passed in is a number. This API is equivalent to executing Jav…
192 …sString) | Checks whether the value passed in is a string. This API is equivalent to executing Jav…
193 …sSymbol) | Checks whether the value passed in is a symbol. This API is equivalent to executing Jav…
[all …]
H A D_j_s_v_m.md3275 | result | C int64_t primitive equivalent of the given JavaScript BigInt.|
3303 | result | C uint64_t primitive equivalent of the given JavaScript BigInt.|
3350 Gets the C Boolean primitive equivalent of a given JavaScript Boolean.
3360 | result | C Boolean primitive equivalent of a given JavaScript Boolean.|
3377 Gets the C double-precision primitive equivalent of a given JavaScript number.
3431 Gets the C int32 primitive equivalent of a given JavaScript number.
3441 | result | C int32 primitive equivalent of a given JavaScript number.|
3458 Gets the C int64 primitive equivalent of a given JavaScript number.
3468 | result | C int64 primitive equivalent of a given JavaScript number.|
3572 Gets the C uint_32 primitive equivalent of a given JavaScript number.
[all …]
/ohos5.0/docs/en/application-dev/napi/
H A Duse-jsvm-about-bigint.md22 | OH_JSVM_GetValueBigintInt64 | Obtains the C int64_t primitive equivalent of the given JS BigInt.…
23 | OH_JSVM_GetValueBigintUint64 | Obtains the C uint64_t primitive equivalent of the given JS BigInt…
184 Use **OH_JSVM_GetValueBigintUint64** to obtain the C uint64_t primitive equivalent of the given JS …
277 Use OH_JSVM_GetValueBigintInt64 to obtain the C int64_t primitive equivalent of the given JS BigInt…
H A Duse-jsvm-basic-data-types.md19 | OH_JSVM_GetValueUint32 | Obtains the C Uint32 primitive equivalent of the given JS number. |
20 | OH_JSVM_GetValueInt32 | Obtains the C Int32 primitive equivalent of the given JS number. |
21 | OH_JSVM_GetValueInt64 | Obtains the C Int64 primitive equivalent of the given JS number. |
22 | OH_JSVM_GetValueDouble | Obtains the C Double primitive equivalent of the given JS number. |
H A Djsvm-data-types-interfaces.md1087 |OH_JSVM_GetValueBool | Obtains the C Boolean primitive equivalent of the given JS Boolean.|
1088 |OH_JSVM_GetValueDouble | Obtains the C Double primitive equivalent of the given JS number.|
1089 |OH_JSVM_GetValueBigintInt64 | Obtains the C Int64_t primitive equivalent of the given JS BigInt.|
1090 |OH_JSVM_GetValueBigintUint64 | Obtains the C Uint64_t primitive equivalent of the given JS BigInt.|
1093 |OH_JSVM_GetValueInt32 | Obtains the C Int32 primitive equivalent of the given JS number.|
1094 |OH_JSVM_GetValueInt64 | Obtains the C Int64 primitive equivalent of the given JS number.|
1098 |OH_JSVM_GetValueUint32 | Obtains the C primitive equivalent (a Uint32) of the given JS number.|
1105 Creates a JS BigInt object from a C Int64 object and obtain the C Int64_t primitive equivalent.
1186 |OH_JSVM_IsNull | Checks whether the value passed in is a **Null** object. This API is equivalent t…
1189 |OH_JSVM_IsNumber | Checks whether the value passed in is a number. This API is equivalent to execu…
[all …]
H A Duse-napi-about-date.md21 | napi_get_date_value | Obtains the C equivalent of the given ArkTS **Date** object.|
66 Use **napi_get_date_value** to obtain the C++ double equivalent of the given ArkTS **Date** object.
H A Duse-jsvm-strict-equals.md5 …are strictly equal (equal in both value and type). The API provided is equivalent to the JS strict…
H A Dnapi-guidelines.md270 // The performance is equivalent to that of operating native C/C++ objects.
278 **napi_create_arraybuffer** is equivalent to **new ArrayBuffer(size)** in JS. The object generated …
446 …freeze** is equivalent to **Object.freeze**. After an object is frozen, all its properties are imm…
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-small-debug-shell-cmd-uname.md32 - Except **--help** and **-a**, other parameters can be used together. **uname -a** is equivalent t…
H A Dkernel-small-debug-shell-net-ping.md23 | -f | Pings an IPv4 address in implicit mode. The default parameter configuration is equivalent to…
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A D_o_h___native_buffer.md399 | OH_COLORSPACE_LINEAR_BT709 | It is equivalent to **OH_COLORSPACE_LINEAR_SRGB**.|
402 | OH_COLORSPACE_DISPLAY_SRGB | It is equivalent to **OH_COLORSPACE_SRGB_FULL**.|
403 | OH_COLORSPACE_DISPLAY_P3_SRGB | It is equivalent to **OH_COLORSPACE_P3_FULL**.|
404 | OH_COLORSPACE_DISPLAY_P3_HLG | It is equivalent to **OH_COLORSPACE_P3_HLG_FULL**.|
405 | OH_COLORSPACE_DISPLAY_P3_PQ | It is equivalent to **OH_COLORSPACE_P3_PQ_FULL**.|
407 | OH_COLORSPACE_DISPLAY_BT2020_HLG | It is equivalent to **OH_COLORSPACE_BT2020_HLG_FULL**.|
408 | OH_COLORSPACE_DISPLAY_BT2020_PQ | It is equivalent to **OH_COLORSPACE_BT2020_PQ_FULL**.|
H A Ddrawing__text__run_8h.md30 … boundary of a run. The image boundary is related to characters and is equivalent to the visual bo…
/ohos5.0/build/config/
H A Dv8_target_cpu.gni24 # is equivalent to setting --args=`v8_target_cpu="arm64"`. Setting
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/
H A D_r_d_b.md2366 This method is equivalent to **AND** in SQL statements.
2408 This method is equivalent to "(" in SQL statements.
2813 This method is equivalent to ")" in SQL statements.
2842 This method is equivalent to "=" in SQL statements.
3261 This method is equivalent to ">" in SQL statements.
3292 This method is equivalent to ">=" in SQL statements.
3409 This method is equivalent to **IN** in SQL statements.
3573 This method is equivalent to "<" in SQL statements.
3604 This method is equivalent to "<=" in SQL statements.
3738 This method is equivalent to "!=" in SQL statements.
[all …]
/ohos5.0/docs/en/application-dev/ui/
H A Darkts-page-transition-animation.md180 // Return to the previous page, which is equivalent to the pop operation.
231 // Return to the previous page, which is equivalent to the pop operation.
288 // Return to the previous page, which is equivalent to the pop operation.
333 // Return to the previous page, which is equivalent to the pop operation.
H A Djs-framework-js-tag.md48 …nd 320 DPI (a screen density of 2x, with 160 DPI as the base), 1 px is equivalent to 2 physical px.
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/
H A Djs-components-common-mediaquery.md32 @media (height <= 800) { ... }: Range query. CSS level 4 is used, and the statement is equivalent t…
70 …is valid if a media feature is true. The effect of a comma operator is equivalent to that of the *…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js-lite/
H A Djs-lite-framework-syntax-hml.md66 <!-- on:{event} is equivalent to on:{event}.bubble.<sup>5+</sup> -->
70 <!-- grab:{event} is equivalent to grab:{event}.bubble.<sup>5+</sup> -->
/ohos5.0/docs/en/application-dev/security/UniversalKeystoreKit/
H A Dhuks-as-user-sys.md19 …ccessed only after the first unlock of the device by default, which is equivalent to passing in [H…
/ohos5.0/docs/en/application-dev/quick-start/
H A Darkts-new-Provider-and-Consumer.md20 - Using \@Provider with \@Consumer is equivalent to bonding components together. From the perspecti…
49 | Observation capability | Be equivalent to \@Trace. Changes will be synchronized to the cor…
61 | Observation capability | Be equivalent to \@Trace. Changes will be synchronized to the cor…
H A Darkts-new-once.md96 …ge triggers UI re-rendering. In this case, using \@Param and \@Once is equivalent to using \@Local…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/js-service-widget-ui/
H A Djs-service-widget-common-mediaquery.md35 …800) { ... } // Range query. CSS level 4 is used, and the statement is equivalent to that of CSS l…
75 …is valid if a media feature is true. The effect of a comma operator is equivalent to that of the *…
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/safe_block_queue_benchmark_test/
H A Dsafe_block_queue_benchmark_test.cpp140 static void QueuePushFullEquivalent(const int equivalent, benchmark::State& state) in QueuePushFullEquivalent() argument
143 DemoThreadData::shareQueue.Push(equivalent); in QueuePushFullEquivalent()
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_safe_block_queue_tracking.cpp421 static void QueuePushFullEquivalent(const int equivalent) in QueuePushFullEquivalent() argument
424 DemoThreadData::shareQueue.Push(equivalent); in QueuePushFullEquivalent()
/ohos5.0/docs/en/application-dev/security/CryptoArchitectureKit/
H A Dcrypto-rsa-asym-encrypt-decrypt-pkcs1_oaep.md97 … be performed before the init() operation of the Cipher object and are equivalent to those after t…
185 … be performed before the init() operation of the Cipher object and are equivalent to those after t…

1234