Home
last modified time | relevance | path

Searched refs:parse (Results 1226 - 1250 of 2030) sorted by relevance

1...<<41424344454647484950>>...82

/third_party/vk-gl-cts/external/vulkancts/vkscpc/
H A Dvkscpc.cpp91 bool parsingSuccessful = context.reader->parse(fileContents.c_str(), fileContents.c_str() + fileContents.size(), &jsonRoot, &errors); in importFilesForExternalCompiler()
273 if (!parser.parse(argc, argv, &cmdLine, std::cerr)) in main()
/third_party/weex-loader/src/
H A Dloader.js184 const dirName = path.parse(this.resourcePath)
338 element.name = path.parse(src).name
/kernel/linux/linux-5.10/drivers/gpu/drm/loongson/
H A Dloongson_vbios.c321 node->parse = func; in insert_desc_list()
389 if (node && node->parse) in vbios_get_data()
390 return node->parse(node, cmd); in vbios_get_data()
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DTransliteratorParser.java368 * parse half of a rule. It is tightly coupled to the method
409 public int parse(String rule, int pos, int limit, in parse() method in TransliteratorParser.RuleHalf
428 * It calls itself recursively to parse segments and nested
434 * this parse.
869 * Parse a set of rules. After the parse completes, examine the public
872 public void parse(String rules, int dir) { in parse() method in TransliteratorParser
877 * Parse a set of rules. After the parse completes, examine the public
880 /* public void parse(ResourceReader rules, int direction) {
992 // Successful ::ID parse. in parseRules()
1001 // Couldn't parse a in parseRules()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DTransliteratorParser.java369 * parse half of a rule. It is tightly coupled to the method
410 public int parse(String rule, int pos, int limit, in parse() method in TransliteratorParser.RuleHalf
429 * It calls itself recursively to parse segments and nested
435 * this parse.
870 * Parse a set of rules. After the parse completes, examine the public
873 public void parse(String rules, int dir) { in parse() method in TransliteratorParser
878 * Parse a set of rules. After the parse completes, examine the public
881 /* public void parse(ResourceReader rules, int direction) {
993 // Successful ::ID parse. in parseRules()
1002 // Couldn't parse a in parseRules()
[all...]
H A DPluralRules.java1151 static FixedDecimalSamples parse(String source) { in parse() method in PluralRules.FixedDecimalSamples
1500 /* Returns a parse exception wrapping the token and context strings. */
1507 * Returns the token at x if available, else throws a parse exception.
1548 integerSamples = FixedDecimalSamples.parse(constraintOrSamples[1]); in parseRule()
1555 integerSamples = FixedDecimalSamples.parse(constraintOrSamples[1]); in parseRule()
1556 decimalSamples = FixedDecimalSamples.parse(constraintOrSamples[2]); in parseRule()
/third_party/node/test/common/
H A Dwpt.js100 const prev = JSON.parse(fs.readFileSync('out/wpt/wptreport.json'));
182 json() { return JSON.parse(data.toString()); },
383 const result = JSON.parse(fs.readFileSync(statusFile, 'utf8'));
/third_party/python/Lib/
H A Dplistlib.py1 r"""plistlib.py -- a tool to generate and parse MacOSX .plist files.
11 To parse a plist from a file, use the load(file) function,
180 def parse(self, fileobj): member in _PlistParser
467 def parse(self, fp): member in _BinaryPlistParser
884 return p.parse(fp)
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A DDirectiveParser.cpp208 // we only parse conditional directives. in parseDirective()
494 // Do not parse the expression. in parseElif()
845 expressionParser.parse(token, &line, true, errorSettings, &valid); in parseLine()
854 expressionParser.parse(token, &file, true, errorSettings, &valid); in parseLine()
896 // Be careful not to parse the conditional expression that might in parseConditionalIf()
940 expressionParser.parse(token, &expression, false, errorSettings, &valid); in parseExpressionIf()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A DDirectiveParser.cpp275 // we only parse conditional directives. in parseDirective()
565 // Do not parse the expression. in parseElif()
876 expressionParser.parse(token, &line, true, errorSettings, &valid); in parseLine()
885 expressionParser.parse(token, &file, true, errorSettings, &valid); in parseLine()
927 // Be careful not to parse the conditional expression that might in parseConditionalIf()
972 expressionParser.parse(token, &expression, false, errorSettings, &valid); in parseExpressionIf()
/third_party/rust/crates/proc-macro2/src/
H A Dlib.rs56 //! propagate parse errors correctly back to the compiler when parsing fails.
140 mod parse; modules
230 /// Attempts to break the string into tokens and parse those tokens into a token
242 let e = src.parse().map_err(|e| LexError { in from_str()
869 /// [`Parse`]: https://docs.rs/syn/2.0/syn/parse/trait.Parse.html
1261 repr.parse().map(Literal::_new).map_err(|inner| LexError { in from_str()
/third_party/libphonenumber/javascript/i18n/phonenumbers/
H A Dphonenumberutil.js1306 * var number = phoneUtil.parse('16502530000', 'US');
1378 * var number = phoneUtil.parse('18002530000', 'US');
2409 this.parse(normalizedNationalNumber.substring(nationalPrefix.length),
2835 return this.parse(desc.getExampleNumber(), regionCode);
2870 return this.parse('+' + countryCallingCode +
3678 return this.isPossibleNumber(this.parse(number, regionDialingFrom));
3962 // Attempt to parse the first digits as an international prefix.
3998 // Attempt to parse the first digits as a national prefix.
4104 * the number to parse starts with a + symbol so that we can attempt to infer
4106 * @param {string} numberToParse number that we are attempting to parse
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dnumfmt.cpp580 // 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.
/third_party/json/tests/src/
H A Dunit-bson.cpp93 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 Dnumfmt.cpp580 // 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.
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/
H A Dparser.js663 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 DPhoneNumberMatcherTest.java93 // 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 Dcomp.rs15 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 Dnumfmt.cpp580 // 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.
/third_party/python/Lib/test/
H A Dtest_pydoc.py18 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 DgluShaderLibrary.cpp284 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 Dtool_getparam.c1216 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 Ddtifmtts.cpp289 //===== 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 DJsonFormatTest.java788 .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 Dtest_de.rs2114 "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()

Completed in 47 milliseconds

1...<<41424344454647484950>>...82