/aosp12/frameworks/base/cmds/incident_helper/src/ |
H A D | TextParserBase.cpp | 26 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 D | TextParserBase.h | 58 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 D | ecm.cpp | 41 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 D | Maps.cpp | 62 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 D | dex2oat_options.cc | 28 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 D | variable.h | 47 …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 D | BatteryTypeParser.cpp | 27 BatteryTypeParser::Parse(const int in, const int out) const in Parse() function in BatteryTypeParser
|
H A D | KernelWakesParser.cpp | 27 KernelWakesParser::Parse(const int in, const int out) const in Parse() function in KernelWakesParser
|
H A D | EventLogTagsParser.cpp | 25 EventLogTagsParser::Parse(const int in, const int out) const in Parse() function in EventLogTagsParser
|
H A D | CpuFreqParser.cpp | 28 CpuFreqParser::Parse(const int in, const int out) const in Parse() function in CpuFreqParser
|
H A D | PageTypeInfoParser.cpp | 27 PageTypeInfoParser::Parse(const int in, const int out) const in Parse() function in PageTypeInfoParser
|
H A D | PsParser.cpp | 26 status_t PsParser::Parse(const int in, const int out) const { in Parse() function in PsParser
|
H A D | ProcrankParser.cpp | 27 ProcrankParser::Parse(const int in, const int out) const in Parse() function in ProcrankParser
|
H A D | CpuInfoParser.cpp | 44 CpuInfoParser::Parse(const int in, const int out) const in Parse() function in CpuInfoParser
|
/aosp12/build/soong/makedeps/ |
H A D | deps.go | 31 func Parse(filename string, r io.Reader) (*Deps, error) { func
|
/aosp12/system/iorap/src/inode2filename/ |
H A D | inode.cc | 31 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 D | kmi_version.cpp | 28 std::optional<KmiVersion> KmiVersion::Parse(const std::string& s) { in Parse() function in android::kver::KmiVersion
|
H A D | kernel_release.cpp | 29 std::optional<KernelRelease> KernelRelease::Parse(const std::string& s, bool allow_suffix) { in Parse() function in android::kver::KernelRelease
|
H A D | test.cpp | 52 TEST(KmiVersion, Parse) { in TEST() argument 91 TEST(KernelRelease, Parse) { in TEST() argument
|
/aosp12/art/cmdline/ |
H A D | cmdline_type_parser.h | 37 Result Parse(const std::string& args ATTRIBUTE_UNUSED) { in Parse() function
|
H A D | cmdline_parser.h | 547 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 D | avrcp_message_converter.h | 67 static std::shared_ptr<::bluetooth::Packet> Parse(tAVRC_MSG* m) { in Parse() function
|
/aosp12/bionic/linker/ |
H A D | linker_note_gnu_property.cpp | 121 bool GnuPropertySection::Parse(const ElfW(NhdrGNUProperty)* note_nhdr, const char* name) { in Parse() function in GnuPropertySection
|
/aosp12/system/bt/packet/avrcp/ |
H A D | avrcp_browse_packet.cc | 53 std::shared_ptr<BrowsePacket> BrowsePacket::Parse( in Parse() function in bluetooth::avrcp::BrowsePacket
|
H A D | avrcp_packet.cc | 71 std::shared_ptr<Packet> Packet::Parse( in Parse() function in bluetooth::avrcp::Packet
|