Searched refs:usage (Results 176 - 196 of 196) sorted by relevance

12345678

/openjdk7/jdk/test/sun/java2d/SunGraphics2D/
H A DPolyVertTest.java240 public static void usage(int exitcode) { method in class:PolyVertTest
241 System.err.println("usage: java PolyVertTest [<option>]*");
242 System.err.println(" -usage "+
243 "print this usage summary");
282 } else if (arg.equalsIgnoreCase("-usage")) {
283 usage(0);
286 usage(1);
/openjdk7/jdk/src/share/native/sun/security/jgss/wrapper/
H A DGSSLibStub.c503 jint usage)
517 credUsage = (gss_cred_usage_t) usage;
521 sprintf(debugBuf, "[GSSLibStub_acquireCred] pName=%ld, usage=%d",
522 (long) pName, usage);
677 gss_cred_usage_t usage; local
685 inquireCred(env, jobj, credHdl, TYPE_CRED_USAGE, &usage);
691 return (jint) usage;
499 Java_sun_security_jgss_wrapper_GSSLibStub_acquireCred(JNIEnv *env, jobject jobj, jlong pName, jint reqTime, jint usage) argument
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/report/
H A DHTMLSeriesReporter.java33 * This source code is provided to illustrate the usage of a given feature
443 String usage =
462 System.out.println(usage);
H A DJ2DAnalyzer.java33 * This source code is provided to illustrate the usage of a given feature
62 public static void usage(PrintStream out) { method in class:J2DAnalyzer
63 out.println("usage:");
68 "print out this usage statement");
131 usage(System.out);
141 usage(System.err);
H A DXMLHTMLReporter.java33 * This source code is provided to illustrate the usage of a given feature
1325 String usage =
1346 System.out.println(usage);
/openjdk7/langtools/test/tools/javac/diags/
H A DMessageInfo.java94 void usage() { method in class:MessageInfo
154 usage();
/openjdk7/jdk/src/share/classes/sun/security/tools/
H A DJarSigner.java387 usage();
397 usage();
401 usage();
405 usage();
438 usage();
444 usage();
451 usage();
458 usage();
466 usage();
467 return null; // Useless, usage() alread
475 static void usage() { method in class:JarSigner
[all...]
H A DKeyTool.java548 usage();
554 usage();
4083 * Prints the usage of this tool.
4085 private void usage() { method in class:KeyTool
4132 "Use.keytool.command.name.help.for.usage.of.command.name"));
4137 usage();
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/tty/
H A DTTY.java27 * This source code is provided to illustrate the usage of a given feature
775 private static void usage() { method in class:TTY
776 MessageOutput.println("zz usage text", new Object [] {progname,
784 usage();
790 usage();
995 usage();
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DContext.h227 BOOL IsTextureFormatSupported(D3DFORMAT format, DWORD usage = 0);
H A DD3DContext.cpp780 D3DContext::IsTextureFormatSupported(D3DFORMAT format, DWORD usage) argument
785 usage,
/openjdk7/jdk/test/com/sun/crypto/provider/KeyAgreement/
H A DDHKeyAgreement3.java193 * Prints the usage of this test.
195 private void usage() { method in class:DHKeyAgreement3
196 System.err.print("DHKeyAgreement usage: ");
/openjdk7/hotspot/src/share/vm/services/
H A Dmanagement.cpp646 // Returns a java/lang/management/MemoryUsage object containing the memory usage
653 MemoryUsage usage = pool->get_memory_usage(); variable
654 Handle h = MemoryService::create_MemoryUsage_obj(usage, CHECK_NULL);
661 // Returns a java/lang/management/MemoryUsage object containing the memory usage
668 MemoryUsage usage = pool->get_peak_memory_usage(); variable
669 Handle h = MemoryService::create_MemoryUsage_obj(usage, CHECK_NULL);
676 // Returns a java/lang/management/MemoryUsage object containing the memory usage
683 MemoryUsage usage = pool->get_last_collection_usage(); variable
684 Handle h = MemoryService::create_MemoryUsage_obj(usage, CHECK_NULL);
835 // the memory usage fo
[all...]
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompilerOracle.cpp346 static void usage() { function
485 usage();
/openjdk7/make/scripts/
H A Dwebrev.ksh497 # NOTE: We rely on standard usage of $WDIR and $DIR.
1947 function usage function
2101 ?) usage;;
2108 usage
2136 usage
/openjdk7/langtools/test/tools/javac/failover/
H A DCheckAttributedTree.java130 * directory to the test root directory. For other options, see usage().
137 usage(System.out);
196 void usage(PrintStream out) { method in class:CheckAttributedTree
/openjdk7/langtools/test/tools/javac/tree/
H A DTreePosTest.java127 * directory to the test root directory. For other options, see usage().
134 usage(System.out);
193 void usage(PrintStream out) { method in class:TreePosTest
/openjdk7/jdk/test/java/net/URI/
H A DTest.java1554 static void usage() { method in class:Test
1609 usage();
1620 usage();
/openjdk7/jdk/src/share/demo/jfc/Font2DTest/
H A DFont2DTest.java33 * This source code is provided to illustrate the usage of a given feature
1007 String usage = "Usage: java -jar Font2DTest.jar [options]\n" +
1014 System.out.println(usage);
/openjdk7/jdk/src/share/classes/sun/security/tools/policytool/
H A DPolicyTool.java686 if (++n == args.length) usage();
693 usage();
698 static void usage() { method in class:PolicyTool
/openjdk7/jdk/src/share/native/sun/java2d/opengl/J2D_GL/
H A Dglext.h3407 typedef void (APIENTRYP PFNGLBUFFERDATAPROC) (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage);
4008 typedef void (APIENTRYP PFNGLBUFFERDATAARBPROC) (GLenum target, GLsizeiptrARB size, const GLvoid *data, GLenum usage);
5843 typedef GLuint (APIENTRYP PFNGLNEWOBJECTBUFFERATIPROC) (GLsizei size, const GLvoid *pointer, GLenum usage);

Completed in 563 milliseconds

12345678