/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/utils/test/ |
H A D | test_locks.cpp | 136 std::atomic<bool> executing = false; member 148 bool prev = data->executing.exchange(true); in ExclusiveLockMultiCb() 158 data->executing = false; in ExclusiveLockMultiCb() 224 data->executing.exchange(true); in MainSharedLockMultiCb() 231 data->executing = false; in MainSharedLockMultiCb() 250 data->executing = false; in SharedLockMultiCb()
|
/ohos5.0/docs/zh-cn/application-dev/performance/ |
H A D | performance-optimization-using-aot.md | 34 Logger.info(TAG, "computeNBodyByTaskPool: start executing") 46 Logger.info(TAG, 'computeNBodyByTaskPool: finish executing')
|
/ohos5.0/docs/en/application-dev/arkts-utils/ |
H A D | module-principle.md | 5 …tiple modules (files or fragments) and loading, parsing, combining, and executing these modules us… 11 …e leftmost subtree of the module diagram, executing the modules, then executing their peers, and t…
|
H A D | arkts-runtime-overview.md | 9 - Execution Subsystem: contains the interpreter for executing Ark bytecode, fast path inline cache,…
|
H A D | worker-communicates-with-mainthread.md | 10 1. First, create a Worker for executing multiple tasks.
|
/ohos5.0/commonlibrary/rust/ylong_json/docs/ |
H A D | user_guide.md | 148 // After executing this code, the contents of the table are as follows: 157 // After executing this code, the contents of the table are as follows: 167 // After executing this code, the json_value member "no_such_key" has been added, 180 // After executing this code, the length of the array member of `json_value` becomes 4, 193 // After executing this code, the array member of `json_value` becomes of type Object 207 // After executing this code, the key member of `json_value` becomes of type Array,
|
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/ |
H A D | README.md | 91 Instructions for executing command parameters: 98 After executing the test instructions, the console will automatically generate test results.
|
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-app-appstartup-startupConfig.md | 23 | timeoutMs | number | Yes| Yes| Timeout for executing all startup tasks. The default value is 1000…
|
/ohos5.0/docs/en/application-dev/web/ |
H A D | web-content-scrolling.md | 5 …be interrupted by gestures. You can forcibly interrupt the animation by executing an animation who…
|
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsVSCode/ |
H A D | vsc-extension-quickstart.md | 9 …called the very first time your extension is activated (in this case by executing the command). In…
|
/ohos5.0/docs/en/application-dev/napi/ |
H A D | jsvm-introduction.md | 5 … JS engine capabilities, including creating and destroying a JS engine, executing JS code, and imp…
|
H A D | jsvm-debugger-cpuprofiler-heapsnapshot.md | 116 // Enable the Debugger before executing the JS code. 153 3. Enable the inspector port and connect to devtools for debugging.<br>Before executing the JS code… 186 1. Before executing the JS code, call **OH_JSVM_StartCpuProfiler** to start sampling and return a *…
|
H A D | jsvm-data-types-interfaces.md | 370 Before executing JS code, you need to create a avaScript virtual machine (JSVM) and JS context. 1185 …whether the value passed in is **Undefined**. This API is equivalent to executing JS code **value … 1186 …her the value passed in is a **Null** object. This API is equivalent to executing JS code **value … 1187 …value passed in is **Null** or **Undefined**. This API is equivalent to executing JS code **value … 1188 …ether the value passed in is a Boolean value. This API is equivalent to executing JS code **typeof… 1189 …ecks whether the value passed in is a number. This API is equivalent to executing JS code **typeof… 1190 …ecks whether the value passed in is a string. This API is equivalent to executing JS code **typeof… 1191 …ecks whether the value passed in is a symbol. This API is equivalent to executing JS code **typeof… 1192 …ks whether the value passed in is a function. This API is equivalent to executing JS code **typeof… 1194 …ecks whether the value passed in is a BigInt. This API is equivalent to executing JS code **typeof…
|
H A D | use-napi-about-custom-asynchronous-operations.md | 20 … thread. You can use **napi_async_init** to create an async context for executing the task, and us…
|
/ohos5.0/docs/en/application-dev/device/sensor/ |
H A D | sensor-overview-as.md | 23 … the sensor list, subscribing to or unsubscribing from sensor data, and executing control commands…
|
/ohos5.0/docs/en/application-dev/reference/common/ |
H A D | jsvm_8h.md | 87 …| Allocates a default JavaScript object. This function is equivalent to executing **new Object()**… 187 …whether the value passed in is **Undefined**. This API is equivalent to executing JavaScript code … 188 …her the value passed in is a **Null** object. This API is equivalent to executing JavaScript code … 189 …value passed in is **Null** or **Undefined**. This API is equivalent to executing JavaScript code … 190 …ether the value passed in is a Boolean value. This API is equivalent to executing JavaScript code … 191 …ecks whether the value passed in is a number. This API is equivalent to executing JavaScript code … 192 …ecks whether the value passed in is a string. This API is equivalent to executing JavaScript code … 193 …ecks whether the value passed in is a symbol. This API is equivalent to executing JavaScript code … 194 …ks whether the value passed in is a function. This API is equivalent to executing JavaScript code … 196 …ecks whether the value passed in is a BigInt. This API is equivalent to executing JS code **typeof…
|
/ohos5.0/docs/en/application-dev/application-models/ |
H A D | abilitystage.md | 58 …ys. For example, the system may stop applications to release memory for executing key tasks. To fu…
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-sensor-overview.md | 12 … the sensor list, subscribing to or unsubscribing from sensor data, and executing control commands…
|
/ohos5.0/docs/en/device-dev/kernel/ |
H A D | kernel-small-debug-shell-guide.md | 68 …the same command keyword. Otherwise, only one command is executed. When executing user commands sh…
|
/ohos5.0/docs/en/application-dev/application-test/ |
H A D | arkxtest-guidelines.md | 10 …nit test framework offers such features as identifying, scheduling, and executing test scripts, as… 219 | timeout | Timeout interval for executing a test case. … 264 Example 6: Set the timeout interval for executing a test case. 332 | OHOS_REPORT_STATUS: consuming | Time spent in executing the current test case, in milliseconds.| 352 | taskconsuming| Total time spent in executing the current test case, in milliseconds.|
|
/ohos5.0/docs/en/application-dev/performance/ |
H A D | improve-application-cold-start-speed.md | 61 Before executing code, an application must find and load all imported modules. Naturally, each addi… 250 …ocesses the time-consuming computing task in **aboutToAppear** to avoid executing the operation in…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | js-apis-graphics-displaySync.md | 172 …ontext.md#runscopedtask) of **UIContext** to specify the UI context for executing the **start()** …
|
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/ |
H A D | relational__store_8h.md | 108 …t \*trxId) | Starts a transaction and obtains the transaction ID before executing an SQL statement… 124 …_Store](_o_h___rdb___store.md) \*store) | Starts the transaction before executing the SQL statemen…
|
/ohos5.0/docs/en/readme/ |
H A D | ARK-Runtime-Subsystem.md | 28 …The execution subsystem consists of the interpreter for executing bytecode, the inline caching, an…
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | arkts-animator.md | 58 4. After the animation has finished executing, manually release the **AnimatorResult** object.
|