| /arkcompiler/runtime_core/assembler/tests/ |
| 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/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-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
|
| D | test-ts-namespace-5.ts | 19 export var s : string = "test-ts-namespace-5"; variable
|
| D | test-ts-namespace-14.ts | 20 export var s : string = "test-ts-namespace-13 flag2"; variable
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | pandargs_test.cpp | 212 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 …]
|
| 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 | string_helpers_test.cpp | 65 short s = 0; in TEST() local
|
| /arkcompiler/runtime_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() 66 …static const auto NUM_HANDLER = [](auto a, Context &c, auto s, auto e, [[maybe_unused]] auto end) { in EnvOptions() 76 …static const auto STRING_HANDLER = [](auto a, Context &c, auto s, auto e, [[maybe_unused]] auto en… in EnvOptions() 97 const char *s = std::getenv(env_var_name); in EnvOptions() local
|
| /arkcompiler/runtime_core/verification/config/ |
| D | config.h | 37 for (const auto &s : sections) { member 48 for (const auto &s : sections) { member
|
| /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
|
| D | test-class-constructor.ts | 18 s: string; property in Baz
|
| /arkcompiler/ets_runtime/test/moduletest/dataproperty/ |
| D | dataproperty.js | 24 var s = "abc"; variable
|
| /arkcompiler/ets_runtime/test/moduletest/fortest/ |
| D | fortest.js | 23 let s = '' variable
|
| /arkcompiler/runtime_core/verification/config/handlers/ |
| D | config_handler_method_options.cpp | 124 for (const auto &s : section.sections) { in MethodOptionsProcessor() local 184 for (const auto &s : section.sections) { in RegisterConfigHandlerMethodOptions() local 202 for (const auto &s : section.sections) { in RegisterConfigHandlerMethodOptions() local
|
| /arkcompiler/runtime_core/runtime/ |
| D | intrinsics.cpp | 240 void AssertPrint(uint8_t cond, coretypes::String *s) in AssertPrint() 302 int32_t ConvertStringToI32(coretypes::String *s) in ConvertStringToI32() 307 uint32_t ConvertStringToU32(coretypes::String *s) in ConvertStringToU32() 312 int64_t ConvertStringToI64(coretypes::String *s) in ConvertStringToI64() 317 uint64_t ConvertStringToU64(coretypes::String *s) in ConvertStringToU64() 322 float ConvertStringToF32(coretypes::String *s) in ConvertStringToF32() 327 double ConvertStringToF64(coretypes::String *s) in ConvertStringToF64()
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | static_analyzer_test.cpp | 65 ScopedManagedCodeThread s(MTManagedThread::GetCurrent()); in AllocString() local 75 ScopedManagedCodeThread s(MTManagedThread::GetCurrent()); in AllocStringArray() local
|
| D | g1gc_test.cpp | 149 ScopedManagedCodeThread s(thread); in TEST_F() local 185 ScopedManagedCodeThread s(thread); in TEST_F() local 198 ScopedManagedCodeThread s(thread); in TEST_F() local 234 ScopedManagedCodeThread s(thread); in TEST_F() local 265 ScopedManagedCodeThread s(thread); in TEST_F() local 319 ScopedManagedCodeThread s(thread); in TEST_F() local 452 ScopedManagedCodeThread s(thread); in TEST_F() local 527 ScopedManagedCodeThread s(thread); in TEST_F() local 556 ScopedManagedCodeThread s(thread); in TEST_F() local 605 ScopedManagedCodeThread s(thread); in TEST_F() local [all …]
|
| /arkcompiler/ets_runtime/test/moduletest/async/ |
| D | async.js | 27 var s = foo() variable
|
| /arkcompiler/runtime_core/verification/util/parser/ |
| D | charset.h | 41 constexpr charset(Char *s) in charset()
|
| /arkcompiler/runtime_core/templates/ |
| D | common.rb | 110 def expand_string(s) argument 217 def to_raw(s) argument
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | logger.cpp | 40 for (const auto &s : components) { in Initialize() local 277 void Logger::ProcessLogLevelFromString(std::string_view s) in ProcessLogLevelFromString() 287 void Logger::ProcessLogComponentsFromString(std::string_view s) in ProcessLogComponentsFromString()
|
| /arkcompiler/toolchain/test/fuzztest/initializedebugger_fuzzer/ |
| D | initializedebugger_fuzzer.cpp | 32 …ponseType onResponse = [data, size](const void *d, [[maybe_unused]] const std::string &s) -> void { in InitializeDebuggerFuzzTest()
|