Home
last modified time | relevance | path

Searched refs:parse (Results 626 - 650 of 2269) sorted by relevance

1...<<21222324252627282930>>...91

/third_party/rust/crates/cxx/syntax/
H A Dmod.rs20 mod parse; modules
36 use self::parse::kw;
48 pub use self::parse::parse_items;
/third_party/rust/crates/clap/src/
H A Dderive.rs17 /// fundamental functions `parse` which uses the `std::env::args_os` iterator,
81 fn parse() -> Self { in parse() functions
341 /// Test whether `Self` can parse a specific subcommand
398 fn parse() -> Self { in parse() functions
399 Box::new(<T as Parser>::parse()) in parse()
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dmod.rs20 mod parse; modules
36 use self::parse::kw;
48 pub use self::parse::parse_items;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
H A DLineTable.cpp54 static llvm::Error parse(DataExtractor &Data, uint64_t BaseAddr, in parse() function
254 llvm::Error Err = parse(Data, BaseAddr, [&](const LineEntry &Row) -> bool { in decode()
268 llvm::Error Err = parse(Data, BaseAddr, in lookup()
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dmsgfmt.h747 * @param pos On input, starting position for parse. On output,
748 * final position after parse. Unchanged if parse
756 virtual Formattable* parse(const UnicodeString& source,
775 virtual Formattable* parse(const UnicodeString& source,
784 * @param result Formattable to be set to the parse result.
785 * If parse fails, return contents are undefined.
786 * @param pos On input, starting position for parse. On output,
787 * final position after parse. Unchanged if parse
[all...]
/third_party/skia/src/xml/
H A DSkDOM.cpp17 bool SkXMLParser::parse(const SkDOM& dom, const SkDOMNode* node) { in parse() function in SkXMLParser
35 if (!this->parse(dom, node)) { in parse()
158 if (!parser.parse(docStream)) in build()
160 SkDEBUGCODE(SkDebugf("xml parse error, line %d\n", parser.fParserError.getLineNumber());) in build()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DSpecialCaseList.cpp110 if (!parse(FileOrErr.get().get(), Sections, ParseError)) { in createInternal()
121 if (!parse(MB, Sections, Error)) in createInternal()
126 bool SpecialCaseList::parse(const MemoryBuffer *MB, in parse() function in llvm::SpecialCaseList
/third_party/python/Lib/email/
H A Dutils.py31 import urllib.parse namespace
212 Return a tuple of realname and email address, unless the parse fails, in
249 s = urllib.parse.quote(s, safe='', encoding=charset or 'ascii')
297 s = urllib.parse.unquote(s, encoding="latin-1")
317 # Issue 17369: if charset/lang is None, decode_rfc2231 couldn't parse
/third_party/rust/crates/rust-openssl/openssl-sys/build/
H A Dmain.rs341 let major = it.next().unwrap().parse::<u64>().unwrap(); in parse_new_version()
342 let minor = it.next().unwrap().parse::<u64>().unwrap(); in parse_new_version()
343 let patch = it.next().unwrap().parse::<u64>().unwrap(); in parse_new_version()
/third_party/icu/icu4c/source/test/intltest/
H A Ditrbnf.cpp130 // formatter->parse(result, parseResult, pp); in TestHebrewFraction()
144 // formatter->parse(result, parseResult, pp); in TestHebrewFraction()
282 formatter->parse(intFormatResult, intParseResult, status); in TestAPI()
283 formatter->parse(doubleFormatResult, doubleParseResult, status); in TestAPI()
288 formatter->parse(intFormatResult, intParseResult, status); in TestAPI()
289 formatter->parse(doubleFormatResult, doubleParseResult, status); in TestAPI()
389 formatter.parse(formatter.format(1000.0, resultStr, pos, status), result, status); in TestMultiplePluralRules()
395 formatter.parse(formatter.format(1000.0, UnicodeString("%spellout-cardinal-feminine-genitive"), resultStr, pos, status), result, status); in TestMultiplePluralRules()
401 formatter.parse(formatter.format(1000.0, UnicodeString("%spellout-cardinal-feminine"), resultStr, pos, status), result, status); in TestMultiplePluralRules()
1890 errln("Failed parse o in TestLocalizations()
[all...]
H A Ddtfmtrtts.cpp103 date[1] = fmt.parse(result[0], status); in TestCentury()
105 date[2] = fmt.parse(result[1], status); in TestCentury()
315 // because this string should parse the same way all the time. Note in test()
316 // that it will not necessarily parse back to the original date because in test()
318 // parse back to the same date. in test()
342 d[loop] = fmt->parse(s[loop-1], status); in test()
345 (void)fmt->parse(s[loop-1], ppos); in test()
346 failure(status, "fmt->parse", s[loop-1]+" in locale: " + origLocale.getName() + in test()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Dwmi.c186 ath11k_err(ab, "wmi tlv parse failure at byte %zd (%zu bytes left, %zu expected)\n", in ath11k_wmi_tlv_iter()
198 ath11k_err(ab, "wmi tlv parse failure of tag %u at byte %zd (%zu bytes left, %u expected)\n", in ath11k_wmi_tlv_iter()
206 ath11k_err(ab, "wmi tlv parse failure of tag %u at byte %zd (%u bytes is less than min length %zu)\n", in ath11k_wmi_tlv_iter()
605 ath11k_warn(ab, "failed to parse tlv %d\n", ret); in ath11k_service_ready_event()
3936 ath11k_warn(ab, "failed to parse tlv: %d\n", ret); in ath11k_wmi_obss_color_collision_event()
4447 struct wmi_tlv_dma_buf_release_parse *parse = data; in ath11k_wmi_tlv_dma_buf_entry_parse() local
4452 if (parse->num_buf_entry >= parse->fixed.num_buf_release_entry) in ath11k_wmi_tlv_dma_buf_entry_parse()
4455 parse->num_buf_entry++; in ath11k_wmi_tlv_dma_buf_entry_parse()
4463 struct wmi_tlv_dma_buf_release_parse *parse in ath11k_wmi_tlv_dma_buf_meta_parse() local
4479 struct wmi_tlv_dma_buf_release_parse *parse = data; ath11k_wmi_tlv_dma_buf_parse() local
4528 struct wmi_tlv_dma_buf_release_parse parse = { }; ath11k_wmi_pdev_dma_ring_buf_release_event() local
4759 struct wmi_tlv_dma_ring_caps_parse *parse = data; ath11k_wmi_tlv_dma_ring_caps_parse() local
4953 struct wmi_tlv_svc_rdy_ext2_parse *parse = data; ath11k_wmi_tlv_svc_rdy_ext2_parse() local
5748 struct wmi_tlv_mgmt_rx_parse *parse = data; ath11k_wmi_tlv_mgmt_rx_parse() local
5768 struct wmi_tlv_mgmt_rx_parse parse = { }; ath11k_pull_mgmt_rx_params_tlv() local
6411 struct wmi_tlv_fw_stats_parse *parse = data; ath11k_wmi_tlv_rssi_chain_parse() local
6475 ath11k_wmi_tlv_fw_stats_data_parse(struct ath11k_base *ab, struct wmi_tlv_fw_stats_parse *parse, const void *ptr, u16 len) ath11k_wmi_tlv_fw_stats_data_parse() argument
6598 struct wmi_tlv_fw_stats_parse *parse = data; ath11k_wmi_tlv_fw_stats_parse() local
6642 struct wmi_tlv_fw_stats_parse parse = { }; ath11k_wmi_pull_fw_stats() local
[all...]
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
H A DSupplementalData.java179 static LocaleId parse(String localeId) { in parse() method in SupplementalData.LocaleId
305 LocaleId id = LocaleId.parse(localeId); in replaceDeprecatedTags()
344 likelyId != null ? LocaleId.parse(likelyId).getRegion() : null; in replaceDeprecatedTags()
542 LocaleId id = LocaleId.parse(localeId); in addLikelySubtags()
609 .map(LocaleId::parse); in resolveLocaleId()
/third_party/json/tests/src/
H A Dunit-regression2.cpp393 auto j = json::parse(geojsonExample, cb, true);
515 json j = json::parse("[-9223372036854775808]");
644 auto jsonAnimals_parsed = nlohmann::ordered_json::parse(jsonAnimals.dump());
662 json j = json::parse(ss, nullptr, true, true);
671 json j = json::parse(s);
777 CHECK(*sax_no_exception::error_string == "[json.exception.parse_error.101] parse error at line 1, column 1: syntax error while parsing value - invalid literal; last read: 'x'");
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
H A DBitstreamRemarkParser.cpp201 Error BitstreamMetaParserHelper::parse() { in parse() function in BitstreamMetaParserHelper
205 Error BitstreamRemarkParserHelper::parse() { in parse() function in BitstreamRemarkParserHelper
351 if (Error E = MetaHelper.parse()) in parseMeta()
424 // External file: open the external file, parse it, check if its metadata in processExternalFilePath()
434 // Don't try to parse the file if it's empty. in processExternalFilePath()
440 // Advance and check until we can parse the meta block. in processExternalFilePath()
445 // be used to parse the rest of the file. in processExternalFilePath()
448 if (Error E = SeparateMetaHelper.parse()) in processExternalFilePath()
493 if (Error E = RemarkHelper.parse()) in parseRemark()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DMessageFormat.java485 msgPattern.parse(pttrn); in applyPattern()
594 * <code>format</code> methods or returned from <code>parse</code>
601 * by the <code>parse</code> methods.
635 * <code>format</code> methods or returned from <code>parse</code>
680 * the <code>parse</code> methods.
703 * by the <code>parse</code> methods.
794 * <code>format</code> methods or returned from <code>parse</code>
801 * by the <code>parse</code> methods.
845 * the <code>parse</code> methods.
1149 * <p>Caveats: The parse ma
1176 public Object[] parse(String source, ParsePosition pos) { parse() method in MessageFormat
1239 public Object[] parse(String source) throws ParseException { parse() method in MessageFormat
1264 private void parse(int msgStart, String source, ParsePosition pos, parse() method in MessageFormat
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DMessageFormat.java477 msgPattern.parse(pttrn); in applyPattern()
583 * <code>format</code> methods or returned from <code>parse</code>
590 * by the <code>parse</code> methods.
623 * <code>format</code> methods or returned from <code>parse</code>
667 * the <code>parse</code> methods.
689 * by the <code>parse</code> methods.
777 * <code>format</code> methods or returned from <code>parse</code>
784 * by the <code>parse</code> methods.
827 * the <code>parse</code> methods.
1121 * <p>Caveats: The parse ma
1147 public Object[] parse(String source, ParsePosition pos) { parse() method in MessageFormat
1208 public Object[] parse(String source) throws ParseException { parse() method in MessageFormat
1233 private void parse(int msgStart, String source, ParsePosition pos, parse() method in MessageFormat
[all...]
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DTextFormatTest.java365 TestUtil.assertAllFieldsSet(TextFormat.parse(allFieldsSetText, TestAllTypes.class)); in testParse()
377 TextFormat.parse(TEST_REQUIRED_INITIALIZED.toString(), TestRequired.class); in testParseInitialized()
391 TextFormat.parse(TEST_REQUIRED_UNINITIALIZED.toString(), TestRequired.class); in testParseUninitialized()
412 TextFormat.parse( in testParseExtensions()
449 // Test parse(). in testMergeAndParseCompatibility()
450 assertEquals(canonical, TextFormat.parse(original, TestAllTypes.class).toString()); in testMergeAndParseCompatibility()
460 assertEquals(canonicalExoticText, TextFormat.parse(exoticText, TestAllTypes.class).toString()); in testMergeAndParseExotic()
500 fail("expected parse exception"); in testMergeMessageSetWithOverwriteForbidden()
726 fail("Expected parse exception."); in assertParseError()
731 // Test parse() in assertParseError()
[all...]
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Drender_util.cpp102 json::standalone_value jsonVal = CORE_NS::json::parse(rnRef.nodeJson.data()); in FillCameraDescsData()
126 json::standalone_value jsonVal = CORE_NS::json::parse(rnRef.nodeJson.data()); in FillCameraPostProcessDescsData()
346 json::standalone_value jsonVal = CORE_NS::json::parse(rnRef.nodeJson.data()); in GetRenderNodeGraphDesc()
370 json::standalone_value jsonVal = CORE_NS::json::parse(rnRef.nodeJson.data()); in GetRenderNodeGraphDesc()
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/src/
H A Djs_common_utils.cpp340 napi_value parse = nullptr; in JsonParse() local
342 napi_get_named_property(env, json, sendable ? GLOBAL_PARSE_SENDABLE : GLOBAL_PARSE, &parse) == napi_ok, in JsonParse()
344 if (GetValueType(env, parse) != napi_function) { in JsonParse()
345 LOG_ERROR("Get parse func failed"); in JsonParse()
350 PRE_CHECK_RETURN_CORE(napi_call_function(env, json, parse, 1, argv, &res) == napi_ok, PRE_REVT_NOTHING, nullptr); in JsonParse()
/third_party/node/test/common/
H A Dinspector-helper.js82 message = JSON.parse(jsonPayload);
84 console.error(`JSON.parse() failed for: ${jsonPayload}`);
203 const msg = JSON.parse(JSON.stringify(message)); // Clone!
417 return JSON.parse(response);
/third_party/node/deps/npm/test/lib/commands/
H A Dhook.js169 JSON.parse(outputs[0][0]),
318 const out = JSON.parse(outputs[0])
469 JSON.parse(outputs[0]),
570 JSON.parse(outputs[0]),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp251 bool RewriteMapParser::parse(const std::string &MapFile, in parse() function in RewriteMapParser
260 if (!parse(*Mapping, DL)) in parse()
261 report_fatal_error("unable to parse rewrite map '" + MapFile + "'"); in parse()
266 bool RewriteMapParser::parse(std::unique_ptr<MemoryBuffer> &MapFile, in parse() function in RewriteMapParser
572 Parser.parse(MapFile, &Descriptors); in loadAndParseMapFiles()
/third_party/typescript/tests/arkTSTest/
H A Drun.js106 const expect = JSON.parse(dataStr)
329 ignoreCaseConfigList = JSON.parse(fs.readFileSync(ignoreCaseFilePath)).ignoreCase
331 ignoreCaseConfigList.push(...JSON.parse(fs.readFileSync(ignoreCaseFilePath)).beta3);
333 ignoreCaseConfigList.push(...JSON.parse(fs.readFileSync(ignoreCaseFilePath)).beta2);
/third_party/python/Lib/xml/sax/
H A Dexpatreader.py103 def parse(self, source): member in ExpatParser
111 xmlreader.IncrementalParser.parse(self, source)
114 # xml.sax.parse() doesn't give access to the underlying parser
420 xmlreader.IncrementalParser.parse(self, source)
446 p.parse("http://www.ibiblio.org/xml/examples/shakespeare/hamlet.xml")

Completed in 33 milliseconds

1...<<21222324252627282930>>...91