| /arkcompiler/ets_runtime/test/perform/number/ |
| D | number.js | 18 let res; variable 30 let res; variable 42 let res; variable 65 let res; variable 76 let res; variable 78 res = new Number(i); variable
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | logger_test.cpp | 68 std::string res = helpers::string::Format( variable 152 std::string res = helpers::string::Format("[TID %06x] E/compiler: c\n", tid); variable 171 std::string res = helpers::string::Format( variable 194 std::string res = helpers::string::Format("[TID %06x] E/common: c\n", tid); variable 239 std::string res = helpers::string::Format( variable 272 std::string res = helpers::string::Format( variable 304 std::string res = helpers::string::Format( variable 330 std::string res = helpers::string::Format("[TID %06x] I/common: a\n", tid); variable 352 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 70 const std::vector<uint16_t> res {0xd801, 0xdc37}; variable 78 const std::vector<uint16_t> res {0x5b, 0x61, 0x62, 0x63, 0xd8d2, 0x5d}; variable 86 const std::vector<uint16_t> res {0xD83D, 0xDC73}; variable 98 size_t res = Utf16ToMUtf8Size(in.data(), in.size()); variable 105 size_t res = Utf16ToMUtf8Size(in.data(), in.size()); variable 111 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
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter-inl.cpp | 830 JSTaggedValue res = state->acc; in GeneratorReEnterInterpreter() local 864 …auto res = thread->GetCurrentEcmaContext()->ExecuteAot(method->GetNumArgs(), args.data(), prevFp, … in GeneratorReEnterAot() local 1488 JSTaggedValue res = SlowRuntimeStub::CallSpread(thread, func, obj, array); in RunInternal() local 1505 JSTaggedValue res = SlowRuntimeStub::CallSpread(thread, func, obj, array); in RunInternal() local 1654 JSTaggedValue res = SlowRuntimeStub::GetUnmapedArgs(thread, sp, actualNumArgs, startIdx); in RunInternal() local 1662 JSTaggedValue res = SlowRuntimeStub::AsyncFunctionEnter(thread); in RunInternal() local 1669 JSTaggedValue res = FastRuntimeStub::FastTypeOf(thread, GET_ACC()); in RunInternal() local 1675 JSTaggedValue res = FastRuntimeStub::FastTypeOf(thread, GET_ACC()); in RunInternal() local 1682 JSTaggedValue res = SlowRuntimeStub::GetPropIterator(thread, GET_ACC()); in RunInternal() local 1693 JSTaggedValue res = SlowRuntimeStub::CloseIterator(thread, iter); in RunInternal() local [all …]
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | aot_test.cpp | 85 …auto res = os::exec::Exec(GetAotdumpFile(), "--show-code=disasm", "--output-file", tmpfile.GetFile… in RunAotdump() local 118 auto res = parser.Parse(source); in TEST_F() local 126 …auto res = os::exec::Exec(GetPaocFile(), "--paoc-panda-files", pandaFname.GetFileName(), "--paoc-o… in TEST_F() local 154 auto res = parser.Parse(source); in TEST_F() local 161 …auto res = os::exec::Exec(GetPaocFile(), "--paoc-panda-files", pandaFname.GetFileName(), "--paoc-o… in TEST_F() local 170 …auto res = aotManager.AddFile(aotFname.GetFileName(), nullptr, static_cast<uint32_t>(mem::GCType::… in TEST_F() local 297 … auto res = aotManager.AddFile(tmpfilePn, nullptr, static_cast<uint32_t>(mem::GCType::STW_GC)); in TEST_F() local 318 auto res = FileManager::LoadAnFile(tmpfilePn); in TEST_F() local 357 auto res = parser.Parse(source); in PaocSpecifyMethodsEmit() local 379 auto res = in TEST_F() local [all …]
|
| D | class_hash_table_test.cpp | 106 auto res = parser.Parse(GetSourceCode()); in TEST_F() local 136 auto res = parser.Parse(source); in GetClassHashTableABC1() local 156 auto res = parser.Parse(source); in GetClassHashTableABC2() local 164 …auto res = os::exec::Exec(fnPaoc.c_str(), "--paoc-panda-files", fn2.c_str(), "--panda-files", fn1.… in GetClassHashTableAN() local 219 auto res = parser.Parse(GetSourceCode()); in TEST_F() local 225 …auto res = os::exec::Exec(GetPaocFile(), "--paoc-panda-files", pandaFname.GetFileName(), "--paoc-o… in TEST_F() local 233 auto res = os::exec::Exec(GetAotdumpFile(), "--show-code=disasm", filename.c_str()); in TEST_F() local 250 auto res = parser.Parse(GetSourceCode()); in TEST_F() local 258 …auto res = os::exec::Exec(GetPaocFile(), "--paoc-panda-files", pandaFname.GetFileName(), "--paoc-o… in TEST_F() local 288 auto res = parser.Parse(GetSourceCode()); in TEST_F() 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/ets_runtime/test/moduletest/container/ |
| D | utility.js | 15 export function testCommon(proxy, res) { argument 44 export function testdProxySet(proxy, res, dProxy) { argument 57 export function testdProxyIterator(map, res) { argument 93 export function testdProxyArray1(proxy, res, testArray) { argument
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | math_helpers_test.cpp | 36 T res = bit_shl<T>()(v, shift); in TestBitShl() local 43 T res = bit_shl<T>()(v, shift); in TestBitShl() local 50 T res = bit_shl<T>()(v, shift); in TestBitShl() local 57 T res = bit_shl<T>()(v, shift); in TestBitShl() local 75 T res = bit_shr<T>()(v, shift); in TestBitShr() local 82 T res = bit_shr<T>()(v, shift); in TestBitShr() local 89 T res = bit_shr<T>()(v, shift); in TestBitShr() local 97 T res = bit_shr<T>()(v, shift); in TestBitShr() local 115 T res = bit_ashr<T>()(v, shift); in TestBitAshr() local 122 T res = bit_ashr<T>()(v, shift); in TestBitAshr() local [all …]
|
| D | c2i_bridge_test.cpp | 97 auto res = p.Parse(source); in SetUpHelperFunctions() local 149 auto res = p.Parse(out.str()); in MakeNoArgsMethod() local 213 auto res = p.Parse(out.str()); in MakeCheckArgsMethod() local 302 auto res = InvokeEntryPoint<int32_t>(method); in TEST_F() local 310 auto res = InvokeEntryPoint<int64_t>(method); in TEST_F() local 319 auto res = InvokeEntryPoint<double>(method); in TEST_F() local 327 auto *res = InvokeEntryPoint<ObjectHeader *>(method); in TEST_F() local 336 auto res = InvokeEntryPoint<int32_t>(method, 5L); in TEST_F() local 344 auto res = InvokeEntryPoint<int32_t>(method, nullptr, 5L); in TEST_F() local 352 auto res = InvokeEntryPoint<int32_t>(method, 3L, 2L, 1L); in TEST_F() local [all …]
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| D | logger_test.cpp | 60 std::string res = helpers::string::Format( in DEATH_TEST() local 144 std::string res = helpers::string::Format("[TID %06x] E/compiler: c\n", tid); in DEATH_TEST() local 163 std::string res = helpers::string::Format( in TEST() local 186 std::string res = helpers::string::Format("[TID %06x] E/common: c\n", tid); in TEST() local 231 std::string res = helpers::string::Format( in TEST() local 261 std::string res = helpers::string::Format( in DEATH_TEST() local 292 std::string res = helpers::string::Format( in TEST() local 323 std::string res = helpers::string::Format( in TEST() local 345 std::string res = helpers::string::Format("[TID %06x] I/common: a\n", tid); in TEST() local 368 std::string res = helpers::string::Format( in TEST() local [all …]
|
| D | utf_test.cpp | 43 const std::vector<uint16_t> res {0xd801U, 0xdc37U}; in TEST() local 51 const std::vector<uint16_t> res {0x5bU, 0x61U, 0x62U, 0x63U, 0xd8d2U, 0x5dU}; in TEST() local 59 const std::vector<uint16_t> res {0xD83DU, 0xDC73U}; in TEST() local 71 const std::vector<uint16_t> res {0x0U}; in TEST() local 80 const std::vector<uint16_t> res {0x7fU}; in TEST() local 89 const std::vector<uint16_t> res {0xa7U, 0x33U}; in TEST() local 98 const std::vector<uint16_t> res {0xffc3U, 0x33U}; in TEST() local 110 size_t res = Utf16ToMUtf8Size(in.data(), in.size()); in TEST() local 117 size_t res = Utf16ToMUtf8Size(in.data(), in.size()); in TEST() local 124 size_t res = Utf16ToMUtf8Size(in.data(), in.size()); in TEST() local [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/sampler/ |
| D | SamplerNapiTest.cpp | 29 ets_int res = 0; in ETS_ETSGLOBAL_NativeSlowFunction() local 44 ets_int res = 1; in ETS_ETSGLOBAL_NativeFastFunction() local 51 ets_int res = env->CallStaticIntMethod(cls, method, iterations); in ETS_ETSGLOBAL_NativeNAPISlowFunction() local 58 ets_int res = 0; in ETS_ETSGLOBAL_NativeNAPIFastFunction() local
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| D | error.cpp | 37 std::string res; in ToString() local 42 std::string res = strerror_r(err, buf.data(), buf.size()); in ToString() local
|
| /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
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | js_convert_base.h | 74 auto res = Impl::WrapImpl(env, etsVal); in Wrap() local 85 auto res = Impl::UnwrapImpl(ctx, env, jsVal); in Unwrap() local 97 auto res = Impl::WrapImpl(env, etsVal); in WrapWithNullCheck() local 110 auto res = Impl::UnwrapImpl(ctx, env, jsVal); in UnwrapWithNullCheck() local
|
| D | intrinsics_api_impl.h | 75 auto res = JSValueGetByName<T>(ctx, etsJsValue, propName.c_str()); in JSValueNamedGetter() local 93 bool res = JSValueSetByName<T>(ctx, etsJsValue, propName.c_str(), etsPropVal); in JSValueNamedSetter() local 116 auto res = T::UnwrapWithNullCheck(ctx, env, result); in JSValueIndexedGetter() local 192 auto res = CONVERTOR::Unwrap(ctx, env, ToLocal(value)); in ConvertFromLocal() local 211 auto res = JSConvertJSValue::Unwrap(ctx, ctx->GetJSEnv(), ToLocal(value)); variable
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/ |
| D | inspector_server.cpp | 125 JsonObjectBuilder res; in TEST_F() local 135 JsonObjectBuilder res; in __anon288e5e2f0302() local 161 JsonObjectBuilder res; in TEST_F() local 177 JsonObjectBuilder res; in TEST_F() local 196 JsonObjectBuilder res; in TEST_F() local 207 JsonObjectBuilder res; in TEST_F() local 246 JsonObjectBuilder res; in __anon288e5e2f0d02() local 304 JsonObjectBuilder res; in TEST_F() local 325 JsonObjectBuilder res; in TEST_F() local 339 JsonObjectBuilder res; in TEST_F() local [all …]
|
| /arkcompiler/ets_frontend/es2panda/compiler/base/ |
| D | lreference.cpp | 38 binder::ScopeFindResult res) in LReference() 163 binder::ScopeFindResult res = pg->Scope()->Find(name); in CreateLRef() local 192 binder::ScopeFindResult res = pg->Scope()->Find(name); in CreateLRef() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/base/ |
| D | lreference.cpp | 42 auto res = cg->Scope()->Find(name, varbinder::ResolveBindingOptions::ALL); in CreateBase() local 79 varbinder::ConstScopeFindResult res, bool isDeclaration) in JSLReference() 176 varbinder::ConstScopeFindResult res, bool isDeclaration) in ETSLReference() 211 varbinder::ConstScopeFindResult res; in Create() local 223 auto res = cg->Scope()->FindInFunctionScope(name, varbinder::ResolveBindingOptions::ALL); in Create() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | internal_allocator.cpp | 70 void *res = nullptr; in Alloc() local 143 void *res = runslotsAllocator->Alloc(size, align); in AllocInRunSlots() local 170 void *res = nullptr; in AllocViaRunSlotsAllocator() local 188 void *res = freelistAllocator_->Alloc(size, align); in AllocViaFreeListAllocator() local 216 void *res = humongousAllocator_->Alloc(size, align); in AllocViaHumongousAllocator() local 244 void *res = nullptr; in AllocViaPandaAllocators() local
|
| /arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/ |
| D | file.h | 42 auto res = _read(fd_, buf, n); in Read() local 51 auto res = Read(buf, n); in ReadAll() local 61 auto res = _write(fd_, buf, n); in Write() local 70 auto res = Write(buf, n); in WriteAll() local
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | default_debugger_agent.cpp | 55 int res = reinterpret_cast<StartDebuggerT>(resolvedFunction)(port, breakOnStart); in CallLoadCallback() local 69 int res = reinterpret_cast<StopDebugger>(resolvedFunction)(); in CallUnloadCallback() local
|