Home
last modified time | relevance | path

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

12345678910>>...30

/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
45 …(name: string) start check of specified method, all following checks that require specific method …
47 * **PASS_BEFORE** (pass_name: string) select pass that is right before the specified one
48 * **INST** (inst: pattern) search specified instruction in the ir dump file specified by commands `…
51 * **IR_COUNT** (inst: string) search specified phrase and counts the number in the ir dump file spe…
52 * **BLOCK_COUNT** () equal to `IR_COUNT ("BB ")`, i.e. search specified basic blocks and counts the…
55 * **ASM_METHOD** (name: string) select a specified method in disasm file, next "ASM*" checks will b…
56 * **ASM_INST** (inst: pattern) select a specified instruction in disasm file, next "ASM*" checks wi…
58 If none of these checks were specified, then search will be applied in the whole disasm file.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_sdk/api/@ohos/util/HashMap/
DHashMapHasKeyHasValueTest.ets36 assertEQ(result1, true, "The hashMap contains the specified key");
37 assertEQ(result2, true, "The hashMap contains the specified value");
46 assertEQ(result1, false, "The hashMap not contains the specified key that is not set");
47 assertEQ(result2, false, "The hashMap not contains the specified value that is not set");
55 … assertEQ(result1, false, "The hashMap not contains the specified key when the hashMap is empty");
56 …assertEQ(result2, false, "The hashMap not contains the specified value when the hashMap is empty");
75 assertEQ(result1, false, "The hashMap not contains the specified key that is not set");
76 assertEQ(result2, false, "The hashMap not contains the specified value that is not set");
88 … assertEQ(result2, false, "The hashMap not contains the specified key when the hashMap is empty");
89 …assertEQ(result3, false, "The hashMap not contains the specified value when the hashMap is empty");
/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/ets_frontend/ets2panda/test/ast/compiler/ets/annotation_tests/
DannotationUsage_missing_param_for_function_param.ets28 /* @@? 22:16 Error TypeError: The required field 'testProperty2' must be specified. Fields without …
29 /* @@? 22:16 Error TypeError: The required field 'testProperty1' must be specified. Fields without …
30 /* @@? 22:32 Error TypeError: The required field 'testProperty1' must be specified. Fields without …
31 /* @@? 25:16 Error TypeError: The required field 'testProperty2' must be specified. Fields without …
32 /* @@? 25:53 Error TypeError: The required field 'testProperty1' must be specified. Fields without …
DannotationUsage_missing_arguements02.ets29 /* @@? 20:2 Error TypeError: The required field 'testProperty2' must be specified. Fields without d…
30 /* @@? 23:2 Error TypeError: The required field 'testProperty2' must be specified. Fields without d…
31 /* @@? 23:2 Error TypeError: The required field 'testProperty1' must be specified. Fields without d…
32 /* @@? 25:6 Error TypeError: The required field 'testProperty1' must be specified. Fields without d…
DannotationUsage_missing_param_for_interface.ets29 /* @@? 21:2 Error TypeError: The required field 'testProperty1' must be specified. Fields without d…
30 /* @@? 23:6 Error TypeError: The required field 'testProperty2' must be specified. Fields without d…
31 /* @@? 25:6 Error TypeError: The required field 'testProperty2' must be specified. Fields without d…
DannotationUsage_missing_param_for_variable_decl.ets30 /* @@? 22:2 Error TypeError: The required field 'testProperty2' must be specified. Fields without d…
31 /* @@? 22:2 Error TypeError: The required field 'testProperty1' must be specified. Fields without d…
32 /* @@? 26:6 Error TypeError: The required field 'testProperty1' must be specified. Fields without d…
/arkcompiler/runtime_core/static_core/libpandabase/
Doptions.yaml83 description: Enable logs from specified components
91 description: Enable debug or above logs from specified components
99 description: Enable info or above logs from specified components
107 description: Enable warning or above logs from specified components
115 description: Enable error or above logs from specified components
123 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/runtime/ani/
Dani.h276 * @brief Creates a new object of a specified class using a constructor method.
278 …* This function creates a new object of the given class and calls the specified constructor method…
291 * @brief Creates a new object of a specified class using a constructor method (array-based).
293 …* This function creates a new object of the given class and calls the specified constructor method…
307 …* @brief Creates a new object of a specified class using a constructor method (variadic arguments).
309 …* This function creates a new object of the given class and calls the specified constructor method…
324 * This function retrieves the type of the specified object.
334 * @brief Checks if an object is an instance of a specified type.
336 * This function checks whether the given object is an instance of the specified type.
348 * @brief Retrieves the superclass of a specified type.
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/sdk/api/
D@ohos.util.ArrayList.ets114 * Check whether the specified element is contained in the ArrayList.
116 * @param element - the specified element.
118 * @returns true if the specified element is included, otherwise, false.
125 * Get the index of the specified element when it first appeared.
127 * @param element - the specified element.
129 * @returns the index if the specified element is included, otherwise, -1.
138 * Get the index of the specified element when it last appeared.
140 * @param element - the specified element.
142 * @returns the index if the specified element is included, otherwise, -1.
173 * Deletes the first specified element found.
[all …]
D@ohos.util.List.ets106 * Gets the element at the specified index.
109 * @returns The element at the specified index, or undefined if the index is out of range.
160 * @returns A new list containing the elements from the specified range.
191 * Inserts an element at the specified index.
221 * Removes the element at the specified index.
247 * Sets the element at the specified index.
251 … * @returns The previous element at the specified index, or undefined if the index is out of range.
336 * Gets the node at the specified index.
339 * @returns The node at the specified index, or undefined if the index is out of range.
353 * Gets the element at the specified index.
[all …]
D@ohos.util.LinkedList.ets149 * Gets the element at the specified index.
151 * @returns The element at the specified index, or undefined if the index is out of range.
174 * Gets the index of the first occurrence of the specified element.
204 * Gets the index of the last occurrence of the specified element.
222 * Determines whether the list contains the specified element.
238 * Inserts an element at the specified index.
282 * Removes the first occurrence of the specified element.
309 * Removes the element at the specified index.
348 * Removes the first occurrence of the specified element.
365 * Removes the last occurrence of the specified element.
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_sdk/api/@ohos/util/HashSet/
DHashSetHasTest.ets39 assertEQ(result, true, "The hashSet should contain the specified value");
47 assertEQ(result, false, "The hashSet should not contain the specified value that is not set");
54 …assertEQ(result, false, "The hashSet should not contain the specified value when the hashSet is em…
70 assertEQ(result, false, "The hashSet should not contain the specified value that is not set");
81 assertEQ(result2, false, "The hashSet should contain the specified value that is not set");
89 assertEQ(result, true, "The hashSet should contain the specified value");
/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/ets_frontend/ets2panda/linter/docs/rules/
Drecipe51.md1 # Classes cannot be specified in ``implements`` clause
8 may be specified.
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/
Dreadme.md98 Additionally, a test suite can be specified with the option `--test-suite`: for example, for test26…
126 - If some keys are repeated the latest value is taken (from the last specified config file)
127 - If for a key different types are specified the first-met type is taken
128 - If for a key different lists are specified they are merged and repeated values are excluded.
144 Note: after `/` the option name from config file is specified.
156 - **excluded** test lists - tests specified here are excluded from execution. "Don't try to run"
157 - **ignored** test lists - tests specified here run, but failures are ignored. Such lists are nam…
167 - `debug-info` is `DI` when `--es2panda-debug-info` option is specified.
179 In any test list the test is specified as path to the test file relative from the `test_root`: Exam…
185 Test file specified in the option `--test-file` should be set in this format too.
[all …]
/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/
DREADME.md58 - If some keys are repeated the latest value is taken (from the last specified config file)
59 - If for a key different types are specified the first-met type is taken
60 - If for a key different lists are specified they are merged and repeated values are excluded.
75 Note: after `/` the option name from config file is specified.
88 - **excluded** test lists - tests specified here are excluded from execution. "Don't try to run"
89 - **ignored** test lists - tests specified here run, but failures are ignored. Such lists are nam…
112 In any test list the test is specified as path to the test file relative from the `test_root`: Exam…
118 Test file specified in the option `--test-file`/`test-lists.explicit-file` should be set in this fo…
121 All test lists are loaded automatically from the specified `LIST_ROOT` and based on following optio…
136 - `--test-file TEST_FILE`/`test-lists.explicit-file: TEST_FILE` - run ONLY ONE specified test. **…
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/
DArrayBuffer.ets161 * Returns data at specified index.
181 * Sets data at specified index.
229 /// @brief Reads byte from specified position. Always valid for a non-detached ArrayBuffer
231 /// @brief Writes byte at specified position. Always valid for a non-detached ArrayBuffer
310 * Creates a new ArrayBuffer from a string using the specified encoding.
314 * specified length.
327 * specified byte offset and continuing for the specified length, into a new ArrayBuffer.
332 * @returns {ArrayBuffer} A new ArrayBuffer containing the specified slice of the source.
340 …* converts them to the native integer type, and then copies the specified range from the source Ar…
345 * @returns {ArrayBuffer} A new ArrayBuffer containing the specified segment.
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/xgc/
Drun_xgc_test.sh59 echo "Error: working directory is not specified"
63 echo "Error: etsstdlib file is not specified"
67 echo "Error: command is not specified"

12345678910>>...30