Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Drecord.cpp248 bool MmapRecord::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse() function in simpleperf::MmapRecord
297 bool Mmap2Record::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse() function in simpleperf::Mmap2Record
350 bool CommRecord::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse() function in simpleperf::CommRecord
412 bool ExitOrForkRecord::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse() function in simpleperf::ExitOrForkRecord
447 bool LostRecord::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse() function in simpleperf::LostRecord
461 bool SampleRecord::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse() function in simpleperf::SampleRecord
1024 bool AuxRecord::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse() function in simpleperf::AuxRecord
1040 bool SwitchRecord::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse() function in simpleperf::SwitchRecord
1047 bool SwitchCpuWideRecord::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse() function in simpleperf::SwitchCpuWideRecord
1064 bool BuildIdRecord::Parse(const perf_event_attr&, char* p, char* end) { in Parse() function in simpleperf::BuildIdRecord
[all …]
Drecord.h157 bool Parse(const char* p) { in Parse() function
/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/
Dfast_pair_account_data.cc41 static Header Parse(uint8_t byte) { in Parse() function
52 FastPairAccountData FastPairAccountData::Parse(const ByteArray &service_data) { in Parse() function in nearby::FastPairAccountData
Dble_scan_record.cc30 BleScanRecord BleScanRecord::Parse(const uint8_t data[], const uint16_t size) { in Parse() function in nearby::BleScanRecord
Dpresence_service_data.cc26 chre::Optional<PresenceServiceData> PresenceServiceData::Parse( in Parse() function in nearby::PresenceServiceData
/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/core/fs_mgr/libsnapshot/libsnapshot_cow/
Dparser_v3.cpp28 bool CowParserV3::Parse(borrowed_fd fd, const CowHeaderV3& header, std::optional<uint64_t> label) { in Parse() function in android::snapshot::CowParserV3
Dparser_v2.cpp28 bool CowParserV2::Parse(borrowed_fd fd, const CowHeaderV3& header, std::optional<uint64_t> label) { in Parse() function in android::snapshot::CowParserV2
Dcow_reader.cpp122 bool CowReader::Parse(android::base::unique_fd&& fd, std::optional<uint64_t> label) { in Parse() function in android::snapshot::CowReader
127 bool CowReader::Parse(android::base::borrowed_fd fd, std::optional<uint64_t> label) { in Parse() function in android::snapshot::CowReader
/system/memory/mmd/src/zram/
Dstats.rs29 Parse, enumerator
/system/tools/aidl/
Doptions.cpp699 std::vector<const char*> WarningOptions::Parse(int argc, const char* const raw_argv[], in Parse() function in android::aidl::WarningOptions
Dparser.cpp60 const AidlDocument* Parser::Parse(const std::string& filename, in Parse() function in Parser
Daidl_language.cpp228 std::unique_ptr<AidlAnnotation> AidlAnnotation::Parse( in Parse() function in AidlAnnotation
Daidl_unittest.cpp99 AidlDefinedType* Parse(const string& path, const string& contents, AidlTypenames& typenames_, in Parse() function in android::aidl::AidlTest
/system/extras/partition_tools/
Dlpmake.cc140 static Result<PartitionInfo> Parse(const char* arg) { in Parse() function