| /arkcompiler/ets_frontend/ets2panda/test/compiler/ets/ |
| D | conversion-w-ASExpr-expected.txt | 15 "program": "conversion-w-ASExpr.ets" 20 "program": "conversion-w-ASExpr.ets" 124 "program": "conversion-w-ASExpr.ets" 129 "program": "conversion-w-ASExpr.ets" 143 "program": "conversion-w-ASExpr.ets" 148 "program": "conversion-w-ASExpr.ets" 169 "program": "conversion-w-ASExpr.ets" 174 "program": "conversion-w-ASExpr.ets" 188 "program": "conversion-w-ASExpr.ets" 193 "program": "conversion-w-ASExpr.ets" [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
| D | aarch64_int_regs.def | 32 INT_REG(0 , "W", "X", true, false, true, false, false) 33 INT_REG(1 , "W", "X", true, false, true, false, false) 34 INT_REG(2 , "W", "X", true, false, true, false, false) 35 INT_REG(3 , "W", "X", true, false, true, false, false) 36 INT_REG(4 , "W", "X", true, false, true, false, false) 37 INT_REG(5 , "W", "X", true, false, true, false, false) 38 INT_REG(6 , "W", "X", true, false, true, false, false) 39 INT_REG(7 , "W", "X", true, false, true, false, false) 40 INT_REG(8 , "W", "X", true, false, false, false, false) 41 INT_REG(9 , "W", "X", true, false, false, false, false) [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/ |
| D | x64_int_regs.def | 30 INT_REG(0 , "BL", "BH", "W", "L", "Q", true, false, false, false, false) //AX 31 INT_REG(1 , "BL", "BH", "W", "L", "Q", true, false, true, false, false) //CX 32 INT_REG(2 , "BL", "BH", "W", "L", "Q", true, false, true, false, false) //DX 33 INT_REG(3 , "BL", "BH", "W", "L", "Q", true, true, false, false, false) //BX 34 INT_REG(4 , "B", "", "W", "L", "Q", false, false, false, false, false) 35 INT_REG(5 , "B", "", "W", "L", "Q", false, true, false, false, false) 36 INT_REG(6 , "B", "", "W", "L", "Q", true, false, true, false, false) 37 INT_REG(7 , "B", "", "W", "L", "Q", true, false, true, false, false) 38 INT_REG(8 , "B", "", "W", "L", "Q", true, false, true, false, false) 39 INT_REG(9 , "B", "", "W", "L", "Q", true, false, true, false, false) [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/02.type_parameter_default/generic_functions/ |
| D | function_type_parameter_default.params.yaml | 19 let w = foo() 20 w.accept(new SomeType()) 24 let w = foo() 25 w.accept(new SomeType(), new OtherType()) 29 let w = foo<OtherType, SomeType>() 30 w.accept(new OtherType(), new SomeType()) 34 let w = foo<SomeType>() 35 w.accept(new SomeType(), new SomeType()) 39 let w = foo<SomeType>() 40 w.accept(new SomeType(), [new SomeType()]) [all …]
|
| /arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/ |
| D | XDefine.js | 19 static ReSize(w, h) { argument 20 Scr.width = w; 22 if (Scr.keeplogicworh == 'width') Scr.logich = (Scr.logicw * h) / w; 23 else Scr.logicw = (Scr.logich * w) / h; 25 static setLogicScreenSize(w, h) { argument 26 if (Scr.logicw == w && Scr.width == w && Scr.logich == h && Scr.height == h) 28 Scr.logicw = w; 30 Scr.width = w;
|
| /arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/graphics/ |
| D | XTexture.js | 73 this.ximages[rid] = { stat: 1, path: path, tex: texture, w: 1, h: 1 }; property 101 XTexture.pinstance_.ximages[rid].w = image.width; 107 TmpCut(rid, x = 0, y = 0, w = -1, h = -1, ww = 1024, hh = 1024) { argument 112 if (w === -1) { 113 w = ww; 122 w: w, property 126 u1: (x + w) / ww, 128 u2: (x + w) / ww, 136 makeCut(rid, x = 0, y = 0, w = -1, h = -1, ww = -1, hh = -1) { argument 138 ww = this.ximages[rid].w; [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/eacoro/ |
| D | eaworker_test.ets | 18 let w = new EAWorker(true); 19 let p1 = w.run<int>(():int => { 24 let p2 = w.run<int>(():int => { 29 w.join(); 37 let w = new EAWorker(true); 51 let p1 = w.run<int>(callback); 52 let p2 = w.run<int>(callback); 53 w.join(); 61 let w = new EAWorker(true); 85 let p = w.run<int>(callback); [all …]
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | ldstatic.64.yaml | 54 .record W { 63 W fW 65 W[] fWArray 67 .function void W.object_function(W a0) { 77 - W.fu1 80 - W.fi8 83 - W.fu16 86 - W.fi16 89 - W.fi32 92 - W.fi64 [all …]
|
| D | ldstatic.obj.yaml | 66 .record W { 75 W fW 77 W[] fWArray 79 .function void W.object_function(W a0) { 89 - W.fu1 92 - W.fi8 95 - W.fu16 98 - W.fi16 101 - W.fi32 104 - W.fi64 [all …]
|
| D | ldstatic.yaml | 55 .record W { 64 W fW 66 W[] fWArray 68 .function void W.object_function(W a0) { 78 - W.fu1 81 - W.fi8 84 - W.fu16 87 - W.fi16 90 - W.fi32 93 - W.fi64 [all …]
|
| D | ststatic.64.yaml | 75 .record W { 84 W fW 86 W[] fWArray 88 .function void W.object_function(W a0) { 99 - W.fu1 102 - W.fi8 105 - W.fu16 108 - W.fi16 111 - W.fi32 114 - W.fi64 [all …]
|
| D | ststatic.obj.yaml | 80 .record W { 89 W fW 91 W[] fWArray 93 .function void W.object_function(W a0) { 104 - W.fu1 107 - W.fi8 110 - W.fu16 113 - W.fi16 116 - W.fi32 119 - W.fi64 [all …]
|
| /arkcompiler/ets_frontend/arkguard/test/combinations_expect/basic_grammar/strProp+top/04_class_cases/01_constructor/ |
| D | 03_class_nested_constructor_expected.txt | 15 import w from "assert"; 29 w(b1.p001 === 4); 30 w(b1.p003 === "3"); 36 w(z.p001 === 2); 37 w(z.p002 === "22"); 38 w(x === 1);
|
| /arkcompiler/ets_frontend/arkguard/test/combinations_expect/basic_grammar/top/04_class_cases/01_constructor/ |
| D | 03_class_nested_constructor_expected.txt | 15 import w from "assert"; 29 w(b1.p001 === 4); 30 w(b1.p003 === "3"); 36 w(z.p001 === 2); 37 w(z.p002 === "22"); 38 w(x === 1);
|
| /arkcompiler/runtime_core/tests/verifier-tests/ |
| D | bug_1828.pa | 14 .record W { 17 .function void W.ctor(W a0) <ctor> { 22 initobj.short W.ctor 25 stobj v0, W.static_field
|
| D | bug_1833.pa | 14 .record W { 17 .function void W.ctor(W a0) <ctor> { 26 initobj.short W.ctor
|
| D | bug_2086_1.pa | 37 .record W { 40 .function void W.ctor(W a0) <ctor> { 51 initobj.short W.ctor 53 ldobj.64 v0, W.static_field
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
| D | common_call.cpp | 92 __ Cmp(argc.W(), Immediate(0)); in PushArgsWithArgv() 98 __ Add(argv, argv, Operand(argc.W(), UXTW, 3)); // 3: argc * 8 in PushArgsWithArgv() 102 __ Sub(argc.W(), argc.W(), Immediate(1)); in PushArgsWithArgv() 103 __ Cbnz(argc.W(), &loopBeginning); in PushArgsWithArgv() 111 __ Cmp(argc.W(), Immediate(0)); in PushArgsWithArgvInPair() 118 __ Add(argv, argv, Operand(argc.W(), UXTW, 3)); // 3: argc * 8 in PushArgsWithArgvInPair() 121 __ Sub(argc.W(), argc.W(), Immediate(1)); // 1: push the top arg already in PushArgsWithArgvInPair() 122 __ Sub(argv, argv, Operand(argc.W(), UXTW, 3)); // 3: argc * 8 in PushArgsWithArgvInPair() 129 __ Add(argv, argv, Operand(argc.W(), UXTW, 3)); // 3: argc * 8 in PushArgsWithArgvInPair() 131 __ Cmp(argc.W(), Immediate(1)); // 1: argc is odd number in copyArgs in PushArgsWithArgvInPair() [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/internal_tests/ |
| D | test_expect.py | 30 with warnings.catch_warnings(record=True) as w: 33 assert len(w) == 1 34 assert w[0].category is ExpectErrorWarning 39 with warnings.catch_warnings(record=True) as w: 42 assert len(w) == 1 43 assert w[0].category is ExpectWarning
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/gclog/ark/ |
| D | ark_gc_patterns.py | 21 TIMESTAMP = r'(?P<timestamp>\w{3} \d{1,2} \d{1,2}:\d{1,2}:\d{1,2}.\d{3})' 22 GC_NAME = r'(?P<gc_name>[\w\- ]+) GC' 23 GC_COUNTER = r'\[(?P<gc_counter>\w+)\]' 24 GC_CAUSE = r'\[(?P<gc_collection_type>\w+) ' \ 25 r'\((?P<gc_cause>\w+(?:\s+\w+)?)\)\]' 33 PAUSE_TIME = r'phase: \w+ paused: (?P<pause_time>\d+(?:.\d+)?)' \ 35 PAUSES = r'(?P<pauses>(phase: \w+ paused: \d+(?:.\d+)?(?:s|ms|us) )+)'
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/regex/ |
| D | mixed_test_all.js | 27 const regex = new RegExp('^\\w+(?<=\\w+)([^\\S]?)\\W{1,2}([!@#;:,.]{0,2})' + 28 '[\\f\\v\\r\\n\\t\\b]{1,2}\\1(\\s*\\w*\\s*)*(?<![^\\D])' + 29 '[\\uD83C-\\uDBFF\\uDC00-\\uDFFF]{2,}([^\S]?\\d+\\s*)\\w*.\\b\\w+\\.$', 'gsmiu');
|
| /arkcompiler/ets_frontend/ets2panda/test/runtime/ets/ |
| D | GenericBridges_02.ets | 63 class D<W> extends C<string, W> { 68 f1(v: Numeric|string|C<Int, W>): string { 76 f2(v: D<W>): D<W> { 77 return new D<W>(); 84 f4(v: D<W>): string { 92 f5(x: string|W|C<string, W>[]): string { 100 f7(x: string, y: D<W>): string { 108 f9(z: W, y: string): string { 112 f9(z: W, y: Int): string {
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/main/ |
| D | object_literals_autofixes.ets.migrate.ets | 71 w: number; 90 w: 20 } as GeneratedObjectLiteralInterface_13), 94 w: number; 98 w: number; 110 c: ({ q: 10, w: 20 } as GeneratedObjectLiteralInterface_14), 112 e: ({ q: 30, w: 40 } as GeneratedObjectLiteralInterface_16) 137 w: number; 141 w: number; 147 …d: foo(({ q: 1, w: 2 } as GeneratedObjectLiteralInterface_23).q + ({ q: 3, w: 4 } as GeneratedObje… 223 w: number; [all …]
|
| /arkcompiler/runtime_core/static_core/tests/verifier-tests/ |
| D | bug_1833.pa | 14 .record W { 17 .function void W.ctor(W a0) <ctor> { 26 initobj.short W.ctor
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | ststatic.64.yaml | 83 .record W { 92 W fW 94 W[] fWArray 96 .function void W.object_function(W a0) { 108 - W.fu1 113 - W.fi8 118 - W.fu16 123 - W.fi16 128 - W.fi32 133 - W.fi64 [all …]
|