Home
last modified time | relevance | path

Searched refs:parse (Results 726 - 750 of 2043) sorted by relevance

1...<<21222324252627282930>>...82

/third_party/rust/crates/clap/clap_lex/src/
H A Dlib.rs29 //! fn parse(s: Option<&clap_lex::RawOsStr>) -> Result<Self, BoxedError> {
74 //! args.color = Color::parse(value)?;
90 //! args.color = Color::parse(value)?;
127 //// Create an argument list to parse
146 //// Create an argument list to parse
307 .map(|s| s.parse::<f64>().is_ok()) in is_number()
437 self.invalid_suffix.is_none() && self.utf8_prefix.as_str().parse::<f64>().is_ok() in display()
/third_party/python/Lib/
H A Dstring.py204 self.parse(format_string):
287 def parse(self, format_string): member in Formatter
/third_party/python/Lib/lib2to3/
H A Dpatcomp.py17 from .pgen2 import driver, literals, token, tokenize, parse, grammar namespace
60 except parse.ParseError as e:
/third_party/vk-gl-cts/executor/tools/
H A DxeExtractShaderPrograms.cpp171 parseResult = m_testResultParser.parse(caseData->getData(), caseData->getDataSize()); in testCaseResultComplete()
202 parser.parse(&buf[0], numRead); in extractShaderProgramsFromLogFile()
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Drbnf.h223 * are <em>public:</em> the caller can specify that they be used to format and parse numbers.
227 * <p>The user can also specify a special &quot;rule set&quot; named <tt>%%lenient-parse</tt>.
228 * The body of <tt>%%lenient-parse</tt> isn't a set of number-formatting rules, but a <tt>RuleBasedCollator</tt>
233 * of the <tt>lenient-parse</tt> rule set.</p>
575 * @param perror The parse error if an error was encountered.
600 * @param perror The parse error if an error was encountered.
618 * @param perror The parse error if an error was encountered.
647 * @param perror The parse error if an error was encountered.
894 using NumberFormat::parse;
901 * parse mod
[all...]
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
H A DTimeUtil.java87 * @deprecated Use {@link Timestamps#parse} instead.
91 return Timestamps.parse(value); in parseTimestamp()
116 * @deprecated Use {@link Durations#parse} instead.
120 return Durations.parse(value); in parseDuration()
/third_party/python/Lib/test/
H A Dtest_urllibnet.py8 import urllib.parse namespace
31 domain = urllib.parse.urlparse(support.TEST_HTTP_URL).netloc
/third_party/python/Lib/xml/sax/
H A Dxmlreader.py17 for document processing, and to initiate a document parse.
19 All SAX interfaces are assumed to be synchronous: the parse
30 def parse(self, source): member in XMLReader
72 request a locale change in the middle of a parse."""
101 using the parse method.
104 is, after parse has been called and before it returns.
106 By default, the class also implements the parse method of the XMLReader
115 def parse(self, source): member in IncrementalParser
131 the parser and makes it parse the data, emitting the
139 """This method is called by the parse implementatio
[all...]
/third_party/rust/crates/nom/src/bits/
H A Dmod.rs24 /// fn parse(input: &[u8]) -> IResult<&[u8], (u8, u8)> {
30 /// let output = parse(input).expect("We take 1.5 bytes and the input is longer than 2 bytes");
47 move |input: I| match parser.parse((input, 0)) { in bits()
74 /// fn parse(input: &[u8]) -> IResult<&[u8], (u8, u8, &[u8])> {
84 /// assert_eq!(parse( input ), Ok(( &[][..], (0x01, 0x23, &[0xff, 0xff][..]) )));
100 match parser.parse(inner) { in bytes()
/third_party/spirv-tools/tools/util/
H A Dflags.cpp162 bool FlagList::parse(token_t* argv) { in parse() function in flags::FlagList
239 // Just the public wrapper around the parse function.
240 bool Parse(const char** argv) { return FlagList::parse(argv); } in Parse()
/third_party/skia/third_party/externals/angle2/scripts/
H A Dregistry_xml.py445 tree = etree.parse(script_relative(xml_file))
454 angle_ext_tree = etree.parse(script_relative(ext_file))
/kernel/linux/linux-5.10/tools/perf/bench/
H A Dkallsyms-parse.c11 #include <subcmd/parse-options.h>
23 "perf bench internals kallsyms-parse <options>",
H A Dsyscall.c9 #include <subcmd/parse-options.h>
/kernel/linux/linux-5.10/tools/objtool/
H A Dbuiltin-check.c16 #include <subcmd/parse-options.h>
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-evlist.c14 #include "util/parse-events.h"
15 #include <subcmd/parse-options.h>
H A Dbuiltin-kallsyms.c12 #include <subcmd/parse-options.h>
/kernel/linux/linux-5.10/tools/perf/tests/
H A Devsel-tp-sched.c3 #include <traceevent/event-parse.h>
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dp/
H A Ddp_parser.h109 * @parse: function to be called by client to parse device tree.
120 int (*parse)(struct dp_parser *parser); member
129 * This function provides client capability to parse the
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/dp/
H A Ddp_parser.h114 * @parse: function to be called by client to parse device tree.
126 int (*parse)(struct dp_parser *parser); member
135 * This function provides client capability to parse the
/kernel/linux/linux-6.6/tools/perf/bench/
H A Dkallsyms-parse.c11 #include <subcmd/parse-options.h>
23 "perf bench internals kallsyms-parse <options>",
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-kallsyms.c12 #include <subcmd/parse-options.h>
/kernel/linux/linux-6.6/tools/perf/tests/
H A Devsel-tp-sched.c3 #include <traceevent/event-parse.h>
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
H A DParsingUtils.java3 package com.ibm.icu.impl.number.parse;
H A DPlusSignMatcher.java3 package com.ibm.icu.impl.number.parse;
H A DSymbolMatcher.java3 package com.ibm.icu.impl.number.parse;

Completed in 12 milliseconds

1...<<21222324252627282930>>...82