Home
last modified time | relevance | path

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

/system/media/camera/docs/
Dmetadata_helpers.py222 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))
DACameraMetadata.mako22 …% if section.find_first(lambda x: isinstance(x, metadata_model.Entry) and x.kind == kind_name) and…
DCameraMetadataEnums.mako54 …% 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.c312 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()