/third_party/node/src/crypto/ |
H A D | crypto_keys.cc | 83 const std::function<EVP_PKEY*(const unsigned char** p, long l)>& parse) { in TryParsePublicKey() 97 pkey->reset(parse(&p, der_len)); in TryParsePublicKey() 258 // OpenSSL can fail to parse the key but still return a non-null pointer. in ParsePrivateKey() 782 // For DER, the type determines how to parse it. SPKI, PKCS#8 and SEC1 are in GetPublicOrPrivateKeyFromJs() 78 TryParsePublicKey( EVPKeyPointer* pkey, const BIOPointer& bp, const char* name, const std::function<EVP_PKEY*(const unsigned char** p, long l)>& parse) TryParsePublicKey() argument
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
H A D | parse.cpp | 11 * File parse.cpp 36 #include "parse.h" 775 parse(ucbuf.getAlias(), inputDir, outputDir, filename.data(), false, false, false, &errorCode)); in getRules() 1474 // need to parse the collation data regardless in parseCollationElements() 1574 error(line, "parse error. Stopped parsing tokens with %s", u_errorName(*status)); in realParseTable() 1582 error(line, "parse error. Stopped parsing resource with %s", u_errorName(*status)); in realParseTable() 1590 error(line, "parse error. Stopped parsing table with %s", u_errorName(*status)); in realParseTable() 2185 /* parse a non-top-level resource */ 2204 /* This function parses from the colon onwards. If the colon is present, parse the in parseResource() 2205 type then try to parse in parseResource() 2316 parse(UCHARBUF *buf, const char *inputDir, const char *outputDir, const char *filename, parse() function [all...] |
/third_party/python/Tools/scripts/ |
H A D | texi2html.py | 253 def parse(self, fp): member in TexinfoParser 2064 parser.parse(fp)
|
/third_party/python/Lib/test/support/ |
H A D | __init__.py | 628 import urllib.request, urllib.parse namespace 637 filename = urllib.parse.urlparse(url)[2].split('/')[-1] # '/': it's URL!
|
/third_party/vk-gl-cts/external/vulkan-docs/src/config/chunkindex/ |
H A D | lunr.js | 1931 parser.parse() 3199 lunr.QueryParser.prototype.parse = function () {
|
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
H A D | parse.cpp | 11 * File parse.cpp 34 #include "parse.h" 767 parse(ucbuf.getAlias(), inputDir, outputDir, filename.data(), FALSE, FALSE, &errorCode)); in getRules() 1126 // need to parse the collation data regardless in parseCollationElements() 1226 error(line, "parse error. Stopped parsing tokens with %s", u_errorName(*status)); in realParseTable() 1234 error(line, "parse error. Stopped parsing resource with %s", u_errorName(*status)); in realParseTable() 1242 error(line, "parse error. Stopped parsing table with %s", u_errorName(*status)); in realParseTable() 1837 /* parse a non-top-level resource */ 1856 /* This function parses from the colon onwards. If the colon is present, parse the in parseResource() 1857 type then try to parse in parseResource() 1968 parse(UCHARBUF *buf, const char *inputDir, const char *outputDir, const char *filename, parse() function [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULibCalls.cpp | 489 return AMDGPULibFunc::parse(FMangledName, *FInfo); in parseFunctionName() 1285 if (!AMDGPULibFunc::parse(CI->getCalledFunction()->getName(), fInfo)) in fold_sincos()
|
/third_party/python/Lib/test/ |
H A D | test_urllib2.py | 23 from urllib.parse import urlparse 39 for module in 'request', 'response', 'parse', 'error', 'robotparser': 1281 valid_url = urllib.parse.urljoin(from_url,relative_url)
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |
/kernel/linux/linux-5.10/include/linux/ |
H A D | netdevice.h | 283 int (*parse)(const struct sk_buff *skb, unsigned char *haddr); member 3176 if (!dev->header_ops || !dev->header_ops->parse) in dev_parse_header() 3178 return dev->header_ops->parse(skb, haddr); in dev_parse_header()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | netdevice.h | 315 int (*parse)(const struct sk_buff *skb, unsigned char *haddr); member 3166 if (!dev->header_ops || !dev->header_ops->parse) in dev_parse_header() 3168 return dev->header_ops->parse(skb, haddr); in dev_parse_header()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | caltest.cpp | 1546 if (U_FAILURE(status)) { errln("Error in parse/calculate test for 1997"); return; } in TestDOW_LOCALandYEAR_WOY() 1554 if (U_FAILURE(status)) { errln("Error in parse/calculate test for 1998"); return; } in TestDOW_LOCALandYEAR_WOY() 1562 if (U_FAILURE(status)) { errln("Error in parse/calculate test for 1582"); return; } in TestDOW_LOCALandYEAR_WOY() 1693 tst=sdf->parse(us,errorCode); in doYEAR_WOYLoop() 3383 UDate date = formatter->parse("1975-05-06", status); in TestIslamicUmAlQura() 3433 UDate date = formatter->parse("1975-05-06", status); in TestIslamicTabularDates()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | csrsbcs.cpp | 123 int32_t NGramParser::parse(InputText *det) in parse() function in NGramParser 259 result = parser.parse(det); in match_sbcs() 1229 result = parser.parse(det); in match_sbcs()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | csrsbcs.cpp | 123 int32_t NGramParser::parse(InputText *det) in parse() function in NGramParser 259 result = parser.parse(det); in match_sbcs() 1229 result = parser.parse(det); in match_sbcs()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ |
H A D | MIParser.cpp | 427 bool parse(MachineInstr *&MI); 851 if (parse(MI)) in parseBasicBlock() 915 // The method 'parseBasicBlock' should parse the whole block until the next in parseBasicBlocks() 922 bool MIParser::parse(MachineInstr *&MI) { in parse() function in MIParser 1777 // TODO: Only parse the name if it's a MachineBasicBlockLabel. Deprecate once 2875 return error("unable to parse target custom pseudo source value");
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | csrsbcs.cpp | 123 int32_t NGramParser::parse(InputText *det) in parse() function in NGramParser 259 result = parser.parse(det); in match_sbcs() 1229 result = parser.parse(det); in match_sbcs()
|
/foundation/arkui/ace_engine/advanced_ui_component/treeview/interfaces/ |
H A D | treeview.js | 1186 let index = JSON.parse(extraParams).insertIndex; 1235 let n16 = JSON.parse(extraParams).insertIndex; 1359 this.dropSelectedIndex = JSON.parse(extraParams).selectedIndex; 1360 let e16 = JSON.parse(extraParams).selectedIndex;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_resource_test/ |
H A D | bms_bundle_resource_test.cpp | 3062 * @tc.desc: 1. test parse layered image 4021 BundleResourceParser parse; in HWTEST_F() local 4023 parse.ProcessSpecialBundleResource(100, resourceInfos); in HWTEST_F() 4028 parse.ProcessSpecialBundleResource(100, resourceInfos); in HWTEST_F() 4034 parse.ProcessSpecialBundleResource(100, resourceInfos); in HWTEST_F()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | medialibrary_photo_operations.cpp | 1169 nlohmann::json exifJson = nlohmann::json::parse(exifStr); in UpdateOrientationAllExif() 2412 "Failed to parse edit data, compatibleFormat: %{public}s, formatVersion: %{public}s, data: %{public}s", in ParseMediaAssetEditData() 2435 nlohmann::json jsonObject = nlohmann::json::parse(editData); in ParseCloudEnhancementEditData() 2438 nlohmann::json editDataJson = nlohmann::json::parse(editDataJsonStr, nullptr, false); in ParseCloudEnhancementEditData() 2440 MEDIA_INFO_LOG("editDataJson parse failed"); in ParseCloudEnhancementEditData() 2482 nlohmann::json editdataJson = nlohmann::json::parse(editDataStr); in ReadEditdataFromFile() 2779 CHECK_AND_RETURN_RET_LOG(errCode == E_OK, errCode, "Failed to parse MediaAssetEditData"); in SubmitEditCacheExecute()
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | cfg80211.c | 393 brcmf_find_wpaie(const u8 *parse, u32 len) in brcmf_find_wpaie() argument 397 while ((ie = brcmf_parse_tlvs(parse, len, WLAN_EID_VENDOR_SPECIFIC))) { in brcmf_find_wpaie() 398 if (brcmf_tlv_has_ie((const u8 *)ie, &parse, &len, in brcmf_find_wpaie() 406 brcmf_find_wpsie(const u8 *parse, u32 len) in brcmf_find_wpsie() argument 410 while ((ie = brcmf_parse_tlvs(parse, len, WLAN_EID_VENDOR_SPECIFIC))) { in brcmf_find_wpsie() 411 if (brcmf_tlv_has_ie((u8 *)ie, &parse, &len, in brcmf_find_wpsie() 1848 /* The MFP mode (1 or 2) needs to be determined, parse IEs. The in brcmf_set_key_mgmt() 4500 /* parse and save new vndr_ie in curr_ie_buff before comparing it */ in brcmf_vif_set_mgmt_ie() 4520 /* parse old vndr_ie */ in brcmf_vif_set_mgmt_ie()
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | cfg80211.c | 466 brcmf_find_wpaie(const u8 *parse, u32 len) in brcmf_find_wpaie() argument 470 while ((ie = brcmf_parse_tlvs(parse, len, WLAN_EID_VENDOR_SPECIFIC))) { in brcmf_find_wpaie() 471 if (brcmf_tlv_has_ie((const u8 *)ie, &parse, &len, in brcmf_find_wpaie() 479 brcmf_find_wpsie(const u8 *parse, u32 len) in brcmf_find_wpsie() argument 483 while ((ie = brcmf_parse_tlvs(parse, len, WLAN_EID_VENDOR_SPECIFIC))) { in brcmf_find_wpsie() 484 if (brcmf_tlv_has_ie((u8 *)ie, &parse, &len, in brcmf_find_wpsie() 2198 /* The MFP mode (1 or 2) needs to be determined, parse IEs. The in brcmf_set_key_mgmt() 4912 /* parse and save new vndr_ie in curr_ie_buff before comparing it */ in brcmf_vif_set_mgmt_ie() 4932 /* parse old vndr_ie */ in brcmf_vif_set_mgmt_ie()
|
/third_party/astc-encoder/Source/ |
H A D | stb_image.h | 6570 int parse, step; 6628 if (comp != 0) *comp = 4; // can't actually tell whether it's 3 or 4 until we parse the comments 6682 while (g->cur_y >= g->max_y && g->parse > 0) { 6683 g->step = (1 << g->parse) * g->line_size; 6685 --g->parse; 6875 g->parse = 3; 6878 g->parse = 0; 7580 return stbi__err("integer parse overflow", "Parsing an integer in the PPM header overflowed a 32-bit int"); 7802 info() for BMP to shares code instead of sloppy parse
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_profile.cpp | 2352 APP_LOGE("parse to abilityInfo failed"); in ToInnerBundleInfo() 2446 nlohmann::json jsonObject = nlohmann::json::parse(source.str(), nullptr, false); in TransformTo() 2459 // need recover parse result to ERR_OK in TransformTo() 2481 nlohmann::json jsonObject = nlohmann::json::parse(source.str(), nullptr, false); in TransformTo()
|
/foundation/filemanagement/user_file_service/test/unittest/ |
H A D | external_file_access_test_info.cpp | 932 auto jsonObject = json::parse(testJsonString); in CheckJson() 1086 auto jsonObject = json::parse(testJsonString); in HWTEST_F()
|
/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/ |
H A D | system_sound_manager_impl.cpp | 266 nlohmann::json ringtoneJson = json::parse(jsonValue, nullptr, false); in InitDefaultRingtoneUriMap() 316 nlohmann::json systemToneJson = json::parse(jsonValue, nullptr, false); in InitDefaultSystemToneUriMap()
|