Searched refs:subdirs (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/make/common/
H A DSubdirs.gmk38 # SUBDIRS subdirs for the base module always get built
39 # SUBDIRS_<group> subdirs for the named group
41 # By default, subdirs specified in the SUBDIRS and all SUBDIRS_*
67 define subdirs-group-loop
96 define subdirs-desktop-loop
97 @$(call subdirs-group-loop,SUBDIRS_desktop)
100 define subdirs-desktop-loop
105 define subdirs-enterprise-loop
106 @$(call subdirs-group-loop,SUBDIRS_enterprise)
109 define subdirs
[all...]
/openjdk7/jdk/make/java/java/reflect/
H A DMakefile52 subdirs: classes
/openjdk7/jdk/test/java/util/ResourceBundle/Control/
H A DLoadingStrategiesTest.java126 String[] subdirs = { "", "de", "ja_JP" };
127 for (String subdir : subdirs) {
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DClassPath.java290 Hashtable subdirs = new Hashtable(29); // cache of sub-directory listings field in class:ClassPathEntry
292 String files[] = (String[]) subdirs.get(subdir);
309 subdirs.put(subdir, files);

Completed in 24 milliseconds