/dalvik/tests/078-polymorphic-virtual/src/ |
Main.java | 32 System.out.println(e); 36 System.out.println(derived1.getValue()); 37 System.out.println(derived2.getValue()); 38 System.out.println(derived3.getValue());
|
/external/junit/src/junit/runner/ |
Version.java | 16 System.out.println(id());
|
/external/proguard/examples/annotations/examples/ |
Application.java | 18 System.out.println("The answer is 42");
|
/frameworks/base/opengl/tests/gl_jni/src/com/android/gljni/ |
GLJNILib.java | 24 System.loadLibrary("gljni");
|
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/ |
SystemTest.java | 39 @TestTargetClass(System.class) 47 * @tests java.lang.System#setIn(java.io.InputStream) 56 InputStream orgIn = System.in; 58 System.setIn(in); 59 assertTrue("in not set", System.in == in); 60 System.setIn(orgIn); 71 SecurityManager oldSm = System.getSecurityManager(); 72 System.setSecurityManager(sm); 75 System.setIn(in); 80 System.setSecurityManager(oldSm) [all...] |
/cts/tests/tests/provider/src/android/provider/cts/ |
Settings_SystemTest.java | 29 import android.provider.Settings.System; 32 @TestTargetClass(android.provider.Settings.System.class) 109 * first query the exist settings in System table, and then insert six 115 Cursor c = cr.query(System.CONTENT_URI, null, null, null, null); 128 assertTrue(System.putInt(cr, intField, 10)); 129 assertTrue(System.putLong(cr, longField, 20l)); 130 assertTrue(System.putFloat(cr, floatField, 30.0f)); 131 assertTrue(System.putString(cr, stringField, stringValue)); 132 System.setShowGTalkServiceStatus(cr, true); 134 c = cr.query(System.CONTENT_URI, null, null, null, null) [all...] |
/frameworks/base/cmds/ime/src/com/android/commands/ime/ |
Ime.java | 37 "Error: Could not access the Input Method Manager. Is the system running?"; 51 System.err.println(IMM_NOT_RUNNING_ERR); 80 System.err.println("Error: unknown command '" + op + "'"); 98 System.err.println("Error: Unknown option: " + opt); 110 System.err.println(e.toString()); 111 System.err.println(IMM_NOT_RUNNING_ERR); 118 System.err.println(e.toString()); 119 System.err.println(IMM_NOT_RUNNING_ERR); 125 Printer pr = new PrintStreamPrinter(System.out); 129 System.out.println(imi.getId()) [all...] |
/dalvik/libcore/luni/src/test/java/tests/api/java/net/ |
ProxySelectorTest.java | 108 SecurityManager orignalSecurityManager = System.getSecurityManager(); 110 System.setSecurityManager(new MockSecurityManager()); 112 System.err.println("No setSecurityManager permission."); 113 System.err.println("test_getDefault_Security is not tested"); 122 System.setSecurityManager(orignalSecurityManager); 168 SecurityManager orignalSecurityManager = System.getSecurityManager(); 170 System.setSecurityManager(new MockSecurityManager()); 172 System.err.println("No setSecurityManager permission."); 173 System.err 183 System.setSecurityManager(orignalSecurityManager) [all...] |
/cts/tools/dx-tests/src/dxc/ |
Main.java | 28 System.out.println("Running all tests..."); 31 System.out.println("Running selected tests...");
|
/cts/tools/vm-tests/src/dot/ |
Main.java | 28 System.out.println("Running all tests..."); 31 System.out.println("Running selected tests...");
|
/dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/ |
SystemTest.java | 25 * System.currentTimeMillis clocks. 36 long m1 = System.currentTimeMillis(); 38 long n1 = System.nanoTime(); 40 long n2 = System.nanoTime(); 42 long m2 = System.currentTimeMillis(); 61 long n1 = System.nanoTime(); 63 long m1 = System.currentTimeMillis(); 65 long m2 = System.currentTimeMillis(); 67 long n2 = System.nanoTime();
|
/dalvik/libcore/security/src/main/java/java/security/spec/ |
EncodedKeySpec.java | 38 System.arraycopy(encodedKey, 0, 51 System.arraycopy(encodedKey, 0, ret, 0, ret.length);
|
/dalvik/libcore/support/src/test/java/tests/support/ |
Support_PlatformFile.java | 26 String property = System.getProperty("com.ibm.oti.configuration"); 31 + System.getProperty("java.vm.version").replace('.', '-');
|
/dalvik/libcore/support/src/test/java/tests/util/ |
FieldTestFileGenerator.java | 55 System.out.println("Trying to write the test file 'testFields.ser'..."); 63 System.out.println("Exception occured while writing the file: " + e); 70 System.out.println("Trying to write the test file 'testFieldsDeprecated.ser'..."); 78 System.out.println("Exception occured while writing the file: " + e); 85 System.out.println("Trying to write the test file 'testFieldsDefaulted.ser'..."); 93 System.out.println("Exception occured while writing the file: " + e); 101 System.out.println("Success!"); 103 System.out.println("Failure!");
|
/dalvik/tests/003-omnibus-opcodes/src/ |
Main.java | 28 System.out.println("FAIL: assert doesn't work (specify '-ea')\n"); 31 System.out.println("(assertions are enabled)"); 38 System.gc(); 40 System.out.println("Done!"); 64 System.out.println("Caught: " + ve); 69 System.out.println("Caught (retry): " + ve); 75 System.out.println("Caught: " + ve); 78 System.out.println("NOTE: UnresTest2 not available");
|
/dalvik/tests/007-exceptions/src/ |
Main.java | 25 System.out.print("Got an NPE: "); 26 System.out.println(npe.getMessage());
|
/dalvik/tests/016-intern/src/ |
Main.java | 29 System.out.println("good! " + a); 31 System.out.println("bad!");
|
/dalvik/tests/018-stack-overflow/src/ |
Main.java | 26 System.out.println("caught SOE"); 28 System.out.println("SOE test done");
|
/dalvik/tests/031-class-attributes/src/ |
ClassAttrs.java | 49 System.out.println("constructor signature: " 54 System.out.println("method signature: " 59 System.out.println("field signature: " 62 System.err.println("FAILED: " + nsme); 64 System.err.println("FAILED: " + nsfe); 66 System.err.println("FAILED: " + re); 85 System.err.println("getSignatureAttribute() not defined."); 124 System.out.println("***** " + clazz + ":"); 126 System.out.println(" name: " 128 System.out.println(" canonical: [all...] |
/dalvik/tests/038-inner-null/src/ |
Main.java | 13 System.out.println("new Special()"); 23 System.out.println("shouldn't see this");
|
/dalvik/tests/053-wait-some/src/ |
Main.java | 24 System.out.println("HEY: didn't throw on negative arg"); 26 System.out.println("Caught expected exception on neg arg"); 32 System.out.println("Waiting for " + delay + "ms..."); 34 start = System.currentTimeMillis(); 40 end = System.currentTimeMillis(); 55 System.out.println(" Elapsed time was too short"); 58 System.out.println(" Elapsed time was too long: " 65 System.out.println(" Wall clock elapsed "
|
/frameworks/base/obex/javax/obex/ |
PasswordAuthentication.java | 56 System.arraycopy(userName, 0, mUserName, 0, userName.length); 60 System.arraycopy(password, 0, mPassword, 0, password.length);
|
/build/libs/host/ |
list.java | 14 e.printStackTrace(System.err); 22 e.printStackTrace(System.err); 27 System.out.print(" case '" + argv[0] + "': return \""); 30 System.out.print("\\x" + nibble((b >> 4) & 0x0f) + nibble(b & 0xf)); 32 System.out.println("\";");
|
/dalvik/libcore/luni/src/test/java/com/google/coretests/ |
Main.java | 29 System.out.println("Running all tests..."); 34 System.arraycopy(args, 1, args2, 0, args2.length); 37 System.out.println("Running all tests with stats..."); 40 System.out.println("Running selected tests with stats..."); 44 System.out.println("Running selected tests...");
|
/dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/ |
TestUtils.java | 40 * <code>System.out</code> in the customizable form. 56 System.out.print(prefix + "0x" + tail + delimiter); 59 System.out.println(""); 62 System.out.println(""); 66 * Sets system property 68 * @param key - the name of the system property. 72 Properties properties = System.getProperties(); 78 System.setProperties(properties);
|