Home
last modified time | relevance | path

Searched defs:parser (Results 226 - 250 of 487) sorted by relevance

12345678910>>...20

/third_party/rust/crates/bindgen/csmith-fuzzing/
H A Ddriver.py22 parser = argparse.ArgumentParser( variable
/third_party/rust/crates/clap/tests/derive/
H A Doptions.rs229 fn parser(s: &str) -> Result<Option<String>, std::convert::Infallible> { in ignore_qualified_option_type() functions
403 fn parser(s: &str) -> Result<Vec<String>, std::convert::Infallible> { in ignore_qualified_vec_type() functions
/third_party/python/Tools/importbench/
H A Dimportbench.py227 parser = argparse.ArgumentParser() variable
/third_party/python/Tools/scripts/
H A Dhighlight.py203 parser = argparse.ArgumentParser( variable
H A Dpatchcheck.py305 parser = argparse.ArgumentParser(description=__doc__) variable
/third_party/protobuf/benchmarks/python/
H A Dpy_benchmark.py10 parser = argparse.ArgumentParser(description="Python protobuf benchmark") variable
/third_party/protobuf/benchmarks/util/
H A Dresult_uploader.py73 parser = argparse.ArgumentParser() variable
/third_party/protobuf/conformance/
H A DConformanceJava.java102 decode(ByteString bytes, BinaryDecoderType type, Parser <MessageType> parser, ExtensionRegistry extensions) decode() argument
162 parseBinary( ByteString bytes, Parser <MessageType> parser, ExtensionRegistry extensions) parseBinary() argument
[all...]
/third_party/python/Lib/test/
H A Dssl_servers.py173 parser = argparse.ArgumentParser( variable
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dantora-prep.py463 parser = argparse.ArgumentParser() variable
[all...]
/third_party/vk-gl-cts/executor/tools/
H A DxeBatchResultToJUnit.cpp65 static void parseBatchResult (xe::TestLogParser& parser, const char* filename) in parseBatchResult() argument
/third_party/vk-gl-cts/external/amber/src/samples/
H A Dimage_diff.cc170 amber::TypeParser parser; in main() local
/third_party/vk-gl-cts/external/amber/src/src/amberscript/
H A Dparser_buffer_test.cc58 Parser parser; in TEST_F() local
91 Parser parser; in TEST_F() local
124 Parser parser; in TEST_F() local
157 Parser parser; TEST_F() local
189 Parser parser; TEST_F() local
222 Parser parser; TEST_F() local
255 Parser parser; TEST_F() local
284 Parser parser; TEST_F() local
313 Parser parser; TEST_F() local
342 Parser parser; TEST_F() local
371 Parser parser; TEST_F() local
401 Parser parser; TEST_F() local
432 Parser parser; TEST_F() local
466 Parser parser; TEST_F() local
513 Parser parser; TEST_F() local
548 Parser parser; TEST_F() local
583 Parser parser; TEST_F() local
618 Parser parser; TEST_F() local
647 Parser parser; TEST_F() local
674 Parser parser; TEST_F() local
697 Parser parser; TEST_P() local
798 Parser parser; TEST_P() local
875 Parser parser; TEST_P() local
933 Parser parser; TEST_F() local
981 Parser parser; TEST_F() local
1026 Parser parser; TEST_F() local
1065 Parser parser; TEST_F() local
1084 Parser parser; TEST_F() local
1114 Parser parser; TEST_F() local
1125 Parser parser; TEST_F() local
1136 Parser parser; TEST_F() local
1147 Parser parser; TEST_F() local
1158 Parser parser; TEST_F() local
1170 Parser parser; TEST_F() local
1189 Parser parser; TEST_F() local
1207 Parser parser; TEST_F() local
1217 Parser parser; TEST_F() local
1227 Parser parser; TEST_F() local
1252 Parser parser; TEST_F() local
1278 Parser parser; TEST_F() local
[all...]
/third_party/skia/third_party/externals/freetype/src/type1/
H A Dt1afm.c240 AFM_ParserRec parser; in FT_LOCAL_DEF() local
/third_party/skia/third_party/externals/harfbuzz/util/
H A Dfont-options.hh228 font_options_t::add_options (option_parser_t *parser) in add_options() argument
H A Dshape-format.hh180 shape_format_options_t::add_options (option_parser_t *parser) in add_options() argument
H A Dtext-options.hh310 text_options_t::add_options (option_parser_t *parser) in add_options() argument
327 shape_text_options_t::add_options (option_parser_t *parser) in add_options() argument
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/bloat/
H A Dbloat.py376 parser = optparse.OptionParser(usage=usage) variable
/third_party/skia/third_party/externals/expat/expat/xmlwf/
H A Dxmlfile.c80 XML_Parser parser; member
87 reportError(XML_Parser parser, const XML_Char *filename) { in reportError() argument
104 XML_Parser parser = ((PROCESS_ARGS *)args)->parser; in processFile() local
151 externalEntityRefFilemap(XML_Parser parser, const XML_Char *context, const XML_Char *base, const XML_Char *systemId, const XML_Char *publicId) externalEntityRefFilemap() argument
184 processStream(const XML_Char *filename, XML_Parser parser) processStream() argument
229 externalEntityRefStream(XML_Parser parser, const XML_Char *context, const XML_Char *base, const XML_Char *systemId, const XML_Char *publicId) externalEntityRefStream() argument
246 XML_ProcessFile(XML_Parser parser, const XML_Char *filename, unsigned flags) XML_ProcessFile() argument
[all...]
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DParserTest.java119 assertParsePartial(Parser<T> parser, T partialMessage) assertParsePartial() argument
[all...]
/third_party/rust/crates/regex/regex-debug/src/
H A Dmain.rs125 let mut parser = Parser::new(); in cmd_ast() variables
134 let mut parser = ParserBuilder::new().allow_invalid_utf8(false).build(); in cmd_hir() variables
/third_party/rust/crates/nom/src/combinator/
H A Dtests.rs202 let mut parser = into(take::<_, _, Error<_>>(3u8)); in test_into() variables
/third_party/rust/crates/nom/src/bytes/
H A Dtests.rs528 fn parser(i: &str) -> IResult<&str, &str> { in take_while_m_n_utf8() functions
539 fn parser(i: &str) -> IResult<&str, &str> { in take_while_m_n_utf8_full_match() functions
/third_party/rust/crates/rust-cexpr/src/
H A Dliteral.rs119 fn parser(i: &[u8]) -> crate::nom::IResult<&[u8], u8> { in parser() functions
/third_party/vk-gl-cts/framework/platform/android/
H A DtcuAndroidPlatformCapabilityQueryJNI.cpp93 void GLConfigParser::registerExtendedOptions (de::cmdline::Parser& parser) in registerExtendedOptions() argument

Completed in 13 milliseconds

12345678910>>...20