Searched refs:args (Results 476 - 500 of 6373) sorted by relevance

<<11121314151617181920>>

/openjdk7/jdk/make/tools/reorder/tools/
H A DCombine.java63 public static void main(String[] args) { argument
65 if (args.length < 2) {
70 for (int i = 0; i < args.length; ++i)
71 appendFile(args[i], i == 0);
/openjdk7/jdk/src/share/classes/com/sun/beans/decoder/
H A DArrayElementHandler.java116 * @param args the array of arguments
120 protected ValueObject getValueObject(Class<?> type, Object[] args) { argument
127 Object array = Array.newInstance(type, args.length);
128 for (int i = 0; i < args.length; i++) {
129 Array.set(array, i, args[i]);
/openjdk7/hotspot/test/compiler/5091921/
H A DTest6196102.java34 static public void main(String[] args) { argument
/openjdk7/hotspot/test/compiler/6579789/
H A DTest6579789.java33 public static void main(String[] args) { argument
/openjdk7/hotspot/test/compiler/6795465/
H A DTest6795465.java41 public static void main(String[] args) { argument
/openjdk7/hotspot/test/compiler/6796786/
H A DTest6796786.java37 public static void main(String[] args) { argument
/openjdk7/hotspot/test/compiler/6799693/
H A DTest.java35 public static void main(String[] args) argument
/openjdk7/hotspot/test/compiler/6916644/
H A DTest6916644.java42 public static void main(String[] args) { argument
/openjdk7/hotspot/test/compiler/7042153/
H A DTest7042153.java40 public static void main(String [] args) { argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/util/
H A DWSToolsObjectFactoryImpl.java43 public boolean wsimport(OutputStream logStream, Container container, String[] args) { argument
45 return tool.run(args);
49 public boolean wsgen(OutputStream logStream, Container container, String[] args) { argument
51 return tool.run(args);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/
H A DErrorReporter.java68 void error( Locator loc, String prop, Object... args ) {
69 errorReceiver.error( loc, Messages.format(prop,args) );
72 void warning( Locator loc, String prop, Object... args ) {
74 Messages.format(prop,args), loc ));
80 private String format( String prop, Object[] args ) {
88 return MessageFormat.format(fmt,args);
/openjdk7/jdk/test/com/sun/jdi/
H A DOnThrowTarget.java34 public static void main( final String[] args ) throws OnThrowException {
H A DRepStepTarg.java31 public static void main(String[] args) { argument
/openjdk7/jdk/test/com/sun/jdi/sde/
H A DSourceDebugExtensionTest.java25 SourceDebugExtensionTest (String args[]) { argument
26 super(args);
29 public static void main(String[] args) throws Exception { argument
31 new SourceDebugExtensionTest(args).startTests();
/openjdk7/jdk/test/com/sun/jndi/ldap/LdapName/
H A DCase.java35 public static void main(String[] args) throws Exception { argument
H A DUnescapeTest.java35 public static void main(String[] args) { argument
/openjdk7/jdk/test/com/sun/net/httpserver/bugs/
H A DB6424196.java36 public static void main(String[] args) throws IOException { argument
/openjdk7/jdk/test/com/sun/security/auth/login/ConfigFile/
H A DEmptyOption.java35 public static void main(String[] args) throws Exception { argument
/openjdk7/jdk/test/demo/jvmti/minst/
H A DMinstExample.java34 public static void main(String[] args) { argument
/openjdk7/jdk/test/java/awt/Cursor/PredefinedPrivate/
H A DPredefinedPrivate.java36 public static void main(String args[]) { argument
/openjdk7/jdk/test/java/awt/FontClass/
H A DFontPrivilege.java35 public static void main(String[] args) throws Exception { argument
H A DX11FontPathCrashTest.java37 public static void main(String[] args) { argument
/openjdk7/jdk/test/java/awt/GraphicsEnvironment/
H A DTestGetDefScreenDevice.java34 public static void main(String[] args) throws Exception { argument
/openjdk7/jdk/test/java/awt/Toolkit/AutoShutdown/ShowExitTest/
H A DShowExitTest.java34 public static void main(String[] args) { argument
/openjdk7/jdk/test/java/awt/Toolkit/SecurityTest/
H A DSecurityTest2.java14 public static void main(String[] args) argument

Completed in 151 milliseconds

<<11121314151617181920>>