Home
last modified time | relevance | path

Searched full:here (Results 1 – 25 of 650) sorted by relevance

12345678910>>...26

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/
Dscope.params.yaml22 let v: PKG_ALIAS0 = true // should not be visible here
30 let v: pkg_a.PKG_ALIAS0 = true // should not be visible here
38 let v: MOD_ALIAS0 = true // should not be visible here
47 let v: PKG_ALIAS1 = true // should be visible here
62 let v: MOD_ALIAS1 = true // should be visible here
71 let v: PKG_ALIAS2 = true // should be visible here
86 let v: MOD_ALIAS2 = true // should be visible here
95 let v: X = true // should be visible here
110 let v: X = true // should be visible here
120 let v: PKG_ALIAS4 = new EClass() // should not be visible here
[all …]
/arkcompiler/ets_frontend/ets2panda/test/runtime/ets/
DCastReference4.sts33 …nstruction 'checkcast' will always throw an exception here. It may be a sign of possible error her…
45 …nstruction 'checkcast' will always throw an exception here. It may be a sign of possible error her…
DCastReference3.sts37 // Accumulator type 'C[]' is always a subtype of 'B[]'. Checkcast is redundant here.
38 // It may be a sign of possible error here.
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/
Drun-vmb.sh18 here=$(realpath $(dirname "$BASH_SOURCE"))
22 echo "!!! See steps in $here/readme.md"
24 cd "$here"/src || exit
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/regression/
DSimplifyStringBuilder.sts30 // SimplifyStringBuilder should not be triggered here: 'prepend' instead of 'append'
40 …// SimplifyStringBuilder should not be triggered here: 'prepend' instead of 'append' in intermedia…
53 // SimplifyStringBuilder should be triggered here: simple 'append' case
63 …// SimplifyStringBuilder should be triggered here: 'append' with intermediate value inside loop bo…
/arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/
Ddeclare_namespace_5.sts51 /* @@@ label Error SyntaxError: Namespace not enabled in here. */
53 /* @@@ label2 Error SyntaxError: Namespace not enabled in here. */
54 /* @@@ label3 Error SyntaxError: Namespace not enabled in here. */
Dtype_variance4.sts16 // TODO: Should be a "SyntaxError: Variance modifier is not allowed here [type_variance4.sts:18:13]…
20 /* @@@ label Error SyntaxError: Variance modifier is not allowed here. */
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Djmp.yaml52 # should not be here
66 # should not be here
74 # should not be here
104 # should not be here
138 # should not be here
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Djmp.yaml53 # should not be here
69 # should not be here
78 # should not be here
111 # should not be here
148 # should not be here
/arkcompiler/runtime_core/static_core/docs/
Ddesign-of-interpreter.md49 For the rationale on the bytecode type, please see [here](rationale-for-bytecode.md).
67 Please find the implementation of the instruction set architecture [here](../isa/isa.yaml).
110 Please find the specification [here](file_format.md).
152 Please find the reference implementation [here](../runtime/interpreter).
196 Please find the reference implementation [here](../runtime/interpreter/frame.h).
216 A general overview of managed assembly languages can be found [here](overview-of-managed-assemblers…
226 Please find the specification [here](assembly_format.md).
228 Please find the implementation [here](../assembler).
/arkcompiler/runtime_core/docs/
Ddesign-of-interpreter.md49 For the rationale on the bytecode type, please see [here](rationale-for-bytecode.md).
67 Please find the implementation of the instruction set architecture [here](../isa/isa.yaml).
110 Please find the specification [here](file_format.md).
152 Please find the reference implementation [here](../runtime/interpreter).
196 Please find the reference implementation [here](../runtime/interpreter/frame.h).
216 A general overview of managed assembly languages can be found [here](overview-of-managed-assemblers…
226 Please find the specification [here](assembly_format.md).
228 Please find the implementation [here](../assembler).
/arkcompiler/ets_frontend/ets2panda/linter/test/main/
Dfunction_object_methods.sts119 return this.fn; // here `this` is the current obj
122 return this.fn; // here `this` is the current obj
125 return this.fo; // here `this` is `globalThis`
128 return this.fo; // here `this` is `globalThis`
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/
Dun2.params.yaml68 … this.fld = this.fld / 2 // CTE: smart casting isn't supported here because of multi-threading
81 …this.fld = this.fld.substr(0, 1) // CTE: smart casting isn't supported here because of multi-thre…
94 … this.fld = this.fld / 2 // CTE: smart casting isn't supported here because of multi-threading
108 …this.fld = this.fld.substr(0, 1) // CTE: smart casting isn't supported here because of multi-thre…
/arkcompiler/runtime_core/static_core/verification/
Dmessages.yaml166 …message: constant null in register v${reg}. NPE exception will always be thrown here. Accumulator …
172 message: constant null in accumulator. NPE exception will always be thrown here.
270 message: Accumulator constantly holds 'null' value. It may be a sign of possible error here.
277 …Accumulator type '${acc_type}' is always a subtype of '${type}'. Checkcast is redundant here. It m…
278 possible error here.
286 …nstruction 'checkcast' will always throw an exception here. It may be a sign of possible error her…
294 …nstruction 'checkcast' will always throw an exception here. It may be a sign of possible error her…
315 It may be a sign of possible error here.
323 Result of 'isinstance' is always zero. It may be a sign of possible error here.
330 … in accumulator is of incompatible type '${acc_elt_type}'. It may be a sign of possible error here.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_union/
Dspec.sts49 let frog: Frog = animal as Frog // Use 'as' conversion here
54 let dog = animal as Spitz // Use 'as' conversion here
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/tests/
Dtest_shell.py26 here = os.path.realpath(os.path.dirname(__file__)) variable
42 res = sh.run(f'ls -1 {here}')
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest_decorator9-expected.txt1 SyntaxError: Decorators are not valid here. [test_decorator9.ts:20:5]
Dtest_decorator5-expected.txt1 SyntaxError: Decorators are not valid here. [test_decorator5.ts:18:5]
Dtest_decorator7-expected.txt1 SyntaxError: Decorators are not valid here. [test_decorator7.ts:17:1]
Dtest_decorator6-expected.txt1 SyntaxError: Decorators are not valid here. [test_decorator6.ts:18:5]
Dtest_decorator8-expected.txt1 SyntaxError: Decorators are not valid here. [test_decorator8.ts:17:1]
Dtest_decorator2-expected.txt1 SyntaxError: Decorators are not valid here. [test_decorator2.ts:17:1]
Dtest-static-blocks-in-class7-expected.txt1 SyntaxError: Decorators are not valid here. [test-static-blocks-in-class7.ts:19:3]
/arkcompiler/runtime_core/static_core/runtime/bridge/arch/x86/
Dcompiled_code_to_interpreter_bridge_x86.S32 // %esp % 16 == 12 here (-4 == 12 (mod 16))
62 // %esp % 16 == 8 here
69 // %esp should be 16-byte aligned here
154 // %esp should be 16-byte aligned here
/arkcompiler/toolchain/build/config/mac/
DBUILD.gn19 # is applied to all targets. It is here to separate out the logic.
37 # This is here so that all files get recompiled after an Xcode update.
71 # config that is applied to all targets. It is here to separate out the logic

12345678910>>...26