| /commonlibrary/ets_utils/js_sys_module/test/ |
| D | test_process.cpp | 108 napi_value temp = nullptr; variable 134 napi_value temp = nullptr; variable 160 napi_value temp = nullptr; variable 183 napi_value temp = nullptr; variable 320 napi_value temp = nullptr; variable 346 napi_value temp = nullptr; variable 392 napi_value temp = nullptr; variable 424 napi_value temp = nullptr; variable 447 napi_value temp = nullptr; variable 544 napi_value temp = nullptr; variable [all …]
|
| /commonlibrary/rust/ylong_json/tests/ |
| D | ylong_json_sdv_test.rs | 338 let temp = JsonValue::from_text(&vec).unwrap(); in sdv_json_output() localVariable 355 let temp = JsonValue::from_text(&vec).unwrap(); in sdv_json_output() localVariable 372 let temp = JsonValue::from_text(&vec).unwrap(); in sdv_json_output() localVariable
|
| /commonlibrary/ets_utils/js_util_module/util/ |
| D | js_textdecoder.h | 98 int32_t temp = label_ & static_cast<int32_t>(ConverterFlags::BOM_SEEN_FLG); in IsBomFlag() local 107 int32_t temp = label_ & static_cast<int32_t>(ConverterFlags::UNICODE_FLG); in IsUnicode() local 116 int32_t temp = label_ & static_cast<int32_t>(ConverterFlags::IGNORE_BOM_FLG); in IsIgnoreBom() local
|
| D | js_base64.cpp | 142 size_t temp = 0; in EncodeAchieveInner() local 292 size_t temp = 0; in DecodeAchieveInner() local 323 size_t temp = retLen; in DecodeOut() local 484 size_t temp = 0; in EncodeAchievesInner() local 734 size_t temp = 0; in DecodeAchievesInner() local
|
| D | js_uuid.cpp | 90 unsigned char temp = 0; // 0: initialization in ConvertBits() local
|
| D | native_module_util.cpp | 76 static std::string temp = "cdfijoOs"; variable 589 for (char &temp : buffer) { in TextEncoderConstructor() local
|
| /commonlibrary/ets_utils/js_api_module/uri/ |
| D | native_module_uri.cpp | 108 std::string temp = muri->IsFailed(); in IsFailed() local 121 std::string temp = muri->ToString(); in UriToString() local 184 std::string temp = muri->AddQueryValue(key, value); in AddQueryValue() local 209 std::string temp = muri->AddSegment(segment); in AddSegment() local 458 std::string temp = muri->GetLastSegment(); in GetLastSegment() local 478 std::string temp = muri->GetScheme(); in GetScheme() local 495 std::string temp = muri->GetAuthority(); in GetAuthority() local 512 std::string temp = muri->GetSsp(); in GetSsp() local 525 std::string temp = muri->GetUserinfo(); in GetUserinfo() local 542 std::string temp = muri->GetHost(); in GetHost() local [all …]
|
| D | js_uri.cpp | 500 std::vector<std::string> temp; in Normalize() local 622 std::string temp = ""; in SetScheme() local 640 std::string temp = uriData_.userInfo; in UpdateAuthority() local 653 std::string temp = ""; in UpdateSsp() local
|
| /commonlibrary/ets_utils/js_api_module/url/ |
| D | js_url.cpp | 105 std::string temp = input; in DecodeSpecialChars() local 169 auto temp = g_head.count(scheme); in IsSpecial() local 261 std::vector<std::string> temp; in AnalysisPath() local 351 std::vector<std::string> temp; in DealIpv4() local 390 std::string temp = ""; in FormatIpv6() local 474 std::vector<std::string> temp; in Compress() local 578 bool RemovalIpv4(std::vector<std::string> &temp, std::string str, in RemovalIpv4() 673 std::string temp = SplitNum(nums[index], number); in FormatIpv4() local 693 std::vector<std::string> temp; in AnalyseIPv4() local 771 std::vector<std::string> temp; in AnalysisFilePath() local [all …]
|
| D | native_module_url.cpp | 37 std::string temp = ""; in UrlStructor() local
|
| /commonlibrary/ets_utils/js_api_module/xml/ |
| D | js_xml.cpp | 655 … std::string temp = data.substr(foundPosBegin, foundPosEnd - foundPosBegin + cDataEnd.length()); in DealCdata() local 877 unsigned char temp = strXml_[position_]; in SkipInvalidChar() local 1067 size_t temp = GetNSCount(depth) << 1; in GetNamespace() local 1226 unsigned char temp = strXml_[position_]; in ParseStartTagFunc() local 1869 int temp = (reinterpret_cast<XmlPullParser *>(obj))->GetColumnNumber(); in GetColumnNumber() local 1885 int temp = (reinterpret_cast<XmlPullParser *>(obj))->GetDepth(); in GetDepth() local 1901 int temp = (reinterpret_cast<XmlPullParser *>(obj))->GetLineNumber(); in GetLineNumber() local 1917 std::string temp = (reinterpret_cast<XmlPullParser *>(obj))->GetName(); in GetName() local 1933 std::string temp = (reinterpret_cast<XmlPullParser *>(obj))->GetNamespace(); in GetNamespace() local 1949 std::string temp = (reinterpret_cast<XmlPullParser *>(obj))->GetPrefix(); in GetPrefix() local [all …]
|
| D | native_module_xml.cpp | 357 std::string temp = object->XmlSerializerError(); in XmlSerializerError() local 792 std::string temp = object->XmlPullParserError(); in XmlPullParserError() local
|
| /commonlibrary/ets_utils/js_api_module/uri/test/ |
| D | test_napi.cpp | 687 std::string temp = uri.AddQueryValue("bbb", "2"); variable 694 std::string temp = uri.AddQueryValue("bb", "cc"); variable 701 std::string temp = uri.ClearQuery(); variable 708 std::string temp = uri.GetLastSegment(); variable 721 std::string temp = uri.AddSegment("segment"); variable 728 std::string temp = uri.AddSegment("aaa"); variable 932 std::string temp = GetStringUtf8(env, result); variable
|
| /commonlibrary/ets_utils/js_concurrent_module/common/helper/ |
| D | path_helper.h | 64 std::string temp = script.substr(prev + 1); in CheckWorkerPath() local 189 std::string temp; in SplitNormalizedRecordName() local
|
| /commonlibrary/rust/ylong_http/ylong_http_client/examples/ |
| D | async_certs_adapter.rs | 53 let temp = client.clone(); in main() localVariable
|
| /commonlibrary/ets_utils/js_util_module/json/src/ |
| D | json_js.ts | 101 const temp = value[key]; constant
|
| /commonlibrary/c_utils/base/src/ |
| D | parcel.cpp | 947 int32_t temp = Read<int32_t>(); in ReadBool() local 958 int32_t temp = Read<int32_t>(); in ReadInt8() local 964 int32_t temp = Read<int32_t>(); in ReadInt16() local 980 uint32_t temp = Read<uint32_t>(); in ReadUint8() local 986 uint32_t temp = Read<uint32_t>(); in ReadUint16() local 1013 int32_t temp; in ReadPadded() local
|
| /commonlibrary/ets_utils/js_sys_module/process/ |
| D | js_process.cpp | 257 std::string temp = ""; in Off() local 340 std::string temp = ""; in GetEnvironmentVar() local 543 std::string temp = ""; in GetEnvironmentVar() local
|
| D | js_childprocess.cpp | 400 auto temp = reinterpret_cast<OptionsInfo*>(data); in TimeoutListener() local
|
| /commonlibrary/rust/ylong_http/ylong_http/src/body/mime/common/ |
| D | mod.rs | 113 let mut temp = &buf[..buf.len() - 1]; in trim_back_lwsp_if_end_with_lf() localVariable
|
| /commonlibrary/ets_utils/js_sys_module/dfx/ |
| D | native_module_dfx.cpp | 56 bool temp = engine->BuildNativeAndJsStackTrace(stackTraceResult); in BuildNativeAndJsStackTrace() local
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/ |
| D | slab.rs | 540 let mut temp = vec![3, 2, 1]; in ut_slab_for_each() localVariable 789 let temp = free_queue_4.clone().lock().unwrap().pop().unwrap(); in ut_slab_multi_allocate() localVariable
|
| /commonlibrary/ets_utils/js_api_module/url/src/ |
| D | js_url.ts | 800 let temp: string = this.protocol_; variable
|
| /commonlibrary/ets_utils/js_api_module/url/test/ |
| D | test_napi.cpp | 1810 std::string temp = ""; variable 1833 std::string temp = ""; variable 2142 std::string temp = ""; variable 2151 std::string temp = ""; variable 2161 std::string temp = ""; variable 2343 std::string temp = "w:51"; variable
|
| /commonlibrary/ets_utils/js_util_module/util/test/ |
| D | test_util.cpp | 1681 char16_t* temp = nullptr; variable
|