Searched defs:Entry (Results 1 – 12 of 12) sorted by relevance
| /system/extras/memory_replay/include/memory_trace/ |
| D | MemoryTrace.h | 35 struct Entry { struct 50 bool FillInEntryFromString(const std::string& line, Entry& entry, std::string& error); argument
|
| /system/media/audio_utils/include/audio_utils/ |
| D | ErrorLog.h | 163 struct Entry { struct 164 Entry() in Entry() function 191 std::vector<Entry> mEntries; // circular buffer of error entries. argument
|
| /system/core/libcutils/ |
| D | canned_fs_config.cpp | 40 struct Entry { struct 48 static std::vector<Entry> canned_data; argument
|
| D | hashmap.cpp | 26 typedef struct Entry Entry; typedef 27 struct Entry { struct 31 Entry* next; argument
|
| /system/apex/tools/apex-ls/ |
| D | list.h | 27 struct Entry { struct 41 android::base::Result<std::vector<Entry>> List(ReadEntry read_entry, in List() argument
|
| /system/secretkeeper/core/src/ |
| D | store.rs | 200 struct Entry { struct 205 impl AsCborValue for Entry { argument 223 impl CborSerializable for Entry {} implementation
|
| /system/core/init/ |
| D | keychords.h | 67 struct Entry { struct 89 std::map<const std::vector<int>, Entry> entries_; argument
|
| D | keychords.cpp | 111 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/ |
| D | CountryZoneUsage.java | 68 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/ |
| D | suspend_history.rs | 108 struct Entry { struct 109 suspend_duration: Duration, 110 time: BootTime,
|
| /system/core/libutils/include/utils/ |
| D | LruCache.h | 74 … Entry(TKey _key, TValue _value) : key(_key), value(_value), parent(nullptr), child(nullptr) { in Entry() function
|
| /system/media/camera/docs/ |
| D | metadata_model.py | 1119 class Entry(Node): class
|