/third_party/icu/icu4c/source/i18n/ |
H A D | numfmt.cpp | 580 // set to a decimal number, or if the value originated with a parse. in format() 676 parse(source, result, parse_pos); in parseObject() 711 // parse position is 0, that means the parsing failed, the status 712 // code needs to be set to failure. Ignores the returned parse 716 NumberFormat::parse(const UnicodeString& text, in parse() function in NumberFormat 723 parse(text, result, parsePosition); in parse() 734 parse(text, parseResult, pos); in parseCurrency() 752 // Sets to only parse integers. 761 // Sets whether lenient parse is enabled.
|
H A D | smpdtfmt.cpp | 979 //fNumberFormat->setLenient(true); // Java uses a custom DateNumberFormat to format/parse in initialize() 2285 SimpleDateFormat::parse(const UnicodeString& text, Calendar& cal, ParsePosition& parsePos) const in parse() function in SimpleDateFormat 2308 // and increments each time we try to parse the fields. in parse() 2376 // the pattern "HHmmss" as an example. We will try to parse in parse() 2385 // this field any more, then the parse of this set of in parse() 2398 // If the parse fails anywhere in the run, back up to the in parse() 2505 // This will parse correctly for consistent time + period (e.g. 10 at night) as in parse() 2705 // couldn't parse the string, when in reality this isn't quite accurate-- in parse() 2706 // we did parse it; the Calendar calls just failed. in parse() 3118 // We handle a few special cases here where we need to parse in subParse() [all...] |
/third_party/json/tests/src/ |
H A D | unit-bson.cpp | 93 CHECK_THROWS_WITH_AS(_ = json::from_bson(v), "[json.exception.parse_error.112] parse error at byte 10: syntax error while parsing BSON string: string length must be at least 1, is -2147483648", json::parse_error&); 737 CHECK_THROWS_WITH_AS(_ = json::from_bson(incomplete_bson), "[json.exception.parse_error.110] parse error at byte 9: syntax error while parsing BSON cstring: unexpected end of input", json::parse_error&); 754 CHECK_THROWS_WITH_AS(_ = json::from_bson(incomplete_bson), "[json.exception.parse_error.110] parse error at byte 6: syntax error while parsing BSON cstring: unexpected end of input", json::parse_error&); 776 CHECK_THROWS_WITH_AS(_ = json::from_bson(incomplete_bson), "[json.exception.parse_error.110] parse error at byte 28: syntax error while parsing BSON element list: unexpected end of input", json::parse_error&); 791 CHECK_THROWS_WITH_AS(_ = json::from_bson(incomplete_bson), "[json.exception.parse_error.110] parse error at byte 3: syntax error while parsing BSON number: unexpected end of input", json::parse_error&); 837 CHECK_THROWS_WITH_AS(_ = json::from_bson(input), "[json.exception.parse_error.112] parse error at byte 15: syntax error while parsing BSON binary: byte array length cannot be negative, is -1", json::parse_error); 851 CHECK_THROWS_WITH_AS(_ = json::from_bson(bson), "[json.exception.parse_error.114] parse error at byte 5: Unsupported BSON record type 0xFF", json::parse_error&); 1230 // parse JSON file in CAPTURE() 1232 json j1 = json::parse(f_json); in CAPTURE() 1234 // parse BSO in CAPTURE() [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | numfmt.cpp | 580 // set to a decimal number, or if the value originated with a parse. in format() 676 parse(source, result, parse_pos); in parseObject() 711 // parse position is 0, that means the parsing failed, the status 712 // code needs to be set to failure. Ignores the returned parse 716 NumberFormat::parse(const UnicodeString& text, in parse() function in NumberFormat 723 parse(text, result, parsePosition); in parse() 734 parse(text, parseResult, pos); in parseCurrency() 752 // Sets to only parse integers. 761 // Sets whether lenient parse is enabled.
|
H A D | smpdtfmt.cpp | 960 //fNumberFormat->setLenient(true); // Java uses a custom DateNumberFormat to format/parse in initialize() 2236 SimpleDateFormat::parse(const UnicodeString& text, Calendar& cal, ParsePosition& parsePos) const in parse() function in SimpleDateFormat 2259 // and increments each time we try to parse the fields. in parse() 2327 // the pattern "HHmmss" as an example. We will try to parse in parse() 2336 // this field any more, then the parse of this set of in parse() 2349 // If the parse fails anywhere in the run, back up to the in parse() 2456 // This will parse correctly for consistent time + period (e.g. 10 at night) as in parse() 2656 // couldn't parse the string, when in reality this isn't quite accurate-- in parse() 2657 // we did parse it; the Calendar calls just failed. in parse() 3069 // We handle a few special cases here where we need to parse in subParse() [all...] |
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/ |
H A D | parser.js | 663 this.parse(); 672 // I think this case should be an error. It's used to implement a basic parse of media queries 853 this.parse(true); 858 _proto.parse = function parse(throwOnParenthesis) { function
|
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/ |
H A D | PhoneNumberMatcherTest.java | 93 // recognize the country code and parse accordingly. in testFindNationalNumber() 751 PhoneNumber number = phoneUtil.parse("+14156667777", null); in testMaxMatches() 789 PhoneNumber number = phoneUtil.parse("+14156667777", null); in testMaxMatchesMixed() 920 PhoneNumber expectedResult = phoneUtil.parse(number, region); in assertMatchProperties() 950 PhoneNumber parsed = phoneUtil.parse(number, defaultCountry); in doTestFindInContext()
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | comp.rs | 15 use crate::parse::ParseError; 1412 let inner = Item::parse(cur, Some(potential_id), ctx) in from_ty() 1496 match Item::parse(cur, Some(potential_id), ctx) { in from_ty() 1560 if let Ok(item) = Item::parse(cur, Some(potential_id), ctx) in from_ty()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | numfmt.cpp | 580 // set to a decimal number, or if the value originated with a parse. in format() 676 parse(source, result, parse_pos); in parseObject() 711 // parse position is 0, that means the parsing failed, the status 712 // code needs to be set to failure. Ignores the returned parse 716 NumberFormat::parse(const UnicodeString& text, in parse() function in NumberFormat 723 parse(text, result, parsePosition); in parse() 734 parse(text, parseResult, pos); in parseCurrency() 752 // Sets to only parse integers. 761 // Sets whether lenient parse is enabled.
|
H A D | smpdtfmt.cpp | 937 //fNumberFormat->setLenient(TRUE); // Java uses a custom DateNumberFormat to format/parse in initialize() 2237 SimpleDateFormat::parse(const UnicodeString& text, Calendar& cal, ParsePosition& parsePos) const in parse() function in SimpleDateFormat 2260 // and increments each time we try to parse the fields. in parse() 2328 // the pattern "HHmmss" as an example. We will try to parse in parse() 2337 // this field any more, then the parse of this set of in parse() 2350 // If the parse fails anywhere in the run, back up to the in parse() 2457 // This will parse correctly for consistent time + period (e.g. 10 at night) as in parse() 2657 // couldn't parse the string, when in reality this isn't quite accurate-- in parse() 2658 // we did parse it; the Calendar calls just failed. in parse() 3025 // We handle a few special cases here where we need to parse in subParse() [all...] |
/third_party/python/Lib/test/ |
H A D | test_pydoc.py | 18 import urllib.parse namespace 417 mod_url = urllib.parse.quote(mod_file) 1391 urlopen(urllib.parse.urljoin(serverthread.url, '/test')).read(), 1395 urlopen(urllib.parse.urljoin(serverthread.url, '/test.css')).read(),
|
H A D | test_xml_etree.py | 468 tree = ET.parse(SIMPLE_XMLFILE) 477 tree = ET.parse(SIMPLE_NS_XMLFILE) 765 tree = ET.parse(f) 1644 <xi:include href="count.txt" parse="text"/> times.</p> 1654 <xi:include href="count.txt" parse="text"/> times.</p> 1662 <example><xi:include href="data.xml" parse="text"/></example> 1676 <xi:include href="example.txt" parse="text"> 1678 <xi:include href="fallback-example.txt" parse="text"> 1714 <xi:include href="disclaimer.xml" parse="BAD_TYPE"/> 1752 def xinclude_loader(self, href, parse [all...] |
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluShaderLibrary.cpp | 284 vector<tcu::TestNode*> parse (void); 1589 const vector<tcu::TestNode*> importedCases = subParser.parse(); in parseImport() 1596 vector<tcu::TestNode*> ShaderParser::parse (void) in parse() function in glu::sl::ShaderParser 1614 PARSE_DBG(("parse()\n")); in parse() 1638 return parser.parse(); in parseFile()
|
/third_party/curl/src/ |
H A D | tool_getparam.c | 1216 const char *parse = NULL; in getparameter() local 1299 parse = flag; in getparameter() 1308 a = single(*parse); in getparameter() 1318 if(!longopt && parse[1]) { in getparameter() 1319 nextarg = (char *)&parse[1]; /* this is the actual extra parameter */ in getparameter() 2748 } while(!longopt && !singleopt && *++parse && !*usedarg && !err); in getparameter()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | dtifmtts.cpp | 289 //===== test format and parse ================== in testAPI() 332 dataerrln("ERROR: parse should set U_INVALID_FORMAT_ERROR - exiting"); in testAPI() 1239 UDate date = ref.parse(ctou(datestr), ec); in expect() 1240 if (!assertSuccess("parse 1st data in expect", ec)) return; in expect() 1241 UDate date_2 = ref.parse(ctou(datestr_2), ec); in expect() 1242 if (!assertSuccess("parse 2nd data in expect", ec)) return; in expect() 1516 UDate date = ref.parse(ctou(datestr), ec); in expectUserDII() 1517 if (!assertSuccess("parse in expectUserDII", ec)) return; in expectUserDII() 1518 UDate date_2 = ref.parse(ctou(datestr_2), ec); in expectUserDII() 1519 if (!assertSuccess("parse i in expectUserDII() [all...] |
/third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/ |
H A D | JsonFormatTest.java | 788 .setTimestampValue(Timestamps.parse("1970-01-01T00:00:00Z")) in testTimestamp() 798 TestDuration.newBuilder().setDurationValue(Durations.parse("12345s")).build(); in testDuration() 1029 anyMessage = Any.pack(Timestamps.parse("1969-12-31T23:59:59Z")); in testAnyFields() 1039 anyMessage = Any.pack(Durations.parse("12345.10s")); in testAnyFields() 1103 testAny.putAnyMap("timestamp", Any.pack(Timestamps.parse("1969-12-31T23:59:59Z"))); in testAnyInMaps() 1104 testAny.putAnyMap("duration", Any.pack(Durations.parse("12345.1s"))); in testAnyInMaps()
|
/third_party/rust/crates/serde/test_suite/tests/ |
H A D | test_de.rs | 2114 "1.2.3.4".parse::<net::Ipv4Addr>().unwrap().readable(), in test_net_ipv4addr_readable() 2122 "::1".parse::<net::Ipv6Addr>().unwrap().readable(), in test_net_ipv6addr_readable() 2130 "1.2.3.4".parse::<net::IpAddr>().unwrap().readable(), in test_net_ipaddr_readable() 2139 .parse::<net::SocketAddr>() in test_net_socketaddr_readable() 2146 .parse::<net::SocketAddrV4>() in test_net_socketaddr_readable() 2153 .parse::<net::SocketAddrV6>() in test_net_socketaddr_readable()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | annotate.c | 44 #include <subcmd/parse-options.h> 293 * Do not parse such instruction. */ in call__parse() 316 .parse = call__parse, 359 * Examples of lines to parse for the _cpp_lex_token@@Base in jump__parse() 457 .parse = jump__parse, 507 if (ops->locked.ins.ops->parse && in lock__parse() 508 ops->locked.ins.ops->parse(arch, ops->locked.ops, ms) < 0) in lock__parse() 547 .parse = lock__parse, 608 .parse = mov__parse, 647 .parse [all...] |
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | annotate.c | 43 #include <subcmd/parse-options.h> 302 * Do not parse such instruction. */ in call__parse() 325 .parse = call__parse, 368 * Examples of lines to parse for the _cpp_lex_token@@Base in jump__parse() 466 .parse = jump__parse, 516 if (ops->locked.ins.ops->parse && in lock__parse() 517 ops->locked.ins.ops->parse(arch, ops->locked.ops, ms) < 0) in lock__parse() 556 .parse = lock__parse, 630 .parse = mov__parse, 669 .parse [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | mov.c | 82 /* those functions parse an atom */ 83 /* links atom IDs to parse functions */ 86 int (*parse)(MOVContext *ctx, AVIOContext *pb, MOVAtom atom); member 314 int (*parse)(MOVContext*, AVIOContext*, unsigned, const char*) = NULL; in mov_read_udta_string() 325 parse = mov_metadata_int8_no_padding; break; in mov_read_udta_string() 329 parse = mov_metadata_int8_no_padding; break; in mov_read_udta_string() 333 parse = mov_metadata_track_or_disc_number; break; in mov_read_udta_string() 335 parse = mov_metadata_int8_no_padding; break; in mov_read_udta_string() 338 parse = mov_metadata_gnre; break; in mov_read_udta_string() 340 parse in mov_read_udta_string() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/ |
H A D | wmi.c | 304 ath12k_err(ab, "wmi tlv parse failure at byte %zd (%zu bytes left, %zu expected)\n", in ath12k_wmi_tlv_iter() 316 ath12k_err(ab, "wmi tlv parse failure of tag %u at byte %zd (%zu bytes left, %u expected)\n", in ath12k_wmi_tlv_iter() 324 ath12k_err(ab, "wmi tlv parse failure of tag %u at byte %zd (%u bytes is less than min length %zu)\n", in ath12k_wmi_tlv_iter() 721 ath12k_warn(ab, "failed to parse tlv %d\n", ret); in ath12k_service_ready_event() 3687 ath12k_warn(ab, "failed to parse dma buf entry tlv %d\n", in ath12k_wmi_dma_buf_parse() 3701 ath12k_warn(ab, "failed to parse dma buf meta tlv %d\n", in ath12k_wmi_dma_buf_parse() 3726 ath12k_warn(ab, "failed to parse dma buf release tlv %d\n", ret); in ath12k_wmi_pdev_dma_ring_buf_release_event() 3783 ath12k_warn(soc, "failed to parse tlv %d\n", ret); in ath12k_wmi_hw_mode_caps() 3866 ath12k_warn(soc, "failed to parse tlv %d\n", ret); in ath12k_wmi_ext_hal_reg_caps() 3945 struct ath12k_wmi_dma_ring_caps_parse *parse in ath12k_wmi_dma_ring_caps_parse() local 4278 struct ath12k_wmi_svc_rdy_ext2_parse *parse = data; ath12k_wmi_svc_rdy_ext2_parse() local 4832 struct wmi_tlv_mgmt_rx_parse *parse = data; ath12k_wmi_tlv_mgmt_rx_parse() local 4852 struct wmi_tlv_mgmt_rx_parse parse = { }; ath12k_pull_mgmt_rx_params_tlv() local [all...] |
/base/account/os_account/services/accountmgr/src/bundle_manager_adapter/ |
H A D | bundle_manager_adapter_proxy.cpp | 56 nlohmann::json jsonObject = nlohmann::json::parse(infoStr.c_str(), nullptr, false);
in ParseExtensionInfo() 143 nlohmann::json jsonObject = nlohmann::json::parse(infoStr.c_str(), nullptr, false);
in ParseInfo()
|
/base/account/os_account/frameworks/osaccount/native/test/unittest/ |
H A D | os_account_info_test.cpp | 432 nlohmann::json jsonObject = Json::parse(STRING_JSON, nullptr, false); in HWTEST_F() 450 nlohmann::json jsonObject = nlohmann::json::parse(jsonString, nullptr, false); in HWTEST_F()
|
/base/update/packaging_tools/ |
H A D | utils.py | 305 xml_content_dict = xmltodict.parse(xml_str, encoding='utf-8')
382 xml_content_dict = xmltodict.parse(xml_str, encoding='utf-8')
644 UPDATE_LOGGER.print_log("Get parse update config xml failed!", log_type=UPDATE_LOGGER.ERROR_LOG)
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_client_impl.cpp | 354 nlohmann::json profileJson = nlohmann::json::parse(rawData, nullptr, false); in GetResFromResMgr() 415 nlohmann::json profileJson = nlohmann::json::parse(in, nullptr, false); in TransformFileToJsonString()
|