Home
last modified time | relevance | path

Searched full:associated (Results 1 – 25 of 99) sorted by relevance

1234

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_sdk/api/@ohos/url/
DUrlTestParamGetSet.ets32 * @tc.desc: Returns all key-value pairs associated with a given search parameter as an array.
45 * @tc.desc: Returns all key-value pairs associated with a given search parameter as an array.
58 * @tc.desc: Returns all key-value pairs associated with a given search parameter as an array.
72 * @tc.desc: Returns all key-value pairs associated with a given search parameter as an array.
87 * @tc.desc: Returns all key-value pairs associated with a given search parameter as an array.
102 * @tc.desc: Sets the value associated with a given search parameter to the given value.
120 * @tc.desc: Sets the value associated with a given search parameter to the given value.
137 * @tc.desc: Sets the value associated with a given search parameter to the given value.
154 * @tc.desc: Sets the value associated with a given search parameter to the given value.
172 * @tc.desc: Sets the value associated with a given search parameter to the given value.
[all …]
DUrlTestGetSet.ets21 * @tc.desc: Returns the first value associated to the given search parameter.
35 * @tc.desc: Returns the first value associated to the given search parameter.
49 * @tc.desc: Returns the first value associated to the given search parameter.
64 * @tc.desc: Returns the first value associated to the given search parameter.
78 * @tc.desc: Returns the first value associated to the given search parameter.
93 * @tc.desc: Returns all key-value pairs associated with a given search parameter as an array.
108 * @tc.desc: Returns all key-value pairs associated with a given search parameter as an array.
123 * @tc.desc: Returns all key-value pairs associated with a given search parameter as an array.
138 * @tc.desc: Returns all key-value pairs associated with a given search parameter as an array.
153 * @tc.desc: Returns all key-value pairs associated with a given search parameter as an array.
[all …]
DUrlTestParamAppendDelete.ets64 * @tc.desc: Deletes the given search parameter and its associated value,from the list of all search…
79 * @tc.desc: Deletes the given search parameter and its associated value,from the list of all search…
94 …* @tc.desc: Deletes the given search parameter and its associated value,from the list of all searc…
109 * @tc.desc: Deletes the given search parameter and its associated value,from the list of all search…
124 * @tc.desc: Deletes the given search parameter and its associated value,from the list of all search…
/arkcompiler/runtime_core/static_core/plugins/ets/sdk/api/
D@ohos.util.HashMap.ets29 * Returns a value associated with key if present
33 * @returns value if associated with key presents.
83 * Returns a value associated with key if present
87 * @returns value if associated with key presents.
231 * @returns the value associated with the key if it was removed, undefined otherwise
D@ohos.util.LightWeightMap.ets25 * Returns a value associated with key if present
29 * @returns value if associated with key presents.
185 * Returns a value associated with key if present
189 * @returns value if associated with key presents.
375 * @returns the value associated with the key if it was removed, undefined otherwise
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Delf_types.h59 #define SHN_COMMON 0xfff2 /* Associated symbol is common */
72 #define STT_SECTION 3 /* Symbol associated with a section */
115 uint16_t st_shndx; /* Associated section index */
117 uint64_t st_size; /* Associated symbol size */
/arkcompiler/runtime_core/panda_guard/obfuscate/
Dgraph_analyzer.h82 …* Get the predecessor instruction associated with the stobjbyname instruction and check if it is o…
91 …* Get the object name followed by the tryldglobalbyname instruction associated with the newobjrang…
92 * as well as the ldastr parameter associated with the newobjrange instruction
/arkcompiler/runtime_core/compiler/docs/
Daot_resolve_string.md5 loads a value from a slot associated with a string and checks if that value is valid pointer. If it…
28 saved into the associated PLT-slot;
/arkcompiler/runtime_core/static_core/compiler/docs/
Daot_resolve_string.md5 loads a value from a slot associated with a string and checks if that value is valid pointer. If it…
28 saved into the associated PLT-slot;
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/08.statements/15.try_statements/01.catch_clauses/
Dcatch.ets20 - Catch identifier that provides access to the object associated with the error thrown; and
Dspec_example.ets19 - Catch identifier that provides access to the object associated with the error thrown; and
/arkcompiler/runtime_core/taihe/runtime/include/taihe/
Dcallback.abi.h24 // - `vtbl_ptr`: A pointer to the function associated with the callback.
/arkcompiler/runtime_core/docs/diagrams/
Dstacktrace.pusequence23 StackPrinter -> "~/proc~/self~/maps": ReadVma (read used libraries and associated addresses)
/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
Dnative_pointer.h24 // Use for the requirement of ACE that wants to associated a registered C++ resource with a JSObjec…
/arkcompiler/runtime_core/static_core/docs/diagrams/
Dstacktrace.plantuml23 StackPrinter -> "~/proc~/self~/maps": ReadVma (read used libraries and associated addresses)
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/
DSyncPrimitives.ets119 * Unblocks ONE suspended coroutine associated with this CondVar, if it exists.
128 * Unblocks ALL suspended coroutine associated with this CondVar.
/arkcompiler/runtime_core/libziparchive/
Dzip_archive.h80 * Close archive opened with OpenArchive, releasing internal resources associated with it.
94 * Close archive opened with OpenArchiveFile, releasing internal resources associated with it.
/arkcompiler/runtime_core/static_core/libziparchive/
Dzip_archive.h85 * Close archive opened with OpenArchive, releasing internal resources associated with it.
99 * Close archive opened with OpenArchiveFile, releasing internal resources associated with it.
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_job_queue.h31 * This class represents a JS callback associated with the ETS function object: void()
/arkcompiler/ets_runtime/ecmascript/
Djs_native_pointer.h29 // Used for the requirement of ACE that wants to associated a registered C++ resource with a JSObje…
Djs_generator_object.cpp96 …// b.Once a generator enters the completed state it never leaves it and its associated executi… in GeneratorResumeAbrupt()
97 …// never resumed. Any execution state associated with generator can be discarded at this poi… in GeneratorResumeAbrupt()
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dmonitor.yaml73 is associated with a monitor, each monitor has a counter that allows to control access to
163 Check panda.IllegalMonitorStateException on monitorexit when a monitor associated with
195 Check panda.IllegalMonitorStateException on monitorexit when a monitor associated with
/arkcompiler/runtime_core/static_core/plugins/ets/doc/runtime/
D05_imports.rst128 - Executable binary file by itself has no associated name or entrypoint,
129 nor is associated with any source file.
236 - Obtain an associated loader and perform resoltuion specified by the custom
/arkcompiler/runtime_core/static_core/docs/coroutines/
Dcoroutines.md10 Coroutine class contains state and the associated Promise object (which will be fulfilled by the en…
16 * promise - the promise associated with the coroutine and returned by 'launch' instruction.
118 Implementation of `put` gets the associated JS instance of Promise (or creates a new one) and conne…
126 // Get associated JS Promise instance
177 ETS object and the objects should be associated.
377 When `bar` is finised it resolves the associated promise and the coroutine gets terminated.
/arkcompiler/ets_frontend/es2panda/compiler/function/
DasyncFunctionBuilder.cpp29 // invokes the DirectReturn method, the EmitReturn needs to be associated with a valid node in DirectReturn()

1234