Home
last modified time | relevance | path

Searched refs:container (Results 1 – 6 of 6) sorted by relevance

/system/core/include/cutils/
Daref.h31 #define AREF_TO_ITEM(aref, container, member) \ argument
32 (container *) (((char*) (aref)) - offsetof(container, member))
Dlist.h32 #define node_to_item(node, container, member) \ argument
33 (container *) (((char*) (node)) - offsetof(container, member))
/system/media/camera/docs/
Dmetadata_template.mako81 % if prop.container is not None:
82 container="${prop.container}"
86 % if prop.container == 'array':
92 % elif prop.container == 'tuple':
Dhtml.mako199 % if prop.container is not None:
203 % if prop.container == 'array':
207 % elif prop.container == 'tuple':
Dmetadata_model.py883 def container(self): member in Entry
/system/core/rootdir/
Dinit.rc72 # Directory-target for where the secure container
76 # Secure container public mount points.