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

<<11

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A DCHANGES89 put all the configurable stuff in pngconf.h
152 Allow PNG file to be read when some or all of file signature has already
154 of info_struct and invalidates all programs that use a shared libpng****
164 - all chunk handling routines have the same prototypes, so we will
165 be able to handle all chunks via a callback mechanism
182 Removed all implicit variable tests which assume NULL == 0 (I think)
198 Renamed pngrcb.c to pngset.c, and all png_read_<chunk> functions to be
226 all configurable options can be selected from command-line instead
245 Changed all references to RFC1152 to read RFC1123 and changed the
262 Added type casting to all png_mallo
[all...]
/openjdk7/jdk/make/docs/
H A DMakefile79 # List of all possible directories for javadoc to look for sources
204 # Common javadoc options used by all
264 # Default target is same as docs target, create core api and all others it can
267 all: docs
1156 # Get a cache of all the directories
1228 .PHONY: all docs coredocs rel-docs echovalues otherdocs rel-coredocs \
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DstubGenerator_sparc.cpp425 // If the compiler needs all registers to be preserved between the fault
458 // architecture, for all of our implicit exception kinds at call
512 // Generate a routine that sets all the registers so we
3379 // Generates all stubs and initializes the entry points
3382 // entry points that exist in all platforms
3413 // Generates all stubs and initializes the entry points
3438 StubGenerator(CodeBuffer* code, bool all) : StubCodeGenerator(code) { argument
3442 _stub_count = !all ? 0x100 : 0x200;
3443 if (all) {
3449 // make sure this stub is available for all loca
3492 StubGenerator_generate(CodeBuffer* code, bool all) argument
[all...]
/openjdk7/jdk/test/java/lang/invoke/indify/
H A DIndify.java78 * The net result of all of these actions is equivalent to the JVM's
116 public boolean all = false; field in class:Indify
150 /** Execute the given application under a class loader which indifies all application classes. */
192 case "--all": case "--all=":
193 all = booleanOption(a2); // copy all classes, even if no patterns
267 if (changed || all) {
/openjdk7/jdk/src/share/classes/java/io/
H A DObjectStreamClass.java238 * defines a set of classes all with the same name that have evolved from a
311 * is non-serializable and "all" is set to false.
314 * @param all if true, return descriptors for all classes; if false, only
317 static ObjectStreamClass lookup(Class<?> cl, boolean all) { argument
318 if (!(all || Serializable.class.isAssignableFrom(cl))) {
827 * A specified type of null matches all types, Object.class matches all
1633 * Returns array of ObjectStreamFields corresponding to all non-static
/openjdk7/jdk/src/share/classes/java/text/
H A DDecimalFormat.java135 * minimal digits, and other characteristics are all the same as the positive
284 * <code>"##0.##E0"</code> is <code>"12.3E3"</code>. To show all digits, set
302 * digits as well as all Unicode decimal digits, as defined by
402 String[] all = rb.getStringArray("NumberPatterns");
403 pattern = all[0];
1170 * <code>delegate</code> is notified of all the
1211 * use all characters up to the end of the string), and the parsed
1247 * <code>DecimalFormat</code> parses all Unicode characters that represent
1470 /* We recognize all digit ranges, not only the Latin digit range
2871 // Try to adjust all o
[all...]
/openjdk7/hotspot/src/cpu/x86/vm/
H A DstubGenerator_x86_32.cpp1004 __ jmpb(L_copy_2_bytes); // all dwords were copied
1190 __ jmpb(L_copy_2_bytes); // all dword were copied
2750 // if they expect all registers to be preserved.
2775 // could actually be a vanilla BufferBlob and have now oopMap at all.
2781 // If the compiler needs all registers to be preserved between the fault
2888 // Generates all stubs and initializes the entry points
2891 // entry points that exist in all platforms
2923 // Generates all stubs and initializes the entry points
2955 StubGenerator(CodeBuffer* code, bool all) : StubCodeGenerator(code) { argument
2956 if (all) {
2965 StubGenerator_generate(CodeBuffer* code, bool all) argument
[all...]
H A DstubGenerator_x86_64.cpp974 // all args on stack!
1078 // pushed all the registers, so now the stack looks like:
3626 // rather than BufferBlobs. If the compiler needs all registers to
3642 // if they expect all registers to be preserved.
3724 // Generates all stubs and initializes the entry points
3729 // entry points that exist in all platforms Note: This is code
3770 // Generates all stubs and initializes the entry points
3824 StubGenerator(CodeBuffer* code, bool all) : StubCodeGenerator(code) { argument
3825 if (all) {
3833 void StubGenerator_generate(CodeBuffer* code, bool all) { argument
[all...]
/openjdk7/jdk/make/jpda/jdwp/
H A Djdwp.spec45 "Returns reference types for all the classes loaded by the target VM "
72 "Returns reference types for all classes currently loaded by the "
94 "Returns all threads currently running in the target VM . "
96 "java.lang.Thread, all native threads attached to "
113 "Returns all thread groups that do not have a parent. This command "
140 "<li>Garbage collection is re-enabled in all cases where it was "
364 "Retrieve all of this VM's capabilities. The capabilities are returned "
517 "Returns reference types for all classes currently loaded by the "
967 "If zero, all instances are returned.")
1107 "By default, all thread
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A Darguments.cpp304 // property. Must be called after all command-line arguments have been
314 // Combine all the components into a single c-heap-allocated string; caller
754 // utility function to return a string that concatenates all
985 // Set up default values for all flags.
1119 // AlwaysTenure flag should make ParNew promote all at first collection.
1233 // promote all objects surviving "tenuring_default" scavenges.
1239 // `promote all' (via MaxTenuringThreshold := 0),
1505 // By default HeapBaseMinAddress is 2G on all platforms except Solaris x86.
1791 // The intent is to warn the user of all possible conflicts,
2122 // Do final processing now that all argument
[all...]
/openjdk7/hotspot/src/share/vm/prims/
H A Djni.cpp1369 // k might be an arrayKlassOop but all vtables start at
4628 // Structure containing all jni functions
5048 run_unit_test(GCTimerAllTest::all());
5083 // on all architectures. So we check it works before relying on it.
5149 // Check if we should compile all classes on bootclasspath

Completed in 105 milliseconds

<<11