Home
last modified time | relevance | path

Searched defs:s (Results 1 – 25 of 257) sorted by relevance

1234567891011

/arkcompiler/runtime_core/assembler/tests/
Dassembler_lexer_test.cpp39 std::string s = "mov v1, v2"; variable
57 std::string s = "ldai 1"; variable
73 std::string s = "movi\nlda v2 v10 mov v2"; variable
93 …std::string s = "jmp Iasdfsadkfjhasifhsaiuhdacoisjdaociewhasdasdfkjasdfhjksadhfkhsakdfjhksajhdkfjh… variable
109 std::string s = "call.short 1111, 1"; variable
127 std::string s = "jle v1 met"; variable
144 std::string s = "label:"; variable
159 std::string s = ","; variable
174 std::string s = ",:{}()<>="; variable
197 std::string s = variable
[all …]
Dlexer_test.cpp28 std::string s = "mov v1, v2"; in TEST() local
40 std::string s = "ldai 1"; in TEST() local
50 std::string s = "movi\nlda v2 v10 mov v2"; in TEST() local
64 …std::string s = "jmp Iasdfsadkfjhasifhsaiuhdacoisjdaociewhasdasdfkjasdfhjksadhfkhsakdfjhksajhdkfjh… in TEST() local
74 std::string s = "call.short 1111, 1"; in TEST() local
86 std::string s = "jle v1 met"; in TEST() local
97 std::string s = "label:"; in TEST() local
106 std::string s = ","; in TEST() local
115 std::string s = ",:{}()<>="; in TEST() local
132 std::string s = in TEST() local
[all …]
/arkcompiler/runtime_core/static_core/assembler/tests/
Dlexer_test.cpp29 std::string s = "mov v1, v2"; in TEST() local
41 std::string s = "ldai 1"; in TEST() local
51 std::string s = "movi\nlda v2 v10 mov v2"; in TEST() local
65 …std::string s = "jmp Iasdfsadkfjhasifhsaiuhdacoisjdaociewhasdasdfkjasdfhjksadhfkhsakdfjhksajhdkfjh… in TEST() local
75 std::string s = "call.short 1111, 1"; in TEST() local
87 std::string s = "jle v1 met"; in TEST() local
98 std::string s = "label:"; in TEST() local
107 std::string s = ","; in TEST() local
116 std::string s = ",:{}()<>="; in TEST() local
133 std::string s = in TEST() local
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dbin_func_import.cpp500 DassignNode *s = func->GetCodeMemPool()->New<DassignNode>(); in ImportBlockNode() local
506 DassignoffNode *s = func->GetCodeMemPool()->New<DassignoffNode>(); in ImportBlockNode() local
516 RegassignNode *s = func->GetCodeMemPool()->New<RegassignNode>(); in ImportBlockNode() local
524 IassignNode *s = func->GetCodeMemPool()->New<IassignNode>(); in ImportBlockNode() local
533 IassignoffNode *s = func->GetCodeMemPool()->New<IassignoffNode>(); in ImportBlockNode() local
543 IassignFPoffNode *s = func->GetCodeMemPool()->New<IassignFPoffNode>(op); in ImportBlockNode() local
551 BlkassignoffNode *s = func->GetCodeMemPool()->New<BlkassignoffNode>(); in ImportBlockNode() local
568 CallNode *s = func->GetCodeMemPool()->New<CallNode>(mod, op); in ImportBlockNode() local
587 CallNode *s = func->GetCodeMemPool()->New<CallNode>(mod, op); in ImportBlockNode() local
606 CallNode *s = func->GetCodeMemPool()->New<CallNode>(mod, op); in ImportBlockNode() local
[all …]
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/compiler/
Dtest-ts-namespace-7.ts19 export var s : string = "test-ts-namespace-7 flag1"; variable
23 var s : string = "test-ts-namespace-7 flag2"; variable
42 export var s : string = "test-ts-namespace-7 flag3"; variable
Dtest-ts-private-class-element-7.ts18 static s = new C1().#method(); property in C1
25 static s = C2.#method(); property in C2
Dtest-ts-namespace-11.ts20 s : string = "test-ts-namespace-11 flag1"; property in ns
23 var s : string = "test-ts-namespace-11 flag2"; variable
Dtest-ts-namespace-10.ts20 s : string = "test-ts-namespace-9 flag1"; property in ns.ns2.C
27 s : string = "test-ts-namespace-9 flag3"; property in ns.ns2.C
/arkcompiler/ets_frontend/ets2panda/linter/test/
Dclass_static_block.ts17 static s: string; property in C
29 static s: string; property in B
49 static s: string property in C
Dobject_literals_2.ts20 s: string = ""; property in C
66 s: string; property in C2
77 public s: string = ''; property in C3
84 readonly s: string = ''; property in C4
96 s: string = ''; property in C5
108 get s(): string { return this._s; } method in C6
109 set s(s: string) { this._s = s; } method in C6
119 s: string = ''; property in C7
132 s: string = ''; property in Derived
140 s: string; property
[all …]
/arkcompiler/ets_frontend/ets2panda/util/
Dlanguage.h38 #define TO_ENUM(e, s, d) e, argument
49 #define TO_STR(e, s, d) \ in ToString() argument
61 #define FROM_STR(e, s, d) \ in FromString() argument
78 #define TO_DYN(e, s, d) \ in IsDynamic() argument
105 #define TO_LANG(e, s, d) Language(Id::e), in All() argument
/arkcompiler/ets_frontend/ets2panda/linter/test_rules/
Drule16.ts17 static s: string property in C
28 static s: string property in D
Drule38.ts18 s: string = "" property in C1
28 s: string property in C2
37 s: string = "" property in C3
47 s: string = "" property in C4
Drule83.ts22 s: string = "" property in C
27 s: boolean = false property in CFlags
/arkcompiler/runtime_core/static_core/runtime/
Dglobal_object_lock.cpp26 ScopedChangeThreadStatus s(ManagedThread::GetCurrent(), ThreadStatus::IS_BLOCKED); in GlobalObjectLock() local
32 ScopedChangeThreadStatus s(ManagedThread::GetCurrent(), ThreadStatus::IS_WAITING); in Wait() local
39 ScopedChangeThreadStatus s(ManagedThread::GetCurrent(), ThreadStatus::IS_TIMED_WAITING); in TimedWait() local
/arkcompiler/runtime_core/libpandabase/tests/
Dpandargs_test.cpp212 std::string s = "--" + pab.GetName(); variable
232 std::string s = "--" + pab.GetName() + "="; variable
242 std::string s = "--" + pab.GetName(); variable
255 std::string s = "--" + pai.GetName(); variable
272 std::string s = "--" + pad.GetName(); variable
289 std::string s = "--" + pau64.GetName(); variable
305 std::string s = "--" + pau32.GetName(); variable
318 std::string s = "--" + pau64.GetName(); variable
332 std::string s = "--" + pau64.GetName(); variable
347 std::string s = "--" + pau32.GetName(); variable
[all …]
Dspan_test.cpp27 std::string ToString(Span<T> s) in ToString()
36 Span<T> Double(Span<T> s) in Double()
55 std::string s = " !\""; in TEST() local
69 auto s = Span(c).SubSpan(1, 3); in TEST() local
118 auto s = Span(c2); in TEST() local
121 AsWritableBytes(s)[4] = static_cast<std::byte>(1); in TEST() local
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dspan_test.cpp27 std::string ToString(Span<T> s) in ToString()
36 Span<T> Double(Span<T> s) in Double()
56 std::string s = " !\""; in TEST() local
70 auto s = Span(c).SubSpan(1U, 3U); in TEST() local
120 auto s = Span(c2); in TEST() local
123 AsWritableBytes(s)[4U] = static_cast<std::byte>(1U); in TEST() local
Dpandargs_test.cpp208 std::string s = "--" + pab.GetName(); in TEST() local
230 std::string s = "--" + pab.GetName() + "="; in TEST() local
240 std::string s = "--" + pab.GetName(); in TEST() local
253 std::string s = "--" + pai.GetName(); in TEST() local
270 std::string s = "--" + pad.GetName(); in TEST() local
287 std::string s = "--" + pau64.GetName(); in TEST() local
303 std::string s = "--" + pau32.GetName(); in TEST() local
316 std::string s = "--" + pau64.GetName(); in TEST() local
330 std::string s = "--" + pau64.GetName(); in TEST() local
345 std::string s = "--" + pau32.GetName(); in TEST() local
[all …]
/arkcompiler/ets_frontend/ets2panda/linter-4.2/test_rules/
Drule38.ts18 s: string = "" property in C1
28 s: string property in C2
37 s: string = "" property in C3
47 s: string = "" property in C4
Drule83.ts22 s: string = "" property in C
27 s: boolean = false property in CFlags
/arkcompiler/ets_runtime/test/moduletest/regresssuper/
Dregresssuper.js18 s() { method in StoreToSuper.A
57 s() { method in LoadFromSuper.A
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_StringBuilder.cpp41 std::string s = i == 1 ? "true" : "false"; in StdCoreToStringBoolean() local
47 std::string s = std::to_string(i); in StdCoreToStringByte() local
58 std::string s = std::to_string(i); in StdCoreToStringShort() local
64 std::string s = std::to_string(i); in StdCoreToStringInt() local
70 std::string s = std::to_string(i); in StdCoreToStringLong() local
/arkcompiler/runtime_core/static_core/static_linker/
Dlink.cpp40 std::string MangleClass(std::string s) in MangleClass()
81 auto classesVecToSet = [](const std::vector<std::string> &v, std::set<std::string> &s) { in main()
92 for (const auto &s : res.errors) { in main() local
/arkcompiler/ets_frontend/ets2panda/linter-4.2/test/
Dobject_literals_2.ts20 s: string = ""; property in C
66 s: string; property in C2
77 public s: string = ''; property in C3
83 readonly s: string = ''; property in C4
95 s: string = ''; property in C5
107 get s(): string { return this._s; } method in C6
108 set s(s: string) { this._s = s; } method in C6
118 s: string = ''; property in C7
130 s: string = ''; property in Derived
138 s: string; property
[all …]

1234567891011