| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | logger_test.cpp | 65 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
|
| D | utf_test.cpp | 31 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 …]
|
| D | mutex_test.cpp | 65 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
|
| D | unix_library_loader_test.cpp | 25 auto res = os::library_loader::Load("./test_library_loader.txt"); variable
|
| D | unix_exec_test.cpp | 24 auto res = os::exec::Exec("ls", " -l", "/data"); variable
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter-inl.h | 804 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 …]
|
| D | interpreter_assembly.cpp | 246 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/ |
| D | aot_test.cpp | 70 …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 …]
|
| D | class_hash_table_test.cpp | 106 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/ |
| D | error.cpp | 38 std::string res; in ToString() local 43 std::string res = strerror_r(err, buf.data(), buf.size()); in ToString() local
|
| D | file.h | 53 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/ |
| D | lreference.cpp | 35 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/ |
| D | globalthis.js | 28 let res; variable
|
| /arkcompiler/ets_frontend/es2panda/test/parser/js/ |
| D | test-conditional-expression.js | 23 var res = (a == 1 ? a : 42); variable
|
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
| D | typeArgumentInferenceApparentType1.ts | 25 let res: string = method("test"); variable
|
| D | typeInferenceTypePredicate.ts | 23 const res = f((n): n is number => true); constant
|
| /arkcompiler/ets_runtime/test/moduletest/stackoverflow/ |
| D | stackoverflow.js | 24 var res = String.fromCharCode.apply(null, array); variable
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/tests/ |
| D | quick_fix_test.cpp | 70 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/ |
| D | file.h | 46 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/ |
| D | optimize_bytecode_test.cpp | 93 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/ |
| D | test_list.cpp | 71 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/ |
| D | test-ts-ternary-operator-2.ts | 21 const res = (a < b) ? ("str_1") : (`[${func("_2")}]`); constant
|
| /arkcompiler/runtime_core/compiler/optimizer/ |
| D | pass.cpp | 25 auto res = RunImpl(); in Run() local
|
| /arkcompiler/ets_runtime/test/moduletest/container/ |
| D | container_lightweightmap.js | 26 let res = new Map(); variable 116 function elements(value, key, res) { argument
|
| D | container_lightweightset.js | 26 let res = new Map(); variable 108 function elements(value, key, res) { argument
|