Searched full:newly (Results 1 – 25 of 80) sorted by relevance
1234
| /arkcompiler/ets_runtime/test/moduletest/typedarrayrelease/ |
| D | typedarrayrelease.js | 23 // This case aims to check whether proto modifying causes out-of-bounds write of the newly generate… 37 // This case aims to check while proto was modified, type conversion of the newly generated typed a…
|
| /arkcompiler/runtime_core/libabckit/include/cpp/headers/arkts/ |
| D | module.h | 82 * @return Pointer to the newly created import descriptor. 107 * @return Newly created export descriptor. 131 * @return Newly constructed annotation interface.
|
| D | class.h | 90 * @return Newly created annotation.
|
| D | function.h | 84 * @return Newly created annotation.
|
| D | annotation_interface.h | 79 * @return Newly created annotation field.
|
| D | annotation.h | 94 * @return Newly created annotation element.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/concurrency/ |
| D | Launch.ets | 43 * @returns instance of the Job class that represents newly launched coroutine. 64 * @returns instance of the Job class that represents newly launched coroutine.
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | newobj.yaml | 37 …efault values (i.e. 0 for primitives and null for objects) and put a reference to the newly created 200 …efault values (i.e. 0 for primitives and null for objects) and put a reference to the newly created 241 …efault values (i.e. 0 for primitives and null for objects) and put a reference to the newly created 284 …efault values (i.e. 0 for primitives and null for objects) and put a reference to the newly created 345 …efault values (i.e. 0 for primitives and null for objects) and put a reference to the newly created 413 …efault values (i.e. 0 for primitives and null for objects) and put a reference to the newly created 760 …efault values (i.e. 0 for primitives and null for objects) and put a reference to the newly created 1134 …efault values (i.e. 0 for primitives and null for objects) and put a reference to the newly created 1178 …efault values (i.e. 0 for primitives and null for objects) and put a reference to the newly created
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/ |
| D | class_no_pri34.ets | 17 desc: The child class calls the parent class method, and the protected method newly added by the ch…
|
| /arkcompiler/runtime_core/libabckit/include/cpp/headers/js/ |
| D | module.h | 81 * @return Newly created import descriptor. 103 * @return Newly created export descriptor.
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | newobj.yaml | 27 …efault values (i.e. 0 for primitives and null for objects) and put a reference to the newly created 161 …efault values (i.e. 0 for primitives and null for objects) and put a reference to the newly created 202 …efault values (i.e. 0 for primitives and null for objects) and put a reference to the newly created 263 …efault values (i.e. 0 for primitives and null for objects) and put a reference to the newly created 645 …efault values (i.e. 0 for primitives and null for objects) and put a reference to the newly created
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | mark_word.h | 34 …// ForwardingAddress mark, this object has been moved and the address points to the newly allocate…
|
| /arkcompiler/runtime_core/libabckit/include/c/extensions/arkts/ |
| D | metadata_arkts.h | 440 * @return Pointer to the newly created module. 456 * @return Pointer to the newly created import descriptor. 483 * @return Pointer to the newly created export descriptor. 512 * @return Pointer to the newly constructed annotation interface. 529 * @return Pointer to the newly created annotation. 558 * @return Pointer to the newly created annotation field. 590 * @return Pointer to the newly created annotation. 619 * @return Pointer to the newly created annotation element.
|
| /arkcompiler/runtime_core/static_core/runtime/coroutines/ |
| D | coroutine_manager.h | 97 * invoked elsewhere within the context of the newly created coroutine 102 …* If ep_info is provided then the newly created coroutine will execute the specified method and do… 149 …* @brief The public coroutine creation and execution interface. Switching to the newly created cor…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/local_scope_ops/ |
| D | ensure_enough_references.cpp | 37 // Create SPECIFIED_CAPACITY strings in the newly created local scope in TEST_F()
|
| /arkcompiler/ets_frontend/ets2panda/evaluate/ |
| D | irCheckHelper.h | 43 * All newly created IR nodes from debug-info must be checked through this class,
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_sdk/api/@ohos/util/HashMap/ |
| D | HashMapLengthConstructorIsEmptyTest.ets | 83 arktest.assertTrue(hashMap.isEmpty(), "A newly created HashMap should be empty");
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | irtoc.md | 41 In last example variable `var` holds the newly created instruction `Add` and it can be input for th…
|
| /arkcompiler/runtime_core/docs/ |
| D | irtoc.md | 41 In last example variable `var` holds the newly created instruction `Add` and it can be input for th…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_sdk/api/@ohos/util/ArrayList/ |
| D | ArrayListLengthTest.ets | 41 assertEQ(arrayList.length, 0, "The length of a newly created ArrayList should be 0"); 48 …assertEQ(arrayList.length, 0, "The length of a newly created ArrayList with various data types sho…
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | thread_manager.h | 88 // Newly created threads are using flag suspend new count. in SatisfyTheMask() 301 // Counter used to suspend newly created threads after SuspendAllThreads/SuspendDaemonThreads
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_async_from_sync_iterator.cpp | 115 …// a.Perform ! Call(promiseCapability.[[Reject]], undefined, « a newly created TypeError object »). in Throw() 194 …// a.Perform ! Call(promiseCapability.[[Reject]], undefined, « a newly created TypeError object »). in Return()
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/debugger/ |
| D | debuggable_thread.h | 60 // Tells a newly created thread to pause on the next step
|
| /arkcompiler/toolchain/tooling/static/debugger/ |
| D | debuggable_thread.h | 60 // Tells a newly created thread to pause on the next step
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | escape_analysis.md | 42 * Resolve inputs of all newly created phi instructions;
|
1234