Home
last modified time | relevance | path

Searched refs:Parser (Results 1 – 18 of 18) sorted by relevance

/system/core/init/
Dparser.cpp33 Parser::Parser() {} in Parser() function in android::init::Parser
35 void Parser::AddSectionParser(const std::string& name, std::unique_ptr<SectionParser> parser) { in AddSectionParser()
39 void Parser::AddSingleLineParser(const std::string& prefix, LineCallback callback) { in AddSingleLineParser()
43 void Parser::ParseData(const std::string& filename, std::string* data) { in ParseData()
132 bool Parser::ParseConfigFileInsecure(const std::string& path) { in ParseConfigFileInsecure()
142 bool Parser::ParseConfigFile(const std::string& path) { in ParseConfigFile()
157 bool Parser::ParseConfigDir(const std::string& path) { in ParseConfigDir()
184 bool Parser::ParseConfig(const std::string& path) { in ParseConfig()
Dinit.h31 Parser CreateParser(ActionManager& action_manager, ServiceList& service_list);
32 Parser CreateServiceOnlyParser(ServiceList& service_list, bool from_apex);
Dimport_parser.h30 ImportParser(Parser* parser) : parser_(parser) {} in ImportParser()
37 Parser* parser_;
Dparser.h61 class Parser {
72 Parser();
Dinit_test.cpp49 Parser parser; in TestInit()
112 Parser parser; in TEST()
263 Parser parser; in TEST()
Dinit.cpp251 Parser CreateParser(ActionManager& action_manager, ServiceList& service_list) { in CreateParser()
252 Parser parser; in CreateParser()
263 Parser CreateServiceOnlyParser(ServiceList& service_list, bool from_apex) { in CreateServiceOnlyParser()
264 Parser parser; in CreateServiceOnlyParser()
273 Parser parser = CreateParser(action_manager, service_list); in LoadBootScripts()
Dhost_init_verifier.cpp271 Parser parser; in main()
Dueventd_parser.cpp224 Parser parser; in ParseConfig()
Dbuiltins.cpp526 Parser parser = CreateParser(action_manager, service_list); in import_late()
1248 Parser parser = CreateServiceOnlyParser(ServiceList::GetInstance(), true); in parse_apex_configs()
/system/core/libutils/
DPropertyMap.cpp130 Parser parser(map, tokenizer); in load()
152 PropertyMap::Parser::Parser(PropertyMap* map, Tokenizer* tokenizer) : in Parser() function in android::PropertyMap::Parser
156 PropertyMap::Parser::~Parser() { in ~Parser()
159 status_t PropertyMap::Parser::parse() { in parse()
/system/core/libutils/include/utils/
DPropertyMap.h84 class Parser {
89 Parser(PropertyMap* map, Tokenizer* tokenizer);
90 ~Parser();
/system/core/init/test_utils/
Dservice_utils.cpp32 Parser parser; in GetOnDeviceServiceInterfacesMap()
/system/tools/aidl/
Daidl.cpp423 std::unique_ptr<Parser> main_parser = Parser::Parse(input_file_name, io_delegate, *typenames); in load_and_validate_aidl()
502 std::unique_ptr<Parser> import_parser = Parser::Parse(import_path, io_delegate, *typenames); in load_and_validate_aidl()
516 std::unique_ptr<Parser> import_parser = Parser::Parse(imported_file, io_delegate, *typenames); in load_and_validate_aidl()
812 std::unique_ptr<Parser> p = Parser::Parse(file, io_delegate, typenames); in preprocess_aidl()
Daidl_language.cpp84 int yyparse(Parser*);
1125 std::unique_ptr<Parser> Parser::Parse(const std::string& filename, in Parse()
1139 std::unique_ptr<Parser> parser(new Parser(filename, *raw_buffer, typenames)); in Parse()
1146 std::vector<std::string> Parser::Package() const { in Package()
1153 void Parser::AddImport(std::unique_ptr<AidlImport>&& import) { in AddImport()
1162 bool Parser::Resolve() { in Resolve()
1174 Parser::Parser(const std::string& filename, std::string& raw_buffer, in Parser() function in Parser
1181 Parser::~Parser() { in ~Parser()
Daidl_language.h852 class Parser {
854 ~Parser();
857 static std::unique_ptr<Parser> Parse(const std::string& filename,
897 explicit Parser(const std::string& filename, std::string& raw_buffer,
912 DISALLOW_COPY_AND_ASSIGN(Parser);
Daidl_language_y.yy58 %parse-param { Parser* ps }
/system/extras/libjsonpb/
DREADME.md19 - Parser code (that uses `libjsoncpp`) must explicitly convert strings to
26 - Parser code must explicitly handle these cases. Example:
/system/extras/boottime_tools/bootanalyze/
Dbugreport_anayze.py136 class Parser: class
381 parser = Parser(args.config, args.bugreport_file[0])