| /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 182 std::string temp = muri->AddQueryValue(key, value); in AddQueryValue() local 206 std::string temp = muri->AddSegment(segment); in AddSegment() local 223 std::vector<std::string> temp = muri->GetSegment(); in GetSegment() local 245 std::string temp = muri->GetScheme(); in GetScheme() local 262 std::string temp = muri->GetAuthority(); in GetAuthority() local 279 std::string temp = muri->GetSsp(); in GetSsp() local 292 std::string temp = muri->GetUserinfo(); in GetUserinfo() local 309 std::string temp = muri->GetHost(); in GetHost() local [all …]
|
| D | js_uri.cpp | 505 std::vector<std::string> temp; in Normalize() local
|
| /commonlibrary/ets_utils/js_util_module/util/ |
| D | js_textdecoder.h | 119 int32_t temp = label_ & static_cast<int32_t>(ConverterFlags::BOM_SEEN_FLG); in IsBomFlag() local 128 int32_t temp = label_ & static_cast<int32_t>(ConverterFlags::UNICODE_FLG); in IsUnicode() local 137 int32_t temp = label_ & static_cast<int32_t>(ConverterFlags::IGNORE_BOM_FLG); in IsIgnoreBom() local
|
| D | js_base64.cpp | 145 size_t temp = 0; in EncodeAchieveInner() local 295 size_t temp = 0; in DecodeAchieveInner() local 326 size_t temp = retLen; in DecodeOut() local 472 size_t temp = 0; in EncodeAchievesInner() local 710 size_t temp = 0; in DecodeAchievesInner() local
|
| D | js_textdecoder.cpp | 178 int32_t temp = label_ & static_cast<int32_t>(ConverterFlags::FATAL_FLG); in GetFatal() local 192 int32_t temp = label_ & static_cast<int32_t>(ConverterFlags::IGNORE_BOM_FLG); in GetIgnoreBOM() local
|
| D | js_uuid.cpp | 92 unsigned char temp = 0; // 0: initialization in ConvertBits() local
|
| D | native_module_util.cpp | 82 static std::string temp = "cdfijoOs"; variable 660 for (char &temp : buffer) { in TextEncoderConstructor() local
|
| /commonlibrary/ets_utils/js_sys_module/test/ |
| D | test_process.cpp | 109 napi_value temp = nullptr; variable 134 napi_value temp = nullptr; variable 159 napi_value temp = nullptr; variable 181 napi_value temp = nullptr; variable 317 napi_value temp = nullptr; variable 342 napi_value temp = nullptr; variable 387 napi_value temp = nullptr; variable 419 napi_value temp = nullptr; variable 442 napi_value temp = nullptr; variable 539 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_api_module/url/ |
| D | js_url.cpp | 104 std::string temp = input; in DecodeSpecialChars() local 168 auto temp = g_head.count(scheme); in IsSpecial() local 260 std::vector<std::string> temp; in AnalysisPath() local 350 std::vector<std::string> temp; in DealIpv4() local 389 std::string temp = ""; in FormatIpv6() local 473 std::vector<std::string> temp; in Compress() local 577 bool RemovalIpv4(std::vector<std::string> &temp, std::string str, in RemovalIpv4() 672 std::string temp = SplitNum(nums[index], number); in FormatIpv4() local 692 std::vector<std::string> temp; in AnalyseIPv4() local 770 std::vector<std::string> temp; in AnalysisFilePath() local [all …]
|
| D | native_module_url.cpp | 41 std::string temp = ""; in UrlStructor() 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::vector<std::string> temp = uri.GetSegment(); variable 715 std::string temp = uri.AddSegment("segment"); variable 722 std::string temp = uri.AddSegment("aaa"); variable 926 std::vector<std::string> temp = GetArray(env, result); variable
|
| /commonlibrary/ets_utils/js_api_module/xml/ |
| D | js_xml.cpp | 766 unsigned char temp = strXml_[position_]; in SkipInvalidChar() local 956 size_t temp = GetNSCount(depth) << 1; in GetNamespace() local 1115 unsigned char temp = strXml_[position_]; in ParseStartTagFunc() local 1763 int temp = (reinterpret_cast<XmlPullParser *>(obj))->GetColumnNumber(); in GetColumnNumber() local 1779 int temp = (reinterpret_cast<XmlPullParser *>(obj))->GetDepth(); in GetDepth() local 1795 int temp = (reinterpret_cast<XmlPullParser *>(obj))->GetLineNumber(); in GetLineNumber() local 1811 std::string temp = (reinterpret_cast<XmlPullParser *>(obj))->GetName(); in GetName() local 1827 std::string temp = (reinterpret_cast<XmlPullParser *>(obj))->GetNamespace(); in GetNamespace() local 1843 std::string temp = (reinterpret_cast<XmlPullParser *>(obj))->GetPrefix(); in GetPrefix() local 1859 std::string temp = (reinterpret_cast<XmlPullParser *>(obj))->GetText(); in GetText() local [all …]
|
| D | native_module_xml.cpp | 91 … std::string temp = strEnd.substr(foundPosBegin, foundPosEnd - foundPosBegin + cDataEnd.length()); in DealCdata() local 366 std::string temp = object->XmlSerializerError(); in XmlSerializerError() local 424 std::string temp = object->XmlPullParserError(); in XmlPullParserError() local
|
| /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 | 937 int32_t temp = Read<int32_t>(); in ReadBool() local 948 int32_t temp = Read<int32_t>(); in ReadInt8() local 954 int32_t temp = Read<int32_t>(); in ReadInt16() local 970 uint32_t temp = Read<uint32_t>(); in ReadUint8() local 976 uint32_t temp = Read<uint32_t>(); in ReadUint16() local 1003 int32_t temp; in ReadPadded() local
|
| /commonlibrary/ets_utils/js_sys_module/process/ |
| D | js_process.cpp | 271 std::string temp = ""; in Off() local 354 std::string temp = ""; in GetEnvironmentVar() local 557 std::string temp = ""; in GetEnvironmentVar() local
|
| D | js_childprocess.cpp | 410 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 | 59 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 | 847 let temp: string = this.protocol_; variable
|
| /commonlibrary/ets_utils/js_api_module/url/test/ |
| D | test_napi.cpp | 1803 std::string temp = ""; variable 1826 std::string temp = ""; variable
|