HomeSort by relevance Sort by last modified time
    Searched refs:find_child (Results 1 - 3 of 3) sorted by null

  /system/extras/simpleperf/
callchain.h 65 bool find_child = true; local
68 find_child = false; // No need to find matching node in p->children.
75 if (find_child) {
  /system/media/camera/docs/
metadata_model.py 726 find_child = lambda x: [i for i in self._get_children() if i.name == x]
727 new_lst = find_child('controls') \
728 + find_child('static') \
729 + find_child('dynamic')
    [all...]
  /external/fio/
parse.c 1128 static struct fio_option *find_child(struct fio_option *options, function
1175 while ((__o = find_child(o, parent)) != NULL) {

Completed in 213 milliseconds