/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/ |
H A D | bundle_resource_process.cpp | 221 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 D | run.py | 191 parser = ParsePartsConfig(options.productform)
192 partname_list = parser.get_part_list(
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/parser/ |
H A D | c_parser_lite.py | 18 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 D | MeasureUnitImpl.java | 408 // 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 D | StatisticsTool.java | 278 NGramParser parser = new NGramParser(this); in collectStatistics() 281 parser.parse(); in collectStatistics()
|
/third_party/node/deps/v8/tools/dev/ |
H A D | gm.py | 504 parser = ArgumentParser() 505 configs = parser.ParseArguments(argv[1:])
|
/third_party/libwebsockets/lib/secure-streams/ |
H A D | private-lib-secure-streams.h | 232 * 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 D | rewriter.cc | 12 #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 D | preparse-data.cc | 16 #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 D | var.rs | 384 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 D | grammar_parser.py | 10 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 D | glcShaderLibrary.cpp | 1097 // 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 D | test_imp.py | 445 from html import parser namespace 451 imp.reload(parser)
|
/third_party/python/Parser/ |
H A D | asdl.py | 202 # 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 D | pci-common.c | 424 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 D | xgene_enet_cle.c | 127 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 D | xgene_enet_cle.c | 127 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 D | utils.py | 532 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 D | seek.c | 726 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 D | child_process.js | 156 if (socket.parser && socket.parser instanceof HTTPParser) { 157 freeParser(socket.parser, null, socket);
|
/third_party/node/deps/v8/src/ast/ |
H A D | scopes.h | 88 // 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 D | dis.py | 766 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 D | xeTestResultParser.cpp | 21 * \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 D | gradle-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 D | gradle-wrapper.jar | ... .File rootDir
org.gradle.cli.CommandLineParser parser
org.gradle.cli.SystemPropertiesCommandLineConverter converter
org. ... |