| /arkcompiler/ets_frontend/ets2panda/linter/lib/utils/consts/ |
| D | StandardLibraries.ts | 17 'lib.es5.d.ts', 18 'lib.es2015.iterable.d.ts', 19 'lib.es2015.generator.d.ts', 20 'lib.es2015.proxy.d.ts', 21 'lib.es2015.promise.d.ts', 22 'lib.es2015.symbol.wellknown.d.ts', 23 'lib.es2015.symbol.d.ts', 24 'lib.es2015.reflect.d.ts', 25 'lib.es2015.collection.d.ts', 26 'lib.es2015.core.d.ts', [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/stdlib-templates/std/serialization/ |
| D | list.std_serialization_json_static.yaml | 20 method_signature: {d: byte}, 22 method_signature_desc: {d: byte}, 23 method_test_index_data: {test1: {d: 1}, 24 test2: {d: -1}, 25 test3: {d: 0}, 26 test4: {d: Byte.MAX_VALUE as byte}, 27 test5: {d: Byte.MIN_VALUE as byte}, 42 method_signature: {d: short}, 44 method_signature_desc: {d: short}, 45 method_test_index_data: {test1: {d: 1}, [all …]
|
| D | list.std_serialization_json_static_2.yaml | 20 method_signature: { d: "User[]" }, 24 method_signature_desc: { d: Empty_User_Array }, 27 test1: { d: "[new User(), new User(), new User(), new User(),]" }, 28 test2: { d: "[]" }, 29 test3: { d: "[new User()]" }, 40 method_signature: { d: "User[]" }, 44 method_signature_desc: { d: "User_array" }, 49 …d: '[new User(10,"user001"), new User(11,"user002"), new User(12,"user003"), new User(14,"user004"… 51 test3: { d: '[new User(0, "admin000")]' }, 65 method_signature: { d: "User[]" }, [all …]
|
| /arkcompiler/runtime_core/static_core/cmake/third_party/typescript/ |
| D | CMakeLists.txt | 30 ${TYPESCRIPT_ROOT}/lib/lib.d.ts 31 ${TYPESCRIPT_ROOT}/lib/lib.dom.d.ts 32 ${TYPESCRIPT_ROOT}/lib/lib.dom.iterable.d.ts 33 ${TYPESCRIPT_ROOT}/lib/lib.es2015.collection.d.ts 34 ${TYPESCRIPT_ROOT}/lib/lib.es2015.core.d.ts 35 ${TYPESCRIPT_ROOT}/lib/lib.es2015.d.ts 36 ${TYPESCRIPT_ROOT}/lib/lib.es2015.generator.d.ts 37 ${TYPESCRIPT_ROOT}/lib/lib.es2015.iterable.d.ts 38 ${TYPESCRIPT_ROOT}/lib/lib.es2015.promise.d.ts 39 ${TYPESCRIPT_ROOT}/lib/lib.es2015.proxy.d.ts [all …]
|
| /arkcompiler/toolchain/tooling/test/testcases/js/ |
| D | dropframe.js | 19 var d = 0; 22 d = 1; 26 d = 2; 38 var d = 1; 43 d = d * 2; 46 d = d + 1; 53 var d = 1; 58 d = d * c + b * a; 65 var d = 1; 70 d = d * (b - a); [all …]
|
| /arkcompiler/runtime_core/static_core/libpandabase/os/ |
| D | dfx_option.h | 27 #define DFX_OPTION_ELEM(D, NAME, STR) D(NAME, DfxOptionHandler::DfxOptionId::NAME##_ID, STR) argument 31 #define DFX_OPTION_LIST(D) \ argument 32 DFX_OPTION_ELEM(D, COMPILER_NULLCHECK, "compiler-nullcheck") \ 33 DFX_OPTION_ELEM(D, REFERENCE_DUMP, "reference-dump") \ 34 DFX_OPTION_ELEM(D, SIGNAL_CATCHER, "signal-catcher") \ 35 DFX_OPTION_ELEM(D, SIGNAL_HANDLER, "signal-handler") \ 36 DFX_OPTION_ELEM(D, ARK_SIGQUIT, "sigquit") \ 37 DFX_OPTION_ELEM(D, ARK_SIGUSR1, "sigusr1") \ 38 DFX_OPTION_ELEM(D, ARK_SIGUSR2, "sigusr2") \ 39 DFX_OPTION_ELEM(D, MOBILE_LOG, "mobile-log") \ [all …]
|
| D | dfx_option.cpp | 24 #define D(e, v, str) \ in IsInOptionList() macro 28 DFX_OPTION_LIST(D) in IsInOptionList() 29 #undef D in IsInOptionList() 37 #define D(e, v, str) \ in DfxOptionFromString() macro 41 DFX_OPTION_LIST(D) in DfxOptionFromString() 42 #undef D in DfxOptionFromString() 50 #define D(e, v, str) \ in StringFromDfxOption() macro 54 DFX_OPTION_LIST(D) in StringFromDfxOption() 55 #undef D in StringFromDfxOption()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/ |
| D | muid.cpp | 34 #define TRANS(f, a, b, c, d, x, t, s) \ argument 35 (a) += f((b), (c), (d)) + (x) + (t); \ 65 unsigned int a, b, c, d; in MuidTransform() local 76 d = status.d; in MuidTransform() 79 TRANS(F, a, b, c, d, status.block[0], 0xd76aa478, 7) in MuidTransform() 80 TRANS(F, d, a, b, c, status.block[1], 0xe8c7b756, 12) in MuidTransform() 81 TRANS(F, c, d, a, b, status.block[2], 0x242070db, 17) in MuidTransform() 82 TRANS(F, b, c, d, a, status.block[3], 0xc1bdceee, 22) in MuidTransform() 83 TRANS(F, a, b, c, d, status.block[4], 0xf57c0faf, 7) in MuidTransform() 84 TRANS(F, d, a, b, c, status.block[5], 0x4787c62a, 12) in MuidTransform() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
| D | aarch64_fp_simd_regs.def | 26 FP_SIMD_REG(0 , "V", "B", "H", "S", "D", "Q", true, false, true, false, false) 27 FP_SIMD_REG(1 , "V", "B", "H", "S", "D", "Q", true, false, true, false, false) 28 FP_SIMD_REG(2 , "V", "B", "H", "S", "D", "Q", true, false, true, false, false) 29 FP_SIMD_REG(3 , "V", "B", "H", "S", "D", "Q", true, false, true, false, false) 30 FP_SIMD_REG(4 , "V", "B", "H", "S", "D", "Q", true, false, true, false, false) 31 FP_SIMD_REG(5 , "V", "B", "H", "S", "D", "Q", true, false, true, false, false) 32 FP_SIMD_REG(6 , "V", "B", "H", "S", "D", "Q", true, false, true, false, false) 33 FP_SIMD_REG(7 , "V", "B", "H", "S", "D", "Q", true, false, true, false, false) 34 FP_SIMD_REG(8 , "V", "B", "H", "S", "D", "Q", true, true, false, false, false) 35 FP_SIMD_REG(9 , "V", "B", "H", "S", "D", "Q", true, true, false, false, false) [all …]
|
| /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})' 26 OBJS_FREED = r'(?P<obj_count>\d+)\((?P<obj_mem_freed>\d+)' \ 28 LOBJS_FREED = r'(?P<large_obj_count>\d+)\((?P<large_obj_mem_freed>\d+)' \ 30 HEAP_FREE = r'(?P<heap_free_mem>\d+)% free,' 31 MEM_AFTER_TOTAL = r'(?P<mem_after>\d+)(?P<mem_after_units>(?:B|KB|MB))\/' \ 32 r'(?P<mem_total>\d+)(?P<mem_total_units>(?:B|KB|MB)),' 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) )+)' 36 GC_TOTAL_TIME = r'total: (?P<gc_time>\d+(?:.\d+)?)' \
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/ |
| D | x64_fp_simd_regs.def | 26 FP_SIMD_REG(0 , "B", "H", "S", "D", "Q", true, false, true, false, false) 27 FP_SIMD_REG(1 , "B", "H", "S", "D", "Q", true, false, true, false, false) 28 FP_SIMD_REG(2 , "B", "H", "S", "D", "Q", true, false, true, false, false) 29 FP_SIMD_REG(3 , "B", "H", "S", "D", "Q", true, false, true, false, false) 30 FP_SIMD_REG(4 , "B", "H", "S", "D", "Q", true, false, true, false, false) 31 FP_SIMD_REG(5 , "B", "H", "S", "D", "Q", true, false, true, false, false) 32 FP_SIMD_REG(6 , "B", "H", "S", "D", "Q", true, false, true, false, false) 33 FP_SIMD_REG(7 , "B", "H", "S", "D", "Q", true, false, true, false, false) 34 FP_SIMD_REG(8 , "B", "H", "S", "D", "Q", true, false, false, true, false) 35 FP_SIMD_REG(9 , "B", "H", "S", "D", "Q", true, false, false, true, false) [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/ |
| D | class_level_protected2.sts | 26 class D extends C { 45 let d: D = new D() 47 assert d.get() == 10 48 assert d.getSuper() == 100 50 d.put(42) 51 assert d.get() == 42 52 assert d.getSuper() == 100 54 d.putSuper(22) 55 assert d.get() == 42 56 assert d.getSuper() == 22
|
| D | class_level_protected1.sts | 26 class D extends C { 36 // access from D 37 let d:D = new D() 38 assert d.get() == 1 39 d.put(42) 40 assert d.get() == 42
|
| /arkcompiler/ets_runtime/test/aottest/vtable/level_check/ |
| D | level_check.ts | 25 class D extends C { class 33 function foo(o:D) { 37 let d = new D(); variable 38 foo(d); 40 d = {}; 41 foo(d); 43 d = 1; 44 foo(d); 47 d = undefined; 48 foo(d);
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/concat/ |
| D | conc2.params.yaml | 15 - expr: "'a' + c'b' + 'c' + c'd'" 17 - expr: "'a' + c'b' + c'c' + c'd'" 19 - expr: "c'a' + 'b' + 'c' + c'd'" 21 - expr: "c'a' + c'b' + c'c' + c'd'" 23 - expr: "c'a' + c'b' + c'c' + 'd'" 25 - expr: "c'a' + c'b' + 'c' + 'd'" 28 - expr: "'a' + new Char(c'b') + 'c' + new Char(c'd')" 30 - expr: "'a' + new Char(c'b') + new Char(c'c') + new Char(c'd')" 32 - expr: "new Char(c'a') + 'b' + 'c' + new Char(c'd')" 34 - expr: "new Char(c'a') + new Char(c'b') + new Char(c'c') + new Char(c'd')" [all …]
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | instructions.yaml | 56 signature: [d-number, number] 64 signature: [d-number, number] 72 signature: [d-float, float] 80 signature: [d-int-bool, int-bool] 88 signature: [d-number-ptr, number-ptr, number-ptr] 96 signature: [d-number-ptr, number-ptr, number-ptr] 104 signature: [d-number, number, number] 112 signature: [d-int, int, int, save_state] 119 signature: [d-number, number, number-zc] 127 signature: [d-number, number, number-zc] [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/ |
| D | func_overload.params.yaml | 41 let v: I = new D() 42 if (foo(v) != 'D') { 46 let v: I = new D() 51 let v: I = new D() 56 let v: I = new D() 77 let v: A = new D() 78 if (foo(v) != 'D') { 82 let v: A = new D() 94 let v: K = new D() 95 if (foo(v) != 'D') { [all …]
|
| /arkcompiler/runtime_core/static_core/tests/checked/ |
| D | inline_small.pa | 20 #! EVENTS_COUNT /Inline,C::Set,D::Set,.*STATIC,SUCCESS/, 1 24 #! EVENTS_COUNT /Inline,C::Get,D::Get,.*STATIC,SUCCESS/, 1 31 #! EVENTS_COUNT /Inline,C::Set,D::Set,.*STATIC,SUCCESS/, 1 35 #! EVENTS_COUNT /Inline,D::Get,D::GetModified,.*STATIC,SUCCESS/, 0 36 #! EVENTS_COUNT /Inline,C::Get,D::Get,.*STATIC,SUCCESS/, 1 42 .record D { 46 .function i32 D.GetModified(D a0) { 47 ldobj a0, D.val_ 54 .function i32 D.Get(D a0) { 55 call.short D.GetModified, a0 [all …]
|
| /arkcompiler/ets_frontend/ets2panda/test/parser/ets/ |
| D | inheritance2.sts | 19 class D extends C {} 22 let d : D = new D(); 23 let c : C = d; 24 let b : B = d; 25 let a : A = d; 26 let o : Object = d;
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | gate_meta_data_builder.h | 63 #define DECLARE_CACHED_GATE_META(NAME, OP, R, S, D, V) \ argument 64 GateMetaData cached##NAME##_ { OpCode::OP, R, S, D, V }; 80 #define DECLARE_CACHED_GATE_META(NAME, OP, R, S, D, V) \ argument 81 GateMetaData cached##NAME##1_{ OpCode::OP, R, S, D, ONE_VALUE }; \ 82 GateMetaData cached##NAME##2_{ OpCode::OP, R, S, D, TWO_VALUE }; \ 83 GateMetaData cached##NAME##3_{ OpCode::OP, R, S, D, THREE_VALUE }; \ 84 GateMetaData cached##NAME##4_{ OpCode::OP, R, S, D, FOUR_VALUE }; \ 85 GateMetaData cached##NAME##5_{ OpCode::OP, R, S, D, FIVE_VALUE }; 89 #define DECLARE_CACHED_GATE_META(NAME, OP, R, S, D, V) \ argument 90 OneParameterMetaData cached##NAME##1_{ OpCode::OP, R, S, D, V, ONE_VALUE }; \ [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/dynamic_enum/ |
| D | dynamic_enum.sts | 37 let d = jsEnum() 38 if(d == null) { 47 let d = jsEnum() 48 if(d.Up as string == 'Up' && d.Down as string == 'Down') { 56 let d = jsEnum() 57 let u = d.Up 58 if(isEq(u, d.Up) as boolean) { 66 let d = jsEnum() 67 let u = d.Up
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test-intersection.ts | 20 type D = string; alias 24 type Type1 = (A | & B) & (& C | D); 25 type Type2 = A & (| C | D) | B & (C | D) 26 type Type3 = A & C | A & D | B & C | B & D; 27 type Type4 = A & (B & C) & D; 28 type Type5 = (A | (B & C) & D) & E | F;
|
| /arkcompiler/ets_frontend/ets2panda/test/parser/ts/ |
| D | test-intersection.ts | 20 type D = string; alias 24 type Type1 = (A | & B) & (& C | D); 25 type Type2 = A & (| C | D) | B & (C | D) 26 type Type3 = A & C | A & D | B & C | B & D; 27 type Type4 = A & (B & C) & D; 28 type Type5 = (A | (B & C) & D) & E | F;
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/10.inheritance/ |
| D | inheritance_abstract_methods_that_not_member.sts | 18 …D, of C. m is public, protected, or declared with package access in the same package as C. No meth… 30 interface D { 31 d(): int { 36 class C extends B implements D { 38 return a() + d();
|
| D | inheritance_abstract_methods_without.sts | 18 …D, of C. m is public, protected, or declared with package access in the same package as C. No meth… 26 interface D { 27 d(): int { 32 class B extends A implements D { 34 return d();
|