Searched refs:what (Results 51 - 67 of 67) sorted by relevance

123

/openjdk7/jdk/src/share/classes/sun/launcher/
H A DLauncherHelper.java463 String what) {
470 cn = what;
473 cn = getMainClassFromJar(ostream, what);
461 checkAndLoadMain(boolean printToStderr, int mode, String what) argument
/openjdk7/hotspot/src/share/vm/code/
H A Ddependencies.cpp515 const char* what; local
517 what = "context";
520 what = "method ";
523 what = "class ";
525 what = "object ";
527 tty->print(" %s = %s", what, (put_star? "*": ""));
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DClassReader.java89 private void skip(int n, String what) throws IOException { argument
90 Utils.log.warning("skipping "+n+" bytes of "+what);
398 // No, we don't really know what to do this this one.
H A DPackage.java1115 void stripAttributeKind(String what) { argument
1116 // what is one of { Debug, Compile, Constant, Exceptions, InnerClasses }
1118 Utils.log.info("Stripping "+what.toLowerCase()+" data and attributes...");
1119 switch (what) {
/openjdk7/jdk/src/solaris/bin/
H A Djava_md_solinux.c1040 int mode, char *what, int ret)
1043 return ContinueInNewThread(ifn, threadStackSize, argc, argv, mode, what, ret);
1038 JVMInit(InvocationFunctions* ifn, jlong threadStackSize, int argc, char **argv, int mode, char *what, int ret) argument
/openjdk7/
H A DMakefile187 # The install process needs to know what the DEBUG_NAME is, so
553 what clobber insane \
/openjdk7/jdk/src/share/classes/java/net/
H A DURI.java2997 String what)
3002 fail("Illegal character in " + what, p);
3009 String what)
3012 checkChars(p, p + 1, lowMask, highMask, what);
2995 checkChars(int start, int end, long lowMask, long highMask, String what) argument
3007 checkChar(int p, long lowMask, long highMask, String what) argument
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLETableReference.h55 extern void _debug_LETableReference(const char *f, int l, const char *msg, const LETableReference *what, const void *ptr, size_t len);
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/compiler/
H A DCompiler.java736 * Get a {@link org.w3c.dom.traversal.NodeFilter} bit set that tells what
741 * @return {@link org.w3c.dom.traversal.NodeFilter} bit set that tells what
880 int what = getWhatToShow(startOpPos);
882 if(0x00000500 == what)
/openjdk7/jdk/src/windows/bin/
H A Djava_md.c338 * Given a JRE location and a JVM type, construct what the name the
1152 * STACK_SIZE_PARAM_IS_A_RESERVATION is what we want, but it's not
1366 int mode, char *what, int ret)
1369 return ContinueInNewThread(ifn, threadStackSize, argc, argv, mode, what, ret);
1448 // out the first character, the indicator character, so no matter what
1364 JVMInit(InvocationFunctions* ifn, jlong threadStackSize, int argc, char **argv, int mode, char *what, int ret) argument
/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DMethodHandles.java2184 static RuntimeException misMatchedTypes(String what, MethodType t1, MethodType t2) { argument
2185 return newIllegalArgumentException(what + " must match: " + t1 + " != " + t2);
/openjdk7/jdk/src/share/classes/javax/management/remote/rmi/
H A DRMIConnectionImpl.java1682 private static void checkNonNull(String what, Object x) { argument
1685 new IllegalArgumentException(what + " must not be null");
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DCheck.java2726 String what = e.sym.toString();
2729 log.error(pos, "already.defined.static.single.import", what);
2731 log.error(pos, "already.defined.single.import", what);
2734 log.error(pos, "already.defined.this.unit", what);
/openjdk7/jdk/src/share/classes/java/awt/
H A DComponent.java696 * to signal setBounds what's changing. Should be used under TreeLock.
3671 * <code>ImageObserver</code> flags indicating what
3707 * <code>ImageObserver</code> flags indicating what
6838 public boolean action(Event evt, Object what) { argument
7044 public boolean gotFocus(Event evt, Object what) { argument
7053 public boolean lostFocus(Event evt, Object what) { argument
7694 // now let's call RequestFocusController and see what it says.
9120 * a concise, localized description of what this object is - what
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.hpp565 // level; i.e., what you write
566 // is what you get. The Assembler is generating code into a CodeBuffer.
2383 void untested(const char* what = "");
2384 void unimplemented(const char* what = "") { char* b = new char[1024]; jio_snprintf(b, 1024, "unimplemented: %s", what); stop(b); }
H A Dassembler_sparc.cpp2004 void MacroAssembler::untested(const char* what) { argument
2013 ss.print("untested: %s", what);
3145 // what we need immediately.
3360 // know what operations can be legally performed on the object's
3449 // Fall through to the normal CAS-based lock, because no matter what
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.hpp90 // We have control over the convention for java so we can do what we please.
447 // level (e.g. mov rax, 0 is not translated into xor rax, rax!); i.e., what you write
448 // is what you get. The Assembler is generating code into a CodeBuffer.
2339 void unimplemented(const char* what = "") { char* b = new char[1024]; jio_snprintf(b, 1024, "unimplemented: %s", what); stop(b); }

Completed in 147 milliseconds

123