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

  /system/media/camera/docs/
metadata_model.py 699 find_child = lambda x: [i for i in self._get_children() if i.name == x]
700 new_lst = find_child('controls') \
701 + find_child('static') \
702 + find_child('dynamic')
    [all...]
  /external/fio/
parse.c 1010 static struct fio_option *find_child(struct fio_option *options, function
1057 while ((__o = find_child(o, parent)) != NULL) {

Completed in 204 milliseconds