Home
last modified time | relevance | path

Searched refs:parser (Results 1376 - 1400 of 1787) sorted by relevance

1...<<51525354555657585960>>...72

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_process.cpp221 BundleResourceParser parser; in GetDynamicIcon() local
222 if (parser.ParseIconResourceByPath(extendResourceInfo.filePath, extendResourceInfo.iconId, resourceInfo)) { in GetDynamicIcon()
/test/testfwk/developer_test/src/core/command/
H A Drun.py191 parser = ParsePartsConfig(options.productform)
192 partname_list = parser.get_part_list(
/test/testfwk/xdevice/plugins/ohos/src/ohos/parser/
H A Dc_parser_lite.py18 from ohos.parser import *
20 from ohos.parser.constants import parse_product_info
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/
H A DMeasureUnitImpl.java408 // This used only to not build the trie each time we use the parser
414 // Tracks parser progress: the offset into fSource.
494 UnitsParser parser = new UnitsParser(identifier); in parseForIdentifier()
495 return parser.parse(); in parseForIdentifier()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/
H A DStatisticsTool.java278 NGramParser parser = new NGramParser(this); in collectStatistics()
281 parser.parse(); in collectStatistics()
/third_party/node/deps/v8/tools/dev/
H A Dgm.py504 parser = ArgumentParser()
505 configs = parser.ParseArguments(argv[1:])
/third_party/libwebsockets/lib/secure-streams/
H A Dprivate-lib-secure-streams.h232 * serialization parser state
310 struct lws_ss_serialization_parser parser; member
604 struct lws_ss_serialization_parser parser; member
/third_party/node/deps/v8/src/parsing/
H A Drewriter.cc12 #include "src/parsing/parser.h"
34 Processor(Parser* parser, DeclarationScope* closure_scope, Variable* result, in Processor() argument
45 InitializeAstVisitor(parser->stack_limit()); in Processor()
H A Dpreparse-data.cc16 #include "src/parsing/parser.h"
316 Parser* parser) { in SaveScopeAllocationData()
320 byte_data_.Start(parser->preparse_data_buffer()); in SaveScopeAllocationData()
353 byte_data_.Finalize(parser->factory()->zone()); in SaveScopeAllocationData()
315 SaveScopeAllocationData(DeclarationScope* scope, Parser* parser) SaveScopeAllocationData() argument
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dvar.rs384 let parser = expr::IdentifierParser::new(ctx.parsed_macros()); in parse_macro()
386 match parser.macro_definition(&cexpr_tokens) { in parse_macro()
/third_party/python/Tools/peg_generator/pegen/
H A Dgrammar_parser.py10 from pegen.parser import memoize, memoize_left_rec, logger, Parser
41 # Keywords and soft keywords are listed at the end of the parser definition.
654 from pegen.parser import simple_parser_main
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderLibrary.cpp1097 // Initialize parser. in parse()
1158 sl::ShaderParser parser(m_testCtx, m_renderCtx); in loadShaderFile()
1159 vector<tcu::TestNode*> nodes = parser.parse(&buf[0]); in loadShaderFile()
/third_party/python/Lib/test/
H A Dtest_imp.py445 from html import parser namespace
451 imp.reload(parser)
/third_party/python/Parser/
H A Dasdl.py202 # The ASDL parser itself comes next. The only interesting external interface
208 parser = ASDLParser()
209 return parser.parse(f.read())
257 This is a simple recursive descent parser that uses tokenize_asdl for the
/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
430 if (of_pci_range_parser_init(&parser, dev)) in pci_process_bridge_OF_ranges()
434 for_each_of_pci_range(&parser, &range) { in pci_process_bridge_OF_ranges()
/kernel/linux/linux-5.10/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_cle.c127 enum xgene_cle_parser parser = cle->active_parser; in xgene_cle_dram_wr() local
138 if ((type < PTREE_RAM) && (parser != PARSER_ALL)) in xgene_cle_dram_wr()
139 port = parser; in xgene_cle_dram_wr()
/kernel/linux/linux-6.6/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_cle.c127 enum xgene_cle_parser parser = cle->active_parser; in xgene_cle_dram_wr() local
138 if ((type < PTREE_RAM) && (parser != PARSER_ALL)) in xgene_cle_dram_wr()
139 port = parser; in xgene_cle_dram_wr()
/test/testfwk/xdevice/src/xdevice/_core/
H A Dutils.py532 for parser in parsers:
533 parser_instance = parser.__class__()
637 def __call__(self, parser, namespace, values, option_string=None):
/third_party/ffmpeg/libavformat/
H A Dseek.c726 if (sti->parser) { in ff_read_frame_flush()
727 av_parser_close(sti->parser); in ff_read_frame_flush()
728 sti->parser = NULL; in ff_read_frame_flush()
/third_party/node/lib/internal/
H A Dchild_process.js156 if (socket.parser && socket.parser instanceof HTTPParser) {
157 freeParser(socket.parser, null, socket);
/third_party/node/deps/v8/src/ast/
H A Dscopes.h88 // JS environments are represented in the parser using Scope, DeclarationScope
672 void SavePreparseData(Parser* parser);
1155 void AnalyzePartially(Parser* parser, AstNodeFactory* ast_node_factory,
1207 void SavePreparseDataForDeclarationScope(Parser* parser);
/third_party/python/Lib/
H A Ddis.py766 parser = argparse.ArgumentParser()
767 parser.add_argument('infile', type=argparse.FileType('rb'), nargs='?', default='-')
768 args = parser.parse_args()
/third_party/vk-gl-cts/executor/
H A DxeTestResultParser.cpp21 * \brief Test case result parser.
889 void parseTestCaseResultFromData (TestResultParser* parser, TestCaseResult* result, const TestCaseResultData& data) in parseTestCaseResultFromData() argument
901 parser->init(result); in parseTestCaseResultFromData()
903 const TestResultParser::ParseResult parseResult = parser->parse(data.getData(), data.getDataSize()); in parseTestCaseResultFromData()
/third_party/vk-gl-cts/external/amber/src/android_gradle/gradle/wrapper/
H A Dgradle-wrapper.jar ... .File rootDir org.gradle.cli.CommandLineParser parser org.gradle.cli.SystemPropertiesCommandLineConverter converter org. ...
/third_party/skia/third_party/externals/libwebp/gradle/wrapper/
H A Dgradle-wrapper.jar ... .File rootDir org.gradle.cli.CommandLineParser parser org.gradle.cli.SystemPropertiesCommandLineConverter converter org. ...

Completed in 26 milliseconds

1...<<51525354555657585960>>...72