Home
last modified time | relevance | path

Searched defs:parser (Results 351 - 375 of 555) sorted by relevance

1...<<11121314151617181920>>...23

/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
/third_party/vk-gl-cts/external/amber/src/src/
H A Dexecutor_test.cc230 Parser parser; in TEST_F() local
260 Parser parser; in TEST_F() local
290 Parser parser; in TEST_F() local
317 Parser parser; TEST_F() local
352 Parser parser; TEST_F() local
385 Parser parser; TEST_F() local
405 Parser parser; TEST_F() local
426 Parser parser; TEST_F() local
455 Parser parser; TEST_F() local
476 Parser parser; TEST_F() local
496 Parser parser; TEST_F() local
517 Parser parser; TEST_F() local
537 Parser parser; TEST_F() local
558 Parser parser; TEST_F() local
578 Parser parser; TEST_F() local
599 Parser parser; TEST_F() local
619 Parser parser; TEST_F() local
640 Parser parser; TEST_F() local
660 Parser parser; TEST_F() local
681 Parser parser; TEST_F() local
701 Parser parser; TEST_F() local
722 Parser parser; TEST_F() local
742 Parser parser; TEST_F() local
763 Parser parser; TEST_F() local
782 Parser parser; TEST_F() local
802 Parser parser; TEST_F() local
822 Parser parser; TEST_F() local
843 Parser parser; TEST_F() local
862 Parser parser; TEST_F() local
[all...]
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dengine_vulkan.cc503 TypeParser parser; in DoDrawRect() local
591 TypeParser parser; in DoDrawGrid() local
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dxmlparser.cpp681 UXMLElement::UXMLElement(const UXMLParser *parser, const UnicodeString *name, UErrorCode &errorCode) : in UXMLElement() argument
/third_party/skia/third_party/externals/freetype/src/type42/
H A Dt42parse.c247 T42_Parser parser = &loader->parser; t42_parse_font_matrix() local
305 T42_Parser parser = &loader->parser; t42_parse_encoding() local
535 T42_Parser parser = &loader->parser; t42_parse_sfnts() local
807 T42_Parser parser = &loader->parser; t42_parse_charstrings() local
1169 T42_Parser parser = &loader->parser; FT_LOCAL_DEF() local
1314 T42_Parser parser = &loader->parser; t42_loader_done() local
[all...]
/third_party/skia/third_party/externals/harfbuzz/util/
H A Dhb-subset.cc51 option_parser_t parser; in parse_face() local
/third_party/python/Lib/test/
H A Dtest_htmlparser.py3 import html.parser namespace
[all...]
H A Dtest_imp.py445 from html import parser namespace
/third_party/protobuf/src/google/protobuf/compiler/
H A Dimporter.cc153 Parser parser; in FindFileByName() local
/third_party/python/Parser/
H A Dasdl_c.py1684 parser = ArgumentParser() variable
H A Dstring_parser.c64 decode_unicode_with_escapes(Parser *parser, const char *s, size_t len, Token *t) in decode_unicode_with_escapes() argument
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeCommandLine.hpp308 inline Parser& operator<< (Parser& parser, const Option<OptType>& option) in operator <<() argument
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/test/unittest/common/
H A Dsys_event_service_ohos_test.cpp324 OHOS::HiviewDFX::ConditionParser parser; in HWTEST_F() local
364 OHOS::HiviewDFX::ConditionParser parser; in HWTEST_F() local
[all...]
/base/hiviewdfx/hiview/base/
H A Dsys_event.cpp180 auto parser = std::make_unique<EventRaw::RawDataBuilderJsonParser>(jsonStr); in TansJsonStrToRawData() local
/kernel/linux/linux-5.10/arch/microblaze/pci/
H A Dpci-common.c424 struct of_pci_range_parser parser; in pci_process_bridge_OF_ranges() local

Completed in 27 milliseconds

1...<<11121314151617181920>>...23