Home
last modified time | relevance | path

Searched defs:parser (Results 251 - 275 of 407) sorted by relevance

1...<<11121314151617

/third_party/skia/third_party/externals/freetype/src/cff/
H A Dcffparse.h89 cff_parser_done( CFF_Parser parser ); variable
/third_party/skia/third_party/externals/freetype/src/cid/
H A Dcidload.c76 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 Dt42objs.c35 T42_Parser parser; in T42_Open_Face() local
/third_party/python/Lib/email/
H A Dheaderregistry.py10 from email import _header_value_parser as parser namespace
[all...]
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dparser_impl_test_helper.h301 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 DMapEntry.java55 public final Parser<MapEntry<K, V>> parser; field in MapEntry.Metadata
/third_party/python/Lib/test/test_email/
H A Dtest_policy.py7 import email.parser namespace
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-unittests/
H A Dto_toml.py19 parser = argparse.ArgumentParser( variable
/third_party/vk-gl-cts/external/vulkancts/vkscpc/
H A Dvkscpc.cpp45 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 Dserver.cpp49 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 DdeCommandLine.cpp356 Parser parser; in selfTest() local
402 Parser parser; in selfTest() local
[all...]
/third_party/vk-gl-cts/framework/platform/android/
H A DtcuTestLogParserJNI.cpp367 TestLogParser* parser = (TestLogParser*)nativePointer; in Java_com_drawelements_deqp_testercore_TestLogParser_nativeParse() local
/third_party/curl/lib/
H A Dftp.h89 struct ftp_parselist_data *parser; member
/third_party/lzma/CPP/7zip/UI/Common/
H A DArchiveCommandLine.h153 NCommandLineParser::CParser parser; member in CArcCmdLineParser
/third_party/node/src/
H A Dnode_options.cc1046 const auto& parser = _ppop_instance; in GetBashCompletion() local
/third_party/ninja/
H A Dconfigure.py197 parser = OptionParser() variable
[all...]
/third_party/nghttp2/third-party/llhttp/src/
H A Dapi.c33 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 Dares_dns_parse.c1239 ares__buf_t *parser = NULL; in ares_dns_parse() local
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dxmlparser.cpp681 UXMLElement::UXMLElement(const UXMLParser *parser, const UnicodeString *name, UErrorCode &errorCode) : in UXMLElement() argument
/third_party/icu/icu4c/source/tools/toolutil/
H A Dxmlparser.cpp681 UXMLElement::UXMLElement(const UXMLParser *parser, const UnicodeString *name, UErrorCode &errorCode) : in UXMLElement() argument
/third_party/icu/icu4c/source/test/letest/
H A Dgendata.cpp162 UXMLParser *parser = UXMLParser::createParser(status); in main() local
/third_party/node/deps/v8/src/parsing/
H A Drewriter.cc34 Processor(Parser* parser, DeclarationScope* closure_scope, Variable* result, in Processor() argument
/third_party/python/Tools/ssl/
H A Dmultissltests.py67 parser = argparse.ArgumentParser( variable
[all...]
/third_party/vk-gl-cts/executor/tools/
H A DxeBatchResultToXml.cpp60 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 DxeTestLogCompare.cpp76 static void registerOptions (de::cmdline::Parser& parser) in registerOptions() argument
369 de::cmdline::Parser parser; in parseCommandLine() local

Completed in 20 milliseconds

1...<<11121314151617