Home
last modified time | relevance | path

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

/device/generic/goldfish/hals/radio/
DParser.cpp22 Parser& Parser::skip(const char c) { in skip()
38 Parser& Parser::skip(const char* s) { in skip()
61 Parser& Parser::operator()(char* result) { in operator ()()
74 Parser& Parser::operator()(int* result, const int base) { in operator ()()
92 Parser& Parser::operator()(std::string_view* result, const char end) { in operator ()()
108 Parser& Parser::operator()(std::string* result, const char end) { in operator ()()
116 std::string_view Parser::remaining() { in remaining()
126 std::string Parser::remainingAsString() { in remainingAsString()
131 int Parser::consumed() const { in consumed()
DParser.h21 struct Parser { struct
22 Parser(std::string_view str) in Parser() argument
32 Parser& skip(char c); argument
33 Parser& skip(const char* s);
34 Parser& operator()(char* result);
35 Parser& operator()(int* result, int base = 10);
36 Parser& operator()(std::string_view* result, char end);
37 Parser& operator()(std::string* result, char end);
DAtResponse.cpp357 Parser parser(str); in parse()
375 Parser parser(str); in parse()
399 Parser parser(str); in parse()
416 Parser parser(str); in parse()
471 Parser parser(str); in parse()
526 Parser parser(str); in parse()
650 Parser parser(str); in parse()
720 Parser parser(str); in parse()
742 Parser parser(str); in parse()
759 Parser parser(str); in parse()
[all …]
DAndroid.bp38 "Parser.cpp",
/device/google/cuttlefish/host/commands/process_restarter/
Dparser.cc44 Result<Parser> Parser::ConsumeAndParse(std::vector<std::string>& args) { in ConsumeAndParse()
45 Parser parser; in ConsumeAndParse()
Dparser.h28 struct Parser { struct
29 static Result<Parser> ConsumeAndParse(std::vector<std::string>&);
Dmain.cc37 static bool ShouldRestartProcess(siginfo_t const& info, const Parser& parsed) { in ShouldRestartProcess()
76 auto parsed = CF_EXPECT(Parser::ConsumeAndParse(args)); in RunProcessRestarter()
/device/google/cuttlefish/guest/hals/nfc/src/
Dmain.rs20 use clap::Parser;
33 #[derive(Parser)]
/device/google/cuttlefish/host/commands/vhost_user_input/
Dmain.rs13 use clap::Parser;
23 #[derive(Parser, Debug)]
/device/google/cuttlefish/tests/wmediumd_control/src/com/android/cuttlefish/tests/
DWmediumdControlE2eTest.java54 private JsonFormat.Parser jsonParser;
/device/google/cuttlefish/host/commands/assemble_cvd/
Dgraphics_flags.cc574 google::protobuf::TextFormat::Parser parser; in GetGraphicsAvailabilityWithSubprocessCheck()
Dflags.cc807 google::protobuf::TextFormat::Parser p; in ParseTextProtoFlagHelper()
/device/google/atv/products/lowram_boot_profiles/
Dboot-image-profile.txt1880 Landroid/content/res/XmlBlock$Parser;
8555 Landroid/view/CutoutSpecification$Parser;
10258 Lcom/android/framework/protobuf/Parser;
14111 Lgov/nist/javax/sip/parser/Parser;
14777 Ljava/net/URI$Parser;
16491 Lorg/ccil/cowan/tagsoup/Parser$1;
16492 Lorg/ccil/cowan/tagsoup/Parser;
16536 Lorg/xml/sax/Parser;
24532 HSPLandroid/content/res/AssetManager;->applyStyle(JIILandroid/content/res/XmlBlock$Parser;[IJJ)V
24583 HSPLandroid/content/res/AssetManager;->retrieveAttributes(Landroid/content/res/XmlBlock$Parser;[I[I…
[all …]
Dpreloaded-classes2588 android.content.res.XmlBlock$Parser
9217 android.view.CutoutSpecification$Parser
10916 com.android.framework.protobuf.Parser
14759 gov.nist.javax.sip.parser.Parser
15426 java.net.URI$Parser
17137 org.ccil.cowan.tagsoup.Parser
17138 org.ccil.cowan.tagsoup.Parser$1
17182 org.xml.sax.Parser
/device/google/trout/tools/tracing/proto/
Dperfetto_trace.proto2090 // Parser failures.