Searched refs:child (Results 1 - 6 of 6) sorted by relevance

/system/extras/ext4_utils/
H A Dsetup_fs.c15 pid_t child; local
46 child = fork();
47 if (child < 0) {
51 if (child == 0) {
56 while ((pid=waitpid(-1, &status, 0)) != child) {
/system/core/include/utils/
H A DLruCache.h86 Entry* child; member in struct:android::LruCache::Entry
88 Entry(TKey key_, TValue value_) : key(key_), value(value_), parent(NULL), child(NULL) {
198 for (Entry* p = mOldest; p != NULL; p = p->child) {
213 mYoungest->child = &entry;
221 entry.parent->child = entry.child;
223 mOldest = entry.child;
225 if (entry.child != NULL) {
226 entry.child->parent = entry.parent;
232 entry.child
[all...]
/system/core/sdcard/
H A Dsdcard.c185 struct node *child; /* first contained file by this dir */ member in struct:node
309 node->next = parent->child;
310 parent->child = node;
317 if (node->parent->child == node) {
318 node->parent->child = node->parent->child->next;
321 node2 = node->parent->child;
701 for (node = node->child; node; node = node->next) {
717 struct node* child = lookup_child_by_name_locked(parent, name); local
718 if (child) {
[all...]
/system/media/camera/docs/
H A Dmetadata_model.py177 for child in self._get_children():
178 if child.parent != self:
181 %(child, self, child.parent)
184 succ = child.validate_tree() and succ
356 # invoke this to generate the parent/child node graph all these objects
H A Dhtml.mako68 .entry_type_enum_notes>p:first-child { display:inline; }
/system/core/logwrapper/
H A Dlogwrap.c463 static void child(int argc, char* argv[]) { function
536 child(argc, argv);

Completed in 174 milliseconds