Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_api_module/uri/
Dnative_module_uri.cpp108 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 …]
Djs_uri.cpp505 std::vector<std::string> temp; in Normalize() local
/commonlibrary/ets_utils/js_util_module/util/
Djs_textdecoder.h119 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
Djs_base64.cpp145 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
Djs_textdecoder.cpp178 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
Djs_uuid.cpp92 unsigned char temp = 0; // 0: initialization in ConvertBits() local
Dnative_module_util.cpp82 static std::string temp = "cdfijoOs"; variable
660 for (char &temp : buffer) { in TextEncoderConstructor() local
/commonlibrary/ets_utils/js_sys_module/test/
Dtest_process.cpp109 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/
Dylong_json_sdv_test.rs338 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/
Djs_url.cpp104 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 …]
Dnative_module_url.cpp41 std::string temp = ""; in UrlStructor() local
/commonlibrary/ets_utils/js_api_module/uri/test/
Dtest_napi.cpp687 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/
Djs_xml.cpp766 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 …]
Dnative_module_xml.cpp91 … 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/
Dpath_helper.h64 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/
Dasync_certs_adapter.rs53 let temp = client.clone(); in main() localVariable
/commonlibrary/ets_utils/js_util_module/json/src/
Djson_js.ts101 const temp = value[key]; constant
/commonlibrary/c_utils/base/src/
Dparcel.cpp937 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/
Djs_process.cpp271 std::string temp = ""; in Off() local
354 std::string temp = ""; in GetEnvironmentVar() local
557 std::string temp = ""; in GetEnvironmentVar() local
Djs_childprocess.cpp410 auto temp = reinterpret_cast<OptionsInfo*>(data); in TimeoutListener() local
/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/common/
Dmod.rs113 let mut temp = &buf[..buf.len() - 1]; in trim_back_lwsp_if_end_with_lf() localVariable
/commonlibrary/ets_utils/js_sys_module/dfx/
Dnative_module_dfx.cpp59 bool temp = engine->BuildNativeAndJsStackTrace(stackTraceResult); in BuildNativeAndJsStackTrace() local
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/
Dslab.rs540 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/
Djs_url.ts847 let temp: string = this.protocol_; variable
/commonlibrary/ets_utils/js_api_module/url/test/
Dtest_napi.cpp1803 std::string temp = ""; variable
1826 std::string temp = ""; variable