Home
last modified time | relevance | path

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

123

/aosp12/frameworks/base/cmds/incident_helper/src/
H A 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
H A DTextParserBase.h58 virtual status_t Parse(const int /** in */, const int /** out */) const { while (true); }; in Parse() function
/aosp12/frameworks/av/drm/mediacas/plugins/clearkey/
H A Decm.cpp41 status_t Ecm::Parse(const sp<ABuffer>& buffer_as_binary) { in Parse() function in android::clearkeycas::Ecm
98 status_t EcmDescriptor::Parse(const sp<ABuffer>& buffer_as_binary) { in Parse() function in android::clearkeycas::EcmDescriptor
145 status_t EcmContainer::Parse(const sp<ABuffer>& buffer_as_binary) { in Parse() function in android::clearkeycas::EcmContainer
/aosp12/system/unwinding/libunwindstack/
H A DMaps.cpp62 bool Maps::Parse() { in Parse() function in unwindstack::Maps
115 bool BufferMaps::Parse() { in Parse() function in unwindstack::BufferMaps
166 bool LocalUpdatableMaps::Parse() { in Parse() function in unwindstack::LocalUpdatableMaps
/aosp12/art/dex2oat/
H A Ddex2oat_options.cc28 Result Parse(const std::string& option) { in Parse() function
432 std::unique_ptr<Dex2oatArgumentMap> Dex2oatArgumentMap::Parse(int argc, in Parse() function in art::Dex2oatArgumentMap
/aosp12/system/bt/gd/packet/parser/test/
H A Dvariable.h47 …static std::optional<Iterator<little_endian>> Parse(Variable* instance, Iterator<little_endian> it… in Parse() function
/aosp12/frameworks/base/cmds/incident_helper/src/parsers/
H A DBatteryTypeParser.cpp27 BatteryTypeParser::Parse(const int in, const int out) const in Parse() function in BatteryTypeParser
H A DKernelWakesParser.cpp27 KernelWakesParser::Parse(const int in, const int out) const in Parse() function in KernelWakesParser
H A DEventLogTagsParser.cpp25 EventLogTagsParser::Parse(const int in, const int out) const in Parse() function in EventLogTagsParser
H A DCpuFreqParser.cpp28 CpuFreqParser::Parse(const int in, const int out) const in Parse() function in CpuFreqParser
H A DPageTypeInfoParser.cpp27 PageTypeInfoParser::Parse(const int in, const int out) const in Parse() function in PageTypeInfoParser
H A DPsParser.cpp26 status_t PsParser::Parse(const int in, const int out) const { in Parse() function in PsParser
H A DProcrankParser.cpp27 ProcrankParser::Parse(const int in, const int out) const in Parse() function in ProcrankParser
H A DCpuInfoParser.cpp44 CpuInfoParser::Parse(const int in, const int out) const in Parse() function in CpuInfoParser
/aosp12/build/soong/makedeps/
H A Ddeps.go31 func Parse(filename string, r io.Reader) (*Deps, error) { func
/aosp12/system/iorap/src/inode2filename/
H A Dinode.cc31 bool Inode::Parse(const std::string& str, Inode* out, std::string* error_msg) { in Parse() function in iorap::inode2filename::Inode
/aosp12/packages/modules/Gki/libkver/
H A Dkmi_version.cpp28 std::optional<KmiVersion> KmiVersion::Parse(const std::string& s) { in Parse() function in android::kver::KmiVersion
H A Dkernel_release.cpp29 std::optional<KernelRelease> KernelRelease::Parse(const std::string& s, bool allow_suffix) { in Parse() function in android::kver::KernelRelease
H A Dtest.cpp52 TEST(KmiVersion, Parse) { in TEST() argument
91 TEST(KernelRelease, Parse) { in TEST() argument
/aosp12/art/cmdline/
H A Dcmdline_type_parser.h37 Result Parse(const std::string& args ATTRIBUTE_UNUSED) { in Parse() function
H A Dcmdline_parser.h547 CmdlineResult Parse(const std::string& argv) { in Parse() function
555 CmdlineResult Parse(const char* argv) { in Parse() function
561 CmdlineResult Parse(const std::vector<const char*>& argv) { in Parse() function
567 CmdlineResult Parse(const std::vector<std::string>& argv) { in Parse() function
573 CmdlineResult Parse(const char* argv[], int argc) { in Parse() function
620 CmdlineResult Parse(TokenRange&& arguments_list) { in Parse() function
/aosp12/system/bt/profile/avrcp/
H A Davrcp_message_converter.h67 static std::shared_ptr<::bluetooth::Packet> Parse(tAVRC_MSG* m) { in Parse() function
/aosp12/bionic/linker/
H A Dlinker_note_gnu_property.cpp121 bool GnuPropertySection::Parse(const ElfW(NhdrGNUProperty)* note_nhdr, const char* name) { in Parse() function in GnuPropertySection
/aosp12/system/bt/packet/avrcp/
H A Davrcp_browse_packet.cc53 std::shared_ptr<BrowsePacket> BrowsePacket::Parse( in Parse() function in bluetooth::avrcp::BrowsePacket
H A Davrcp_packet.cc71 std::shared_ptr<Packet> Packet::Parse( in Parse() function in bluetooth::avrcp::Packet

123