Searched refs:find_first (Results 1 – 6 of 6) sorted by relevance
/system/media/camera/docs/ |
D | metadata_helpers.py | 222 return bool(node.find_first(lambda x: isinstance(x, metadata_model.Enum))) 1072 node = metadata.find_first(name_match(candidate2.replace('\n',''))) 1077 node = metadata.find_first(name_match(candidate2b)) 1088 node = metadata.find_first(name_match(candidate3.replace('\n',''))) 1094 node = metadata.find_first(name_match(candidate3b))
|
D | ACameraMetadata.mako | 22 …% if section.find_first(lambda x: isinstance(x, metadata_model.Entry) and x.kind == kind_name) and…
|
D | CameraMetadataEnums.mako | 54 …% if section.find_first(lambda x: isinstance(x, metadata_model.Entry) and x.kind == xml_name) and \
|
D | CameraMetadataKeys.mako | 77 …% if section.find_first(lambda x: isinstance(x, metadata_model.Entry) and x.kind == xml_name) and \
|
D | metadata_model.py | 85 def find_first(self, pred): member in Node
|
/system/core/run-as/ |
D | package.c | 312 find_first(const char* p, const char* end, char ch) in find_first() function 465 const char* end = find_first(p, buffer_end, '\n'); in get_package_info()
|