Home
last modified time | relevance | path

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

12345678910>>...12

/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.cpp31 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/
Dlazy_deopt_25.js16 let s = "123"; variable
17 function f(s) { argument
27 s = new A(); variable
/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/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/libabckit/tests/ut/extensions/js/modify_api/copy/
Dcopy_properties_test.js15 function foo(s, t) { argument
20 let s = 'bbb'; variable
/arkcompiler/runtime_core/libpandabase/tests/
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
Dpandargs_test.cpp230 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/
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
/arkcompiler/ets_runtime/test/perform/array/
Darray_includes_indexof_jsperf.js56 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/
Dregresssuper.js18 s() { method in StoreToSuper.A
61 s() { method in LoadFromSuper.A
/arkcompiler/runtime_core/static_core/static_linker/
Dlink.cpp41 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/
Dconfig.h39 for (const auto &s : sections) { member
53 for (const auto &s : sections) { member
/arkcompiler/runtime_core/static_core/runtime/tests/
Dstring_table_test.cpp93 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/
Denvironment.cpp41 …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/
Ddo_while_statement.ts16 var s = 0; variable
Dwhile_statement.ts16 var s = 5 variable
/arkcompiler/ets_frontend/arkguard/test/grammar/module_validation/
Ddefault_export.ts18 let s:String = 'huawei'; variable
/arkcompiler/jsvm/src/
Dtype_conversion.h119 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/
DInvalidStatements.as26 function s() {} function
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest_module_binder.ts18 class A { s: string } property in A

12345678910>>...12