Home
last modified time | relevance | path

Searched refs:parse (Results 1851 - 1875 of 2043) sorted by relevance

1...<<71727374757677787980>>...82

/third_party/python/Lib/test/
H A Dtest_urllib2.py23 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 Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...
/kernel/linux/linux-5.10/include/linux/
H A Dnetdevice.h283 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 Dnetdevice.h315 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 Dcaltest.cpp1546 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 Dcsrsbcs.cpp123 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 Dvtzone.cpp1351 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 Dcsrsbcs.cpp123 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 Dvtzone.cpp1351 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 DMIParser.cpp427 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 Dcsrsbcs.cpp123 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 Dvtzone.cpp1376 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 Dcfg80211.c393 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 Dcfg80211.c466 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 Dstb_image.h6570 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 Dcatch.hpp4083 // 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 DULocale.java3155 * @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 DIBMCalendarTest.java762 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 Dls.js129 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 Dinspect.py1089 tree = ast.parse(source)
2175 """Private helper to parse content of '__text_signature__'
2186 module = ast.parse(program)
H A Dpydoc.py73 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 DVirtualFileSystem.cpp1510 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 Di2c-hid-core.c823 .parse = i2c_hid_parse,
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/
H A Dhostap_main.c789 .parse = hostap_80211_header_parse,
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-report.c38 #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()

Completed in 107 milliseconds

1...<<71727374757677787980>>...82