Searched refs:System (Results 1 - 25 of 260) sorted by relevance

1234567891011

/external/clearsilver/java-jni/
H A DCSTest.java20 System.out.println("Testing HDF set and dump\n");
23 System.out.println( hdf.dump() );
25 System.out.println("Testing HDF get\n");
27 System.out.println( foo );
29 System.out.println( foo );
31 System.out.println( "----" );
33 System.out.println("Testing HDF setSymLink\n");
36 System.out.println( foo );
38 System.out.println( "----" );
40 System
[all...]
H A DJNI.java16 * System.exit(1).
20 System.out.println("Could not load '" + libraryName + "'");
21 System.out.println("java.library.path = "
22 + System.getProperty("java.library.path"));
23 System.exit(1);
50 System.loadLibrary(libraryName);
/external/webkit/WebKitTools/Scripts/
H A Dnum-cpus3 ls /proc/registry/HKEY_LOCAL_MACHINE/HARDWARE/DESCRIPTION/System/CentralProcessor | wc -w
/external/emma/ant/ant14/com/vladium/emma/
H A DANTMain.java25 System.out.println ("this jar contains ANT task definitions for " + IAppConstants.APP_NAME
28 System.out.println ();
29 System.out.println (IAppConstants.APP_USAGE_BUILD_ID);
/external/webkit/WebCore/manual-tests/resources/
H A DArrayParameterTestApplet.java31 System.out.println("arrayFunction called");
33 System.out.println(array[i]);
37 System.out.println("booleanArray called");
39 System.out.println(array[i]);
43 System.out.println("byteArray called");
45 System.out.println(array[i]);
49 System.out.println("charArray called");
51 System.out.println(array[i]);
55 System.out.println("shortArray called");
57 System
[all...]
/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
H A DJAXPTest.java37 System.err.println("Usage: java "+getClass()+" [input-file]");
38 System.exit(1);
41 //System.setProperty("javax.xml.parsers.SAXParserFactory", SAXFactoryImpl.class.toString());
42 System.setProperty("javax.xml.parsers.SAXParserFactory", "org.ccil.cowan.tagsoup.jaxp.SAXFactoryImpl");
45 System.out.println("Ok, SAX factory JAXP creates is: "+spf);
46 System.out.println("Let's parse...");
48 System.out.println("Done. And then DOM build:");
52 System.out.println("Succesfully built DOM tree from '"+f+"', -> "+doc);
/external/proguard/src/proguard/gui/
H A DReTraceRunnable.java71 // Redirect the stack trace string to the System's in stream, and the
73 InputStream oldIn = System.in;
74 PrintStream oldOut = System.out;
75 PrintStream oldErr = System.err;
83 System.setIn(inputStream);
84 System.setOut(printStream);
85 System.setErr(printStream);
100 System.out.println(ex.getMessage());
111 System.gc();
114 System
[all...]
H A DProGuardRunnable.java68 // Redirect the System's out and err streams to the console text area.
69 PrintStream oldOut = System.out;
70 PrintStream oldErr = System.err;
75 System.setOut(printStream);
76 System.setErr(printStream);
87 System.out.println("Processing completed successfully");
94 System.out.println(ex.getMessage());
105 System.gc();
108 System.out.println(msg("outOfMemoryInfo", configurationFileName));
121 // Restore the old System'
[all...]
/external/junit/src/junit/runner/
H A DVersion.java16 System.out.println(id());
/external/proguard/examples/annotations/examples/
H A DApplication.java18 System.out.println("The answer is 42");
H A DNativeCallBack.java42 System.out.println("The answer is " + answer);
/external/clearsilver/csharp/
H A Dcstest.cs1 using System;
2 using System.Runtime.InteropServices;
/external/proguard/src/proguard/
H A DInitializer.java70 WarningPrinter classReferenceWarningPrinter = new WarningPrinter(System.err, configuration.warn);
71 WarningPrinter dependencyWarningPrinter = new WarningPrinter(System.err, configuration.warn);
91 WarningPrinter memberReferenceWarningPrinter = new WarningPrinter(System.err, configuration.warn);
119 WarningPrinter dynamicClassReferenceNotePrinter = new WarningPrinter(System.out, configuration.note);
120 WarningPrinter classForNameNotePrinter = new WarningPrinter(System.out, configuration.note);
134 WarningPrinter getMemberNotePrinter = new WarningPrinter(System.out, configuration.note);
157 WarningPrinter fullyQualifiedClassNameNotePrinter = new WarningPrinter(System.out, configuration.note);
158 WarningPrinter descriptorKeepNotePrinter = new WarningPrinter(System.out, configuration.note);
232 System.out.println("Note: there were " + fullyQualifiedNoteCount +
234 System
[all...]
H A DTargeter.java63 System.err.print("Warning: some classes have more recent versions (");
69 System.err.print(ClassUtil.externalClassVersion(classVersion.intValue()));
73 System.err.print(",");
77 System.err.println(")");
78 System.err.println(" than the target version ("+ClassUtil.externalClassVersion(configuration.targetClassVersion)+").");
82 System.err.println(" If you are sure this is not a problem,");
83 System.err.println(" you could try your luck using the '-ignorewarnings' option.");
H A DProGuard.java62 System.out.println(VERSION);
169 System.out.println("Printing configuration to [" + fileName(configuration.printConfiguration) + "]...");
191 System.out.println("Reading input...");
207 System.out.println("Initializing...");
221 System.out.println("Setting target versions...");
236 System.out.println("Printing kept classes, fields, and methods...");
278 System.out.println("Shrinking...");
283 System.out.println("Explaining why classes and class members are being kept...");
289 System.out.println("Printing usage to [" + fileName(configuration.printUsage) + "]...");
306 System
[all...]
/external/jdiff/src/jdiff/
H A DAPI.java87 for (int i = 0; i < indent; i++) System.out.print(" ");
88 System.out.println("Package Name: " + pkg.name_);
95 System.out.print("Package doc block:");
96 System.out.println("\"" + pkg.doc_ + "\"");
107 for (int i = 0; i < indent; i++) System.out.print(" ");
109 System.out.println("Interface name: " + c.name_);
111 System.out.println("Class Name: " + c.name_);
113 for (int i = 0; i < indent; i++) System.out.print(" ");
114 System.out.println("Extends: " + c.extends_);
117 for (int i = 0; i < indent; i++) System
[all...]
H A DOptions.java153 System.out.println("Command line arguments: ");
158 System.out.print(" " + options[i][j]);
162 System.out.println();
386 System.out.println("JDiff version: " + JDiff.version);
387 System.exit(0);
391 System.exit(0);
404 System.err.println("JDiff version: " + JDiff.version);
405 System.err.println("");
406 System.err.println("Valid JDiff arguments:");
407 System
[all...]
H A DJDiff.java30 System.out.println("JDiff: doclet started ...");
42 long startTime = System.currentTimeMillis();
63 System.out.println("Error: file '" + tempOldFileName + "' does not exist for the old API");
78 System.out.println("Error: file '" + tempNewFileName + "' does not exist for the new API");
84 System.out.print("JDiff: reading the old API in from file '" + tempOldFileName + "'...");
90 System.out.print("JDiff: reading the new API in from file '" + tempNewFileName + "'...");
112 System.out.println("JDiff: reading the comments in from file '" + commentsFileName + "'...");
115 System.out.println(" (the comments file will be created)");
128 System.out.println("JDiff: writing the comments out to file '" + commentsFileName + "'...");
132 System
[all...]
/external/emma/core/java12/com/vladium/jcd/parser/
H A DClassDefParser.java107 if (DEBUG) System.out.println (s_line);
111 if (DEBUG) System.out.println (s_line);
117 if (DEBUG) System.out.println (s_line);
120 if (DEBUG) System.out.println (s_line);
123 if (DEBUG) System.out.println (s_line);
126 if (DEBUG) System.out.println (s_line);
129 if (DEBUG) System.out.println (s_line);
138 if (DEBUG) System.out.println ("magic: [" + Long.toHexString (magic) + ']');
151 System.out.println ("major_version: [" + major_version + ']');
152 System
[all...]
/external/emma/core/java12/com/vladium/util/
H A DIConstants.java26 String EOL = System.getProperty ("line.separator", "\n");
/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/
H A Dtypedef.h62 #error No System recognized
/external/zlib/contrib/dotzlib/DotZLib/
H A DAssemblyInfo.cs1 using System.Reflection;
2 using System.Runtime.CompilerServices;
/external/jsr305/sampleUses/src/main/java/
H A DLuhnVerification.java18 System.out.println(result);
23 System.out.println(checkNumber(""));
/external/proguard/src/proguard/obfuscate/
H A DSimpleNameFactory.java138 System.out.println("Some mixed-case names:");
140 System.out.println("Some lower-case names:");
142 System.out.println("Some more mixed-case names:");
144 System.out.println("Some more lower-case names:");
153 System.out.println(" ["+factory.nextName()+"]");
/external/emma/core/java12/
H A Demma.java31 System.out.println (USAGE);
37 System.arraycopy (args, 1, commandArgs, 0, commandArgs.length);
50 private static final String EOL = System.getProperty ("line.separator", "\n");

Completed in 481 milliseconds

1234567891011