| /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_runtime/test/jittest/lazy_deopt_25/ |
| D | lazy_deopt_25.js | 16 let s = "123"; variable 17 function f(s) { argument 27 s = new A(); variable
|
| /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/libabckit/tests/ut/extensions/js/modify_api/copy/ |
| D | copy_properties_test.js | 15 function foo(s, t) { argument 20 let s = 'bbb'; variable
|
| /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/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
|
| /arkcompiler/ets_runtime/test/perform/array/ |
| D | array_includes_indexof_jsperf.js | 56 const s = ArkTools.timeInUs(); constant 69 const s = ArkTools.timeInUs(); constant 82 const s = ArkTools.timeInUs(); constant 95 const s = ArkTools.timeInUs(); constant
|
| /arkcompiler/ets_runtime/test/moduletest/regresssuper/ |
| D | regresssuper.js | 18 s() { method in StoreToSuper.A 61 s() { method in LoadFromSuper.A
|
| /arkcompiler/runtime_core/static_core/static_linker/ |
| D | link.cpp | 41 std::string MangleClass(std::string s) in MangleClass() 170 auto classesVecToSet = [](const std::vector<std::string> &v, std::set<std::string> &s) { in main() 178 … std::inserter(conf.entryNames, conf.entryNames.begin()), [](const std::string &s) { return s; }); in main() 187 for (const auto &s : res.errors) { in main() local
|
| /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/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/runtime_core/static_core/verification/util/tests/ |
| D | environment.cpp | 41 …static const auto NAME_HANDLER = [](auto a, Context &c, auto s, auto e, [[maybe_unused]] auto end)… in EnvOptions() 67 …static const auto NUM_HANDLER = [](auto a, Context &c, auto s, auto e, [[maybe_unused]] auto end) { in EnvOptions() 80 …static const auto STRING_HANDLER = [](auto a, Context &c, auto s, auto e, [[maybe_unused]] auto en… in EnvOptions() 101 const char *s = std::getenv(envVarName); in EnvOptions() local
|
| /arkcompiler/ets_frontend/ets2panda/test/compiler/ts/ |
| D | do_while_statement.ts | 16 var s = 0; variable
|
| D | while_statement.ts | 16 var s = 5 variable
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/module_validation/ |
| D | default_export.ts | 18 let s:String = 'huawei'; variable
|
| /arkcompiler/jsvm/src/ |
| D | type_conversion.h | 119 inline JSVM_HandleScope JsHandleScopeFromV8HandleScope(HandleScopeWrapper* s) in JsHandleScopeFromV8HandleScope() 124 inline HandleScopeWrapper* V8HandleScopeFromJsHandleScope(JSVM_HandleScope s) in V8HandleScopeFromJsHandleScope() 129 …capableHandleScope JsEscapableHandleScopeFromV8EscapableHandleScope(EscapableHandleScopeWrapper* s) in JsEscapableHandleScopeFromV8EscapableHandleScope() 134 …leHandleScopeWrapper* V8EscapableHandleScopeFromJsEscapableHandleScope(JSVM_EscapableHandleScope s) in V8EscapableHandleScopeFromJsEscapableHandleScope()
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/parser/as/ |
| D | InvalidStatements.as | 26 function s() {} function
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test_module_binder.ts | 18 class A { s: string } property in A
|