Searched defs:parents (Results 1 – 5 of 5) sorted by relevance
162 Set<BrowseTree.BrowseNode> parents = browseTree.notifyImageDownload(TEST_HANDLE, null); in notifyImageDownload() local
470 private static boolean isFilenameAvailableLocked(File[] parents, String name) { in isFilenameAvailableLocked()483 File[] parents, String prefix, String suffix) throws IOException { in generateAvailableFilenameLocked()
183 def __new__(cls, name, parents, dct): argument
334 let mut parents = vec![decl]; in find_parents() localVariable393 let parents = find_parents(scope, id); in generate_packet_decl() localVariable
482 HashSet<BrowseNode> parents = new HashSet<BrowseNode>(); in notifyImageDownload() local