/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()
|
H A D | vtzone.cpp | 1351 parse(status); in load() 1363 VTimeZone::parse(UErrorCode& status) { in parse() function in VTimeZone 1424 // Always in 'Z' format, so the offset argument for the parse method in parse()
|
/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()
|
H A D | vtzone.cpp | 1351 parse(status); in load() 1363 VTimeZone::parse(UErrorCode& status) { in parse() function in VTimeZone 1424 // Always in 'Z' format, so the offset argument for the parse method in parse()
|
/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()
|
H A D | vtzone.cpp | 1376 parse(status); in load() 1393 VTimeZone::parse(UErrorCode& status) { in parse() function in VTimeZone 1468 // Always in 'Z' format, so the offset argument for the parse method in parse()
|
/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
|
/third_party/libabigail/tests/lib/ |
H A D | catch.hpp | 4083 // Note: The type after -> is weird, because VS2015 cannot parse 5220 TestSpecParser& parse( std::string const& arg ); 9230 virtual auto parse( std::string const& exeName, TokenStream const &tokens) const -> InternalParseResult = 0; 9233 auto parse( Args const &args ) const -> InternalParseResult { 9234 return parse( args.exeName(), TokenStream( args ) ); 9323 auto parse( std::string const&, TokenStream const &tokens ) const -> InternalParseResult override { 9347 auto parse( std::string const &, TokenStream const &tokens ) const -> InternalParseResult override { 9422 using ParserBase::parse; 9424 auto parse( std::string const&, TokenStream const &tokens ) const -> InternalParseResult override { 9599 using ParserBase::parse; [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | ULocale.java | 3155 * @param localeID The locale ID to parse. 3651 LanguageTag tag = LanguageTag.parse(languageTag, null); in forLanguageTag() 3893 LanguageTag tag = LanguageTag.parse(languageTag, sts); in setLanguageTag()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
H A D | IBMCalendarTest.java | 762 ms2 = sdf.parse(test.data); in TestJB1684() 765 errln("parse exception: " + e); in TestJB1684() 770 "\n SimpleDateFormat.parse gave " + ms2); in TestJB1684() 788 ms3 = sdf.parse(result); in TestJB1684() 791 errln("parse exception 2: " + e); in TestJB1684() 796 log("\nError: Re-parse of '" + result + "' gave time of " + in TestJB1684()
|
/third_party/node/deps/npm/test/lib/commands/ |
H A D | ls.js | 129 const jsonParse = res => redactCwdObj(JSON.parse(res)) 2862 t.same(JSON.parse(result()), { 3862 { code: 'EJSONPARSE', message: 'Failed to parse root package.json' }, 3870 'error in {CWD}/prefix: Failed to parse root package.json', 3874 summary: 'Failed to parse root package.json', 3876 'Failed to parse JSON data.',
|
/third_party/python/Lib/ |
H A D | inspect.py | 1089 tree = ast.parse(source) 2175 """Private helper to parse content of '__text_signature__' 2186 module = ast.parse(program)
|
H A D | pydoc.py | 73 import urllib.parse namespace 758 url = urllib.parse.quote(path)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | VirtualFileSystem.cpp | 1510 bool parse(yaml::Node *Root, RedirectingFileSystem *FS) { in parse() function in llvm::vfs::RedirectingFileSystemParser 1641 if (!P.parse(Root, FS.get())) in create()
|
/kernel/linux/linux-5.10/drivers/hid/i2c-hid/ |
H A D | i2c-hid-core.c | 823 .parse = i2c_hid_parse,
|
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_main.c | 789 .parse = hostap_80211_header_parse,
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-report.c | 38 #include <subcmd/parse-options.h> 40 #include "util/parse-events.h" 1053 pr_err("Cannot parse time quantum `%s'\n", arg); in parse_time_quantum()
|