Home
last modified time | relevance | path

Searched defs:res (Results 1 – 25 of 230) sorted by relevance

12345678910

/arkcompiler/runtime_core/libpandabase/tests/
Dlogger_test.cpp65 std::string res = helpers::string::Format( variable
149 std::string res = helpers::string::Format("[TID %06x] E/compiler: c\n", tid); variable
168 std::string res = helpers::string::Format( variable
191 std::string res = helpers::string::Format("[TID %06x] E/common: c\n", tid); variable
236 std::string res = helpers::string::Format( variable
266 std::string res = helpers::string::Format( variable
298 std::string res = helpers::string::Format( variable
324 std::string res = helpers::string::Format("[TID %06x] I/common: a\n", tid); variable
346 std::string res = helpers::string::Format( variable
Dutf_test.cpp31 const std::vector<uint16_t> res {0x0}; variable
40 const std::vector<uint16_t> res {0x7f}; variable
49 const std::vector<uint16_t> res {0xa7, 0x33}; variable
58 const std::vector<uint16_t> res {0xffc3, 0x33}; variable
67 const std::vector<uint16_t> res {0xd801, 0xdc37}; variable
75 const std::vector<uint16_t> res {0x5b, 0x61, 0x62, 0x63, 0xd8d2, 0x5d}; variable
83 const std::vector<uint16_t> res {0xD83D, 0xDC73}; variable
95 size_t res = Utf16ToMUtf8Size(in.data(), in.size()); variable
102 size_t res = Utf16ToMUtf8Size(in.data(), in.size()); variable
108 size_t res = Utf16ToMUtf8Size(in.data(), in.size()); variable
[all …]
Dmutex_test.cpp65 bool res = arg->rwlock->TryReadLock(); in TestThread3() local
83 bool res = arg->lock->TryLockWithSpinning(); in TestThread4() local
102 size_t res; variable
130 size_t res = 0; variable
159 bool res = lock->TryLockWithSpinning(); variable
184 bool res = lock->TryLock(); variable
Dunix_library_loader_test.cpp25 auto res = os::library_loader::Load("./test_library_loader.txt"); variable
Dunix_exec_test.cpp24 auto res = os::exec::Exec("ls", " -l", "/data"); variable
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h804 JSTaggedValue res = state->acc; in GeneratorReEnterInterpreter() local
837 …auto res = thread->GetCurrentEcmaContext()->ExecuteAot(method->GetNumArgs(), args.data(), prevFp, … in GeneratorReEnterAot() local
1427 JSTaggedValue res = SlowRuntimeStub::CallSpread(thread, func, obj, array); in RunInternal() local
1444 JSTaggedValue res = SlowRuntimeStub::CallSpread(thread, func, obj, array); in RunInternal() local
1593 JSTaggedValue res = SlowRuntimeStub::GetUnmapedArgs(thread, sp, actualNumArgs, startIdx); in RunInternal() local
1601 JSTaggedValue res = SlowRuntimeStub::AsyncFunctionEnter(thread); in RunInternal() local
1608 JSTaggedValue res = FastRuntimeStub::FastTypeOf(thread, GET_ACC()); in RunInternal() local
1614 JSTaggedValue res = FastRuntimeStub::FastTypeOf(thread, GET_ACC()); in RunInternal() local
1621 JSTaggedValue res = SlowRuntimeStub::GetPropIterator(thread, GET_ACC()); in RunInternal() local
1632 JSTaggedValue res = SlowRuntimeStub::CloseIterator(thread, iter); in RunInternal() local
[all …]
Dinterpreter_assembly.cpp246 JSTaggedValue res = JSFunction::InvokeOptimizedEntrypoint(thread, func, info); in Execute() local
636 JSTaggedValue res = SlowRuntimeStub::GetUnmapedArgs(thread, sp, actualNumArgs, startIdx); in HandleGetunmappedargs() local
648 JSTaggedValue res = SlowRuntimeStub::AsyncFunctionEnter(thread); in HandleAsyncfunctionenter() local
666 JSTaggedValue res = SlowRuntimeStub::ToNumber(thread, value); in HandleTonumberImm8() local
690 JSTaggedValue res = SlowRuntimeStub::Neg(thread, value); in HandleNegImm8() local
714 JSTaggedValue res = SlowRuntimeStub::Not(thread, value); in HandleNotImm8() local
741 JSTaggedValue res = SlowRuntimeStub::Inc(thread, value); in HandleIncImm8() local
768 JSTaggedValue res = SlowRuntimeStub::Dec(thread, value); in HandleDecImm8() local
790 JSTaggedValue res = FastRuntimeStub::FastTypeOf(thread, GET_ACC()); in HandleTypeofImm8() local
801 JSTaggedValue res = SlowRuntimeStub::GetPropIterator(thread, GET_ACC()); in HandleGetpropiterator() local
[all …]
/arkcompiler/runtime_core/compiler/tests/
Daot_test.cpp70 …auto res = os::exec::Exec(aotdump_path_.c_str(), "--show-code=disasm", "--output-file", tmpfile.Ge… in RunAotdump() local
102 auto res = parser.Parse(source); in TEST_F() local
110 …auto res = os::exec::Exec(paoc_path_.c_str(), "--paoc-panda-files", panda_fname.GetFileName(), "--… in TEST_F() local
139 auto res = parser.Parse(source); in TEST_F() local
146 …auto res = os::exec::Exec(paoc_path_.c_str(), "--paoc-panda-files", panda_fname.GetFileName(), "--… in TEST_F() local
155 auto res = in TEST_F() local
240 …auto res = aot_manager.AddFile(tmpfile.c_str(), nullptr, static_cast<uint32_t>(mem::GCType::STW_GC… in TEST_F() local
319 auto res = parser.Parse(source); in TEST_F() local
326 auto res = in TEST_F() local
363 auto res = parser.Parse(source); in TEST_F() local
[all …]
Dclass_hash_table_test.cpp106 auto res = parser.Parse(GetSourceCode()); in TEST_F() local
145 auto res = parser.Parse(source); in TEST_F() local
164 auto res = parser.Parse(source); in TEST_F() local
170 …auto res = os::exec::Exec(GetPaocFile(), "--paoc-panda-files", panda_fname2.GetFileName(), "--pand… in TEST_F() local
211 auto res = parser.Parse(GetSourceCode()); in TEST_F() local
217 …auto res = os::exec::Exec(GetPaocFile(), "--paoc-panda-files", panda_fname.GetFileName(), "--paoc-… in TEST_F() local
225 auto res = os::exec::Exec(GetAotdumpFile(), "--show-code=disasm", filename.c_str()); in TEST_F() local
242 auto res = parser.Parse(GetSourceCode()); in TEST_F() local
250 …auto res = os::exec::Exec(GetPaocFile(), "--paoc-panda-files", panda_fname.GetFileName(), "--paoc-… in TEST_F() local
280 auto res = parser.Parse(GetSourceCode()); in TEST_F() local
[all …]
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Derror.cpp38 std::string res; in ToString() local
43 std::string res = strerror_r(err, buf.data(), buf.size()); in ToString() local
Dfile.h53 ssize_t res = read(fd_, buf, n); in Read() local
62 auto res = Read(buf, n); in ReadAll() local
72 ssize_t res = write(fd_, buf, n); in Write() local
81 auto res = Write(buf, n); in WriteAll() local
/arkcompiler/ets_frontend/es2panda/compiler/base/
Dlreference.cpp35 binder::ScopeFindResult res) in LReference()
104 binder::ScopeFindResult res = pg->Scope()->Find(name); in CreateLRef() local
133 binder::ScopeFindResult res = pg->Scope()->Find(name); in CreateLRef() local
/arkcompiler/ets_runtime/test/moduletest/globalthis/
Dglobalthis.js28 let res; variable
/arkcompiler/ets_frontend/es2panda/test/parser/js/
Dtest-conditional-expression.js23 var res = (a == 1 ? a : 42); variable
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DtypeArgumentInferenceApparentType1.ts25 let res: string = method("test"); variable
DtypeInferenceTypePredicate.ts23 const res = f((n): n is number => true); constant
/arkcompiler/ets_runtime/test/moduletest/stackoverflow/
Dstackoverflow.js24 var res = String.fromCharCode.apply(null, array); variable
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Dquick_fix_test.cpp70 auto res = JSNApi::LoadPatch(instance, patchFileName, baseFileName); in HWTEST_F_L0() local
93 auto res = JSNApi::LoadPatch(instance, patchFileName, baseFileName); in HWTEST_F_L0() local
120 auto res = JSNApi::LoadPatch(instance, patchFileName1, baseFileName1); in HWTEST_F_L0() local
146 auto res = parser.Parse(patchData); in HWTEST_F_L0() local
175 auto res = parser.Parse(data); in QuickFixQueryFunc() local
/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dfile.h46 auto res = _read(fd_, buf, n); in Read() local
55 auto res = Read(buf, n); in ReadAll() local
65 auto res = _write(fd_, buf, n); in Write() local
74 auto res = Write(buf, n); in WriteAll() local
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Doptimize_bytecode_test.cpp93 auto res = parser.Parse(source); variable
148 auto res = parser.Parse(source); variable
208 auto res = parser.Parse(source); variable
/arkcompiler/toolchain/tooling/test/utils/
Dtest_list.cpp71 std::vector<const char *> res; in GetTestList() local
83 std::vector<const char *> res; in GetCInterpTestList() local
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/controlFlow/
Dtest-ts-ternary-operator-2.ts21 const res = (a < b) ? ("str_1") : (`[${func("_2")}]`); constant
/arkcompiler/runtime_core/compiler/optimizer/
Dpass.cpp25 auto res = RunImpl(); in Run() local
/arkcompiler/ets_runtime/test/moduletest/container/
Dcontainer_lightweightmap.js26 let res = new Map(); variable
116 function elements(value, key, res) { argument
Dcontainer_lightweightset.js26 let res = new Map(); variable
108 function elements(value, key, res) { argument

12345678910