/external/proguard/src/proguard/ |
Initializer.java | 65 WarningPrinter fullyQualifiedClassNameNotePrinter = new WarningPrinter(System.out, configuration.note); 79 WarningPrinter getAnnotationNotePrinter = new WarningPrinter(System.out, configuration.note); 88 WarningPrinter getSignatureNotePrinter = new WarningPrinter(System.out, configuration.note); 97 WarningPrinter getEnclosingClassNotePrinter = new WarningPrinter(System.out, configuration.note); 106 WarningPrinter getEnclosingMethodNotePrinter = new WarningPrinter(System.out, configuration.note); 122 WarningPrinter classReferenceWarningPrinter = new WarningPrinter(System.err, configuration.warn); 123 WarningPrinter dependencyWarningPrinter = new WarningPrinter(System.err, configuration.warn); 143 WarningPrinter programMemberReferenceWarningPrinter = new WarningPrinter(System.err, configuration.warn); 144 WarningPrinter libraryMemberReferenceWarningPrinter = new WarningPrinter(System.err, configuration.warn); 179 WarningPrinter dynamicClassReferenceNotePrinter = new WarningPrinter(System.out, configuration.note) [all...] |
/art/test/048-reflect-v8/src/ |
IsDefaultTest.java | 22 System.out.println("hi default"); 33 System.out.println("hello specific"); 42 System.out.println(t); 47 System.out.println(klass.getName() + " is default = " + (isDefault ? "yes" : "no")); 51 System.out.println("=============================="); 52 System.out.println("Are These Methods Default:"); 53 System.out.println("==============================");
|
/art/test/946-obsolete-throw/src/art/ |
Test946.java | 25 System.out.println("hello"); 27 System.out.println("goodbye"); 33 // System.out.println("Hello - Transformed"); 35 // System.out.println("Goodbye - Transformed"); 79 System.out.println("transforming calling function"); 86 t.sayHi(() -> { System.out.println("Not doing anything here"); }); 90 System.out.println("Received error : " + e); 91 e.printStackTrace(System.out); 93 t.sayHi(() -> { System.out.println("Not doing anything here"); });
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/ |
JAXPTest.java | 37 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/testng/src/test/java/test/testng56/ |
ParallelTest.java | 14 System.out.println(Thread.currentThread().getId() + ":setup");
19 System.out.println(Thread.currentThread().getId() + ":teardown");
24 System.out.println(Thread.currentThread().getId() + ":test1");
29 System.out.println(Thread.currentThread().getId() + ":test2");
34 System.out.println(Thread.currentThread().getId() + ":test3");
39 System.out.println(Thread.currentThread().getId() + ":test4");
44 System.out.println(Thread.currentThread().getId() + ":test5");
|
/art/test/098-ddmc/src/ |
Main.java | 22 String name = System.getProperty("java.vm.name"); 24 System.out.println("This test is not supported on " + name); 31 System.out.println("Confirm empty"); 33 System.out.println("empty=" + empty); 35 System.out.println("Confirm enable"); 36 System.out.println("status=" + DdmVmInternal.getRecentAllocationStatus()); 38 System.out.println("status=" + DdmVmInternal.getRecentAllocationStatus()); 40 System.out.println("Capture some allocations (note just this causes allocations)"); 42 System.out.println("before > 0=" + (before.numberOfEntries > 0)); 44 System.out.println("Confirm when we overflow, we don't roll over to zero. b/17392248") [all...] |
/art/test/068-classloader/src/ |
Main.java | 31 //System.out.println("SYSTEM: " + ClassLoader.getSystemClassLoader()); 32 //System.out.println("ALTERN: " + loader); 48 System.out.println("base: " + DoubledImplement.class); 49 System.out.println("base2: " + DoubledImplement2.class); 75 String DEX_FILE = System.getenv("DEX_LOCATION") + "/068-classloader-ex.jar"; 77 Class<?> mDexClass = Class.forName("dalvik.system.DexFile"); 86 System.out.println(e); 88 System.out.println("Loaded class into null class loader"); 156 System.err.println("loadClass failed") [all...] |
/art/test/050-sync-test/src/ |
Main.java | 26 System.out.println("Sleep Test"); 29 System.out.println("\nCount Test"); 32 System.out.println("\nInterrupt Test"); 37 System.out.println("GOING"); 41 System.out.println("INTERRUPT!"); 44 System.out.println("GONE"); 58 System.out.println("INTERRUPT!"); 65 //System.out.println("main: off and running"); 71 System.out.println("INTERRUPT!"); 74 System.out.println("main: all done") [all...] |
/art/test/028-array-write/src/ |
Main.java | 32 System.out.println("Finished in " + ((end - start) / 1000000.0) 46 System.out.println("Running writeTest..."); 47 start = System.nanoTime(); 50 end = System.nanoTime(); 59 System.arraycopy(mStorage, 0, mStorage, 62 System.out.println("Running copyTest..."); 63 start = System.nanoTime(); 65 System.arraycopy(mStorage, 0, mStorage, 68 end = System.nanoTime(); 76 System.out.println("Done!") [all...] |
/art/test/030-bad-finalizer/src/ |
Main.java | 23 * This test is inherently flaky. It assumes that the system will schedule the finalizer daemon 48 final long waitStart = System.currentTimeMillis(); 56 remainingWait = timeout - (System.currentTimeMillis() - waitStart); 60 System.out.println("UNREACHABLE"); 61 System.exit(0); 67 System.out.println("About to null reference."); 92 System.out.println("Finalizer started and spinning..."); 96 start = System.nanoTime(); 100 end = System.nanoTime(); 101 System.out.println("Finalizer done spinning.") [all...] |
/art/test/596-monitor-inflation/src/ |
Main.java | 17 import dalvik.system.VMRuntime; 21 System.loadLibrary(args[0]); 36 System.out.println("Monitor list grew by at least 4000 monitors"); 38 System.out.println("Monitor list did not grow as expected"); 46 System.gc(); 47 System.runFinalization(); 52 System.out.println("Monitor list failed to shrink properly"); 54 System.out.println("Monitor list shrank correctly"); 63 System.out.println("Finished first check"); 72 System.out.println("Finished second check") [all...] |
/external/mdnsresponder/mDNSWindows/DLL.NET/ |
AssemblyInfo.cpp | 21 using namespace System; 22 using namespace System::Reflection; 23 using namespace System::Runtime::CompilerServices; 24 using namespace System::Runtime::InteropServices; 25 using namespace System::Security::Permissions;
|
/frameworks/base/core/java/com/android/internal/os/ |
BaseCommand.java | 46 onShowUsage(System.out); 56 onShowUsage(System.err); 57 System.err.println(); 58 System.err.println("Error: " + e.getMessage()); 60 e.printStackTrace(System.err); 61 System.exit(1); 69 onShowUsage(System.err); 77 onShowUsage(System.err); 78 System.err.println(); 79 System.err.println(message) [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
SystemTest.java | 35 * java.lang.System#setIn(java.io.InputStream) 38 InputStream orgIn = System.in; 40 System.setIn(in); 41 assertTrue("in not set", System.in == in); 42 System.setIn(orgIn); 46 * java.lang.System#setOut(java.io.PrintStream) 49 PrintStream orgOut = System.out; 51 System.setOut(out); 52 assertTrue("out not set", System.out == out); 53 System.setOut(orgOut) [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/ |
Stats.cs | 34 using System.Collections.Generic; 37 using Math = System.Math; 93 [System.Obsolete] 98 [System.Obsolete] 103 [System.Obsolete] 108 [System.Obsolete] 117 System.IO.Directory.CreateDirectory(System.IO.Path.GetDirectoryName(absoluteFilename)); 118 System.IO.File.AppendAllText(absoluteFilename, data); 122 string personalFolder = System.Environment.GetFolderPath(System.Environment.SpecialFolder.Personal) [all...] |
/external/icu/android_icu4j/src/samples/java/android/icu/samples/text/pluralformat/ |
PluralFormatSample.java | 27 System.out.println("======================================================================================="); 28 System.out.println(" PluralFormatExample()"); 29 System.out.println(); 30 System.out.println(" Use PluralFormat and Messageformat to get appropriate Plural Form for languages below:"); 31 System.out.println(" English, Slovenian"); 32 System.out.println("======================================================================================="); 48 System.out.println("Output by using PluralFormat and MessageFormat API\n"); 49 System.out.printf("%-16s%-16s%-16s\n", "Number", "English", "Slovenian"); 59 System.out.printf("%-16s%-16s%-16s\n", num, msgEn, msgSl); 62 System.out.println() [all...] |
/external/icu/icu4j/samples/src/com/ibm/icu/samples/text/pluralformat/ |
PluralFormatSample.java | 26 System.out.println("======================================================================================="); 27 System.out.println(" PluralFormatExample()"); 28 System.out.println(); 29 System.out.println(" Use PluralFormat and Messageformat to get appropriate Plural Form for languages below:"); 30 System.out.println(" English, Slovenian"); 31 System.out.println("======================================================================================="); 47 System.out.println("Output by using PluralFormat and MessageFormat API\n"); 48 System.out.printf("%-16s%-16s%-16s\n", "Number", "English", "Slovenian"); 58 System.out.printf("%-16s%-16s%-16s\n", num, msgEn, msgSl); 61 System.out.println() [all...] |
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/stress/ |
StressEmitterTest.java | 41 long time1 = System.nanoTime(); 43 long time2 = System.nanoTime(); 45 System.out.println("\nSingle dump was " + duration + " ms."); 48 System.out.println("\nOne instance."); 50 time1 = System.nanoTime(); 54 time2 = System.nanoTime(); 56 System.out.println("Duration for r=" + number + " was " + duration + " ms/dump."); 59 System.err.println("!!!!!! Too long. Expected <1 but was " + duration); 63 System.out.println("\nMany instances."); 65 time1 = System.nanoTime() [all...] |
/external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/java/ |
Main.java | 56 System.err.println("Usage: java -jar ${artifactId}-${version}-jar-with-dependencies.jar <directory | filename.dmo>"); 61 System.err.println("ANTLR demo parser threw exception:"); 78 System.out.println("Directory: " + source.getAbsolutePath()); 110 System.err.println("ANTLR demo parser caught error on file open:"); 138 System.out.println("file: " + source); 142 System.out.println(" Lexer Start"); 143 long start = System.currentTimeMillis(); 149 long lexerStop = System.currentTimeMillis(); 150 System.out.println(" lexed in " + (lexerStop - start) + "ms."); 154 System.out.println(" Parser Start") [all...] |
/libcore/luni/src/test/java/libcore/java/net/ |
ProxySelectorTest.java | 48 System.clearProperty("ftp.proxyHost"); 49 System.clearProperty("ftp.proxyPort"); 50 System.clearProperty("ftp.nonProxyHosts"); 51 System.clearProperty("http.proxyHost"); 52 System.clearProperty("http.proxyPort"); 53 System.clearProperty("http.nonProxyHosts"); 54 System.clearProperty("https.proxyHost"); 55 System.clearProperty("https.proxyPort"); 56 System.clearProperty("https.nonProxyHosts"); 57 System.clearProperty("other.proxyHost") [all...] |
/art/test/004-InterfaceTest/src/ |
Main.java | 25 long start = System.currentTimeMillis(); 29 long end = System.currentTimeMillis(); 36 long start = System.currentTimeMillis(); 40 long end = System.currentTimeMillis(); 47 System.out.println("test_virtual done"); 51 System.out.println("test_interface done");
|
/art/test/016-intern/src/ |
Main.java | 30 System.out.println("good! " + a); 32 System.out.println("bad! " + a + " != " + b); 38 System.out.println("good! " + a); 40 System.out.println("bad! " + a + " != " + b); 47 System.out.println("good! " + a); 49 System.out.println("bad! " + a + " != " + b);
|
/art/test/020-string/src/ |
Main.java | 37 System.out.println("testStr is '" + testStr + "'"); 41 System.out.print(testStr.charAt(i)); 42 System.out.print("\n"); 46 System.out.println("WARNING: stringTest length mismatch"); 50 System.out.println("Compare result is greater than zero"); 52 System.out.println("Compare result is equal to zero"); 54 System.out.println("Compare result is less than zero"); 60 System.out.println("Compare unicode: " + s1.compareTo(s2)); 64 System.out.println("GLITCH: expected exception"); 66 System.out.println("Got expected exception") [all...] |
/art/test/043-privates/src/ |
Main.java | 26 System.out.println("PrivatePackage --> " + inst1.getStr()); 27 System.out.println("PrivatePackage --> " + inst2.getStr()); 28 System.out.println("PrivatePackage --> " + inst3.getStr()); 29 System.out.println("PrivatePackageSub --> " + inst3.getStrSub()); 46 System.out.println("PrivatePackage --> " + inst.getStr()); 47 System.out.println("PrivatePackage --> " + inst.privGetStr());
|
/art/test/063-process-manager/src/ |
Main.java | 7 System.out.println("\nspawning child #" + i); 12 System.out.println("\ndone!"); 16 System.out.println("spawning child"); 22 System.out.println("child died"); 34 System.out.println("process manager: " + t.getState()); 40 System.out.println("process manager: nonexistent");
|