| /arkcompiler/runtime_core/abc2program/tests/ts/release-line-number/ |
| D | InvalidOpcode.ts | 19 print('111'); 23 print('111'); 27 print('111'); 31 print('111'); 35 print('111'); 39 print('111'); 43 print('111'); 47 print('111'); 51 print('111'); 55 print('111'); [all …]
|
| D | InvalidOpcodeExpected.txt | 58 lda.str 111 # line: 18 # column: 0 72 lda.str 111 # line: 22 # column: 0 86 lda.str 111 # line: 26 # column: 0 100 lda.str 111 # line: 30 # column: 0 114 lda.str 111 # line: 34 # column: 0 128 lda.str 111 # line: 38 # column: 0 144 lda.str 111 # line: 42 # column: 0 158 lda.str 111 # line: 46 # column: 0 172 lda.str 111 # line: 50 # column: 0 186 lda.str 111 # line: 54 # column: 0 [all …]
|
| /arkcompiler/runtime_core/disassembler/tests/ts/ |
| D | line_number_release.ts | 19 print('111'); 23 print('111'); 27 print('111'); 31 print('111'); 35 print('111'); 39 print('111'); 43 print('111'); 47 print('111'); 51 print('111'); 55 print('111'); [all …]
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | newobj.yaml | 476 ldai 111 482 ldai 111 488 ldai 111 494 ldai 111 500 ldai 111 506 ldai 111 512 ldai 111 518 ldai 111 526 ldai 111 534 ldai 111 [all …]
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | newobj.yaml | 319 ldai 111 325 ldai 111 331 ldai 111 337 ldai 111 343 ldai 111 349 ldai 111 355 ldai 111 361 ldai 111 369 ldai 111 377 ldai 111 [all …]
|
| /arkcompiler/ets_frontend/testTs/instype/ |
| D | recordthis-expected.txt | 2 (instruction order, type): (-2, 111), (-1, 106), 4 (instruction order, type): (-2, 111), (-1, 102), 6 (instruction order, type): (-2, 111), (-1, 103), 8 (instruction order, type): (-2, 111), (-1, 104), 10 (instruction order, type): (-2, 111), (-1, 105), 12 (instruction order, type): (-2, 111), (-1, 107), (16, 4), 16 (instruction order, type): (-2, 111), (-1, 109), 18 (instruction order, type): (-2, 111), (-1, 110),
|
| /arkcompiler/ets_runtime/test/moduletest/changelistener/ |
| D | expect_output.txt | 15 111 17 111 19 111 21 111 23 111
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_sdk/api/@ohos/util/ |
| D | Base64HelperTest.ets | 49 let input = new Uint8Array([72, 101, 108, 108, 111]); // "Hello" 58 let input = new Uint8Array([87, 111, 114, 108, 100]); // "World" 95 …let input = new Uint8Array([66, 97, 115, 101, 54, 52, 32, 78, 111, 100, 101, 46, 106, 115, 54, 52,… 96 …78, 111, 100, 101, 46, 106, 115, 115, 54, 52, 32, 78, 111, 100, 101, 46, 106, 115, 115, 115, 54, 5… 97 …32, 78, 111, 100, 101, 46, 106, 115, 105, 111, 110, 102, 114, 111, 109, 111, 116, 104, 101, 114, 9… 162 let input = new Uint8Array([72, 101, 108, 108, 111]); // "Hello" 171 let input = new Uint8Array([87, 111, 114, 108, 100]); // "World" 184 let input = new Uint8Array([72, 101, 108, 108, 111]); // "Hello" 193 let input = new Uint8Array([87, 111, 114, 108, 100]); // "World" 227 let input = new Uint8Array([72, 101, 108, 108, 111]); // "Hello" [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/std/containers/ |
| D | ArrayTestChecked.ets | 102 const init = Array.of<number>(1, 2, 3, 4, 5, 11, 21, 111) 112 assertEQ(init.$_get(7), 111) 116 assertEQ(result13.$_get(0), 111) 126 assertEQ(init.$_get(0), 111) 144 assertEQ(result15.$_get(7), 111) 147 assertEQ(init.$_get(0), 111) 160 assertEQ(result17.$_get(2), 111) 168 assertEQ(init.$_get(0), 111) 181 assertEQ(result19.$_get(2), 111) 191 assertEQ(init.$_get(2), 111) [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_sdk/api/@ohos/util/LightWeightMap/ |
| D | LightWeightMapGetKeyAtTest.ets | 39 lightWeightMap.set("gull", 111); 48 lightWeightMap.set("gull", 111); 57 lightWeightMap.set("gull", 111); 69 lightWeightMap.set("gull", 111); 90 lightWeightMap.set("gull", 111); 99 lightWeightMap.set("gull", 111);
|
| D | LightWeightMapToStringIncreaseCapacityToTest.ets | 45 lightWeightMap.set("gull", 111); 47 …assertEQ(result, "gull:111,sparrow:123", "The lightWeightMap should return the correct string repr… 70 lightWeightMap.set("gull", 111); 82 lightWeightMap.set("gull", 111); 93 lightWeightMap.set("gull", 111); 104 lightWeightMap.set("gull", 111);
|
| D | LightWeightMapRemoveAtTest.ets | 38 lightWeightMap.set("gull", 111); 48 lightWeightMap.set("gull", 111); 58 lightWeightMap.set("gull", 111); 68 lightWeightMap.set("gull", 111); 87 lightWeightMap.set("gull", 111); 97 lightWeightMap.set("gull", 111);
|
| D | LightWeightMapSetValueAtGetValueAtTest.ets | 47 lightWeightMap.set("gull", 111); 58 lightWeightMap.set("gull", 111); 69 lightWeightMap.set("gull", 111); 82 lightWeightMap.set("gull", 111); 105 lightWeightMap.set("gull", 111); 116 lightWeightMap.set("gull", 111); 127 lightWeightMap.set("gull", 111);
|
| /arkcompiler/ets_frontend/ets2panda/test/runtime/ets/ |
| D | lambda_with_restparameter_optinal_fixedarray.ets | 26 f1("000","111","222","333") 27 f1("000","111","222") 28 f1("000","111")
|
| D | lambda_with_restparameter_optinal.ets | 26 f1("000","111","222","333") 27 f1("000","111","222") 28 f1("000","111")
|
| D | lambda_with_restparameter.ets | 21 assertEQ(b,111); 26 f1("000",111,123,"123")
|
| D | lambda_with_restparameter_object_fixedarray.ets | 26 f1("000",111,"222","333") 27 f2("000",111,222,333)
|
| D | lambda_with_restparameter_object.ets | 26 f1("000",111,"222","333") 27 f2("000",111,222,333)
|
| D | lambda_with_restparameter_predefinedtypes.ets | 26 f1(0,111,222,333) 27 f2(0,111,222,333)
|
| D | lambda_with_restparameter_predefinedtypes_fixedarray.ets | 26 f1(0,111,222,333) 27 f2(0,111,222,333)
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/stdlib-templates/std/core/ |
| D | list.std_core_array_concat.yaml | 54 test4: { first: "[111, 99]", second: "[]" }, 62 test4: "[111, 99]", 79 test4: { first: "[111, 99]", second: "[]" }, 87 test4: "[111, 99]", 104 test4: { first: "[111, 99]", second: "[]" }, 112 test4: "[111, 99]", 129 test4: { first: "[111, 99]", second: "[]" }, 137 test4: "[111, 99]",
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/regex/ |
| D | method_split.js | 15 var str = "abc,111,www"; 18 print(JSON.stringify(result)); // abc,111,www
|
| /arkcompiler/ets_frontend/arkguard/test/combinations_expect/basic_grammar/default/04_class_cases/02_class_declaration/ |
| D | 05_abstract_expected.txt | 32 return 111; 39 assert(insC9.methodAC1() === 111, 'success');
|
| /arkcompiler/ets_frontend/arkguard/test/combinations_expect/basic_grammar/prop+strProp+top/04_class_cases/02_class_declaration/ |
| D | 05_abstract_expected.txt | 32 return 111; 39 assert(n2.o2() === 111, 'success');
|
| /arkcompiler/ets_frontend/arkguard/test/combinations_expect/basic_grammar/strProp+export/04_class_cases/02_class_declaration/ |
| D | 05_abstract_expected.txt | 32 return 111; 39 assert(insC9.methodAC1() === 111, 'success');
|