/art/test/100-reflect2/src/ |
Main.java | 34 System.out.println(f.getBoolean(null)); 36 System.out.println(f.getByte(null)); 38 System.out.println(f.getChar(null)); 40 System.out.println(f.getDouble(null)); 42 System.out.println(f.getFloat(null)); 44 System.out.println(f.getInt(null)); 46 System.out.println(f.getLong(null)); 48 System.out.println(f.getShort(null)); 68 System.out.println(f.getBoolean(null)); 70 System.out.println(f.getByte(null)) [all...] |
/art/test/044-proxy/src/ |
WrappedThrow.java | 38 System.out.println("WT init failed"); 46 System.err.println("No exception thrown"); 48 System.out.println("Got expected UTE"); 50 System.err.println("Got unexpected exception: " + t); 55 System.err.println("No exception thrown"); 57 System.out.println("Got expected IOE"); 59 System.err.println("Got unexpected exception: " + t); 64 System.err.println("No exception thrown"); 66 System.out.println("Got expected IOE"); 68 System.err.println("Got unexpected exception: " + t) [all...] |
NarrowingTest.java | 39 System.out.println("Invocation of " + method); 51 System.out.println("Proxy methods: " + 54 System.out.println("Invoking foo using I2 type: " + proxy.foo()); 57 System.out.println("Invoking foo using I1 type: " + proxyAsParent.foo()); 61 System.out.println("Didn't get expected exception"); 64 System.out.println("Got expected exception"); 67 System.out.println("Proxy narrowed invocation return type passed");
|
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/ |
MakeCopy.java | 72 System.out.println("required parameters: [-l] manifest adk-dir src-out-dir xml-out-dir " + 74 System.out.println("Creates an android data binding class and copies resources from"); 75 System.out.println("res-source to res-target and modifies binding layout files"); 76 System.out.println("in res-target. Binding data is extracted into XML files"); 77 System.out.println("and placed in xml-out-dir."); 78 System.out.println(" -l indicates that this is a library"); 79 System.out.println(" manifest path to AndroidManifest.xml file"); 80 System.out.println(" src-out-dir path to where generated source goes"); 81 System.out.println(" xml-out-dir path to where generated binding XML goes"); 82 System.out.println(" res-out-dir path to the where modified resources should go") [all...] |
/art/test/011-array-copy/src/ |
Main.java | 20 * System.arraycopy cases 36 System.out.println("string -> object"); 37 System.arraycopy(stringArray, 0, objectArray, 0, stringArray.length); 38 System.out.println("object -> string"); 39 System.arraycopy(objectArray, 0, stringArray, 0, stringArray.length); 40 System.out.println("object -> string (modified)"); 43 System.arraycopy(objectArray, 0, stringArray, 0,stringArray.length); 46 System.out.println("caught ArrayStoreException (expected)"); 95 System.arraycopy(byteArray, srcPos, byteArray, dstPos, length); 96 System.arraycopy(shortArray, srcPos, shortArray, dstPos, length) [all...] |
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ |
HierarchyViewer.java | 41 System.setProperty("apple.laf.useScreenMenuBar", "true"); 42 System.setProperty("apple.awt.brushMetalLook", "true"); 43 System.setProperty("com.apple.mrj.application.apple.menu.about.name", "HierarchyViewer"); 45 final String os = System.getProperty("os.name"); 65 System.out.println("List of devices attached"); 78 System.out.println(device.toString() + "\t\t" + 90 System.out.println("Capturing layers to " + file); 93 System.out.println("The selected device does not exist"); 121 System.out.println("Usage: hierarchyviewer1 [options]\n"); 122 System.out.println("Options:") [all...] |
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/ |
TraceDebugEventListener.java | 41 public void enterRule(String ruleName) { System.out.println("enterRule "+ruleName); } 42 public void exitRule(String ruleName) { System.out.println("exitRule "+ruleName); } 43 public void enterSubRule(int decisionNumber) { System.out.println("enterSubRule"); } 44 public void exitSubRule(int decisionNumber) { System.out.println("exitSubRule"); } 45 public void location(int line, int pos) {System.out.println("location "+line+":"+pos);} 53 System.out.println("consumeNode "+ID+" "+text+" "+type); 60 System.out.println("LT "+i+" "+ID+" "+text+" "+type); 65 public void nilNode(Object t) {System.out.println("nilNode "+adaptor.getUniqueID(t));} 71 System.out.println("create "+ID+": "+text+", "+type); 78 System.out.println("create "+ID+": "+tokenIndex) [all...] |
/external/libjpeg-turbo/java/ |
TJExample.java | 47 System.out.println("\nUSAGE: java " + classname + " <Input file> <Output file> [options]\n"); 48 System.out.println("Input and output files can be any image format that the Java Image I/O"); 49 System.out.println("extensions understand. If either filename ends in a .jpg extension, then"); 50 System.out.println("TurboJPEG will be used to compress or decompress the file.\n"); 51 System.out.println("Options:\n"); 52 System.out.println("-scale M/N = if the input image is a JPEG file, scale the width/height of the"); 53 System.out.print(" output image by a factor of M/N (M/N = "); 55 System.out.print(sf[i].getNum() + "/" + sf[i].getDenom()); 57 System.out.print(" or "); 60 System.out.print(", ") [all...] |
/cts/tests/tests/provider/src/android/provider/cts/ |
Settings_SystemTest.java | 26 import android.provider.Settings.System; 50 String selection = System.NAME + "=\"" + INT_FIELD + "\""; 51 cr.delete(System.CONTENT_URI, selection, null); 53 selection = System.NAME + "=\"" + LONG_FIELD + "\""; 54 cr.delete(System.CONTENT_URI, selection, null); 56 selection = System.NAME + "=\"" + FLOAT_FIELD + "\""; 57 cr.delete(System.CONTENT_URI, selection, null); 59 selection = System.NAME + "=\"" + STRING_FIELD + "\""; 60 cr.delete(System.CONTENT_URI, selection, null); 93 * first query the exist settings in System table, and then insert fiv [all...] |
/art/test/027-arithmetic/src/ |
Main.java | 34 System.out.println("values are " + Integer.toHexString(i1) 37 System.out.println("First l is " + Long.toHexString(l)); 48 System.out.println("Second l is " + Long.toHexString(l)); 65 System.out.println("shiftTest2 l is " + Long.toHexString(result)); 78 System.out.println("f=" + f + " --> i=" + i); 82 System.out.println("f=" + f + " --> i=" + i); 87 System.out.println("d=" + d + " --> i=" + i); 91 System.out.println("d=" + d + " --> i=" + i); 96 System.out.println("d=" + d + " --> l=" + l); 100 System.out.println("d=" + d + " --> l=" + l) [all...] |
/art/test/079-phantom/src/ |
Main.java | 24 System.err.println("sleep interrupted"); 29 System.out.println("start"); 35 System.out.println("done"); 46 System.out.println("nulling 1"); 51 System.out.println("nulling 2"); 56 System.out.println("nulling 3"); 61 System.out.println("nulling 4");
|
/art/test/559-checker-irreducible-loop/src/ |
Main.java | 28 System.out.println(m.invoke(null, arguments)); 34 System.out.println(m.invoke(null, arguments)); 40 System.out.println(m.invoke(null, arguments)); 46 System.out.println(m.invoke(null, arguments)); 52 System.out.println(m.invoke(null, arguments)); 58 System.out.println(m.invoke(null, arguments)); 64 System.out.println(m.invoke(null, arguments));
|
/external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/recipes/ |
CacheResponse.java | 45 System.out.println("Response 1 response: " + response1); 46 System.out.println("Response 1 cache response: " + response1.cacheResponse()); 47 System.out.println("Response 1 network response: " + response1.networkResponse()); 53 System.out.println("Response 2 response: " + response2); 54 System.out.println("Response 2 cache response: " + response2.cacheResponse()); 55 System.out.println("Response 2 network response: " + response2.networkResponse()); 57 System.out.println("Response 2 equals Response 1? " + response1Body.equals(response2Body));
|
/external/proguard/src/proguard/ |
Targeter.java | 63 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.");
|
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/helpers/ |
LogLog.java | 27 <p>All log4j internal debug calls go to <code>System.out</code> 29 <code>System.err</code>. All internal messages are prepended with 39 statements to <code>System.out</code>. 48 debug statements to <code>System.out</code>. 81 statements. Output goes to <code>System.out</code>. 85 System.out.println(PREFIX + msg); 91 statements. Output goes to <code>System.out</code>. 95 System.out.println(PREFIX + msg); 97 t.printStackTrace(System.out); 104 Output goes to <code>System.err</code> [all...] |
/hardware/bsp/intel/peripheral/libupm/examples/java/ |
NRF24L01_receiverSample.java | 36 System.loadLibrary("javaupm_nrf24l01"); 38 System.err.println("error in loading native library"); 39 System.exit(-1); 76 System.out.print("Received: "); 78 System.out.print(rx_buffer[i]); 79 System.out.println(); 81 System.out.println("No NRF24L01 instance given to callback");
|
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/ |
Header.java | 60 System.out.println("Dictionary : " + dictFile.getAbsolutePath()); 61 System.out.println("Size : " + dictFile.length() + " bytes"); 62 System.out.println("Format : Binary dictionary format"); 63 System.out.println("Format version : " + header.mFormatOptions.mVersion); 64 System.out.println("Packaging : " + spec.describeChain()); 65 System.out.println("Header attributes :"); 66 System.out.print(header.mDictionaryOptions.toString(2 /* indentCount */, plumbing));
|
/system/extras/verity/ |
VeritySigner.java | 28 System.err.println("usage: VeritySigner <contentfile> <key.pk8> " + 31 System.exit(1); 53 System.err.println("Signature is VALID"); 54 System.exit(0); 56 System.err.println("Signature is INVALID"); 59 e.printStackTrace(System.err); 62 System.exit(1);
|
/dalvik/dx/tests/087-ssa-local-vars/ |
Blort.java | 13 System.out.println("foo"); 20 System.out.println("string -> object"); 21 System.arraycopy(stringArray, 0, objectArray, 0, stringArray.length); 22 System.out.println("object -> string"); 23 System.arraycopy(objectArray, 0, stringArray, 0, stringArray.length); 24 System.out.println("object -> string (modified)"); 27 System.arraycopy(objectArray, 0, stringArray, 0,stringArray.length); 30 System.out.println("caught ArrayStoreException (expected)"); 40 System.err.println(foo);
|
/art/test/037-inherit/src/ |
Main.java | 6 System.out.println(" " + i + ": " + magicArray[i].getSomeData()); 12 System.out.print("magic is "); 13 System.out.println(magic.getSomeData());
|
/art/test/049-show-object/src/ |
Main.java | 25 System.out.println("d is " + d); 30 System.out.println("class: " + foo.getClass()); 33 System.out.println(i + ": " + foo[i]);
|
/art/test/117-nopatchoat/src/ |
Main.java | 19 System.loadLibrary(args[0]); 29 System.out.println( 38 System.out.println(functionCall());
|
/art/test/138-duplicate-classes-check/src/ |
Main.java | 17 import dalvik.system.DexClassLoader; 30 System.out.println(new A().i); 34 String dexPath = System.getenv("DEX_LOCATION") + "/138-duplicate-classes-check-ex.jar"; 35 String optimizedDirectory = System.getenv("DEX_LOCATION");
|
/art/test/455-checker-gvn/src/ |
Main.java | 23 System.out.println(foo(3, 4)); 24 System.out.println(mulAndIntrinsic()); 25 System.out.println(directIntrinsic(-5));
|
/art/test/472-unreachable-if-regression/src/ |
Main.java | 25 System.out.println("Test started."); 30 System.out.println("Successfully called UnreachableIf()."); 34 System.out.println("Successfully called UnreachablePackedSwitch().");
|