Home
last modified time | relevance | path

Searched refs:parse (Results 876 - 900 of 1672) sorted by relevance

1...<<31323334353637383940>>...67

/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationruleparser.cpp71 CollationRuleParser::parse(const UnicodeString &ruleString, in parse() function in CollationRuleParser
85 parse(ruleString, errorCode); in parse()
89 CollationRuleParser::parse(const UnicodeString &ruleString, UErrorCode &errorCode) { in parse() function in CollationRuleParser
656 parse(importedRules, errorCode); in parseSetting()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dgen-tag-table.py389 def parse (self, filename): member in OpenTypeRegistryParser
528 def parse (self, filename): member in BCP47Parser
655 ot.parse (sys.argv[1])
656 bcp_47.parse (sys.argv[2])
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
H A Djson.h1272 parse(const std::string& document, Value& root, bool collectComments = true);
1292 bool parse(const char* beginDoc,
1299 bool parse(std::istream& is, Value& root, bool collectComments = true);
1328 * parse error and then encounters additional errors.
1464 virtual bool parse(
1517 - If true, `parse()` returns false when extra non-whitespace trails
1520 - If true, `parse()` returns false when a key is duplicated within an object.
1587 \throw std::exception on parse error.
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DZoneMeta.java680 Number n = numberFormat.parse(id, pos); in parseCustomID()
694 n = numberFormat.parse(id, pos); in parseCustomID()
707 n = numberFormat.parse(id, pos); in parseCustomID()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DZoneMeta.java681 Number n = numberFormat.parse(id, pos); in parseCustomID()
695 n = numberFormat.parse(id, pos); in parseCustomID()
708 n = numberFormat.parse(id, pos); in parseCustomID()
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/
H A DRbnfDemo.java103 lenientParseButton = new Checkbox("Lenient parse", lenientParse); in createDemoFrame()
113 Number temp = numberFormatter.parse(fieldText, parsePosition); in createDemoFrame()
146 theNumber = new BigDecimal(spelloutFormatter.parse(fieldText, parsePosition) in createDemoFrame()
171 theNumber = new BigDecimal(spelloutFormatter.parse(fieldText, parsePosition) in createDemoFrame()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/
H A DvktAmberTestCase.cpp142 if (!parse(m_readFilename)) in delayedInit()
144 std::string message = "Failed to parse Amber file: " + m_readFilename; in delayedInit()
286 bool AmberTestCase::parse (const std::string& readFilename) in parse() function in vkt::cts_amber::AmberTestCase
306 << "Failed to parse Amber test " in parse()
479 if (!parse(m_readFilename)) in validateRequirements()
481 std::string message = "Failed to parse Amber file: " + m_readFilename; in validateRequirements()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/amber/
H A DvktAmberTestCase.cpp141 if (!parse(m_readFilename)) in delayedInit()
143 std::string message = "Failed to parse Amber file: " + m_readFilename; in delayedInit()
285 bool AmberTestCase::parse (const std::string& readFilename) in parse() function in vkt::cts_amber::AmberTestCase
305 << "Failed to parse Amber test " in parse()
478 if (!parse(m_readFilename)) in validateRequirements()
480 std::string message = "Failed to parse Amber file: " + m_readFilename; in validateRequirements()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp37 Error CFIProgram::parse(DWARFDataExtractor Data, uint64_t *Offset, in parse() function in CFIProgram
356 void DWARFDebugFrame::parse(DWARFDataExtractor Data) {
441 // Parse the augmentation length first. We only parse it if
524 Entries.back()->cfis().parse(Data, &Offset, EndStructureOffset)) {
/third_party/vk-gl-cts/executor/tools/
H A DxeCommandLineExecutor.cpp151 if (!parser.parse(argc-1, argv+1, &opts, std::cerr)) in parseCommandLine()
271 caseListParser.parse(&buf[0], numRead); in readCaseList()
403 parser.parse(&buf[0], numRead); in readLogFile()
/third_party/skia/third_party/externals/spirv-tools/source/
H A Dbinary.cpp67 // A SPIR-V binary parser. A parser instance communicates detailed parse
84 spv_result_t parse(const uint32_t* words, size_t num_words,
88 // All remaining methods work on the current module parse state.
90 // Like the parse method, but works on the current module parse state.
133 // returned object will be propagated to the current parse's diagnostic
140 // Returns a diagnostic stream object with the default parse error code.
184 // The state used to parse a single SPIR-V binary module.
229 spv_result_t Parser::parse(const uint32_t* words, size_t num_words,
262 << "Internal error: unhandled header parse failur
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Dbinary.cpp67 // A SPIR-V binary parser. A parser instance communicates detailed parse
84 spv_result_t parse(const uint32_t* words, size_t num_words,
88 // All remaining methods work on the current module parse state.
90 // Like the parse method, but works on the current module parse state.
133 // returned object will be propagated to the current parse's diagnostic
140 // Returns a diagnostic stream object with the default parse error code.
184 // The state used to parse a single SPIR-V binary module.
229 spv_result_t Parser::parse(const uint32_t* words, size_t num_words,
262 << "Internal error: unhandled header parse failur
[all...]
/third_party/spirv-tools/source/
H A Dbinary.cpp77 // A SPIR-V binary parser. A parser instance communicates detailed parse
94 spv_result_t parse(const uint32_t* words, size_t num_words,
98 // All remaining methods work on the current module parse state.
100 // Like the parse method, but works on the current module parse state.
143 // returned object will be propagated to the current parse's diagnostic
150 // Returns a diagnostic stream object with the default parse error code.
194 // The state used to parse a single SPIR-V binary module.
239 spv_result_t Parser::parse(const uint32_t* words, size_t num_words,
272 << "Internal error: unhandled header parse failur
[all...]
/third_party/protobuf/ruby/tests/
H A Dbasic.rb483 assert_equal JSON.parse(MapMessage.encode_json(m), :symbolize_names => true), expected
486 assert_equal JSON.parse(json, :symbolize_names => true), expected_preserve
500 assert_equal JSON.parse(actual, :symbolize_names => true), expected
/third_party/rust/crates/nom/src/
H A Dtraits.rs982 /// Used to integrate `str`'s `parse()` method
984 /// Succeeds if `parse()` succeeded. The byte slice implementation
985 /// will first convert it to a `&str`, then apply the `parse()` function
991 from_utf8(self).ok().and_then(|s| s.parse().ok()) in parse_to()
997 self.parse().ok() in parse_to()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DTimeZoneFormat.java77 * Time zone display format style enum used by format/parse APIs in <code>TimeZoneFormat</code>.
81 * @see TimeZoneFormat#parse(Style, String, ParsePosition, Output)
307 * Parse option enum, used for specifying optional parse behavior.
723 * Sets the default parse options.
726 * created by {@link #getInstance(ULocale)} has no parse options set.
728 * @param options the default parse options.
740 * Returns the default parse options used by this <code>TimeZoneFormat</code> instance.
741 * @return the default parse options.
1059 * the parse position, the style and the parse option
1072 public TimeZone parse(Style style, String text, ParsePosition pos, EnumSet<ParseOption> options, Output<TimeType> timeType) { parse() method in TimeZoneFormat
1530 public TimeZone parse(Style style, String text, ParsePosition pos, Output<TimeType> timeType) { parse() method in TimeZoneFormat
1547 public final TimeZone parse(String text, ParsePosition pos) { parse() method in TimeZoneFormat
1561 public final TimeZone parse(String text) throws ParseException { parse() method in TimeZoneFormat
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dtmsgfmt.cpp154 form->parse(buffer, result, parsePos); in testBug3()
157 errln("Err: Number Format parse"); in testBug3()
158 logln("Number format parse failed."); in testBug3()
348 logln("---------------- test parse ----------------"); in PatternTest()
351 logln("MSG pattern for parse: " + buffer); in PatternTest()
354 Formattable* values = form->parse(result, parseCount, success); in PatternTest()
1130 Formattable* fmt_arr = msg.parse( source, count, err ); in testParse()
1132 errln("*** MSG parse (ustring, count, err) error."); in testParse()
1134 logln("MSG parse -- count: %d", count); in testParse()
1136 errln("*** MSG parse (ustrin in testParse()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDateIntervalFormatTest.java869 date = ref.parse(datestr); in expect()
870 date_2 = ref.parse(datestr_2); in expect()
872 errln("parse exception" + e); in expect()
961 date = ref.parse(datestr); in expectUserDII()
962 date_2 = ref.parse(datestr_2); in expectUserDII()
964 errln("parse exception" + e); in expectUserDII()
1093 date = ref.parse(datestr); in expectUserCLDR()
1094 date_2 = ref.parse(datestr_2); in expectUserCLDR()
1096 errln("parse exception" + e); in expectUserCLDR()
1255 date = ref.parse(datest in stress()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DTimeZoneFormat.java77 * Time zone display format style enum used by format/parse APIs in <code>TimeZoneFormat</code>.
81 * @see TimeZoneFormat#parse(Style, String, ParsePosition, Output)
274 * Parse option enum, used for specifying optional parse behavior.
674 * Sets the default parse options.
677 * created by {@link #getInstance(ULocale)} has no parse options set.
679 * @param options the default parse options.
690 * Returns the default parse options used by this <code>TimeZoneFormat</code> instance.
691 * @return the default parse options.
999 * the parse position, the style and the parse option
1011 public TimeZone parse(Style style, String text, ParsePosition pos, EnumSet<ParseOption> options, Output<TimeType> timeType) { parse() method in TimeZoneFormat
1468 public TimeZone parse(Style style, String text, ParsePosition pos, Output<TimeType> timeType) { parse() method in TimeZoneFormat
1484 public final TimeZone parse(String text, ParsePosition pos) { parse() method in TimeZoneFormat
1497 public final TimeZone parse(String text) throws ParseException { parse() method in TimeZoneFormat
[all...]
/third_party/json/tests/src/
H A Dunit-msgpack.cpp983 json j = json::parse("[1,2,3,4,5]");
995 json j = json::parse("[[[[]]]]");
1073 json j = json::parse(R"({"a": {"b": {"c": {}}}})");
1410 CHECK_THROWS_WITH_AS(_ = json::from_msgpack(std::vector<uint8_t>()), "[json.exception.parse_error.110] parse error at byte 1: syntax error while parsing MessagePack value: unexpected end of input", json::parse_error&);
1419 "[json.exception.parse_error.110] parse error at byte 2: syntax error while parsing MessagePack string: unexpected end of input", json::parse_error&);
1421 "[json.exception.parse_error.110] parse error at byte 2: syntax error while parsing MessagePack number: unexpected end of input", json::parse_error&);
1423 "[json.exception.parse_error.110] parse error at byte 2: syntax error while parsing MessagePack number: unexpected end of input", json::parse_error&);
1425 "[json.exception.parse_error.110] parse error at byte 3: syntax error while parsing MessagePack number: unexpected end of input", json::parse_error&);
1427 "[json.exception.parse_error.110] parse error at byte 2: syntax error while parsing MessagePack number: unexpected end of input", json::parse_error&);
1429 "[json.exception.parse_error.110] parse erro
[all...]
/third_party/rust/crates/bindgen/bindgen/
H A Dlib.rs69 mod parse; modules
78 doc_mod!(parse, parse_docs);
94 use crate::parse::ParseError;
270 // Try to parse it with shell quoting. If we fail, make it one single big argument. in get_extra_clang_args()
2672 let _t = time::Timer::new("parse").with_output(time_phases);
2673 parse(&mut context)?;
2872 match Item::parse(cursor, parent, ctx) { in parse_one()
2883 fn parse(context: &mut BindgenContext) -> Result<(), BindgenError> { in parse() functions
2949 let maybe_major = v[0].parse::<u32>(); in clang_version()
2950 let maybe_minor = v[1].parse in clang_version()
[all...]
/third_party/rust/crates/serde/serde_derive_internals/src/
H A Dattr.rs9 use syn::parse::ParseStream;
559 while let Some(token) = input.parse()? { in from_ast()
1477 let expr: syn::Expr = meta.value()?.parse()?; in get_lit_str2()
1517 Ok(match string.parse() { in parse_lit_into_path()
1522 format!("failed to parse path: {:?}", string.value()), in parse_lit_into_path()
1539 Ok(match string.parse() { in parse_lit_into_expr_path()
1544 format!("failed to parse path: {:?}", string.value()), in parse_lit_into_expr_path()
1583 Ok(match string.parse() { in parse_lit_into_ty()
1588 format!("failed to parse type: {} = {:?}", attr_name, string.value()), in parse_lit_into_ty()
1609 let lifetime: Lifetime = input.parse() in parse_lit_into_lifetimes()
[all...]
/third_party/rust/crates/serde/serde_derive/src/internals/
H A Dattr.rs9 use syn::parse::ParseStream;
559 while let Some(token) = input.parse()? { in from_ast()
1477 let expr: syn::Expr = meta.value()?.parse()?; in get_lit_str2()
1517 Ok(match string.parse() { in parse_lit_into_path()
1522 format!("failed to parse path: {:?}", string.value()), in parse_lit_into_path()
1539 Ok(match string.parse() { in parse_lit_into_expr_path()
1544 format!("failed to parse path: {:?}", string.value()), in parse_lit_into_expr_path()
1583 Ok(match string.parse() { in parse_lit_into_ty()
1588 format!("failed to parse type: {} = {:?}", attr_name, string.value()), in parse_lit_into_ty()
1609 let lifetime: Lifetime = input.parse() in parse_lit_into_lifetimes()
[all...]
/third_party/python/Lib/test/
H A Dtest_minidom.py12 from xml.dom.minidom import parse, Attr, Node, Document, parseString namespace
70 dom = parse(file)
76 dom = parse(file)
95 dom = parse(tstfile)
174 dom = parse(tstfile)
237 dom = parse(tstfile)
244 dom = parse(tstfile)
250 with parse(tstfile) as dom:
1643 doc = parse(tstfile)
1654 doc = parse(tstfil
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DCommandLine.cpp747 /// Arg/Value pair and return the Option to parse it with.
1254 // Get the environment variable they want us to parse options out of. in ParseEnvironmentOptions()
1300 // So that we can parse different command lines multiple times in succession in ResetAllOptionOccurrences()
1770 bool parser<bool>::parse(Option &O, StringRef ArgName, StringRef Arg, in parse() function in parser
1788 bool parser<boolOrDefault>::parse(Option &O, StringRef ArgName, StringRef Arg, in parse() function in parser
1806 bool parser<int>::parse(Option &O, StringRef ArgName, StringRef Arg, in parse() function in parser
1815 bool parser<long>::parse(Option &O, StringRef ArgName, StringRef Arg, in parse() function in parser
1824 bool parser<long long>::parse(Option &O, StringRef ArgName, StringRef Arg, in parse() function in parser
1833 bool parser<unsigned>::parse(Option &O, StringRef ArgName, StringRef Arg, in parse() function in parser
1843 bool parser<unsigned long>::parse(Optio function in parser
1853 bool parser<unsigned long long>::parse(Option &O, StringRef ArgName, parse() function in parser
1870 bool parser<double>::parse(Option &O, StringRef ArgName, StringRef Arg, parse() function in parser
1875 bool parser<float>::parse(Option &O, StringRef ArgName, StringRef Arg, parse() function in parser
[all...]

Completed in 39 milliseconds

1...<<31323334353637383940>>...67