/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | TransliteratorRegistry.java | 830 // is a string, we may partially parse it and turn it into a in instantiateEntry() 880 parser.parse(re.resource, re.direction); in instantiateEntry() 886 parser.parse(le.rule, le.direction); in instantiateEntry()
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
H A D | dumpICUrules.bat | 224 } else { die "Can't parse Java file name $_"; } 309 die "Can't parse $_";
|
/third_party/mesa3d/src/asahi/lib/ |
H A D | gen_pack.py | 726 def parse(self, filename): member in Parser 738 p.parse(input_file)
|
/third_party/mesa3d/src/broadcom/cle/ |
H A D | gen_pack_header.py | 611 def parse(self, filename): member in Parser 623 p.parse(input_file)
|
/third_party/mesa3d/src/compiler/isaspec/ |
H A D | isa.py | 433 root = ElementTree.parse(xmlpath).getroot() 452 self.parse_file(ElementTree.parse(p))
|
/third_party/node/deps/v8/tools/gcmole/ |
H A D | gcmole.py | 254 fatal("failed to parse condition: {}", cond) 342 def parse(self, lines): member in GCSuspectsCollector 393 collector.parse(stdout.splitlines())
|
/third_party/node/test/fixtures/wpt/common/security-features/resources/ |
H A D | common.sub.js | 457 return JSON.parse(string_data); 803 return JSON.parse(data);
|
/third_party/mesa3d/src/intel/genxml/ |
H A D | gen_pack_header.py | 738 def parse(self, filename): member in Parser 772 p.parse(input_file)
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A D | xmlparser.cpp | 80 // TODO: we don't actually parse the DOCTYPE or internal subsets. in UXMLParser() 205 // read as Latin-1 and parse the XML declaration and encoding in parseFile() 234 // parse XML declaration in parseFile() 323 return parse(src, errorCode); in parseFile() 330 UXMLParser::parse(const UnicodeString &src, UErrorCode &status) { in parse() function in UXMLParser 465 // Root Element parse is complete. in parse()
|
/third_party/node/deps/npm/node_modules/ip-address/dist/ |
H A D | ipv6.js | 51 n = n.replace(/^(0{1,})([1-9]+)$/, '<span class="parse-error">$1</span>$2'); 52 n = n.replace(/^(0{1,})(0)$/, '<span class="parse-error">$1</span>$2'); 83 * @param {number} [groups=8] - How many octets to parse 138 this.parsedAddress = this.parse(this.addressMinusSuffix); 184 // If we have brackets parse them and find a port 189 error: 'failed to parse address with port', 205 error: 'failed to parse address from URL', 211 // Otherwise just assign the URL to the host and let the library parse it 550 parse(address) { 554 throw new address_error_1.AddressError((0, sprintf_js_1.sprintf)('Bad character%s detected in address: %s', badCharacters.length > 1 ? 's' : '', badCharacters.join('')), address.replace(constants6.RE_BAD_CHARACTERS, '<span class="parse [all...] |
/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | xmlparser.cpp | 80 // TODO: we don't actually parse the DOCTYPE or internal subsets. in UXMLParser() 205 // read as Latin-1 and parse the XML declaration and encoding in parseFile() 234 // parse XML declaration in parseFile() 323 return parse(src, errorCode); in parseFile() 330 UXMLParser::parse(const UnicodeString &src, UErrorCode &status) { in parse() function in UXMLParser 465 // Root Element parse is complete. in parse()
|
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/ |
H A D | RangeTreeTest.java | 536 return RangeSpecification.parse(s); in spec() 540 return Stream.of(s).map(RangeSpecification::parse).collect(toImmutableList()); in specs()
|
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/testing/ |
H A D | TestNumberingScheme.java | 165 this.carrierPrefixes = RangeTree.from(Arrays.stream(prefix).map(RangeSpecification::parse)); in setCarrierPrefixes() 464 RangeTree ranges = RangeTree.from(Arrays.stream(specs).map(RangeSpecification::parse)); in rangesOf()
|
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/table/ |
H A D | RangeTableTest.java | 389 return RangeTree.from(Arrays.stream(rangeSpecs).map(RangeSpecification::parse)); in ranges() 410 return Tables.immutableCell(RangeSpecification.parse(range), column, Optional.of(value)); in assigned()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
H A D | vktBuildPrograms.cpp | 618 if (!parser.parse(argc, argv, &cmdLine, std::cerr)) in main() 675 if (!deqpCmdLine.parse((int)deqpArgv.size(), &deqpArgv[0])) in main()
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | xmlparser.cpp | 80 // TODO: we don't actually parse the DOCTYPE or internal subsets. in UXMLParser() 205 // read as Latin-1 and parse the XML declaration and encoding in parseFile() 234 // parse XML declaration in parseFile() 323 return parse(src, errorCode); in parseFile() 330 UXMLParser::parse(const UnicodeString &src, UErrorCode &status) { in parse() function in UXMLParser 465 // Root Element parse is complete. in parse()
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/gradle/wrapper/ |
H A D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/gradle/wrapper/
org/gradle/wrapper/Download ... |
/third_party/skia/third_party/externals/oboe/samples/gradle/wrapper/ |
H A D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/gradle/wrapper/
org/gradle/wrapper/Download ... |
/third_party/skia/platform_tools/android/apps/gradle/wrapper/ |
H A D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/gradle/wrapper/
org/gradle/wrapper/Download ... |
/third_party/skia/modules/skottie/src/ |
H A D | Skottie.cpp | 182 AnimationBuilder::AnimationInfo AnimationBuilder::parse(const skjson::ObjectValue& jroot) { in parse() function in skottie::internal::AnimationBuilder 353 fLogger->log(Logger::Level::kError, "Cannot parse streaming content.\n"); in make() 388 fLogger->log(Logger::Level::kError, "Failed to parse JSON input.\n"); in make() 425 auto ainfo = builder.parse(json); in make() 432 fLogger->log(Logger::Level::kError, "Could not parse animation.\n"); in make()
|
/third_party/rust/crates/regex/regex-syntax/src/ast/ |
H A D | print.rs | 399 use crate::ast::parse::ParserBuilder; 411 let ast = builder.build().parse(given).unwrap(); in roundtrip_with()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
H A D | vktBuildPrograms.cpp | 614 if (!parser.parse(argc, argv, &cmdLine, std::cerr)) in main() 671 if (!deqpCmdLine.parse((int)deqpArgv.size(), &deqpArgv[0])) in main()
|
/third_party/json/include/nlohmann/ |
H A D | json.hpp | 4005 /// @sa https://json.nlohmann.me/api/basic_json/parse/ 4008 static basic_json parse(InputType&& i, 4014 parser(detail::input_adapter(std::forward<InputType>(i)), cb, allow_exceptions, ignore_comments).parse(true, result); 4019 /// @sa https://json.nlohmann.me/api/basic_json/parse/ 4022 static basic_json parse(IteratorType first, 4029 parser(detail::input_adapter(std::move(first), std::move(last)), cb, allow_exceptions, ignore_comments).parse(true, result); 4034 JSON_HEDLEY_DEPRECATED_FOR(3.8.0, parse(ptr, ptr + len)) 4035 static basic_json parse(detail::span_input_adapter&& i, 4041 parser(i.get(), cb, allow_exceptions, ignore_comments).parse(true, result); 4138 parser(detail::input_adapter(i)).parse(fals [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/smsc/ |
H A D | smc91c92_cs.c | 462 cisparse_t parse; in pcmcia_get_versmac() local 465 if (pcmcia_parse_tuple(tuple, &parse)) in pcmcia_get_versmac() 468 buf = parse.version_1.str + parse.version_1.ofs[3]; in pcmcia_get_versmac() 470 if ((parse.version_1.ns > 3) && (cvt_ascii_address(dev, buf) == 0)) in pcmcia_get_versmac()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/smsc/ |
H A D | smc91c92_cs.c | 464 cisparse_t parse; in pcmcia_get_versmac() local 467 if (pcmcia_parse_tuple(tuple, &parse)) in pcmcia_get_versmac() 470 buf = parse.version_1.str + parse.version_1.ofs[3]; in pcmcia_get_versmac() 472 if ((parse.version_1.ns > 3) && (cvt_ascii_address(dev, buf) == 0)) in pcmcia_get_versmac()
|