Searched refs:Entry (Results 1 - 3 of 3) sorted by relevance

/system/core/libcutils/
H A Dhashmap.c26 typedef struct Entry Entry; typedef in typeref:struct:Entry
27 struct Entry { struct
31 Entry* next;
35 Entry** buckets;
61 map->buckets = calloc(map->bucketCount, sizeof(Entry*));
106 Entry** newBuckets = calloc(newBucketCount, sizeof(Entry*));
115 Entry* entry = map->buckets[i];
117 Entry* nex
[all...]
/system/media/camera/docs/
H A Dhtml.mako40 /* Entry flair */
43 /* Entry type flair */
53 /* Entry tags flair */
114 % for prop in section.find_all(lambda x: isinstance(x, metadata_model.Entry)):
H A Dmetadata_model.py24 Entry: A node corresponding to <entry> elements.
210 self._entries_ordered = [] # list of ordered Entry/Clone instances
262 Entry#__init__ for the keys required/optional.
268 e = Entry(**entry)
326 Generate the graph recursively, after which all Entry nodes will be
664 entries: A sequence of Entry/Clone children.
707 entries: A sequence of Entry/Clone children.
778 parent: An edge to the parent, always an Entry instance.
796 class Entry(Node): class in inherits:Node
815 tags: A sequence of Tag nodes associated with this Entry
[all...]

Completed in 59 milliseconds