Home
last modified time | relevance | path

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

/system/core/include/utils/
DLruCache.h82 struct Entry { struct
85 Entry* parent; argument
86 Entry* child; argument
88 Entry(TKey key_, TValue value_) : key(key_), value(value_), parent(NULL), child(NULL) { in Entry() function
93 void attachToCache(Entry& entry); argument
/system/core/libcutils/
Dhashmap.c26 typedef struct Entry Entry; typedef
27 struct Entry { struct
31 Entry* next; argument
/system/media/camera/docs/
Dmetadata_model.py1008 class Entry(Node): class