Home
last modified time | relevance | path

Searched defs:temp (Results 1 – 25 of 89) sorted by relevance

1234

/arkcompiler/ets_frontend/ets2panda/lexer/token/
Dnumber.cpp26 const int64_t temp = Lexer::StrToNumeric(&std::strtoll, str.Utf8().data(), res, 10); in Number() local
38 const double temp = Lexer::StrToNumeric(&std::strtod, str.Utf8().data(), res); in Number() local
/arkcompiler/runtime_core/static_core/plugins/ets/sdk/native/api/
Dani_textdecoder.h66 uint32_t temp = label_ & static_cast<uint32_t>(ConverterFlags::UNICODE_FLG); in IsUnicode() local
72 uint32_t temp = label_ & static_cast<uint32_t>(ConverterFlags::IGNORE_BOM_FLG); in IsIgnoreBom() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DvReg.h74 const auto temp = *this; variable
88 const auto temp = *this; variable
/arkcompiler/toolchain/tooling/dynamic/test/
Dprotocol_handler_test.cpp55 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
67 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
81 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
95 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
Dtracing_impl_test.cpp98 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
120 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
138 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
161 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
184 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
202 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
220 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
238 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
256 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
287 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
[all …]
Druntime_impl_test.cpp57 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) {result = temp;}; in HWTEST_F_L0()
80 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) {result = temp;}; in HWTEST_F_L0()
99 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) {result = temp;}; in HWTEST_F_L0()
118 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) {result = temp;}; in HWTEST_F_L0()
137 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) {result = temp;}; in HWTEST_F_L0()
178 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) {result = temp;}; in HWTEST_F_L0()
Dheapprofiler_impl_test.cpp190 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) {result = temp;}; in HWTEST_F_L0()
212 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) {result = temp;}; in HWTEST_F_L0()
234 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) {result = temp;}; in HWTEST_F_L0()
252 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) {result = temp;}; in HWTEST_F_L0()
270 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) {result = temp;}; in HWTEST_F_L0()
288 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) {result = temp;}; in HWTEST_F_L0()
310 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) {result = temp;}; in HWTEST_F_L0()
334 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) {result = temp;}; in HWTEST_F_L0()
352 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) {result = temp;}; in HWTEST_F_L0()
375 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) {result = temp;}; in HWTEST_F_L0()
[all …]
Dprofiler_impl_test.cpp185 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
207 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
225 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
243 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
266 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
284 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
306 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
324 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
342 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
360 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
[all …]
Ddebugger_service_test.cpp88 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
113 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
130 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/functions/
DArrayUtils.ts32 const temp: number[] = []; constant
/arkcompiler/ets_runtime/ecmascript/
Dwaiter_list.cpp37 WaiterListNode *temp = iter->second.pHead; in DeleteNode() local
/arkcompiler/ets_runtime/test/aottest/pgo_forof_set_prototype/
Dpgo_forof_set_prototype.ts64 let temp = new Array() variable
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/date/GetTime/
DbuiltinDateGetTime.ts56 let temp = time.getTime() + 1 variable
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype_info_accessors.cpp590 auto temp = pgoTypes->GetObjectInfo(i); in FetchPGORWTypesDual() local
604 auto temp = pgoTypes->GetObjectInfo(i); in FetchPGORWTypesDual() local
696 auto temp = pgoTypes->GetObjectInfo(i); in FetchPGORWTypesDual() local
709 auto temp = pgoTypes->GetObjectInfo(i); in FetchPGORWTypesDual() local
825 auto temp = pgoTypes->GetObjectInfo(i); in FetchPGORWTypesDual() local
845 auto temp = pgoTypes->GetObjectInfo(i); in FetchPGORWTypesDual() local
995 auto temp = pgoTypes->GetObjectInfo(i); in FetchPGORWTypesDual() local
1011 auto temp = pgoTypes->GetObjectInfo(i); in FetchPGORWTypesDual() local
1131 auto temp = pgoTypes->GetObjectInfo(i); in FetchPGORWTypesDual() local
1147 auto temp = pgoTypes->GetObjectInfo(i); in FetchPGORWTypesDual() local
[all …]
/arkcompiler/runtime_core/static_core/runtime/
Dmark_word.h183 MarkWordSize temp = Value() & (~(MONITOR_POINTER_MASK_IN_PLACE | STATUS_MASK_IN_PLACE)); in DecodeFromMonitor() local
210 MarkWordSize temp = in DecodeFromLightLock() local
330 MarkWordSize temp = Value() & (~(HASH_MASK_IN_PLACE | STATUS_MASK_IN_PLACE)); in DecodeFromHashWide() local
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dmurmur3_hash.h122 uint32_t temp = static_cast<uint32_t>(block) << (TAIL_SHIFT * (i - 1U)); in MurmurHash3() local
182 uint32_t temp = static_cast<uint32_t>(block) << (TAIL_SHIFT * (i - 1U)); in MurmurHash3String() local
/arkcompiler/ets_runtime/test/moduletest/container/
Dcontainer_hashset.js162 let temp = iter.next(); variable
Dcontainer_lightweightset.js123 let temp = iter.next(); variable
/arkcompiler/ets_runtime/common_components/common_runtime/
Dbase_runtime.cpp63 T* temp = new (std::nothrow) T(); in NewAndInit() local
72 T* temp = new (std::nothrow) T(); in NewAndInit() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_relative_time_format.cpp104 JSTaggedNumber temp = JSTaggedValue::ToNumber(thread, value); in Format() local
137 JSTaggedNumber temp = JSTaggedValue::ToNumber(thread, value); in FormatToParts() local
/arkcompiler/ets_runtime/ecmascript/platform/common/
Dfilesystem.cpp54 const char* temp = getenv("TMPDIR"); in TempDirectoryPath() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_date_test.cpp49 [[maybe_unused]] double temp = jsDate->GetTimeValue(thread).GetDouble(); in HWTEST_F_L0() local
/arkcompiler/runtime_core/libpandabase/utils/
Dmurmur3_hash.h125 uint32_t temp = static_cast<uint32_t>(block) << (TAIL_SHIFT * (i - 1U)); in MurmurHash3() local
185 uint32_t temp = static_cast<uint32_t>(block) << (TAIL_SHIFT * (i - 1U)); in MurmurHash3String() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_adaptive_stack_inl.h135 auto temp = stackSrc_; in PopFromStack() local
/arkcompiler/ets_runtime/common_components/base/
Dc_string.cpp516 int temp = 0; in ParseNumFromEnv() local
529 size_t temp = 0; in ParsePosNumFromEnv() local
542 double temp = 0; in ParsePosDecFromEnv() local

1234