Home
last modified time | relevance | path

Searched refs:node_set (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/media/camera/docs/
H A Dmetadata_helpers.py859 def javadoc_crossref_see_filter(node_set): argument
860 node_set = (x for x in node_set if x.applied_visibility in ('public', 'java_public'))
863 for node in node_set:
955 def ndkdoc_crossref_see_filter(node_set): argument
956 node_set = (x for x in node_set if x.applied_ndk_visible == 'true')
959 for node in node_set:
1051 def hidldoc_crossref_see_filter(node_set): argument
1053 for node in node_set:
H A Dmetadata_helpers_test.py140 def summary_test(node_set): argument
141 text = "*" * len(node_set) + "\n"