Searched refs:node_set (Results 1 – 2 of 2) sorted by relevance
858 def javadoc_crossref_see_filter(node_set): argument859 node_set = (x for x in node_set if x.applied_visibility in ('public', 'java_public'))862 for node in node_set:954 def ndkdoc_crossref_see_filter(node_set): argument955 node_set = (x for x in node_set if x.applied_ndk_visible == 'true')958 for node in node_set:1050 def hidldoc_crossref_see_filter(node_set): argument1052 for node in node_set:
140 def summary_test(node_set): argument141 text = "*" * len(node_set) + "\n"