Home
last modified time | relevance | path

Searched full:contain (Results 1 – 25 of 276) sorted by relevance

12345678910>>...12

/arkcompiler/ets_runtime/test/sharedtest/sendable/
Dexpect_output.txt19 sendable contain sendable succeed.
20 sendable contain non-sendable failed. err: TypeError: Cannot set sendable property with mismatched …
21 sendable contain static non-sendable failed. err: TypeError: Cannot set sendable property with mism…
22 sendable contain undefined succeed.
23 sendable contain lexenv succeed.
Dsendable.ts98 // 4. sendable can only contain sendable
113 print('sendable contain sendable succeed.');
115 print('sendable contain sendable failed. err: ' + err + ', code: ' + err.code);
129 print('sendable contain non-sendable succeed.');
131 print('sendable contain non-sendable failed. err: ' + err + ', code: ' + err.code);
143 print('sendable contain static non-sendable succeed.');
145 print('sendable contain static non-sendable failed. err: ' + err + ', code: ' + err.code);
154 print('sendable contain undefined succeed.');
156 print('sendable contain undefined failed. err: ' + err + ', code: ' + err.code);
185 print('sendable contain lexenv succeed.');
[all …]
/arkcompiler/ets_frontend/ets2panda/linter/test/main/
Dobject_literals_properties.ts.arkts2.json34 … "rule": "Object literal properties can only contain name-value pairs (arkts-obj-literal-props)",
44 … "rule": "Object literal properties can only contain name-value pairs (arkts-obj-literal-props)",
54 … "rule": "Object literal properties can only contain name-value pairs (arkts-obj-literal-props)",
74 … "rule": "Object literal properties can only contain name-value pairs (arkts-obj-literal-props)",
84 … "rule": "Object literal properties can only contain name-value pairs (arkts-obj-literal-props)",
94 … "rule": "Object literal properties can only contain name-value pairs (arkts-obj-literal-props)",
104 … "rule": "Object literal properties can only contain name-value pairs (arkts-obj-literal-props)",
114 … "rule": "Object literal properties can only contain name-value pairs (arkts-obj-literal-props)",
/arkcompiler/runtime_core/compiler/optimizer/templates/
DIR-instructions.md.erb31 verify << "users.contain(#{ null_check_users.map { |x| x.opcode }.join(', ')})"
33 verify << "users.contain(#{ zero_check_users.map { |x| x.opcode }.join(', ')})"
35 verify << "users.contain(#{ bounds_check_users.map { |x| x.opcode }.join(', ')})"
37 verify << "users.contain(#{ negative_check_users.map { |x| x.opcode }.join(', ')})"
/arkcompiler/runtime_core/static_core/compiler/optimizer/templates/
DIR-instructions.md.erb31 verify << "users.contain(#{ null_check_users.map { |x| x.opcode }.join(', ')})"
33 verify << "users.contain(#{ zero_check_users.map { |x| x.opcode }.join(', ')})"
35 verify << "users.contain(#{ bounds_check_users.map { |x| x.opcode }.join(', ')})"
37 verify << "users.contain(#{ negative_check_users.map { |x| x.opcode }.join(', ')})"
/arkcompiler/runtime_core/static_core/irtoc/lang/
Dinstructions_data.rb26 abort "Instruction description doesn't contain opcode field" unless inst.include? "opcode"
30 abort "Instruction description doesn't contain opcode field" unless inst.include? "opcode"
/arkcompiler/runtime_core/static_core/compiler/docs/
Dif_conversion_doc.md35 `PBB`(Phi BB) -- false or true successor of `BB`, which contain PHI instruction for BB and JBB
49 `PBB`(Phi BB) -- the successor of `JBB` and `JBB 2`, which contain PHI instruction for `JBB` and `J…
57 4. `JBB`(and `JBB 2` for Diamond) doesn't contain instruction with `no_ifcvt` property(for example …
60 7. `PBB` doesn't contain float Phi with different inputs for `JBB` and `BB`(`JBB 2` for Diamond)
Dredundant_loop_elimination_doc.md12 * Loop doesn't contain instructions with side effect (ex. call instructions).
13 * Loop doesn't contain instructions with users out of the loop.
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest_GetOrSetAccessor10-expected.txt1 SyntaxError: Keyword must not contain escaped characters [test_GetOrSetAccessor10.ts:18:5]
Dtest-class-constructor14-expected.txt1 SyntaxError: Constructors for derived classes must contain a super call. [test-class-constructor14.…
Dtest-class-constructor8-expected.txt1 SyntaxError: Constructors for derived classes must contain a super call. [test-class-constructor8.t…
Dtest-class-constructor9-expected.txt1 SyntaxError: Constructors for derived classes must contain a super call. [test-class-constructor9.t…
Dtest-class-constructor17-expected.txt1 SyntaxError: Constructors for derived classes must contain a super call. [test-class-constructor17.…
Dtest-class-constructor15-expected.txt1 SyntaxError: A constructor cannot contain a super call when its class extends null. [test-class-con…
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dcoroutine_context.h25 * Implementation dependent: may contain register state or OS thread pointer or something else.
26 * Does not contain managed state (contains native state only).
/arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/
DInvalidStatements1.sts72 /* @@? 42:1 Error SyntaxError: A try statement should contain either finally clause or at least one…
74 /* @@? 40:1 Error SyntaxError: A try statement should contain either finally clause or at least one…
DtryBlockOnly.sts22 /* @@@ label Error SyntaxError: A try statement should contain either finally clause or at least on…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/10.interfaces/04.interface_members/
Dmember_type_declaration.sts19 assert: Interfaces may contain member type declarations.
Dmember_type_access.sts19 assert: Interfaces may contain member type declarations.
/arkcompiler/ets_frontend/ets2panda/linter/docs/rules/
Drecipe40.md44 - Recipe 043: Array literals must contain elements of only inferrable types (``arkts-no-noninferra…
/arkcompiler/runtime_core/static_core/plugins/ets/doc/annotations/
Dconf.py17 # This file does only contain a selection of the most common options. For a
48 # Add any paths that contain templates here, relative to this directory.
/arkcompiler/runtime_core/static_core/plugins/ets/doc/tutorial/
Dconf.py17 # This file does only contain a selection of the most common options. For a
48 # Add any paths that contain templates here, relative to this directory.
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
Dconf.py17 # This file does only contain a selection of the most common options. For a
48 # Add any paths that contain templates here, relative to this directory.
/arkcompiler/runtime_core/static_core/plugins/ets/doc/interop_js/
Dconf.py17 # This file does only contain a selection of the most common options. For a
48 # Add any paths that contain templates here, relative to this directory.
/arkcompiler/runtime_core/static_core/plugins/ets/doc/cookbook/
Dconf.py17 # This file does only contain a selection of the most common options. For a
48 # Add any paths that contain templates here, relative to this directory.

12345678910>>...12