| /third_party/skia/third_party/externals/freetype/src/cff/ |
| H A D | cffparse.h | 89 cff_parser_done( CFF_Parser parser ); variable
|
| /third_party/skia/third_party/externals/freetype/src/cid/ |
| H A D | cidload.c | 76 CID_Parser* parser = &loader->parser; in cid_load_keyword() local 392 CID_Parser* parser = &loader->parser; cid_parse_dict() local 659 CID_Parser* parser = &loader->parser; cid_done_loader() local 771 CID_Parser* parser; FT_LOCAL_DEF() local [all...] |
| /third_party/skia/third_party/externals/freetype/src/type42/ |
| H A D | t42objs.c | 35 T42_Parser parser; in T42_Open_Face() local
|
| /third_party/python/Lib/email/ |
| H A D | headerregistry.py | 10 from email import _header_value_parser as parser namespace [all...] |
| /third_party/skia/third_party/externals/tint/src/reader/spirv/ |
| H A D | parser_impl_test_helper.h | 301 std::unique_ptr<test::ParserImplWrapperForTest> parser( parser() function in tint::reader::spirv::SpvParserTestBase 303 auto parser = std::make_unique<test::ParserImplWrapperForTest>(input); parser() local [all...] |
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| H A D | MapEntry.java | 55 public final Parser<MapEntry<K, V>> parser; field in MapEntry.Metadata
|
| /third_party/python/Lib/test/test_email/ |
| H A D | test_policy.py | 7 import email.parser namespace
|
| /third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-unittests/ |
| H A D | to_toml.py | 19 parser = argparse.ArgumentParser( variable
|
| /third_party/vk-gl-cts/external/vulkancts/vkscpc/ |
| H A D | vkscpc.cpp | 45 void registerOptions (de::cmdline::Parser& parser) in registerOptions() argument 270 de::cmdline::Parser parser; in main() local
|
| /third_party/vk-gl-cts/external/vulkancts/vkscserver/ |
| H A D | server.cpp | 49 void registerOptions (de::cmdline::Parser& parser) in registerOptions() argument 100 de::cmdline::Parser parser; in main() local [all...] |
| /third_party/vk-gl-cts/framework/delibs/decpp/ |
| H A D | deCommandLine.cpp | 356 Parser parser; in selfTest() local 402 Parser parser; in selfTest() local [all...] |
| /third_party/vk-gl-cts/framework/platform/android/ |
| H A D | tcuTestLogParserJNI.cpp | 367 TestLogParser* parser = (TestLogParser*)nativePointer; in Java_com_drawelements_deqp_testercore_TestLogParser_nativeParse() local
|
| /third_party/curl/lib/ |
| H A D | ftp.h | 89 struct ftp_parselist_data *parser; member
|
| /third_party/lzma/CPP/7zip/UI/Common/ |
| H A D | ArchiveCommandLine.h | 153 NCommandLineParser::CParser parser;
member in CArcCmdLineParser
|
| /third_party/node/src/ |
| H A D | node_options.cc | 1046 const auto& parser = _ppop_instance; in GetBashCompletion() local
|
| /third_party/ninja/ |
| H A D | configure.py | 197 parser = OptionParser() variable [all...] |
| /third_party/nghttp2/third-party/llhttp/src/ |
| H A D | api.c | 33 void llhttp_init(llhttp_t* parser, llhttp_type_t type, in llhttp_init() argument 87 llhttp_t* parser = malloc(sizeof(llhttp_t)); in llhttp_alloc() local 92 void llhttp_free(llhttp_t* parser) { in llhttp_free() argument 100 llhttp_get_type(llhttp_t* parser) llhttp_get_type() argument 104 llhttp_get_http_major(llhttp_t* parser) llhttp_get_http_major() argument 108 llhttp_get_http_minor(llhttp_t* parser) llhttp_get_http_minor() argument 112 llhttp_get_method(llhttp_t* parser) llhttp_get_method() argument 116 llhttp_get_status_code(llhttp_t* parser) llhttp_get_status_code() argument 120 llhttp_get_upgrade(llhttp_t* parser) llhttp_get_upgrade() argument 125 llhttp_reset(llhttp_t* parser) llhttp_reset() argument 140 llhttp_execute(llhttp_t* parser, const char* data, size_t len) llhttp_execute() argument 150 llhttp_finish(llhttp_t* parser) llhttp_finish() argument 175 llhttp_pause(llhttp_t* parser) llhttp_pause() argument 185 llhttp_resume(llhttp_t* parser) llhttp_resume() argument 194 llhttp_resume_after_upgrade(llhttp_t* parser) llhttp_resume_after_upgrade() argument 203 llhttp_get_errno(const llhttp_t* parser) llhttp_get_errno() argument 208 llhttp_get_error_reason(const llhttp_t* parser) llhttp_get_error_reason() argument 213 llhttp_set_error_reason(llhttp_t* parser, const char* reason) llhttp_set_error_reason() argument 218 llhttp_get_error_pos(const llhttp_t* parser) llhttp_get_error_pos() argument 252 llhttp_set_lenient_headers(llhttp_t* parser, int enabled) llhttp_set_lenient_headers() argument 261 llhttp_set_lenient_chunked_length(llhttp_t* parser, int enabled) llhttp_set_lenient_chunked_length() argument 270 llhttp_set_lenient_keep_alive(llhttp_t* parser, int enabled) llhttp_set_lenient_keep_alive() argument 278 llhttp_set_lenient_transfer_encoding(llhttp_t* parser, int enabled) llhttp_set_lenient_transfer_encoding() argument 286 llhttp_set_lenient_version(llhttp_t* parser, int enabled) llhttp_set_lenient_version() argument 294 llhttp_set_lenient_data_after_close(llhttp_t* parser, int enabled) llhttp_set_lenient_data_after_close() argument 302 llhttp_set_lenient_optional_lf_after_cr(llhttp_t* parser, int enabled) llhttp_set_lenient_optional_lf_after_cr() argument 310 llhttp_set_lenient_optional_crlf_after_chunk(llhttp_t* parser, int enabled) llhttp_set_lenient_optional_crlf_after_chunk() argument [all...] |
| /third_party/node/deps/cares/src/lib/ |
| H A D | ares_dns_parse.c | 1239 ares__buf_t *parser = NULL; in ares_dns_parse() local
|
| /third_party/node/deps/icu-small/source/tools/toolutil/ |
| H A D | xmlparser.cpp | 681 UXMLElement::UXMLElement(const UXMLParser *parser, const UnicodeString *name, UErrorCode &errorCode) : in UXMLElement() argument
|
| /third_party/icu/icu4c/source/tools/toolutil/ |
| H A D | xmlparser.cpp | 681 UXMLElement::UXMLElement(const UXMLParser *parser, const UnicodeString *name, UErrorCode &errorCode) : in UXMLElement() argument
|
| /third_party/icu/icu4c/source/test/letest/ |
| H A D | gendata.cpp | 162 UXMLParser *parser = UXMLParser::createParser(status); in main() local
|
| /third_party/node/deps/v8/src/parsing/ |
| H A D | rewriter.cc | 34 Processor(Parser* parser, DeclarationScope* closure_scope, Variable* result, in Processor() argument
|
| /third_party/python/Tools/ssl/ |
| H A D | multissltests.py | 67 parser = argparse.ArgumentParser( variable [all...] |
| /third_party/vk-gl-cts/executor/tools/ |
| H A D | xeBatchResultToXml.cpp | 60 void registerOptions (de::cmdline::Parser& parser) in registerOptions() argument 90 de::cmdline::Parser parser; in parseCommandLine() local 110 static void parseBatchResult (xe::TestLogParser& parser, const char* filename) in parseBatchResult() argument [all...] |
| H A D | xeTestLogCompare.cpp | 76 static void registerOptions (de::cmdline::Parser& parser) in registerOptions() argument 369 de::cmdline::Parser parser; in parseCommandLine() local
|