Home
last modified time | relevance | path

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

12345678910>>...22

/arkcompiler/ets_runtime/test/perform/number/
Dnumber.js18 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/
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
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h837 JSTaggedValue res = state->acc; in GeneratorReEnterInterpreter() local
870 …auto res = thread->GetCurrentEcmaContext()->ExecuteAot(method->GetNumArgs(), args.data(), prevFp, … in GeneratorReEnterAot() local
1472 JSTaggedValue res = SlowRuntimeStub::CallSpread(thread, func, obj, array); in RunInternal() local
1489 JSTaggedValue res = SlowRuntimeStub::CallSpread(thread, func, obj, array); in RunInternal() local
1638 JSTaggedValue res = SlowRuntimeStub::GetUnmapedArgs(thread, sp, actualNumArgs, startIdx); in RunInternal() local
1646 JSTaggedValue res = SlowRuntimeStub::AsyncFunctionEnter(thread); in RunInternal() local
1653 JSTaggedValue res = FastRuntimeStub::FastTypeOf(thread, GET_ACC()); in RunInternal() local
1659 JSTaggedValue res = FastRuntimeStub::FastTypeOf(thread, GET_ACC()); in RunInternal() local
1666 JSTaggedValue res = SlowRuntimeStub::GetPropIterator(thread, GET_ACC()); in RunInternal() local
1677 JSTaggedValue res = SlowRuntimeStub::CloseIterator(thread, iter); in RunInternal() local
[all …]
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dutf_test.cpp43 const std::vector<uint16_t> res {0x0U}; in TEST() local
52 const std::vector<uint16_t> res {0x7fU}; in TEST() local
61 const std::vector<uint16_t> res {0xa7U, 0x33U}; in TEST() local
70 const std::vector<uint16_t> res {0xffc3U, 0x33U}; in TEST() local
79 const std::vector<uint16_t> res {0xd801U, 0xdc37U}; in TEST() local
87 const std::vector<uint16_t> res {0x5bU, 0x61U, 0x62U, 0x63U, 0xd8d2U, 0x5dU}; in TEST() local
95 const std::vector<uint16_t> res {0xD83DU, 0xDC73U}; in TEST() local
107 size_t res = Utf16ToMUtf8Size(in.data(), in.size()); in TEST() local
114 size_t res = Utf16ToMUtf8Size(in.data(), in.size()); in TEST() local
121 size_t res = Utf16ToMUtf8Size(in.data(), in.size()); in TEST() local
[all …]
Dlogger_test.cpp60 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 …]
/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/static_core/compiler/tests/
Daot_test.cpp85 …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
155 auto res = parser.Parse(source); in TEST_F() local
162 …auto res = os::exec::Exec(GetPaocFile(), "--paoc-panda-files", pandaFname.GetFileName(), "--paoc-o… in TEST_F() local
171 …auto res = aotManager.AddFile(aotFname.GetFileName(), nullptr, static_cast<uint32_t>(mem::GCType::… in TEST_F() local
257 auto res = aotManager.AddFile(tmpfilePn, nullptr, static_cast<uint32_t>(mem::GCType::STW_GC)); in TEST_F() local
336 auto res = parser.Parse(source); in TEST_F() local
343 auto res = in TEST_F() local
378 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", pandaFname2.GetFileName(), "--panda… in TEST_F() local
211 auto res = parser.Parse(GetSourceCode()); in TEST_F() local
217 …auto res = os::exec::Exec(GetPaocFile(), "--paoc-panda-files", pandaFname.GetFileName(), "--paoc-o… 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", pandaFname.GetFileName(), "--paoc-o… in TEST_F() local
280 auto res = parser.Parse(GetSourceCode()); in TEST_F() local
[all …]
/arkcompiler/runtime_core/static_core/runtime/tests/
Dmath_helpers_test.cpp36 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 …]
Dc2i_bridge_test.cpp96 auto res = p.Parse(source); in SetUpHelperFunctions() local
148 auto res = p.Parse(out.str()); in MakeNoArgsMethod() local
209 auto res = p.Parse(out.str()); in MakeCheckArgsMethod() local
284 auto res = InvokeEntryPoint<int32_t>(method); in TEST_F() local
293 auto res = InvokeEntryPoint<int64_t>(method); in TEST_F() local
303 auto res = InvokeEntryPoint<double>(method); in TEST_F() local
311 auto *res = InvokeEntryPoint<ObjectHeader *>(method); in TEST_F() local
319 auto res = InvokeEntryPoint<int32_t>(method, 5L); in TEST_F() local
327 auto res = InvokeEntryPoint<int32_t>(method, nullptr, 5L); in TEST_F() local
335 auto res = InvokeEntryPoint<int32_t>(method, 3L, 2L, 1L); in TEST_F() local
[all …]
Dexception_test.cpp146 auto res = parser.Parse(source); in TEST_F() local
229 auto res = parser.Parse(source); in TEST_F() local
315 auto res = parser.Parse(source); in TEST_F() local
401 auto res = parser.Parse(source); in TEST_F() local
488 auto res = parser.Parse(source); in TEST_F() local
575 auto res = parser.Parse(source); in TEST_F() local
658 auto res = parser.Parse(source); in TEST_F() local
741 auto res = parser.Parse(source); in TEST_F() local
826 auto res = parser.Parse(source); in TEST_F() local
911 auto res = parser.Parse(source); in TEST_F() local
[all …]
/arkcompiler/runtime_core/disassembler/tests/
Ddisassembler_column_number_test.cpp47 bool res = true; variable
74 bool res = true; variable
100 bool res = true; variable
125 bool res = true; variable
152 bool res = true; variable
181 bool res = true; variable
Ddisassembler_line_number_test.cpp47 bool res = true; variable
74 bool res = true; variable
100 bool res = true; variable
126 bool res = true; variable
152 bool res = true; variable
/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/sampler/
DSamplerNapiTest.cpp29 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/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
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Derror.cpp37 std::string res; in ToString() local
42 std::string res = strerror_r(err, buf.data(), buf.size()); in ToString() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_convert_base.h76 auto res = Impl::WrapImpl(env, etsVal); in Wrap() local
87 auto res = Impl::UnwrapImpl(ctx, env, jsVal); in Unwrap() local
99 auto res = Impl::WrapImpl(env, etsVal); in WrapWithNullCheck() local
112 auto res = Impl::UnwrapImpl(ctx, env, jsVal); in UnwrapWithNullCheck() local
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/
Dinspector_server.cpp129 JsonObjectBuilder res; in TEST_F() local
139 JsonObjectBuilder res; in __anond6c00cd00302() local
165 JsonObjectBuilder res; in TEST_F() local
181 JsonObjectBuilder res; in TEST_F() local
200 JsonObjectBuilder res; in TEST_F() local
211 JsonObjectBuilder res; in TEST_F() local
250 JsonObjectBuilder res; in __anond6c00cd00d02() local
306 JsonObjectBuilder res; in TEST_F() local
332 JsonObjectBuilder res; in TEST_F() local
346 JsonObjectBuilder res; in TEST_F() local
[all …]
/arkcompiler/ets_frontend/es2panda/compiler/base/
Dlreference.cpp38 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/runtime_core/static_core/platforms/windows/libpandabase/
Dfile.h42 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/assembler/tests/
Demitter_test.cpp68 auto res = p.Parse(source, sourceFilename); in TEST() local
214 auto res = p.Parse(source, sourceFilename); in TEST() local
303 auto res = p.Parse(source); in TEST() local
365 auto res = p.Parse(source); in TEST() local
379 auto res = p.Parse(source); in TEST() local
393 auto res = p.Parse(source); in TEST() local
407 auto res = p.Parse(source); in TEST() local
422 auto res = p.Parse(source); in TEST() local
439 auto res = p.Parse(source); in TEST() local
467 auto res = p.Parse(source); in TEST() local
[all …]
/arkcompiler/runtime_core/static_core/runtime/
Dmonitor_object_lock.cpp27 [[maybe_unused]] auto res = Monitor::MonitorEnter(objHandler_.GetPtr()); in ObjectLock() local
59 [[maybe_unused]] auto res = Monitor::MonitorExit(objHandler_.GetPtr()); in ~ObjectLock() local

12345678910>>...22