Home
last modified time | relevance | path

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

123

/arkcompiler/runtime_core/assembler/tests/
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/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-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
Dtest-ts-namespace-5.ts19 export var s : string = "test-ts-namespace-5"; variable
Dtest-ts-namespace-14.ts20 export var s : string = "test-ts-namespace-13 flag2"; variable
/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
Dstring_helpers_test.cpp65 short s = 0; in TEST() local
/arkcompiler/runtime_core/verification/util/tests/
Denvironment.cpp39 …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/
Dconfig.h37 for (const auto &s : sections) { member
48 for (const auto &s : sections) { member
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-ts-symbol-type.ts17 var s : symbol = Symbol("foo"); variable
Dtest_module_binder.ts18 class A { s: string } property in A
Dtest-class-constructor.ts18 s: string; property in Baz
/arkcompiler/ets_runtime/test/moduletest/dataproperty/
Ddataproperty.js24 var s = "abc"; variable
/arkcompiler/ets_runtime/test/moduletest/fortest/
Dfortest.js23 let s = '' variable
/arkcompiler/runtime_core/verification/config/handlers/
Dconfig_handler_method_options.cpp124 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/
Dintrinsics.cpp240 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/
Dstatic_analyzer_test.cpp65 ScopedManagedCodeThread s(MTManagedThread::GetCurrent()); in AllocString() local
75 ScopedManagedCodeThread s(MTManagedThread::GetCurrent()); in AllocStringArray() local
Dg1gc_test.cpp149 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/
Dasync.js27 var s = foo() variable
/arkcompiler/runtime_core/verification/util/parser/
Dcharset.h41 constexpr charset(Char *s) in charset()
/arkcompiler/runtime_core/templates/
Dcommon.rb110 def expand_string(s) argument
217 def to_raw(s) argument
/arkcompiler/runtime_core/libpandabase/utils/
Dlogger.cpp40 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/
Dinitializedebugger_fuzzer.cpp32 …ponseType onResponse = [data, size](const void *d, [[maybe_unused]] const std::string &s) -> void { in InitializeDebuggerFuzzTest()

123