/third_party/rust/crates/clap/clap_lex/src/ |
H A D | lib.rs | 29 //! 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 D | string.py | 204 self.parse(format_string): 287 def parse(self, format_string): member in Formatter
|
/third_party/python/Lib/lib2to3/ |
H A D | patcomp.py | 17 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 D | xeExtractShaderPrograms.cpp | 171 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 D | rbnf.h | 223 * 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 "rule set" 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 D | TimeUtil.java | 87 * @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 D | test_urllibnet.py | 8 import urllib.parse namespace 31 domain = urllib.parse.urlparse(support.TEST_HTTP_URL).netloc
|
/third_party/python/Lib/xml/sax/ |
H A D | xmlreader.py | 17 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 D | mod.rs | 24 /// 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 D | flags.cpp | 162 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 D | registry_xml.py | 445 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 D | kallsyms-parse.c | 11 #include <subcmd/parse-options.h> 23 "perf bench internals kallsyms-parse <options>",
|
H A D | syscall.c | 9 #include <subcmd/parse-options.h>
|
/kernel/linux/linux-5.10/tools/objtool/ |
H A D | builtin-check.c | 16 #include <subcmd/parse-options.h>
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-evlist.c | 14 #include "util/parse-events.h" 15 #include <subcmd/parse-options.h>
|
H A D | builtin-kallsyms.c | 12 #include <subcmd/parse-options.h>
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | evsel-tp-sched.c | 3 #include <traceevent/event-parse.h>
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dp/ |
H A D | dp_parser.h | 109 * @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 D | dp_parser.h | 114 * @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 D | kallsyms-parse.c | 11 #include <subcmd/parse-options.h> 23 "perf bench internals kallsyms-parse <options>",
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-kallsyms.c | 12 #include <subcmd/parse-options.h>
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | evsel-tp-sched.c | 3 #include <traceevent/event-parse.h>
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/ |
H A D | ParsingUtils.java | 3 package com.ibm.icu.impl.number.parse;
|
H A D | PlusSignMatcher.java | 3 package com.ibm.icu.impl.number.parse;
|
H A D | SymbolMatcher.java | 3 package com.ibm.icu.impl.number.parse;
|