| /arkcompiler/runtime_core/assembler/tests/ |
| D | assembler_lexer_test.cpp | 39 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 …]
|
| D | lexer_test.cpp | 28 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/ |
| D | lexer_test.cpp | 31 std::string s = "mov v1, v2"; in TEST() local 43 std::string s = "ldai 1"; in TEST() local 53 std::string s = "movi\nlda v2 v10 mov v2"; in TEST() local 67 …std::string s = "jmp Iasdfsadkfjhasifhsaiuhdacoisjdaociewhasdasdfkjasdfhjksadhfkhsakdfjhksajhdkfjh… in TEST() local 77 std::string s = "call.short 1111, 1"; in TEST() local 89 std::string s = "jle v1 met"; in TEST() local 100 std::string s = "label:"; in TEST() local 109 std::string s = ","; in TEST() local 118 std::string s = ",:{}()<>="; in TEST() local 135 std::string s = in TEST() local [all …]
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/compiler/ |
| D | test-ts-namespace-7.ts | 19 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
|
| D | test-ts-private-class-element-7.ts | 18 static s = new C1().#method(); property in C1 25 static s = C2.#method(); property in C2
|
| D | test-ts-namespace-11.ts | 20 s : string = "test-ts-namespace-11 flag1"; property in ns 23 var s : string = "test-ts-namespace-11 flag2"; variable
|
| D | test-ts-namespace-10.ts | 20 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/runtime_core/static_core/runtime/ |
| D | global_object_lock.cpp | 26 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/static_core/libpandabase/tests/ |
| D | span_test.cpp | 27 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
|
| D | pandargs_test.cpp | 208 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/runtime_core/libpandabase/tests/ |
| D | span_test.cpp | 27 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
|
| D | pandargs_test.cpp | 230 std::string s = "--" + PAB.GetName(); variable 251 std::string s = "--" + PAB.GetName() + "="; variable 262 std::string s = "--" + PAB.GetName(); variable 276 std::string s = "--" + PAI.GetName(); variable 294 std::string s = "--" + PAD.GetName(); variable 312 std::string s = "--" + PAU64.GetName(); variable 329 std::string s = "--" + PAU32.GetName(); variable 343 std::string s = "--" + PAU64.GetName(); variable 358 std::string s = "--" + PAU64.GetName(); variable 374 std::string s = "--" + PAU32.GetName(); variable [all …]
|
| /arkcompiler/runtime_core/static_core/static_linker/ |
| D | link.cpp | 40 std::string MangleClass(std::string s) in MangleClass() 79 auto classesVecToSet = [](const std::vector<std::string> &v, std::set<std::string> &s) { in main() 90 for (const auto &s : res.errors) { in main() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| D | bbt.cpp | 57 for (StmtNode *s = head; s != nullptr; s = s->GetNext()) { in ValidateStmtList() local 66 for (StmtNode *s = detached; s != nullptr; s = s->GetNext()) { in ValidateStmtList() local
|
| /arkcompiler/ets_runtime/test/moduletest/regresssuper/ |
| D | regresssuper.js | 18 s() { method in StoreToSuper.A 57 s() { method in LoadFromSuper.A
|
| /arkcompiler/runtime_core/static_core/verification/config/ |
| D | config.h | 39 for (const auto &s : sections) { member 53 for (const auto &s : sections) { member
|
| /arkcompiler/runtime_core/static_core/verification/util/tests/ |
| D | environment.cpp | 39 …static const auto NAME_HANDLER = [](auto a, Context &c, auto s, auto e, [[maybe_unused]] auto end)… in EnvOptions() 65 …static const auto NUM_HANDLER = [](auto a, Context &c, auto s, auto e, [[maybe_unused]] auto end) { in EnvOptions() 75 …static const auto STRING_HANDLER = [](auto a, Context &c, auto s, auto e, [[maybe_unused]] auto en… in EnvOptions() 96 const char *s = std::getenv(envVarName); in EnvOptions() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | string_table_test.cpp | 93 ScopedManagedCodeThread s(thread_); in EmptyTable() local 100 ScopedManagedCodeThread s(thread_); in InternCompressedUtf8AndString() local 115 ScopedManagedCodeThread s(thread_); in InternUncompressedUtf8AndString() local 129 ScopedManagedCodeThread s(thread_); in InternTheSameUtf16String() local 147 ScopedManagedCodeThread s(thread_); in InternManyStrings() local 168 ScopedManagedCodeThread s(thread_); in SweepObjectInTable() local 205 ScopedManagedCodeThread s(thread_); in SweepNonMovableObjectInTable() local 245 ScopedManagedCodeThread s(thread_); in SweepHumongousObjectInTable() local 294 ScopedManagedCodeThread s(thread_); in InternTooLongString() local
|
| /arkcompiler/ets_frontend/ets2panda/test/compiler/ts/ |
| D | while_statement.ts | 16 var s = 5 variable
|
| D | do_while_statement.ts | 16 var s = 0; variable
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/module_validation/ |
| D | default_export.ts | 18 let s:String = 'huawei'; variable
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test-ts-symbol-type.ts | 17 var s : symbol = Symbol("foo"); variable
|
| D | test_module_binder.ts | 18 class A { s: string } property in A
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/checked/example/ |
| D | strings.js | 18 function addString(s) { argument
|
| /arkcompiler/ets_frontend/es2panda/test/type_extractor/testcases/ |
| D | test-class.ts | 18 let s : Student = new Student(); variable
|