| /commonlibrary/ets_utils/js_api_module/uri/ |
| D | native_module_uri.cpp | 107 std::string temp = muri->IsFailed(); in IsFailed() local 120 std::string temp = muri->ToString(); in UriToString() local 133 std::string temp = muri->GetScheme(); in GetScheme() local 150 std::string temp = muri->GetAuthority(); in GetAuthority() local 167 std::string temp = muri->GetSsp(); in GetSsp() local 180 std::string temp = muri->GetUserinfo(); in GetUserinfo() local 197 std::string temp = muri->GetHost(); in GetHost() local 214 std::string temp = muri->GetPort(); in GetPort() local 227 std::string temp = muri->GetPath(); in GetPath() local 244 std::string temp = muri->GetQuery(); in GetQuery() local [all …]
|
| D | js_uri.cpp | 406 std::vector<std::string> temp; in Normalize() local
|
| /commonlibrary/ets_utils/js_util_module/util/ |
| D | js_textdecoder.h | 117 uint32_t temp = label_ & static_cast<uint32_t>(ConverterFlags::BOM_SEEN_FLG); in IsBomFlag() local 130 uint32_t temp = label_ & static_cast<uint32_t>(ConverterFlags::UNICODE_FLG); in IsUnicode() local 143 uint32_t temp = label_ & static_cast<uint32_t>(ConverterFlags::IGNORE_BOM_FLG); in IsIgnoreBom() local
|
| D | js_base64.cpp | 96 size_t temp = 0; in EncodeAchieve() local 208 size_t temp = 0; in DecodeAchieve() local 264 size_t temp = retLen; in DecodeOut() local 367 size_t temp = 0; in EncodeAchieves() local 568 size_t temp = 0; in DecodeAchieves() local
|
| D | js_textdecoder.cpp | 133 uint32_t temp = label_ & static_cast<uint32_t>(ConverterFlags::FATAL_FLG); in GetFatal() local 147 uint32_t temp = label_ & static_cast<uint32_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 | 67 static std::string temp = "cdfijoOs"; variable
|
| /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_sys_module/test/unittest/ |
| 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/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/xml/ |
| D | js_xml.cpp | 743 unsigned char temp = strXml_[position_]; in SkipInvalidChar() local 929 size_t temp = GetNSCount(depth) << 1; in GetNamespace() local 1081 unsigned char temp = strXml_[position_]; in ParseStartTagFunc() local 1707 int temp = (reinterpret_cast<XmlPullParser *>(obj))->GetColumnNumber(); in GetColumnNumber() local 1723 int temp = (reinterpret_cast<XmlPullParser *>(obj))->GetDepth(); in GetDepth() local 1739 int temp = (reinterpret_cast<XmlPullParser *>(obj))->GetLineNumber(); in GetLineNumber() local 1755 std::string temp = (reinterpret_cast<XmlPullParser *>(obj))->GetName(); in GetName() local 1771 std::string temp = (reinterpret_cast<XmlPullParser *>(obj))->GetNamespace(); in GetNamespace() local 1787 std::string temp = (reinterpret_cast<XmlPullParser *>(obj))->GetPrefix(); in GetPrefix() local 1803 std::string temp = (reinterpret_cast<XmlPullParser *>(obj))->GetText(); in GetText() local [all …]
|
| D | native_module_xml.cpp | 107 … std::string temp = strEnd.substr(foundPosBegin, foundPosEnd - foundPosBegin + cDataEnd.length()); in XmlPullParserConstructor() local 346 std::string temp = object->XmlSerializerError(); in XmlSerializerError() local 404 std::string temp = object->XmlPullParserError(); in XmlPullParserError() local
|
| /commonlibrary/c_utils/base/src/ |
| D | parcel.cpp | 880 int32_t temp = Read<int32_t>(); in ReadBool() local 891 int32_t temp = Read<int32_t>(); in ReadInt8() local 897 int32_t temp = Read<int32_t>(); in ReadInt16() local 913 uint32_t temp = Read<uint32_t>(); in ReadUint8() local 919 uint32_t temp = Read<uint32_t>(); in ReadUint16() local 946 int32_t temp; in ReadPadded() 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/process/ |
| D | js_process.cpp | 267 std::string temp = ""; in Off() local 353 std::string temp = ""; in GetEnvironmentVar() local 694 std::string temp = ""; in GetEnvironmentVar() local
|
| D | js_childprocess.cpp | 410 auto temp = reinterpret_cast<OptionsInfo*>(data); in TimeoutListener() local
|
| /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 | 551 let mut temp = vec![3, 2, 1]; in ut_slab_for_each() localVariable 800 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 | 831 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
|