Searched full:given (Results 1 – 25 of 373) sorted by relevance
12345678910>>...15
| /arkcompiler/runtime_core/common_interfaces/objects/ |
| D | base_object_accessor.h | 27 // HasProperty is used to check if the dynamic object has a property with the given name. 30 // GetProperty is used to get the value of a property from a dynamic object with the given name. 33 // SetProperty is used to set the value of a property in a dynamic object with the given name. 36 // HasElementByIdx is used to check if the dynamic object has an element with the given index. 39 …// GetElementByIdx is used to get the value of an element from a dynamic object with the given ind… 42 …// SetElementByIdx is used to set the value of an element in a dynamic object with the given index. 50 // HasProperty is used to check if the static object has a property with the given name. 53 // GetProperty is used to get the value of a property from a static object with the given name. 56 // SetProperty is used to set the value of a property in a static object with the given name. 59 // HasElementByIdx is used to check if the static object has an element with the given index. [all …]
|
| D | base_object_descriptor.h | 32 // from a dynamic object with the given name. 37 // from a dynamic object with the given name. 47 // from a dynamic object with the given index.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_sdk/api/@ohos/url/ |
| D | UrlTestParamGetSet.ets | 32 * @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 …]
|
| D | UrlTestGetSet.ets | 21 * @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 …]
|
| D | UrlTestParamAppendDelete.ets | 64 * @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/libabckit/include/cpp/headers/ |
| D | file.h | 117 * @brief Creates value item `AbckitValue` containing the given boolean value `value`. 125 * @brief Creates value item containing the given double value `value`. 133 * @brief Creates value item containing the given bool value `value`. 141 * @brief Creates Literal containing the given byte value `value`. 150 * @brief Creates Literal containing the given short value `value`. 159 * @brief Creates Literal containing the given integer value `value`. 168 * @brief Creates Literal containing the given long value `value`. 177 * @brief Creates Literal containing the given float value `value`. 186 * @brief Creates value item containing the given bool value `value`. 194 * @brief Creates literal containing the given literal array `litarr`. [all …]
|
| D | graph.h | 131 * @brief Returns basic blocks with given `id` of a graph. 132 * @return BasicBlock with given `id`. 134 …* @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if there is no basic block with given `id` in `grap… 139 * @brief Returns parameter instruction under given `index` of a `graph`. 140 * @return Parameter instruction under given `index` of a `graph`. 142 …* @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if there is no parameter under given `index` in `gr… 170 * @brief Dumps a `graph` into given file descriptor.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/ |
| D | DataView.ets | 81 * Read bytes as they represent given type 90 * Sets bytes as they represent given type 98 * Read bytes as they represent given type 107 * Sets bytes as they represent given type 155 * Read bytes as they represent given type 164 * Sets bytes as they represent given type 172 * Read bytes as they represent given type 181 * Sets bytes as they represent given type 228 * Read bytes as they represent given type 237 * Sets bytes as they represent given type [all …]
|
| D | Date.ets | 108 * @returns number of days in the given year. 121 * @returns Year, corresponding to the given time. 209 * @returns Hour component of a given time. 219 * @returns Minute component of a given time. 229 * @returns Seconds component of a given time. 239 * @returns Milliseconds component of a given time. 379 * Returns first day of a given year since epoch. 395 * Returns first day of a given year since epoch. 464 * and the date obtained by parsing the given string representation of a date. 574 …n Initialize `Date` instance with year, month, day, hours, minutes, seconds and milliseconds given. [all …]
|
| /arkcompiler/ets_frontend/ets2panda/ir/ |
| D | astNodeHistory.cpp | 54 // Find node state precisely at phase with a given ID 55 // (e.g. find the node history record with `phaseId` equal to a given value) 71 // Find node state at phase with a given ID 72 // (e.g. find last node history record with `phaseId` less or equal to a given value) 84 // Find node state at phase with a given ID and set its new value, insert new history record if not… 106 // Find node state at phase with a given ID 107 // (e.g. find last node history record with `phaseId` less or equal to a given value)
|
| /arkcompiler/runtime_core/libabckit/include/c/ |
| D | ir_core.h | 72 * @brief Returns ISA type for given graph. 80 * @brief Returns binary file from which the given `graph` was created. 81 * @return Pointer to the `AbckitFile` from which given `graph` was created. 92 * @brief Returns start basic block of given `graph`. 100 * @brief Returns end basic block of given `graph`. 108 * @brief Returns number of basic blocks in given `graph`. 109 * @return Number of basic blocks in given `graph`. 129 * @brief Returns basic blocks with given `id` of the given `graph`. 130 * @return Pointer to the `AbckitBasicBlock` with given `id`. 134 …* @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if there is no basic block with given `id` in `grap… [all …]
|
| D | metadata_core.h | 201 * @brief Returns type id for the given value of type `AbckitType`. 221 * @brief Returns binary file that the given `value` is a part of. 222 * @return Pointer to the file that contains given `value`. 229 * @brief Returns type that given `value` has. 237 * @brief Returns boolean value that given `value` holds. 246 * @brief Returns double value that given `value` holds. 255 * @brief Returns string value that given `value` holds. 265 * @brief Returns literal array that given `value` holds. 278 * @brief Returns binary file that the given `lit` is a part of. 286 * @brief Returns type tag that the given `lit` has. [all …]
|
| /arkcompiler/runtime_core/static_core/runtime/coroutines/ |
| D | coroutine_stats.h | 110 /// Scoped profiling: open an interval for the given metric id 112 /// Scoped profiling: close an interval for the given metric id 114 /// Scoped profiling: check that an interval for the given metric id is active 116 /// Instant profiling: record the value for the given time-based metric 118 /// Instant profiling: record the value for the given memory-based metric 123 /// obtain a summary string for the given time metric id 126 /// obtain a summary string for the given memory metric id 176 * scope for the given metric is already open.
|
| /arkcompiler/runtime_core/static_core/tests/cts-coverage-tool/lib/ |
| D | spec.rb | 213 …@orphaned << { 'file' => file, 'error' => 'Group with given title not found in the ISA', 'comment'… 238 …@orphaned << { 'file' => file, 'error' => 'Given instruction not found in the ISA', 'comment' => t… 242 …@orphaned << { 'file' => file, 'error' => 'Given instruction is non-testable', 'comment' => test_i… 260 @orphaned << { 'file' => file, 'error' => 'Given description assertion not found in the spec', 265 …@orphaned << { 'file' => file, 'error' => 'Given description is non-testable', 'comment' => test_d… 283 @orphaned << { 'file' => file, 'error' => 'Given exception assertion not found in the spec', 288 …@orphaned << { 'file' => file, 'error' => 'Given exception assertion is non-testable', 'comment' =… 306 … @orphaned << { 'file' => file, 'error' => 'Given verification assertion not found in the spec', 311 …@orphaned << { 'file' => file, 'error' => 'Given verification assertion is non-testable', 'comment…
|
| /arkcompiler/runtime_core/tests/cts-coverage-tool/lib/ |
| D | spec.rb | 213 …@orphaned << { 'file' => file, 'error' => 'Group with given title not found in the ISA', 'comment'… 238 …@orphaned << { 'file' => file, 'error' => 'Given instruction not found in the ISA', 'comment' => t… 242 …@orphaned << { 'file' => file, 'error' => 'Given instruction is non-testable', 'comment' => test_i… 260 @orphaned << { 'file' => file, 'error' => 'Given description assertion not found in the spec', 265 …@orphaned << { 'file' => file, 'error' => 'Given description is non-testable', 'comment' => test_d… 283 @orphaned << { 'file' => file, 'error' => 'Given exception assertion not found in the spec', 288 …@orphaned << { 'file' => file, 'error' => 'Given exception assertion is non-testable', 'comment' =… 306 … @orphaned << { 'file' => file, 'error' => 'Given verification assertion not found in the spec', 311 …@orphaned << { 'file' => file, 'error' => 'Given verification assertion is non-testable', 'comment…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/sdk/api/ |
| D | @ohos.util.TreeSet.ets | 27 * Check whether the given value is in the TreeSet 79 * Check whether the given value is in the TreeSet 151 * Return the higher value of the given key's element in the TreeSet 155 * @returns the higher value of the given key's element if exists or undefined 171 * Return the lower value of the given key's element in the TreeSet 175 * @returns the lower value of the given key's element if exists or undefined
|
| /arkcompiler/ets_frontend/ets2panda/evaluate/ |
| D | scopedDebugInfoPlugin.h | 52 * @brief Searches debug-info for the given identifier 58 * @brief Searches debug-info for the given class 161 …* @brief Creates a program with the given package name and adds it as external for the given globa… 170 * @brief Returns non-null program for the given source file path.
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | arkts-debugger-expression-evaluation.md | 4 …2panda` and is concluded in compiling expressions with debug information from the given .abc file. 6 Note that apart from debugging information the plugin also uses other information from the given .a… 31 The first logical step after starting to execute es2panda in evaluation mode is to wrap the given e… 56 Then, this local variable may be modified by a given expression, so after modifications, the variab…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/10.interfaces/02.superinterfaces_and_subinterfaces/ |
| D | parametrized_decalration.ets | 18 … Given a (possibly generic) interface declaration I<F1,...,Fn> (n 0), the direct superinterfaces o…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/ |
| D | object_as_superclass.ets | 18 …: Given a (possibly generic) class declaration C<F1,...,Fn> (n ≥ 0, C ≠ Object), the direct superc…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/test_helper/ |
| D | interop_test_helper.h | 25 * @brief Execute given .abc on @param path with given entrypoint @param testName.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/ |
| D | BuiltinArray.ets | 87 * @returns The element in the array matching the given index. 95 * Creates a new `Array` from this `Array` instance and given `Array` instance. 99 …* @returns New `Array` instance, constructed from `this` and given `other` instances of `Array` cl… 137 * @returns The element in the array matching the given index. 503 * Returns the last index at which a given element can be found in the array, 536 * Returns the last index at which a given element can be found in the array, 635 * @returns a new Array with some elements removed and/or replaced at a given index. 649 * @returns a new Array with some elements removed and/or replaced at a given index. 663 * @returns a new Array with some elements removed and/or replaced at a given index. 694 * @returns a new Array with some elements removed and/or replaced at a given index. [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/ |
| D | superinterfaces_of_class_0.ets | 18 …Given a (possibly generic) class declaration C<F1,...,Fn> (n ≥ 0, C ≠ Object), the direct superint…
|
| /arkcompiler/runtime_core/taihe/runtime/include/taihe/ |
| D | object.abi.h | 67 // Initializes the TObject with the given runtime typeinfo. 73 // Increments the reference count of the given TObject. 80 // Decrements the reference count of the given TObject. If the reference count
|
| /arkcompiler/runtime_core/static_core/plugins/ets/templates/stdlib/ |
| D | DataView.ets.j2 | 98 * Read bytes as they represent given type 107 * Sets bytes as they represent given type 117 * Read bytes as they represent given type 126 * Sets bytes as they represent given type 135 * Sets bytes as they represent given type 148 * Sets bytes as they represent given type 161 * Read bytes as they represent given type 175 * Read bytes as they represent given type
|
12345678910>>...15