/system/extras/simpleperf/ |
D | record.cpp | 240 bool MmapRecord::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse() function in simpleperf::MmapRecord 289 bool Mmap2Record::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse() function in simpleperf::Mmap2Record 342 bool CommRecord::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse() function in simpleperf::CommRecord 404 bool ExitOrForkRecord::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse() function in simpleperf::ExitOrForkRecord 439 bool LostRecord::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse() function in simpleperf::LostRecord 453 bool SampleRecord::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse() function in simpleperf::SampleRecord 996 bool AuxRecord::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse() function in simpleperf::AuxRecord 1012 bool SwitchRecord::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse() function in simpleperf::SwitchRecord 1019 bool SwitchCpuWideRecord::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse() function in simpleperf::SwitchCpuWideRecord 1036 bool BuildIdRecord::Parse(const perf_event_attr&, char* p, char* end) { in Parse() function in simpleperf::BuildIdRecord [all …]
|
/system/unwinding/libunwindstack/ |
D | Maps.cpp | 62 bool Maps::Parse() { in Parse() function in unwindstack::Maps 116 bool BufferMaps::Parse() { in Parse() function in unwindstack::BufferMaps 163 bool LocalUpdatableMaps::Parse() { in Parse() function in unwindstack::LocalUpdatableMaps
|
/system/tools/aidl/ |
D | options.cpp | 620 std::vector<const char*> WarningOptions::Parse(int argc, const char* const raw_argv[], in Parse() function in android::aidl::WarningOptions
|
D | parser.cpp | 54 const AidlDocument* Parser::Parse(const std::string& filename, in Parse() function in Parser
|
D | aidl_language.cpp | 220 std::unique_ptr<AidlAnnotation> AidlAnnotation::Parse( in Parse() function in AidlAnnotation
|
D | aidl_unittest.cpp | 93 AidlDefinedType* Parse(const string& path, const string& contents, AidlTypenames& typenames_, in Parse() function in android::aidl::AidlTest
|
/system/core/fs_mgr/libsnapshot/ |
D | cow_reader.cpp | 93 bool CowReader::Parse(android::base::unique_fd&& fd, std::optional<uint64_t> label) { in Parse() function in android::snapshot::CowReader 98 bool CowReader::Parse(android::base::borrowed_fd fd, std::optional<uint64_t> label) { in Parse() function in android::snapshot::CowReader
|
/system/extras/partition_tools/ |
D | lpmake.cc | 134 static Result<PartitionInfo> Parse(const char* arg) { in Parse() function
|