Home
last modified time | relevance | path

Searched full:special (Results 1 – 25 of 501) sorted by relevance

12345678910>>...21

/arkcompiler/toolchain/tooling/dynamic/client/tcpServer/test/js_test_case/
Djs_test.py133 … subprocess.run("%s shell wukong special -t 600,600 -c 1" % self.hdctool, stdout=subprocess.PIPE)
138 … subprocess.run("%s shell wukong special -t 600,600 -c 1" % self.hdctool, stdout=subprocess.PIPE)
142 … subprocess.run("%s shell wukong special -t 600,600 -c 1" % self.hdctool, stdout=subprocess.PIPE)
149 … subprocess.run("%s shell wukong special -t 600,600 -c 1" % self.hdctool, stdout=subprocess.PIPE)
153 … subprocess.run("%s shell wukong special -t 600,600 -c 1" % self.hdctool, stdout=subprocess.PIPE)
163 … subprocess.run("%s shell wukong special -t 600,600 -c 1" % self.hdctool, stdout=subprocess.PIPE)
177 "%s shell wukong special -t 600,600 -c 1" % self.hdctool,
185 "%s shell wukong special -t 600,600 -c 1" % self.hdctool,
192 "%s shell wukong special -t 600,600 -c 1" % self.hdctool,
200 "%s shell wukong special -t 600,600 -c 1" % self.hdctool,
[all …]
/arkcompiler/ets_frontend/ets2panda/linter/test/rules/
Drule207.ets.arkts2.json20 … "rule": "Special arguments object inside functions are not supported (arkts-no-arguments-obj)",
40 … "rule": "Special arguments object inside functions are not supported (arkts-no-arguments-obj)",
70 … "rule": "Special arguments object inside functions are not supported (arkts-no-arguments-obj)",
90 … "rule": "Special arguments object inside functions are not supported (arkts-no-arguments-obj)",
100 … "rule": "Special arguments object inside functions are not supported (arkts-no-arguments-obj)",
110 … "rule": "Special arguments object inside functions are not supported (arkts-no-arguments-obj)",
150 … "rule": "Special arguments object inside functions are not supported (arkts-no-arguments-obj)",
180 … "rule": "Special arguments object inside functions are not supported (arkts-no-arguments-obj)",
190 … "rule": "Special arguments object inside functions are not supported (arkts-no-arguments-obj)",
230 … "rule": "Special arguments object inside functions are not supported (arkts-no-arguments-obj)",
[all …]
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/tools/generate-es-checked/
DREADME.md60 * special:? Array Special
62 special
85 - `special` special cases array: match tested ts expression and handle it in a special way
111 - strings that start with `#__` in json have special meaning
112 - objects that contain `__kind` property have special meaning
/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/extensions/generators/ets_es_checked/generate-es-checked/
DREADME.md60 * special:? Array Special
62 special
85 - `special` special cases array: match tested ts expression and handle it in a special way
111 - strings that start with `#__` in json have special meaning
112 - objects that contain `__kind` property have special meaning
/arkcompiler/ets_frontend/es2panda/test/patch/11/hotfix/hotfix-noerror/record-name-with-dots-no-error/
Dbase_mod.js16 // Test scenario: no added special name function in file that originally did not have special name …
/arkcompiler/ets_frontend/es2panda/test/patch/currentVersion/hotfix/hotfix-noerror/record-name-with-dots-no-error/
Dbase_mod.js16 // Test scenario: no added special name function in file that originally did not have special name …
/arkcompiler/ets_frontend/es2panda/test/patch/11/hotfix/hotfix-throwerror/record-name-with-dots-throw-error/
Dbase_mod.js16 // Test scenario: add special name function in file that originally did not have special name funct…
/arkcompiler/ets_frontend/es2panda/test/patch/currentVersion/hotfix/hotfix-throwerror/record-name-with-dots-throw-error/
Dbase_mod.js16 // Test scenario: add special name function in file that originally did not have special name funct…
/arkcompiler/ets_frontend/es2panda/test/patch/11/hotfix/hotfix-throwerror/add-two-anon-function/
Dexpected.txt14 [Patch] Found new anonymous, special(containing '.' or '\') or duplicate name function .#2883375060…
15 [Patch] Found new anonymous, special(containing '.' or '\') or duplicate name function .#3272928923…
/arkcompiler/ets_frontend/es2panda/test/parser/binder/api12beta2/
Dtest-func-naming.js29 // function with special name
34 // function with special name
/arkcompiler/ets_frontend/es2panda/test/patch/currentVersion/hotfix/hotfix-throwerror/add-two-anon-function/
Dexpected.txt14 [Patch] Found new anonymous, special(containing '.' or '\') or duplicate name function .#*#^2 not s…
15 [Patch] Found new anonymous, special(containing '.' or '\') or duplicate name function .#*#^1 not s…
/arkcompiler/ets_frontend/es2panda/test/patch/currentVersion/hotfix/hotfix-throwerror/del-dup-add-anon-function/
Dexpected.txt14 [Patch] Found new anonymous, special(containing '.' or '\') or duplicate name function .#*#^2 not s…
15 [Patch] Found new anonymous, special(containing '.' or '\') or duplicate name function .#*#^1 not s…
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/docs/
Dnative_call_opt_doc.md5 …itional" approach is to call Native methods like Managed methods through special assembly bridge, …
27 - CompilerBeginNativeMethod - calls special BeginNative entrypoint, prepares stack map for stack wa…
28 - CompilerEndNativeMethodPrim / CompilerEndNativeMethodObj - calls special EndNative entrypoint
33 - WrapObjectNative - this is a special "meta"-instruction, which accepts a ref-parameter and produc…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/06.unary_minus/
Dunary_minus_onbound.ets19 desc: Unary minus operator (onbound) (these are special cases for numeric overflow behavior. Specia…
Dunary_minus_outbound.ets19 desc: Unary minus operator (onbound) (these are special cases for numeric overflow behavior. Specia…
/arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/
DInvalidClasses.ets95 /* @@? 41:5 Error SyntaxError: The special predefined method '$_get' should have exactly one requir…
96 /* @@? 41:5 Error SyntaxError: The special predefined method '$_get' cannot be asynchronous. */
98 /* @@? 45:5 Error SyntaxError: The special predefined method '$_set' should have exactly two requir…
99 /* @@? 45:5 Error SyntaxError: The special predefined method '$_set' cannot be asynchronous. */
101 /* @@? 47:5 Error SyntaxError: The special predefined method '$_iterator' cannot be asynchronous. */
102 /* @@? 47:5 Error SyntaxError: The special predefined method '$_iterator' should not have parameter…
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value_internals.h28 // so we use a special quietNaN as TaggedInt tag(highest 16bits as 0xFFFF), and need to encode dou…
39 // There are some special markers of Object:
62 // special tag
73 // special value
/arkcompiler/runtime_core/taihe/compiler/taihe/codegen/abi/
Dmangle.py24 2. Record positions of "special" underscores (those in original identifiers)
25 3. Encode special positions using ULEB8 compression
44 2. Record special underscore positions:
154 # Find positions of "special" underscores (those within segments)
208 # Decode special underscore positions
/arkcompiler/runtime_core/libpandafile/
Dmethod_handle_data_accessor.h24 // NOLINTNEXTLINE(cppcoreguidelines-special-member-functions, hicpp-special-member-functions)
/arkcompiler/runtime_core/static_core/libpandafile/
Dmethod_handle_data_accessor.h24 // NOLINTNEXTLINE(cppcoreguidelines-special-member-functions, hicpp-special-member-functions)
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_es_checked/
Dmath.yaml41 special:
50 special:
112 special:
121 special:
/arkcompiler/runtime_core/static_core/runtime/profiling/
Dprofiling.h42 SPECIAL = 2, enumerator
43 SPECIAL_INT = INTEGER | SPECIAL,
/arkcompiler/runtime_core/static_core/docs/
Dcfi_directives.md5 … preferred to compiler-generated, i.e. for performance reasons (usage of special cryptographic/vec…
6 In case of **compiler-generated** code compilers emit special **debug symbols** in resulting binary…
/arkcompiler/runtime_core/docs/
Dcfi_directives.md5 … preferred to compiler-generated, i.e. for performance reasons (usage of special cryptographic/vec…
6 In case of **compiler-generated** code compilers emit special **debug symbols** in resulting binary…
/arkcompiler/ets_frontend/es2panda/test/parser/js/
Dtest-class-definition5-expected.txt1 SyntaxError: Constructor can not be special method [test-class-definition5.js:18:7]

12345678910>>...21