Searched full:upon (Results 1 – 25 of 28) sorted by relevance
12
| /arkcompiler/ets_runtime/test/moduletest/stringslice/ |
| D | expect_output.txt | 15 morning is upon u 16 is upon us. 20 The morning is upon us 21 morning is upon us
|
| D | stringslice.js | 23 let str = "The morning is upon us."; // str1 的长度是 23。
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/containers/ |
| D | BlockingQueue.ets | 40 …* The insert operation. Return true upon success and false if no space is currently available, n… 44 * @returns T True upon success and false if no space is currently available.
|
| D | ArrayBlockingQueue.ets | 78 …* The insert operation. Return true upon success and false if no space is currently available, no … 82 * @returns T True upon success and false if no space is currently available.
|
| D | LinkedBlockingQueue.ets | 158 …* The insert operation. Return true upon success and false if no space is currently available, no … 162 * @returns T True upon success and false if no space is currently available.
|
| /arkcompiler/runtime_core/static_core/docs/bc_verification/ |
| D | type_system.md | 9 - Bot() - subtype of all types, subtyping relation is made implicitly upon type creation.
|
| /arkcompiler/runtime_core/docs/bc_verification/ |
| D | type_system.md | 9 - Bot() - subtype of all types, subtyping relation is made implicitly upon type creation.
|
| /arkcompiler/runtime_core/libabckit/include/cpp/headers/arkts/ |
| D | namespace.h | 75 * @return Function that is invoked upon Namespace construction.
|
| /arkcompiler/runtime_core/static_core/runtime/fibers/ |
| D | fiber_context.h | 68 …* to the beginning of func. Upon completion, func should use SwitchContext() to transfer control f…
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/tools/generate-es-checked/ |
| D | README.md | 6 - generates `.ts` file based upon configuration
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/extensions/generators/ets_es_checked/generate-es-checked/ |
| D | README.md | 6 - generates `.ts` file based upon configuration
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/concurrency/ |
| D | 02_concurrency_stdlib.rst | 68 …wait` method never called - an UnhandledExceptionHandler should be called upon the whole program c… 174 either default promise rejection handler will be called upon the whole program completion.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/testing/ |
| D | arktest.ets | 258 * @param message optional string message or Exception to be tested upon the thrown value 288 * @param message optional string message or Error to be tested upon the thrown value 708 * @param message optional string message or Exception to be tested upon the thrown value 718 * @param message optional string message or Error to be tested upon the thrown value
|
| /arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/ |
| D | inheritanceResolution.cpp | 44 // Must stop iterating upon reaching BUILTIN_OBJECT. in GetSuperClassModuleAndClassName()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_string_test.cpp | 702 // 'The morning is upon us.'.slice(4, -2) 706 JSHandle<EcmaString> thisStr = factory->NewFromASCII("The morning is upon us."); in HWTEST_F_L0() 718 JSHandle<EcmaString> test = factory->NewFromASCII("morning is upon u"); in HWTEST_F_L0() 722 // 'The morning is upon us.'.slice(12) 726 JSHandle<EcmaString> thisStr = factory->NewFromASCII("The morning is upon us."); in HWTEST_F_L0() 737 JSHandle<EcmaString> test = factory->NewFromASCII("is upon us."); in HWTEST_F_L0()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/ |
| D | 16_concurrency.rst | 262 rejection handler is called upon the entire program completion.
|
| /arkcompiler/runtime_core/static_core/runtime/coroutines/ |
| D | stackful_coroutine_worker.h | 231 …* scheduled for execution too. Upon that, the control flow will get back to this function and it w…
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| D | gc.h | 353 … * (=BuffersKeepingFlag::DELETE) pre and post barrier buffers upon OnThreadTerminate() completion 360 /// Performs the actions that are required upon thread creation (if any)
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_arraybuffer.h | 247 * @param finalizerFunction user-provided function to call upon finalization.
|
| /arkcompiler/toolchain/websocket/server/ |
| D | websocket_server.cpp | 399 // "The server MUST close the connection upon receiving a frame that is not masked." in ValidateIncomingFrame()
|
| /arkcompiler/runtime_core/libabckit/include/c/extensions/arkts/ |
| D | metadata_arkts.h | 121 * @return Function that is invoked upon namespace `ns` construction.
|
| /arkcompiler/runtime_core/static_core/isa/ |
| D | isa.yaml | 43 …A new function frame is created upon the execution of call bytecode. All necessary arguments are c… 47 …Upon return, the callee frame is destroyed. If a function return value is non-void, then it is pas…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/interop_js/ |
| D | 5_js.rst | 1855 …ts an array of 8-bit unsigned integers. The contents are initialized to 0 upon creation. Once esta… 1909 …ll be set to the nearest integer. The array contents are initialized to 0 upon creation. Once esta…
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/extended_features/ |
| D | @arkts.collections.d.ets | 268 * @returns { number } - The new length property of the object upon which the method was called. 310 * @returns { number } The new length property of the object upon which the method was called.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ani/docs/ |
| D | ani.md | 6257 …status code of type `ani_status` indicating success or failure. The resolver is freed upon success. 6270 …status code of type `ani_status` indicating success or failure. The resolver is freed upon success.
|
12