Searched refs:batch (Results 1 - 14 of 14) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/rmi/rmic/newrmic/
H A DMain.java55 * An rmic compilation batch (for example, one rmic command line
86 * rmic compilation batch.
93 * identifier that uniquely identifies the rmic compilation batch
96 * containing all of batch-specific data (rmic command line
103 /** number of batches run; used to generated batch IDs */
106 /** maps batch ID to batch data */
135 * Compiles a batch of input classes, as given by the specified
148 batchID = batchCount++; // assign batch ID
152 Batch batch
550 invokeJavadoc(Batch batch, long batchID) argument
614 invokeJavac(Batch batch, List<File> files) argument
[all...]
/openjdk7/jdk/test/sun/rmi/rmic/newrmic/equivalence/
H A Drun.sh61 sh ${TESTSRC:-.}/batch.sh ${TESTCLASSES:-.} \
79 sh ${TESTSRC:-.}/batch.sh ${TESTCLASSES:-.} \
/openjdk7/jdk/src/share/classes/com/sun/jndi/cosnaming/
H A DCNBindingEnumeration.java64 // Get batch size to use
65 String batch = (env != null ?
67 if (batch != null) {
69 batchsize = Integer.parseInt(batch);
71 throw new IllegalArgumentException("Batch size not numeric: " + batch);
87 // Get first batch using _bindingIter
184 * Get the next batch using _bindingIter. Update the 'more' field.
/openjdk7/jdk/make/java/jexec/
H A DMakefile39 ifeq ($(COMPILE_APPROACH),batch)
/openjdk7/hotspot/agent/test/jdi/
H A Drunjpda.sh122 gdb -batch -p $pid -x gdbscript
/openjdk7/jdk/src/share/back/
H A DReferenceTypeImpl.c251 ObjectBatch batch; local
253 error = classInstances(clazz, &batch, maxInstances);
260 (void)outStream_writeInt(out, batch.count);
261 if (batch.count > 0) {
266 typeKey = specificTypeKey(env, batch.objects[0]);
268 for (kk = 0; kk < batch.count; kk++) {
271 inst = batch.objects[kk];
276 jvmtiDeallocate(batch.objects);
/openjdk7/hotspot/agent/make/
H A Dsaenv.bat27 REM windows batch scripts
H A Dsaenv64.bat31 REM windows batch scripts
/openjdk7/jdk/make/common/internal/
H A DNativeCompileRules.gmk66 # Normal or parallel compile rule is the same, but batch compiles require
71 ifneq ($(COMPILE_APPROACH), batch)
92 # first file. A normal compile pass is made after the batch compile
146 @$(ECHO) "Doing batch compilations"
/openjdk7/hotspot/make/windows/
H A Dcreate.bat26 REM This is the interactive build setup script (as opposed to the batch
36 REM Note: Running this batch file from the Windows command shell requires
200 echo This is the VS build setup script (as opposed to the batch
H A Dbuild.bat31 REM Note: Running this batch file from the Windows command shell requires
/openjdk7/jdk/make/common/
H A DLibrary.gmk96 # The setting of parallel works best on Unix, batch on Windows.
112 # Note this does not depend on Rules.gmk to work like batch (below)
132 # COMPILE_APPROACH=batch: Will trigger compilations (just compilations) to
133 # happen in batch mode. Greatly decreases Windows build time.
139 ifeq ($(COMPILE_APPROACH),batch)
H A DProgram.gmk37 ifeq ($(COMPILE_APPROACH),batch)
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A DCHANGES3459 IDE autogenerates appropriate makefiles (libpng.mk) for batch processing.

Completed in 162 milliseconds