Home
last modified time | relevance | path

Searched refs:parse (Results 976 - 1000 of 3222) sorted by relevance

1...<<31323334353637383940>>...129

/third_party/icu/icu4c/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/node/deps/icu-small/source/i18n/
H A Dcollationruleparser.cpp73 CollationRuleParser::parse(const UnicodeString &ruleString, in parse() function in CollationRuleParser
87 parse(ruleString, errorCode); in parse()
91 CollationRuleParser::parse(const UnicodeString &ruleString, UErrorCode &errorCode) { in parse() function in CollationRuleParser
661 parse(importedRules, errorCode); in parseSetting()
/third_party/protobuf/conformance/third_party/jsoncpp/
H A Djson.h1323 parse(const std::string& document, Value& root, bool collectComments = true);
1343 bool parse(const char* beginDoc,
1350 bool parse(std::istream& is, Value& root, bool collectComments = true);
1379 * parse error and then encounters additional errors.
1515 virtual bool parse(
1568 - If true, `parse()` returns false when extra non-whitespace trails
1571 - If true, `parse()` returns false when a key is duplicated within an object.
1641 \throw std::exception on parse error.
/third_party/skia/third_party/externals/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/skia/third_party/externals/swiftshader/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/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.
/kernel/linux/linux-5.10/kernel/
H A Dtaskstats.c333 static int parse(struct nlattr *na, struct cpumask *mask) in parse() function
442 rc = parse(info->attrs[TASKSTATS_CMD_ATTR_REGISTER_CPUMASK], mask); in cmd_attr_register_cpumask()
458 rc = parse(info->attrs[TASKSTATS_CMD_ATTR_DEREGISTER_CPUMASK], mask); in cmd_attr_deregister_cpumask()
/kernel/linux/linux-6.6/scripts/
H A Dspdxcheck.py192 def parse(self, expr): member in id_parser
195 self.parser.parse(expr, lexer = self.lexer)
220 self.parse(expr)
/kernel/linux/linux-6.6/kernel/
H A Dtaskstats.c355 static int parse(struct nlattr *na, struct cpumask *mask) in parse() function
464 rc = parse(info->attrs[TASKSTATS_CMD_ATTR_REGISTER_CPUMASK], mask); in cmd_attr_register_cpumask()
480 rc = parse(info->attrs[TASKSTATS_CMD_ATTR_DEREGISTER_CPUMASK], mask); in cmd_attr_deregister_cpumask()
/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()
/kernel/linux/linux-5.10/crypto/asymmetric_keys/
H A Dpkcs8_parser.c134 * Attempt to parse a data blob for a key as a PKCS#8 private key.
160 .parse = pkcs8_key_preparse,
/kernel/linux/linux-5.10/arch/arm/include/uapi/asm/
H A Dsetup.h174 int (*parse)(const struct tag *); member

Completed in 29 milliseconds

1...<<31323334353637383940>>...129