Home
last modified time | relevance | path

Searched full:upon (Results 1 – 25 of 28) sorted by relevance

12

/arkcompiler/ets_runtime/test/moduletest/stringslice/
Dexpect_output.txt15 morning is upon u
16 is upon us.
20 The morning is upon us
21 morning is upon us
Dstringslice.js23 let str = "The morning is upon us."; // str1 的长度是 23。
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/containers/
DBlockingQueue.ets40 …* 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.
DArrayBlockingQueue.ets78 …* 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.
DLinkedBlockingQueue.ets158 …* 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/
Dtype_system.md9 - Bot() - subtype of all types, subtyping relation is made implicitly upon type creation.
/arkcompiler/runtime_core/docs/bc_verification/
Dtype_system.md9 - Bot() - subtype of all types, subtyping relation is made implicitly upon type creation.
/arkcompiler/runtime_core/libabckit/include/cpp/headers/arkts/
Dnamespace.h75 * @return Function that is invoked upon Namespace construction.
/arkcompiler/runtime_core/static_core/runtime/fibers/
Dfiber_context.h68 …* 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/
DREADME.md6 - 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/
DREADME.md6 - generates `.ts` file based upon configuration
/arkcompiler/runtime_core/static_core/plugins/ets/doc/concurrency/
D02_concurrency_stdlib.rst68 …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/
Darktest.ets258 * @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/
DinheritanceResolution.cpp44 // Must stop iterating upon reaching BUILTIN_OBJECT. in GetSuperClassModuleAndClassName()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_string_test.cpp702 // '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/
D16_concurrency.rst262 rejection handler is called upon the entire program completion.
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dstackful_coroutine_worker.h231 …* 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/
Dgc.h353 … * (=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/
Dets_arraybuffer.h247 * @param finalizerFunction user-provided function to call upon finalization.
/arkcompiler/toolchain/websocket/server/
Dwebsocket_server.cpp399 // "The server MUST close the connection upon receiving a frame that is not masked." in ValidateIncomingFrame()
/arkcompiler/runtime_core/libabckit/include/c/extensions/arkts/
Dmetadata_arkts.h121 * @return Function that is invoked upon namespace `ns` construction.
/arkcompiler/runtime_core/static_core/isa/
Disa.yaml43 …A new function frame is created upon the execution of call bytecode. All necessary arguments are c…
47Upon 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/
D5_js.rst1855 …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.ets268 * @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/
Dani.md6257 …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