| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/ |
| D | DataView.sts | 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 149 * Read bytes as they represent given type 158 * Sets bytes as they represent given type 166 * Read bytes as they represent given type 175 * Sets bytes as they represent given type 217 * Read bytes as they represent given type 226 * Sets bytes as they represent given type [all …]
|
| D | Date.sts | 110 * @returns number of days in the given year. 123 * @returns Year, corresponding to the given time. 216 * @returns Hour component of a given time. 226 * @returns Minute component of a given time. 236 * @returns Seconds component of a given time. 246 * @returns Milliseconds component of a given time. 361 * Returns first day of a given year since epoch. 377 * Returns first day of a given year since epoch. 423 * and the date obtained by parsing the given string representation of a date. 610 …n Initialize `Date` instance with year, month, day, hours, minutes, seconds and milliseconds given. [all …]
|
| /arkcompiler/runtime_core/static_core/runtime/coroutines/ |
| D | coroutine_stats.h | 115 /// Scoped profiling: open an interval for the given metric id 117 /// Scoped profiling: close an interval for the given metric id 119 /// Scoped profiling: check that an interval for the given metric id is active 121 /// Instant profiling: record the value for the given time-based metric 123 /// Instant profiling: record the value for the given memory-based metric 128 /// obtain a summary string for the given time metric id 131 /// obtain a summary string for the given memory metric id 181 * scope for the given metric is already open.
|
| /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/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/tests/ets-templates/10.interfaces/02.superinterfaces_and_subinterfaces/ |
| D | parametrized_decalration.sts | 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.sts | 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/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/ |
| D | superinterfaces_of_class_0.sts | 18 …Given a (possibly generic) class declaration C<F1,...,Fn> (n ≥ 0, C ≠ Object), the direct superint…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/templates/stdlib/ |
| D | DataView.sts.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
|
| D | Array_map.erb | 25 * @returns `Array` instance, constructed from `this` and given function. 42 * @returns `Array` instance, constructed from `this` and given function.
|
| D | Array_common.erb | 24 * @returns The element in the array matching the given index. 32 * Creates a new `Array` from this `Array` instance and given `Array` instance. 36 …* @returns New `Array` instance, constructed from `this` and given `other` instances of `Array` cl… 74 * @returns The element in the array matching the given index. 476 * Returns the last index at which a given element can be found in the array, 509 * Returns the last index at which a given element can be found in the array, 525 * Returns the last index at which a given element can be found in the array, 561 * Returns the last index at which a given element can be found in the array, 580 * Returns the last index at which a given element can be found in the array, 688 * @returns a new Array with some elements removed and/or replaced at a given index. [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/stdlib-templates/std/containers/ |
| D | std_containers_ArrayAsListObject_instance.sts | 26 …failures += check((): int => { return createWithGivenZeroSize()}, "Create list with given zero siz… 27 failures += check((): int => { return createWithGivenSize()}, "Create list with given size"); 28 …{ return createWithGivenSizeAndInitialValue()}, "Create list with given size and given init value"… 97 let given = list.at(i) as {{.item.itemType}}; 98 if(given != value) return 1;
|
| /arkcompiler/runtime_core/static_core/runtime/profiling/ |
| D | profiling-disasm-inl.h | 34 return Unexpected("ReadProfile: No plugin found for the given language"); in ReadProfile() 55 LOG(FATAL, COMMON) << "FindMethodInProfile: No plugin found for the given language"; in FindMethodInProfile()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/std/containers/ |
| D | ArrayAsListIntTest.sts | 20 …failures += check((): int => { return createWithGivenZeroSize()}, "Create list with given zero siz… 21 failures += check((): int => { return createWithGivenSize()}, "Create list with given size"); 22 …failures += check((): int => { return createWithGivenSizeAndValue0()}, "Create list with given siz… 23 …failures += check((): int => { return createWithGivenSizeAndValue1()}, "Create list with given siz… 24 …failures += check((): int => { return createWithGivenSizeAndValue2()}, "Create list with given siz…
|
| D | ArrayAsListStringTest.sts | 20 …failures += check((): int => { return createWithGivenZeroSize()}, "Create list with given zero siz… 21 failures += check((): int => { return createWithGivenSize()}, "Create list with given size"); 22 …failures += check((): int => { return createWithGivenSizeAndValue0()}, "Create list with given siz… 23 …failures += check((): int => { return createWithGivenSizeAndValue1()}, "Create list with given siz…
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | regmask.h | 137 // Get number of registers from tail to the given register, counting only set bits. 138 // Given `reg` is not counted even if it is set. 146 // Get number of registers from head to the given register, counting only set bits. 147 // Given `reg` is not counted even if it is set.
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | regmask.h | 137 // Get number of registers from tail to the given register, counting only set bits. 138 // Given `reg` is not counted even if it is set. 146 // Get number of registers from head to the given register, counting only set bits. 147 // Given `reg` is not counted even if it is set.
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | cmpl.h | 42 // is given by BlockSize2BitvectorSize(upFormalSize) 49 // is given by BlockSize2BitvectorSize(frameSize) 55 // count; the bitvector's size is given by 62 // count; the bitvector's size is given by 92 // bitvector's size is given by 97 // is given by BlockSize2BitvectorSize(globalMemSize)
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/ |
| D | BuiltinArray.sts | 85 * @returns The element in the array matching the given index. 93 * Creates a new `Array` from this `Array` instance and given `Array` instance. 97 …* @returns New `Array` instance, constructed from `this` and given `other` instances of `Array` cl… 135 * @returns The element in the array matching the given index. 923 * Returns the last index at which a given element can be found in the array, 956 * Returns the last index at which a given element can be found in the array, 1055 * @returns a new Array with some elements removed and/or replaced at a given index. 1069 * @returns a new Array with some elements removed and/or replaced at a given index. 1083 * @returns a new Array with some elements removed and/or replaced at a given index. 1114 * @returns a new Array with some elements removed and/or replaced at a given index. [all …]
|
| /arkcompiler/runtime_core/static_core/runtime/profilesaver/ |
| D | profile_dump_info.h | 126 * Saves the profile data to the given file descriptor. 131 * Loads profile information from the given file descriptor. 141 * Add the given methods and classes to the current profile object 147 * Loads and merges profile information from the given file into the current cache
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ets/utils/ |
| D | metainformation.py | 41 Given a text of the whole test, this function: 76 …Given a meta, a string that starts with '/*---', ends with '---*/' and contains a valid YAML in be…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/ |
| D | README.MD | 23 … or a `panda_ets_interop_js_test` function called for a given set of files. First argument given t…
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/ |
| D | x64_isa.h | 110 * Precondition: The given insn is a jump instruction. 111 * Get the jump target label operand index from the given instruction.
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/import_tests/selective_export_tests/ |
| D | selective_export_clashing_exports_3.sts | 24 /* @@? 21:10 Error SyntaxError: The given name 'foo' is already used in another export */
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/import_tests/type/ |
| D | type_3.sts | 22 /* @@? 20:27 Error SyntaxError: The given name 'foo' is already used in another export */
|