Home
last modified time | relevance | path

Searched defs:Entry (Results 1 – 12 of 12) sorted by relevance

/system/extras/memory_replay/include/memory_trace/
DMemoryTrace.h35 struct Entry { struct
50 bool FillInEntryFromString(const std::string& line, Entry& entry, std::string& error); argument
/system/media/audio_utils/include/audio_utils/
DErrorLog.h163 struct Entry { struct
164 Entry() in Entry() function
191 std::vector<Entry> mEntries; // circular buffer of error entries. argument
/system/core/libcutils/
Dcanned_fs_config.cpp40 struct Entry { struct
48 static std::vector<Entry> canned_data; argument
Dhashmap.cpp26 typedef struct Entry Entry; typedef
27 struct Entry { struct
31 Entry* next; argument
/system/apex/tools/apex-ls/
Dlist.h27 struct Entry { struct
41 android::base::Result<std::vector<Entry>> List(ReadEntry read_entry, in List() argument
/system/secretkeeper/core/src/
Dstore.rs200 struct Entry { struct
205 impl AsCborValue for Entry { argument
223 impl CborSerializable for Entry {} implementation
/system/core/init/
Dkeychords.h67 struct Entry { struct
89 std::map<const std::vector<int>, Entry> entries_; argument
Dkeychords.cpp111 Keychords::Entry::Entry() : notified(false) {} in Entry() function in android::init::Keychords::Entry
/system/timezone/input_tools/android/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/zonetree/
DCountryZoneUsage.java68 private static class Entry { class in CountryZoneUsage
73 Entry(String zoneId, Instant notUsedAfter, String notUsedReplacementId) { in Entry() method in CountryZoneUsage.Entry
/system/memory/mmd/src/
Dsuspend_history.rs108 struct Entry { struct
109 suspend_duration: Duration,
110 time: BootTime,
/system/core/libutils/include/utils/
DLruCache.h74Entry(TKey _key, TValue _value) : key(_key), value(_value), parent(nullptr), child(nullptr) { in Entry() function
/system/media/camera/docs/
Dmetadata_model.py1119 class Entry(Node): class