Home
last modified time | relevance | path

Searched full:specified (Results 1 – 25 of 560) sorted by relevance

12345678910>>...23

/arkcompiler/runtime_core/tests/checked/
DREADME.md16 * **CHECKER** (description: string) begin new Checker with specified description
29 …(name: string) start check of specified method, all following checks that require specific method …
31 * **PASS_BEFORE** (pass_name: string) select pass that is right before the specified one
32 * **INST** (inst: pattern) search specified instruction in the ir dump file specified by commands `…
35 * **IR_COUNT** (inst: string) search specified phrase and counts the number in the ir dump file spe…
36 * **BLOCK_COUNT** () equal to `IR_COUNT ("BB ")`, i.e. search specified basic blocks and counts the…
39 * **ASM_METHOD** (name: string) select a specified method in disasm file, next "ASM*" checks will b…
40 * **ASM_INST** (inst: pattern) select a specified instruction in disasm file, next "ASM*" checks wi…
42 If none of these checks were specified, then search will be applied in the whole disasm file.
/arkcompiler/runtime_core/static_core/tests/checked/
DREADME.md16 * **CHECKER** (description: string) begin new Checker with specified description
29 …(name: string) start check of specified method, all following checks that require specific method …
31 * **PASS_BEFORE** (pass_name: string) select pass that is right before the specified one
32 * **INST** (inst: pattern) search specified instruction in the ir dump file specified by commands `…
35 * **IR_COUNT** (inst: string) search specified phrase and counts the number in the ir dump file spe…
36 * **BLOCK_COUNT** () equal to `IR_COUNT ("BB ")`, i.e. search specified basic blocks and counts the…
39 * **ASM_METHOD** (name: string) select a specified method in disasm file, next "ASM*" checks will b…
40 * **ASM_INST** (inst: pattern) select a specified instruction in disasm file, next "ASM*" checks wi…
42 If none of these checks were specified, then search will be applied in the whole disasm file.
/arkcompiler/toolchain/
DOAT.xml24 …ult policy for projects under this task, this field is required and the specified policy must defi…
25 …filefilter for projects under this task, this field is required and the specified filefilter must …
34 "compatibility" is used to check license compatibility in the specified path;
35 "license" is used to check source license header in the specified path;
36 "copyright" is used to check source copyright header in the specified path;
37 … "import" is used to check source dependency in the specified path, such as import ... ,include ...
38 … "filetype" is used to check file type in the specified path, supported file types: archive, binary
39 …"filename" is used to check whether the specified file exists in the specified path(support projec…
/arkcompiler/runtime_core/static_core/libpandabase/
Doptions.yaml82 description: Enable logs from specified components
90 description: Enable debug or above logs from specified components
98 description: Enable info or above logs from specified components
106 description: Enable warning or above logs from specified components
114 description: Enable error or above logs from specified components
122 description: Enable fatal logs from specified components
/arkcompiler/runtime_core/libpandabase/
Doptions.yaml79 description: Enable logs from specified components
87 description: Enable debug or above logs from specified components
95 description: Enable info or above logs from specified components
103 description: Enable warning or above logs from specified components
111 description: Enable error or above logs from specified components
119 description: Enable fatal logs from specified components
/arkcompiler/ets_frontend/arkguard/
DOAT.xml27 "compatibility" is used to check license compatibility in the specified path;
28 "license" is used to check source license header in the specified path;
29 "copyright" is used to check source copyright header in the specified path;
30 … "import" is used to check source dependency in the specified path, such as import ... ,include ...
31 … "filetype" is used to check file type in the specified path, supported file types: archive, binary
32 …"filename" is used to check whether the specified file exists in the specified path(projectroot me…
/arkcompiler/ets_runtime/
DOAT.xml24 …ult policy for projects under this task, this field is required and the specified policy must defi…
25 …filefilter for projects under this task, this field is required and the specified filefilter must …
34 "compatibility" is used to check license compatibility in the specified path;
35 "license" is used to check source license header in the specified path;
36 "copyright" is used to check source copyright header in the specified path;
37 … "import" is used to check source dependency in the specified path, such as import ... ,include ...
38 … "filetype" is used to check file type in the specified path, supported file types: archive, binary
39 …"filename" is used to check whether the specified file exists in the specified path(support projec…
/arkcompiler/ets_frontend/
DOAT.xml23 …ult policy for projects under this task, this field is required and the specified policy must defi…
24 …filefilter for projects under this task, this field is required and the specified filefilter must …
33 "compatibility" is used to check license compatibility in the specified path;
34 "license" is used to check source license header in the specified path;
35 "copyright" is used to check source copyright header in the specified path;
36 … "import" is used to check source dependency in the specified path, such as import ... ,include ...
37 … "filetype" is used to check file type in the specified path, supported file types: archive, binary
38 …"filename" is used to check whether the specified file exists in the specified path(support projec…
/arkcompiler/runtime_core/static_core/
DOAT.xml27 "compatibility" is used to check license compatibility in the specified path;
28 "license" is used to check source license header in the specified path;
29 "copyright" is used to check source copyright header in the specified path;
30 … "import" is used to check source dependency in the specified path, such as import ... ,include ...
31 … "filetype" is used to check file type in the specified path, supported file types: archive, binary
32 …"filename" is used to check whether the specified file exists in the specified path(projectroot me…
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/
DWeakMap.sts33 * The set() method adds a new element with a specified key
41 * an element with the specified key exists in the WeakMap
49 * The get() method returns a specified element from
57 * The delete() method removes the specified element from
DDate.sts416 * (YYYY-MM-DDTHH:mm:ss.sssZ) is explicitly specified to be supported.
713 * @returns locale string in the specified format.
759 * of the date portion of the specified date in the user agent's timezone.
762 * of the date portion of the specified date in the user agent's timezone.
770 * of the date portion of the specified date in the user agent's timezone.
773 * of the date portion of the specified date in the user agent's timezone.
780 …* The `getDate()` method returns the day of the month for the specified date according to local ti…
825 … * Returns the day of the month (from 1 to 31) in the specified date according to universal time.
878 * Returns the day of the week for the specified date according to local time,
891 …* Returns the day of the week in the specified date according to universal time, where 0 represent…
[all …]
DArray.sts151 * Creates a new instance of an Array with the specified length
155 * @returns A new Array instance with the specified length
414 * Adds the specified elements to the end of an array and returns the new length of the array.
556 * Adds the specified elements to the beginning of an Array
595 * Returns the elements of an array that meet the condition specified in a callback function.
614 * into it recursively up to the specified depth.
626 * into it recursively up to the specified depth.
944 * Determines whether all the members of an array satisfy the specified test.
962 * Determines whether the specified callback function returns true for any element of an array.
980 * Returns the elements of an array that meet the condition specified in a callback function.
[all …]
/arkcompiler/runtime_core/
DOAT.xml27 "compatibility" is used to check license compatibility in the specified path;
28 "license" is used to check source license header in the specified path;
29 "copyright" is used to check source copyright header in the specified path;
30 … "import" is used to check source dependency in the specified path, such as import ... ,include ...
31 … "filetype" is used to check file type in the specified path, supported file types: archive, binary
32 …"filename" is used to check whether the specified file exists in the specified path(projectroot me…
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/
Dreadme.md95 Additionally, a test suite can be specified with the option `--test-suite`: for example, for test26…
123 - If some keys are repeated the latest value is taken (from the last specified config file)
124 - If for a key different types are specified the first-met type is taken
125 - If for a key different lists are specified they are merged and repeated values are excluded.
141 Note: after `/` the option name from config file is specified.
153 - **excluded** test lists - tests specified here are excluded from execution. "Don't try to run"
154 - **ignored** test lists - tests specified here run, but failures are ignored. Such lists are nam…
175 In any test list the test is specified as path to the test file relative from the `test_root`: Exam…
181 Test file specified in the option `--test-file` should be set in this format too.
184 All test lists are loaded automatically from the specified `LIST_ROOT` and based on following optio…
[all …]
/arkcompiler/ets_frontend/ets2panda/linter/docs/rules/
Drecipe51.md1 # Classes cannot be specified in ``implements`` clause
8 may be specified.
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/
DString.sts175 * Gets the codepoint at the specified index in this string.
183 * @returns the codepoint at the specified index
193 * Gets the codepoint at the specified index in this string.
201 * @returns the codepoint at the specified index
211 * Gets the codepoint at the specified index in this string.
219 * @returns the codepoint at the specified index
394 * the specified index starts with the specified prefix.
414 * the specified index starts with the specified prefix.
441 * Checks that this string ends with the specified suffix.
588 * Selects a substring of this String, starting at a specified index
[all …]
DBuiltinArray.sts329 * Determines whether all the members of an array satisfy the specified test.
347 * Determines whether the specified callback function returns true for any element of an array.
365 * Returns the elements of an array that meet the condition specified in a callback function.
394 …* Calls the specified callback function for all the elements in an array. The return value of the …
412 …* Calls the specified callback function for all the elements in an array. The return value of the …
416 …* @param initialValue If initialValue is specified, it is used as the initial value to start the a…
429 …* Calls the specified callback function for all the elements in an array, in descending order. The…
447 …* Calls the specified callback function for all the elements in an array, in descending order. The…
451 …* @param initialValue If initialValue is specified, it is used as the initial value to start the a…
464 * Performs the specified action for each element in an array.
[all …]
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/options/
Dcli_options.py131 …help='compile into .abc file the specified number of times; works only with the option compare-fil…
149 help='run tests only of specified group number. Used only if --groups is set. '
156 help='run tests only of specified chapter. Can be specified several times.')
174 … help='config with runner options. Can be specified several config files, they will be merged. '
258 … 'Several values can be set - in such case formats of all specified values are generated. '
264 'where $WorkDir is the folder specified by the option --work-dir')
269 'where $WorkDir is the folder specified by the option --work-dir')
274 'where $WorkDir is the folder specified by the option --work-dir')
279 'where $WorkDir is the folder specified by the option --work-dir')
284 'where $WorkDir is the folder specified by the option --work-dir')
[all …]
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dlda.str.yaml30 description: Load string specified by id into accumulator.
42 description: Load string specified by id into accumulator.
113 description: Load string specified by id into accumulator.
142 description: Load string specified by id into accumulator.
181 description: Load string specified by id into accumulator.
221 description: Load string specified by id into accumulator.
273 description: Load string specified by id into accumulator.
332 description: Load string specified by id into accumulator.
385 description: Load string specified by id into accumulator.
426 description: Load string specified by id into accumulator.
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Dlda.str.yaml23 description: Load string specified by id into accumulator.
33 description: Load string specified by id into accumulator.
103 description: Load string specified by id into accumulator.
131 description: Load string specified by id into accumulator.
169 description: Load string specified by id into accumulator.
220 description: Load string specified by id into accumulator.
272 description: Load string specified by id into accumulator.
/arkcompiler/runtime_core/static_core/verification/config/
DREADME.md6 instruction at specified offset in managed code
10 if no offset specified, default is 0.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/02.type_arguments/type_arguments_of_parameterized_declarations/
Dclass_variance_neg1.sts19 …It is a compile-time error if a covariant wildcard is specified for a contravariant type parameter.
20 …It is a compile-time error if a contravariant wildcard is specified for a covariant type parameter.
Dinterface_variance_neg1.sts19 …It is a compile-time error if a covariant wildcard is specified for a contravariant type parameter.
20 …It is a compile-time error if a contravariant wildcard is specified for a covariant type parameter.
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_array_buffer_test.cpp29 * @tc.desc: Copies the specified array buffer data block to a memory space with the specified size.
66 …* @tc.desc: Attach the specified array buffer to the specified data, then detach the data, and ver…
/arkcompiler/ets_frontend/ets2panda/linter/test_extended_features/
D@arkts.collections.d.ets48 * whether some element satisfies the specified predicate test
148 …* Adds all the elements of an ArkTS ConcatArray into a string, separated by the specified separato…
162 * @param { number } [start] - The beginning index of the specified portion of the array.
164 * @param { number } [end] - The end index of the specified portion of the array.
278 …* Adds all the elements of an ArkTS Array into a string, separated by the specified separator stri…
324 * @param { number } [start] - The beginning index of the specified portion of the array.
326 * @param { number } [end] - The end index of the specified portion of the array.
402 … * Returns the elements of an ArkTS Array that meet the condition specified in a callback function.
418 * Calls the specified callback function for all the elements in an ArkTS Array.
436 * Calls the specified callback function for all the elements in an array.
[all …]

12345678910>>...23