/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(),
|
/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...] |
H A D | tsdate.cpp | 25 * This test does round-trip testing (format -> parse -> format -> parse -> etc.) of 175 date[i] = fFormat->parse(string[i-1], status); in tryDate()
|
/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()
|
/third_party/icu/icu4c/source/i18n/ |
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/node/deps/icu-small/source/i18n/ |
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/skia/third_party/externals/icu/source/i18n/ |
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/googletest/googletest/test/ |
H A D | gtest_xml_output_unittest.py | 273 # parse the expected datetime manually. 391 actual = minidom.parse(xml_path)
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | RBBIRuleBuilder.java | 38 // There are four separate parse trees generated, one for each of the 284 // Read the input rules, generate a parse tree, symbol table, in compileRules() 296 fScanner.parse(); in build() 312 // causing the representation of UnicodeSets in the parse tree to become invalid. in build()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | DateNumberFormat.java | 205 * Note: This method only parse integer numbers which can be represented by long 210 public Number parse(String text, ParsePosition parsePosition) { in parse() method in DateNumberFormat
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/ |
H A D | CombinedCurrencyMatcher.java | 3 package com.ibm.icu.impl.number.parse;
|
/third_party/icu/icu4c/source/common/ |
H A D | rbbirb.cpp | 248 // Read the input rules, generate a parse tree, symbol table, in createRuleBasedBreakIterator() 283 fScanner->parse(); in build() 308 // causing the representation of UnicodeSets in the parse tree to become invalid. in build()
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
H A D | RbPath.java | 59 * {@link #parse(String)}, {@code '/'} is not treated specially and can be present in a path 68 * {@link #parse(String)}, {@code '/'} is not treated specially and can be present in a path 76 public static RbPath parse(String path) { in parse() method in RbPath 77 checkArgument(!path.isEmpty(), "cannot parse an empty path string"); in parse()
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/ |
H A D | BundleItem.java | 382 return format.parse(dateStr); in parseDateFromString()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | DateFormatRoundTripTest.java | 170 // because this string should parse the same way all the time. Note in _test() 171 // that it will not necessarily parse back to the original date because in _test() 173 // parse back to the same date. in _test() 191 d[loop] = fmt.parse(s[loop - 1]); in _test() 240 /* before 1970 as the result of 2-digit year parse */)) { in _test()
|
H A D | DataDrivenFormatTest.java | 93 String caseString = "["+testData.getName()+"#"+n+(fmt?"format":"parse")+"]"; in testConvertDate() 111 // parse 'spec' - either 'PATTERN=yy mm dd' or 'DATE=x,TIME=y' in testConvertDate() 130 // parse 'date' - either 'MILLIS=12345' or a CalendarFieldsSet in testConvertDate() 179 } else { // parse in testConvertDate() 182 format.parse(str, cal, pos); in testConvertDate() 186 logln(caseString + " SUCCESS: got=parse="+str); in testConvertDate() 198 logln(caseString + " SUCCESS: got=parse: " + str + " - " + fromSet.toString()); in testConvertDate()
|
H A D | IntlTestDateFormat.java | 70 // This test does round-trip testing (format -> parse -> format -> parse -> etc.) of DateFormat. 165 date[i] = fFormat.parse(string[i-1].toString()); in tryDate() 262 new ULocale("cv"), // parse issue, one month is prefix of another in TestRoundtrip()
|
H A D | NumberFormatRoundTripTest.java | 172 n = fmt.parse(s); in _test()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | NumberFormatRoundTripTest.java | 175 n = fmt.parse(s); in _test()
|
H A D | DateFormatRoundTripTest.java | 173 // because this string should parse the same way all the time. Note in _test() 174 // that it will not necessarily parse back to the original date because in _test() 176 // parse back to the same date. in _test() 194 d[loop] = fmt.parse(s[loop - 1]); in _test() 243 /* before 1970 as the result of 2-digit year parse */)) { in _test()
|
H A D | IntlTestDateFormat.java | 73 // This test does round-trip testing (format -> parse -> format -> parse -> etc.) of DateFormat. 168 date[i] = fFormat.parse(string[i-1].toString()); in tryDate()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/ |
H A D | CombinedCurrencyMatcher.java | 4 package ohos.global.icu.impl.number.parse;
|