Home
last modified time | relevance | path

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

1234567891011

/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/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/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/arkguard/src/utils/
DTransformUtil.ts38 universalReservedArray: RegExp[]; // items contain wildcards
39 specificReservedArray: string[]; // items do not contain wildcards
173 * Separate parts of an array that contain wildcard characters.
183 // separate items which contain wildcards from others
/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-constructor9-expected.txt1 SyntaxError: Constructors for derived classes must contain a super call. [test-class-constructor9.t…
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-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/linter/test/
Ddestructuring_for_loop.ts.json29 …"rule": "Array literals must contain elements of only inferrable types (arkts-no-noninferrable-arr…
85 …"rule": "Array literals must contain elements of only inferrable types (arkts-no-noninferrable-arr…
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/astchecker/
DREADME.md30 - `<id>` may contain letters, numbers and underscores
63 …lue`) pairs, specified in a `<properties>` JSON (Note that such node may contain **not only** thes…
/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/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/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.
/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/tests/ets-templates/10.interfaces/04.interface_members/
Dmember_type_access.sts19 assert: Interfaces may contain member type declarations.
Dmember_type_declaration.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/ets_frontend/ets2panda/test/ast/parser/ets/
DtryBlockOnly.sts22 /* @@? 17:5 Error SyntaxError: A try statement should contain either finally clause or at least one…

1234567891011