Searched refs:all (Results 126 - 150 of 261) sorted by relevance

1234567891011

/openjdk7/hotspot/src/cpu/zero/vm/
H A DstubGenerator_zero.cpp185 // Generates all stubs and initializes the entry points
187 // entry points that exist in all platforms Note: This is code
213 // Generates all stubs and initializes the entry points
236 StubGenerator(CodeBuffer* code, bool all) : StubCodeGenerator(code) { argument
237 if (all) {
245 void StubGenerator_generate(CodeBuffer* code, bool all) { argument
246 StubGenerator g(code, all);
/openjdk7/jdk/make/tools/
H A DMakefile27 # Create all the build tools
66 all build clean clobber::
/openjdk7/jdk/make/tools/generate_nimbus/
H A DMakefile60 all: $(TEMPLATE_DEST) $(BUILDTOOL_JAR_FILE)
/openjdk7/jdk/test/sun/tools/jstatd/
H A DjstatdDefaults.sh48 ${JSTATD} -J-XX:+UsePerfData -J-Djava.security.policy=${TESTSRC}/all.policy 2>&1 > ${JSTATD_OUT} &
H A DjstatdServerName.sh57 ${JSTATD} -J-XX:+UsePerfData -J-Djava.security.policy=${TESTSRC}/all.policy -p ${PORT_1} 2>&1 > ${JSTATD_1_OUT} &
63 ${JSTATD} -J-XX:+UsePerfData -J-Djava.security.policy=${TESTSRC}/all.policy -p ${PORT_2} -n ${SERVERNAME} 2>&1 > ${JSTATD_2_OUT} &
/openjdk7/langtools/make/
H A DMakefile184 all: build
190 ANT_TARGETS = build clean sanity post-sanity diagnostics build-all-tools # for now
213 jprt_build_product jprt_build_debug jprt_build_fastdebug: all
220 .PHONY: $(ANT_TARGETS) all clobber \
/openjdk7/langtools/test/tools/javac/ExtDirs/
H A DExtDirs.sh99 echo PASS: all tests gave expected results
/openjdk7/jdk/test/sun/management/jmxremote/bootstrap/
H A DMakefile67 all: install
/openjdk7/jdk/make/com/oracle/
H A DMakefile30 #SUBDIRS_MAKEFLAGS += JAVAC_LINT_OPTIONS=-Xlint:all,-deprecation,-path
63 all build clean clobber::
/openjdk7/jdk/make/com/sun/
H A DMakefile55 all build clean clobber::
/openjdk7/jdk/make/com/sun/script/
H A DMakefile44 all: classes copy-files
/openjdk7/jdk/make/java/
H A DMakefile27 # Makefile for building all of java
66 all build clean clobber::
/openjdk7/jdk/make/sun/org/mozilla/javascript/
H A DMakefile27 # Makefile for building all of sun.org.mozilla.javascript.internal.*
50 all: classes copy-files
/openjdk7/jdk/make/sun/security/
H A DMakefile33 # Also install wrappers for all of these.
45 # Build PKCS#11 on all platforms except 64-bit Windows.
73 all build clean clobber::
/openjdk7/
H A DMakefile67 default: all
82 all:: sanity
85 all:: fastdebug_build
89 all:: debug_build
92 all:: all_product_build
304 $(MAKE) DEV_ONLY=true all
314 $(MAKE) SKIP_FASTDEBUG_BUILD=true BUILD_HOTSPOT=false all
344 $(MAKE) SKIP_FASTDEBUG_BUILD=true all
360 Makefile for the JDK builds (all the JDK). \n\
367 all
[all...]
/openjdk7/corba/make/common/
H A DBuildToolJar.gmk36 # Wildcard patterns that find all the sources for this build tool
40 # Wildcard expansion that finds all the files
43 all build: $(BUILDTOOL_JAR_FILE)
/openjdk7/jdk/src/macosx/native/jobjc/
H A Dbridgesupport.gmk54 all: $(GEN_BRIDGESUPPORT)
/openjdk7/jdk/test/com/sun/jdi/
H A DCatchPatternTest.sh89 cmd catch all java.lang.I*
93 cmd ignore all java.lang.I*
/openjdk7/jdk/make/java/redist/fonts/
H A DMakefile101 all build : $(INTERNAL_IMPORT_LIST)
108 all build clean clobber :
/openjdk7/jdk/make/mksample/scripting/scriptpad/
H A DMakefile66 all build: $(SAMPLE_FILES)
74 .PHONY: all build clean clobber
/openjdk7/jaxp/make/
H A DMakefile144 default: all
147 ANT_TARGETS = all source drop_included build dist clobber clean sanity
166 @echo " Environment or command line variables (all optional):"
202 jprt_build_product jprt_build_debug jprt_build_fastdebug: all
/openjdk7/jdk/src/share/classes/javax/naming/directory/
H A DBasicAttributes.java271 NamingEnumeration all = getAll();
272 while (all.hasMore()) {
273 hash += all.next().hashCode();
/openjdk7/jdk/make/com/oracle/security/ucrypto/
H A DMakefile42 # all The usual, ucrypto.jar plus the native libraries.
59 # release Builds all targets in preparation
79 all:
101 JAVAC_LINT_OPTIONS=-Xlint:all,-deprecation
166 all: ucrypto-cfg build-jar install-prebuilt
/openjdk7/jdk/src/share/classes/sun/security/jgss/krb5/
H A DCipherHelper.java287 // defines key_usage of 23, however all Kerberos impl.
288 // MS/Solaris/MIT all use key_usage of 15 for MIC tokens
835 * (8). Encrypt and throw away results for all blocks except for
863 // Iterate over all but the last block
955 * Decrypt all blocks directly into the output buffer except for
963 // Iterate over all but the last block
983 * are all the value of the number of padding bytes.
1048 * Decrypt all blocks directly into the output buffer except for
1056 // Iterate over all but the last block
1092 * are all th
[all...]
/openjdk7/jdk/make/common/
H A DBuildToolJar.gmk35 all build: $(BUILDTOOL_JAR_FILE) tool_info

Completed in 98 milliseconds

1234567891011