Home
last modified time | relevance | path

Searched full:given (Results 1 – 25 of 308) sorted by relevance

12345678910>>...13

/arkcompiler/runtime_core/libabckit/include/cpp/headers/
Dfile.h117 * @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 …]
Dgraph.h131 * @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.
Dinstruction.h153 * @brief Returns `inst` input under given `index`.
205 * @brief Returns size in bits of this `Instruction` immediate under given `index`.
207 * @return Size of this `Instruction` immediate under given `index` in bits.
274 * @brief Dumps given `inst` into given file descriptor.
294 * @brief Returns `inst` immediate under given `index`.
304 * @brief Sets `inst` immediate under given `index` with value `imm`.
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/
DDataView.sts81 * 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 …]
DDate.sts110 * @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/libabckit/include/c/
Dir_core.h72 * @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 …]
Dmetadata_core.h201 * @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/
Dcoroutine_stats.h115 /// 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/static_core/tests/cts-coverage-tool/lib/
Dspec.rb213 …@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/
Dspec.rb213 …@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/ets_frontend/ets2panda/test/ast/parser/ets/import_tests/type/
Dtype_3.sts22 /* @@? 20:27 Error SyntaxError: The given name 'foo' is already used in another export */
23 /* @@? 1:1 Error SyntaxError: The given name 'foo' is already used in another export */
/arkcompiler/ets_frontend/ets2panda/evaluate/
DscopedDebugInfoPlugin.h52 * @brief Searches debug-info for the given identifier
58 * @brief Searches debug-info for the given class
166 …* @brief Creates a program with the given package name and adds it as external for the given globa…
175 * @brief Returns non-null program for the given source file path.
/arkcompiler/runtime_core/static_core/docs/
Darkts-debugger-expression-evaluation.md4 …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/
Dparametrized_decalration.sts18Given 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/
Dobject_as_superclass.sts18 …: 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/
Dsuperinterfaces_of_class_0.sts18Given a (possibly generic) class declaration C<F1,...,Fn> (n ≥ 0, C ≠ Object), the direct superint…
/arkcompiler/runtime_core/static_core/plugins/ets/templates/stdlib/
DDataView.sts.j298 * 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
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_optimize_common.cpp32 * Precondition: The given insn is a jump instruction.
33 * Get the jump target label operand index from the given instruction.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/stdlib-templates/std/containers/
Dstd_containers_ArrayAsListObject_instance.sts26 …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/tooling/inspector/evaluation/
Devaluation_engine.h38 /// @brief Class provides debugger-based evaluation within the given application thread.
64 * @brief Evaluates the given bytecode expression.
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/
DNumberFormat.sts38 …* @returns string representing the given number formatted according to the locale and formatting o…
49 …* @returns A string representing the given number formatted according to the locale and formatting…
67 …* @returns A string representing the given range of numbers formatted according to the locale and …
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_optimize_common.cpp43 * Precondition: The given insn is a jump instruction.
44 * Get the jump target label from the given instruction.
/arkcompiler/jsvm/interface/kits/
Djsvm.h101 * @brief Check whether the given JSVM_Value is a BigInt Object.
105 * @param result Whether the given value is a BigInt Object.
115 * @brief Check whether the given JSVM_Value is a Boolean Object.
119 * @param result Whether the given value is a Boolean Object.
129 * @brief Check whether the given JSVM_Value is a String Object.
133 * @param result Whether the given value is a String Object.
143 * @brief Check whether the given JSVM_Value is a Number Object.
147 * @param result Whether the given value is a Number Object.
157 * @brief Check whether the given JSVM_Value is a Symbol Object.
161 * @param result Whether the given value is a Symbol Object.
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dcmpl.h43 // is given by BlockSize2BitvectorSize(upFormalSize)
50 // is given by BlockSize2BitvectorSize(frameSize)
56 // count; the bitvector's size is given by
63 // count; the bitvector's size is given by
93 // bitvector's size is given by
98 // is given by BlockSize2BitvectorSize(globalMemSize)
/arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/import_tests/
Dexport_multi_error.sts65 /* @@? 27:27 Error SyntaxError: The given name 'foo2' is already used in another export */
66 /* @@? 1:1 Error SyntaxError: The given name 'foo2' is already used in another export */

12345678910>>...13