Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Drecord.cpp240 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/
DMaps.cpp62 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/
Doptions.cpp620 std::vector<const char*> WarningOptions::Parse(int argc, const char* const raw_argv[], in Parse() function in android::aidl::WarningOptions
Dparser.cpp54 const AidlDocument* Parser::Parse(const std::string& filename, in Parse() function in Parser
Daidl_language.cpp220 std::unique_ptr<AidlAnnotation> AidlAnnotation::Parse( in Parse() function in AidlAnnotation
Daidl_unittest.cpp93 AidlDefinedType* Parse(const string& path, const string& contents, AidlTypenames& typenames_, in Parse() function in android::aidl::AidlTest
/system/core/fs_mgr/libsnapshot/
Dcow_reader.cpp93 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/
Dlpmake.cc134 static Result<PartitionInfo> Parse(const char* arg) { in Parse() function