Searched refs:all (Results 176 - 200 of 261) sorted by relevance

1234567891011

/openjdk7/jdk/make/com/sun/tools/attach/
H A DMakefile66 all: classes copy-files
/openjdk7/jdk/make/common/shared/
H A DDefs-java.gmk27 # Common java/javac/jdk variables used by all the Java makefiles.
36 # Memory related -J flags that all uses of java tools should use.
50 # options, this macro should be used with all these tools.
124 JAVACFLAGS += -Xlint:all
220 BOOT_JAVACFLAGS += -Xlint:all
/openjdk7/jdk/make/java/redist/sajdi/
H A DMakefile114 all: $(IMPORT_LIST)
/openjdk7/jdk/make/sun/
H A DMakefile27 # Makefile for building all of sun tools
78 # nio need to be compiled before awt to have all charsets ready
101 all build clean clobber::
/openjdk7/jdk/make/sun/cmm/
H A DMakefile79 all build:: iccprofiles
/openjdk7/jdk/make/sun/rmi/rmi/
H A DMakefile33 JAVAC_LINT_OPTIONS = -Xlint:all,-deprecation
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DLaunchTool.java137 List<Connector> all = manager.allConnectors();
138 Map<ButtonModel, Connector> modelToConnector = new HashMap<ButtonModel, Connector>(all.size(), 0.5f);
143 for (Connector connector : all) {
/openjdk7/jdk/src/solaris/classes/sun/net/sdp/
H A DSdpProvider.java169 boolean all = s.equals("*");
170 result[0] = all ? 0 : Integer.parseInt(s);
171 result[1] = all ? MAX_PORT : result[0];
236 // match all addresses
/openjdk7/jdk/make/launchers/
H A DMakefile46 # Run MAKE $@ for all generic launchers
56 define make-all-launchers
105 $(make-all-launchers)
108 $(make-all-launchers)
/openjdk7/langtools/test/
H A DMakefile67 # Default bundle of all test results (passed or not) (JPRT only)
201 # Root of all test results
213 all: $(JPRT_CLEAN) jtreg-tests jck-compiler-tests jck-runtime-tests $(JPRT_ARCHIVE_BUNDLE) all-summary
226 all: JTREG_TESTDIRS = .
387 all-summary: FRC
410 .PHONY: all clean \
/openjdk7/jdk/test/javax/xml/jaxp/Encodings/
H A DCheckEncodingPropertiesFile.java276 List<EncodingInfo> all = new ArrayList<>(); // unused...
295 all.add(info);
412 // Prints out all available charsets and their recognized aliases
415 Map<String, Charset> all = Charset.availableCharsets();
417 for (String can : all.keySet()) {
418 System.out.println(can + ": " + all.get(can).aliases());
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DClassTypeImpl.java92 List<InterfaceType> all = new ArrayList<InterfaceType>();
93 addInterfaces(all);
94 return all;
/openjdk7/jdk/make/tools/reorder/
H A DMakefile61 all : jars.reorder libs.reorder
196 # + Delete all of the library's object files, and recompile them for profiling.
198 # + Delete all of the library's object files, and recompile them normally.
210 $(MAKE) PARTIAL_GPROF=true LDNOMAP=true NO_ROBOT=true all
269 $(CD) $(BUILDDIR)/$(LIBBLDDIR) ; $(MAKE) all
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/dtd/
H A DElement.java264 // collapse all blocks into one
265 Block all = new Block(true,true);
267 all.elements.addAll(b.elements);
269 n.add(all);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/http/server/
H A DServerConnectionImpl.java130 // all the bytes are not read. Work around until it is fixed.
142 ReadAllStream all = new ReadAllStream();
143 all.readAll(in, 4000000);
145 in = all;
169 // all the bytes are not read on the client side(StreamMessage on the client
170 // side doesn't read all bytes.
/openjdk7/jdk/make/javax/crypto/
H A DMakefile65 # all/clobber/clean The usual.
102 # release Builds all targets in preparation
154 # be able to build "all" for them. Check here to see if the sources were
164 all: build-jar install-jar build-policy $(POLICY)
167 all:
170 all: build-jar build-policy
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DLiteralElement.java55 // True if all attributes of this LRE are unique, i.e. they all have
192 // Type-check all attributes
206 * This method starts at a given node, traverses all namespace mappings,
207 * and assembles a list of all prefixes that (for the given node) maps
211 Hashtable all = new Hashtable();
219 if (!all.containsKey(prefix)) {
220 all.put(prefix, mapping.get(prefix));
226 return(all.keys());
231 * Registers all namespace
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DgcTimer.hpp190 static void all();
/openjdk7/jdk/test/java/rmi/reliability/benchmark/bench/rmi/
H A DMakefile87 all: .classes altroot.dir
/openjdk7/jdk/test/java/util/PluggableLocale/providersrc/
H A DMakefile9 all: $(DESTDIR)/fooprovider.jar $(DESTDIR)/barprovider.jar
/openjdk7/jdk/make/bridge/Jaccess/
H A DMakefile65 all : build $(JARFILE)
/openjdk7/jdk/make/bridge/JavaAccessBridge/
H A DMakefile65 all : build postbuild
/openjdk7/jdk/make/com/sun/jmx/
H A DMakefile52 all build:
/openjdk7/jdk/make/java/security/
H A DMakefile90 install: all
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DClassTypeImpl.java98 List all = vm.allClasses();
100 Iterator iter = all.iterator();

Completed in 73 milliseconds

1234567891011