Home
last modified time | relevance | path

Searched defs:Parse (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/base/cmds/incident_helper/src/
DTextParserBase.cpp26 status_t NoopParser::Parse(const int in, const int out) const in Parse() function in NoopParser
41 status_t ReverseParser::Parse(const int in, const int out) const in Parse() function in ReverseParser
DTextParserBase.h58 virtual status_t Parse(const int /** in */, const int /** out */) const { while (true); }; in Parse() function
/frameworks/av/drm/mediacas/plugins/clearkey/
Decm.cpp39 status_t Ecm::Parse(const sp<ABuffer>& buffer_as_binary) { in Parse() function in android::clearkeycas::Ecm
96 status_t EcmDescriptor::Parse(const sp<ABuffer>& buffer_as_binary) { in Parse() function in android::clearkeycas::EcmDescriptor
143 status_t EcmContainer::Parse(const sp<ABuffer>& buffer_as_binary) { in Parse() function in android::clearkeycas::EcmContainer
/frameworks/base/cmds/incident_helper/src/parsers/
DBatteryTypeParser.cpp27 BatteryTypeParser::Parse(const int in, const int out) const in Parse() function in BatteryTypeParser
DKernelWakesParser.cpp27 KernelWakesParser::Parse(const int in, const int out) const in Parse() function in KernelWakesParser
DEventLogTagsParser.cpp25 EventLogTagsParser::Parse(const int in, const int out) const in Parse() function in EventLogTagsParser
DCpuFreqParser.cpp28 CpuFreqParser::Parse(const int in, const int out) const in Parse() function in CpuFreqParser
DPageTypeInfoParser.cpp27 PageTypeInfoParser::Parse(const int in, const int out) const in Parse() function in PageTypeInfoParser
DPsParser.cpp26 status_t PsParser::Parse(const int in, const int out) const { in Parse() function in PsParser
DProcrankParser.cpp27 ProcrankParser::Parse(const int in, const int out) const in Parse() function in ProcrankParser
DCpuInfoParser.cpp44 CpuInfoParser::Parse(const int in, const int out) const in Parse() function in CpuInfoParser
DSystemPropertiesParser.cpp42 SystemPropertiesParser::Parse(const int in, const int out) const in Parse() function in SystemPropertiesParser
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DJsonParser.cs404 public IMessage Parse(string json, MessageDescriptor descriptor) in Parse() method in Google.Protobuf.JsonParser
418 public IMessage Parse(TextReader jsonReader, MessageDescriptor descriptor) in Parse() method in Google.Protobuf.JsonParser
/frameworks/base/cmds/idmap2/libidmap2/
DCommandLineOptions.cpp82 Result<Unit> CommandLineOptions::Parse(const std::vector<std::string>& argv) const { in Parse() function in android::idmap2::CommandLineOptions
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Djson_stream_parser.cc118 util::Status JsonStreamParser::Parse(StringPiece json) { in Parse() function in google::protobuf::util::converter::JsonStreamParser
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/
Djson_format.py308 def Parse(text, message, ignore_unknown_fields=False): function
Dtext_format.py423 def Parse(text, function
/frameworks/base/libs/androidfw/
DConfigDescription.cpp640 bool ConfigDescription::Parse(const StringPiece& str, ConfigDescription* out) { in Parse() function in android::ConfigDescription
/frameworks/base/tools/aapt2/format/binary/
DBinaryResourceParser.cpp95 bool BinaryResourceParser::Parse() { in Parse() function in aapt::BinaryResourceParser
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dtext_format.cc273 bool Parse(Message* output) { in Parse() function in google::protobuf::TextFormat::Parser::ParserImpl
1280 bool TextFormat::Parser::Parse(io::ZeroCopyInputStream* input, in Parse() function in google::protobuf::TextFormat::Parser
1349 /* static */ bool TextFormat::Parse(io::ZeroCopyInputStream* input, in Parse() function in google::protobuf::TextFormat
Dwire_format_unittest.cc82 TEST(WireFormatTest, Parse) { in TEST() argument
/frameworks/native/vulkan/libvulkan/
Dapi.cpp71 VkResult Parse(const char* const* names, uint32_t count) { in Parse() function in vulkan::api::__anon1a3a5f700111::OverrideLayerNames
346 VkResult Parse(const char* const* names, uint32_t count) { in Parse() function in vulkan::api::__anon1a3a5f700111::OverrideExtensionNames
/frameworks/base/tools/aapt2/configuration/
DConfigurationParser.cpp445 Maybe<std::vector<OutputArtifact>> ConfigurationParser::Parse( in Parse() function in aapt::ConfigurationParser
/frameworks/base/tools/aapt2/
DResourceParser.cpp383 bool ResourceParser::Parse(xml::XmlPullParser* parser) { in Parse() function in aapt::ResourceParser
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dparser.cc516 bool Parser::Parse(io::Tokenizer* input, FileDescriptorProto* file) { in Parse() function in google::protobuf::compiler::Parser

12