Home
last modified time | relevance | path

Searched full:all (Results 1 – 25 of 1951) sorted by relevance

12345678910>>...79

/arkcompiler/ets_frontend/ets2panda/test/parser/js/
Dtest-export-all-expected.txt13 "program": "test-export-all.js"
18 "program": "test-export-all.js"
27 "program": "test-export-all.js"
32 "program": "test-export-all.js"
45 "program": "test-export-all.js"
50 "program": "test-export-all.js"
59 "program": "test-export-all.js"
64 "program": "test-export-all.js"
73 "program": "test-export-all.js"
78 "program": "test-export-all.js"
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/06.import_path/file/
Dimport_path_file.params.yaml15 - import * as all from "./module_a"
16 - import * as all from "./module_a.ets"
17 - import * as all from "./nesteddir/module_a"
18 - import * as all from "./nesteddir/module_a.ets"
19 - import * as all from "./nesteddir/../module_a"
20 - import * as all from "./nesteddir/../module_a.ets"
21 - import * as all from "../module_a"
22 - import * as all from "../module_a.ets"
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/examples/benchmarks/interop/
Dreadme.md6 vmb all -p interop_d2d -T d2d --src-langs=js --langs=js ./examples/benchmarks
9 vmb all -p node_host -T d2d -v debug ./examples/benchmarks
10 vmb all -p v_8_host -T d2d -v debug ./examples/benchmarks
11 vmb all -p ark_js_vm_host -T d2d --src-langs=js --langs=js ./examples/benchmarks
16 vmb all -p arkts_host -A -T s2s ./examples/benchmarks
20 vmb all -p interop_s2d -T s2d ./examples/benchmarks
25 vmb all -p interop_d2s -T d2s ./examples
/arkcompiler/runtime_core/isa/
Dasserts.rb21 each_cons(2).all? { |a, b| (a <=> b) <= 0 }
47 assert('All instructions for a prefix should fit one byte') do
50 end.all?
56 end.all?
64 end.all?
67 assert('All prefixes should have unique name') do
79 assert('All tags are unique between categories') do
83 assert('All tags are used') do
91 assert('All tags are defined') do
104 end.all?
[all …]
/arkcompiler/runtime_core/static_core/isa/
Dasserts.rb21 each_cons(2).all? { |a, b| (a <=> b) <= 0 }
47 assert('All instructions for a prefix should fit one byte') do
50 end.all?
56 end.all?
64 end.all?
67 assert('All prefixes should have unique name') do
79 assert('All tags are unique between categories') do
83 assert('All tags are used') do
91 assert('All tags are defined') do
104 end.all?
[all …]
/arkcompiler/runtime_core/static_core/verification/models/typesystem/
Dark_typesystem.als32 // all params are different
33 all disj p1, p2 : Param
43 // all signatures are different for different params
44 all disj p1, p2 : Params
54 all p1,p2: Param
58 all ps1, ps2: Params
66 all t: Type | one universe.t
67 all disj t1,t2: Type | universe.t1 != universe.t2
68 all t: Type | one universe.sort[t]
69 all t: Type | one universe.params[t]
[all …]
/arkcompiler/ets_frontend/ets2panda/test/compiler/ets/import_tests/selective_export_tests/
Dimport_selective_exported.ets16 import * as all from "./selective_export"
21 all.afunc();
22 console.print(all.msg);
23 console.print(all.amsg);
25 let test_var: all.tc = new all.tc();
29 let alias_var = new all.aliased();
/arkcompiler/runtime_core/static_core/plugins/ets/tests/benchmarks/interop_js/
DREADME.md19 All other file and directory names are arbitrary.
39 vmb all -p interop_d2s -T d2s -L js -l js --exclude-list=$TESTS/known-fails-d2s.txt --timeout=60 $T…
42 vmb all -p interop_s2d -T s2d -A --exclude-list=$TESTS/known-fails-s2d.txt --timeout=60 $TESTS
45 vmb all -p interop_d2d -T d2d -L js -l js --exclude-list=$TESTS/known-fails-d2d.txt --timeout=60 $T…
48 vmb all -p arkts_host -T s2s -A --exclude-list=$TESTS/known-fails-s2s.txt --timeout=60 $TESTS
56 # List all options
59 # List command-specific options: vmb [gen,run,report,all,version,list] --help
60 vmb all --help
66 vmb all -p interop_s2d \
87 vmb all -p interop_s2d -T s2d -A --report-json=1.json $TESTS/array_map_reduce/
[all …]
/arkcompiler/runtime_core/tests/cts-generator/
DREADME.md53 …-a, --run-all Run all tests, ignore "runner-option: ignore" tag in test definit…
78 This command will start all tests in `cts-generated` directory. Tests which have runner options `ig…
81 To run all tests, add `-a` options.
95 Run all tests marked with bugid 1316.
97 ### How to generate all test not using cmake/make
107 ### How to run all tests
109 All test can be executed using `make cts-generated` command, test with `ignore` runner options will…
110 If you want to run all tests, you can do the following:
113 cmake ${ROOT_PATH} -DCTS_TEST_SELECT_OPTION="--run-all"
143 Please note that `-a` options (`--run-all`) is defined, otherwise tests will be excluded, if they h…
[all …]
/arkcompiler/runtime_core/static_core/tests/cts-generator/
DREADME.md53 …-a, --run-all Run all tests, ignore "runner-option: ignore" tag in test definit…
78 This command will start all tests in `cts-generated` directory. Tests which have runner options `ig…
81 To run all tests, add `-a` options.
95 Run all tests marked with bugid 1316.
97 ### How to generate all test not using cmake/make
107 ### How to run all tests
109 All test can be executed using `make cts-generated` command, test with `ignore` runner options will…
110 If you want to run all tests, you can do the following:
113 cmake ${ROOT_PATH} -DCTS_TEST_SELECT_OPTION="--run-all"
143 Please note that `-a` options (`--run-all`) is defined, otherwise tests will be excluded, if they h…
[all …]
/arkcompiler/ets_frontend/ets2panda/test/parser/ets/import_tests/
Dimport_relative_path.ets16 import * as all from "./packages";
18 let x = all.foo(all.dbl /* double based signature */);
19 let y = all.foo(all.flt /* float based signature */);
Dimport_all.ets16 import * as all from "import_tests/packages";
19 let x = all.foo(all.dbl /* double based signature */);
20 let y = all.foo(all.flt /* float based signature */);
/arkcompiler/ets_frontend/test/scripts/sdk_test/
Doptions.py125 parser.add_argument('--buildMode', type=str, dest='build_mode', default='all',
126 choices=['all', 'assemble', 'preview', 'hotreload', 'hotfix'],
128 parser.add_argument('--hapMode', type=str, dest='hap_mode', default='all',
129 choices=['all', 'debug', 'release'],
131 parser.add_argument('--compileMode', type=str, dest='compile_mode', default='all',
132 choices=['all', 'full', 'incremental', 'bytecode_har', 'external'],
134 parser.add_argument('--testCase', type=str, dest='test_case', default='all',
135 choices=['all', 'fa', 'stage', 'compatible8', 'js'],
137 parser.add_argument('--testHap', type=str, dest='test_hap', default='all',
138 … help="specify test haps, option can be 'all' or a list of haps seperated by ','")
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-common-tests/selective_export_with_alias/
Dimport_selective_exported.ets21 import * as all from './selective_export'
26 console.print(all.msg);
28 let testVar: all.tc = new all.tc();
32 let aliasVar = new all.aliased();
/arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/FixedArray/
DunionCommonMember_neg.ets54 /* @@@ label1 Error TypeError: Member type must be the same for all union objects. */
55 /* @@@ label2 Error TypeError: Member type must be the same for all union objects. */
56 /* @@@ label3 Error TypeError: Member type must be the same for all union objects. */
57 /* @@@ label4 Error TypeError: Member type must be the same for all union objects. */
58 /* @@@ label5 Error TypeError: Member type must be the same for all union objects. */
59 /* @@@ label6 Error TypeError: Member type must be the same for all union objects. */
60 /* @@@ label7 Error TypeError: Member type must be the same for all union objects. */
61 /* @@@ label8 Error TypeError: Member type must be the same for all union objects. */
/arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/
DunionCommonMember_neg.ets54 /* @@@ label1 Error TypeError: Member type must be the same for all union objects. */
55 /* @@@ label2 Error TypeError: Member type must be the same for all union objects. */
56 /* @@@ label3 Error TypeError: Member type must be the same for all union objects. */
57 /* @@@ label4 Error TypeError: Member type must be the same for all union objects. */
58 /* @@@ label5 Error TypeError: Member type must be the same for all union objects. */
59 /* @@@ label6 Error TypeError: Member type must be the same for all union objects. */
60 /* @@@ label7 Error TypeError: Member type must be the same for all union objects. */
61 /* @@@ label8 Error TypeError: Member type must be the same for all union objects. */
/arkcompiler/runtime_core/docs/diagrams/
Dgc-mark.puactivity29 :Mark all fields in Reference except 'referent';
31 :Mark all fields in object;
37 mark object == mark object and add all non-primitive fields to the Mark Stack
38 …mark all fields in object == mark all directly referenced objects and add their un-marked fields t…
/arkcompiler/runtime_core/static_core/docs/diagrams/
Dgc-mark-activity.plantuml29 :Mark all fields in Reference except 'referent';
31 :Mark all fields in object;
37 mark object == mark object and add all non-primitive fields to the Mark Stack
38 …mark all fields in object == mark all directly referenced objects and add their un-marked fields t…
/arkcompiler/runtime_core/static_core/libpandabase/
Doptions.yaml52 - all
54 - all
89 - all
97 - all
105 - all
113 - all
121 - all
/arkcompiler/runtime_core/libpandabase/
Doptions.yaml52 - all
54 - all
85 - all
93 - all
101 - all
109 - all
117 - all
/arkcompiler/ets_frontend/ets2panda/test/parser/ets/import_tests/import_alias/
Dimport_alias_1.ets16 import * as all from './export'
19 let a = new all.bar2();
20 all.foo2();
21 all.goo2;
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/enum_types/
Dverbose_format.py22 ALL = "all" variable in VerboseKind
28 ALL = "all" variable in VerboseFilter
/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/enum_types/
Dverbose_format.py22 ALL = "all" variable in VerboseKind
28 ALL = "all" variable in VerboseFilter
/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/
Dtest_base.py61 # Test result: True if all steps passed, False is any step fails
68 # Collect all executable commands
78 _LOGGER.all(f"\033[1mStarted:\033[0m \033[1;33m{self.test_id}\033[0m. Launch #{repeat}")
141 verbose in [ALL, SHORT] and filter == ALL -> True
142 … verbose in [ALL, SHORT] and filter == KNOWN and status = New or Known or Passed Ignored -> True
143 verbose in [ALL, SHORT] and filter == NEW and status = New -> True
150 if verbose in [VerboseKind.ALL, VerboseKind.SHORT]:
151 is_all = verbose_filter == VerboseFilter.ALL
163 verbose in [ALL, SHORT] -> True
165 verbose == NONE and filter == ALL -> True
[all …]
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/
Dtest_base.py58 # Test result: True if all steps passed, False is any step fails
65 # Collect all executable commands
81 Log.all(_LOGGER, f"Start to execute: {self.test_id}")
132 verbose in [ALL, SHORT] and filter == ALL -> True
133 … verbose in [ALL, SHORT] and filter == KNOWN and status = New or Known or Passed Ignored -> True
134 verbose in [ALL, SHORT] and filter == NEW and status = New -> True
141 if verbose in [VerboseKind.ALL, VerboseKind.SHORT]:
142 is_all = verbose_filter == VerboseFilter.ALL
154 verbose in [ALL, SHORT] -> True
156 verbose == NONE and filter == ALL -> True
[all …]

12345678910>>...79