Home
last modified time | relevance | path

Searched refs:find_first (Results 1 – 5 of 5) sorted by relevance

/system/media/camera/docs/
Dmetadata_helpers.py141 return bool(node.find_first(lambda x: isinstance(x, metadata_model.Enum)))
909 node = metadata.find_first(name_match(candidate2.replace('\n','')))
914 node = metadata.find_first(name_match(candidate2b))
925 node = metadata.find_first(name_match(candidate3.replace('\n','')))
931 node = metadata.find_first(name_match(candidate3b))
DCameraMetadataEnums.mako51 …% if section.find_first(lambda x: isinstance(x, metadata_model.Entry) and x.kind == xml_name) and \
DCameraMetadataKeys.mako77 …% if section.find_first(lambda x: isinstance(x, metadata_model.Entry) and x.kind == xml_name) and \
Dmetadata_model.py85 def find_first(self, pred): member in Node
/system/core/run-as/
Dpackage.c305 find_first(const char* p, const char* end, char ch) in find_first() function
458 const char* end = find_first(p, buffer_end, '\n'); in get_package_info()