/dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/ |
PermissionTest.java | 99 SecurityManager old = System.getSecurityManager(); 101 System.setSecurityManager(null); 104 System.setSecurityManager(new SecurityManager() { 115 System.setSecurityManager(old); 138 System.setSecurityManager(sm); 143 System.setSecurityManager(old);
|
/dalvik/libcore/xml/src/main/java/org/apache/xalan/transformer/ |
TransformerHandlerImpl.java | 86 * @param baseSystemID The system ID to use as the base for relative URLs. 132 System.err.println("In clearCoRoutine..."); 158 System.err.println("...exiting clearCoRoutine"); 198 * Set the base ID (URI or system ID) from where relative 209 * Get the base ID (URI or system ID) from where relative 237 * @param systemId The entity's system identifier. 271 * @param systemId The notation's system identifier, or null. 291 * @param systemId The entity's system identifier, or null. 322 System.out.println("TransformerHandlerImpl#setDocumentLocator: " 349 System.out.println("TransformerHandlerImpl#startDocument") [all...] |
/dalvik/tests/023-many-interfaces/src/ |
ManyInterfaces.java | 162 System.out.println(label + ": " + (end - start) / 1000 + "us" 165 System.out.println(label + ": done"); 189 System.gc(); 191 start = System.nanoTime(); 193 end = System.nanoTime(); 196 start = System.nanoTime(); 198 end = System.nanoTime(); 201 start = System.nanoTime(); 203 end = System.nanoTime(); 206 start = System.nanoTime() [all...] |
/dalvik/tests/045-reflect-array/src/ |
Main.java | 17 System.out.println("ReflectArrayTest passed"); 56 System.out.println("ReflectArrayTest.testSingleInt passed"); 68 //System.out.println("array: " + array); 80 System.out.println("ReflectArrayTest.testSingle passed"); 99 System.out.println("ReflectArrayTest.testMultiInt passed"); 129 System.out.println(array3[0][1][2]); 130 //System.out.println("array3: " + array3); 145 System.out.println("ReflectArrayTest.testMulti passed");
|
/external/jdiff/src/jdiff/ |
Comments.java | 63 String parserName = System.getProperty("org.xml.sax.driver"); 72 System.out.println("SAXException: " + saxe); 74 System.exit(1); 86 System.out.println("SAX Parser does not recognize feature: " + snre); 88 System.exit(1); 90 System.out.println("SAX Parser feature is not supported: " + snse); 92 System.exit(1); 94 System.out.println("SAX Exception parsing file '" + filename + "' : " + saxe); 96 System.exit(1); 98 System.out.println("IOException parsing file '" + filename + "' : " + ioe) [all...] |
/external/proguard/src/proguard/shrink/ |
Shrinker.java | 97 System.out.println(); 118 System.out; 124 if (ps != System.out) 153 System.out.println("Removing unused program classes and class elements..."); 154 System.out.println(" Original number of program classes: " + originalProgramClassPoolSize); 155 System.out.println(" Final number of program classes: " + newProgramClassPoolSize);
|
/external/proguard/src/proguard/util/ |
ListUtil.java | 148 System.out.println("Input string: ["+args[0]+"]"); 152 System.out.println("Resulting list:"); 155 System.out.println("["+list.get(index)+"]"); 162 System.out.println("Input list:"); 165 System.out.println("["+list.get(index)+"]"); 170 System.out.println("Resulting string: ["+string+"]");
|
/frameworks/base/sax/tests/saxtests/src/android/sax/ |
ExpatPerformanceTest.java | 76 long start = System.currentTimeMillis(); 78 long elapsed = System.currentTimeMillis() - start; 83 long start = System.currentTimeMillis(); 87 long elapsed = System.currentTimeMillis() - start; 93 long start = System.currentTimeMillis(); 98 long elapsed = System.currentTimeMillis() - start;
|
/packages/apps/AlarmClock/src/com/android/alarmclock/ |
SettingsActivity.java | 76 int ringerModeStreamTypes = Settings.System.getInt( 78 Settings.System.MODE_RINGER_STREAMS_AFFECTED, 0); 86 Settings.System.putInt(getContentResolver(), 87 Settings.System.MODE_RINGER_STREAMS_AFFECTED, 107 Settings.System.getInt(getContentResolver(), 108 Settings.System.MODE_RINGER_STREAMS_AFFECTED, 0);
|
/packages/apps/Contacts/src/com/android/contacts/ui/ |
ContactsPreferences.java | 66 mSortOrder = Settings.System.getInt(mContext.getContentResolver(), 77 Settings.System.putInt(mContext.getContentResolver(), 100 mDisplayOrder = Settings.System.getInt(mContext.getContentResolver(), 111 Settings.System.putInt(mContext.getContentResolver(), 123 Settings.System.getUriFor( 126 Settings.System.getUriFor(
|
/sdk/ddms/app/src/com/android/ddms/ |
Main.java | 58 System.exit(1); 67 String os = System.getProperty("os.name"); //$NON-NLS-1$ 70 System.setProperty( 89 System.exit(1); 93 String ddmsParentLocation = System.getProperty("com.android.ddms.bindir"); //$NON-NLS-1$ 116 System.exit(0);
|
/system/core/libmincrypt/tools/ |
DumpPublicKey.java | 111 System.err.println("Usage: DumpPublicKey certfile ... > source.c"); 112 System.exit(1); 121 System.out.print(print(key)); 122 System.out.println(i < args.length - 1 ? "," : ""); 126 System.exit(1); 128 System.exit(0);
|
/dalvik/libcore/luni/src/test/java/tests/api/java/io/ |
SerializationStressTest3.java | 398 System.out.println("Error " + err + " when testing BLOCKDATALONG"); 420 System.out.println("Obj = " + objToSave); 432 System.out.println("Error when obj = " + objToSave); 455 System.out.println("Obj = " + objToSave); 467 System.out.println("Error when obj = " + objToSave); 490 System.out.println("Obj = " + objToSave); 502 System.out.println("Error when obj = " + objToSave); 525 System.out.println("Obj = " + objToSave); 537 System.out.println("Error when obj = " + objToSave); 560 System.out.println("Obj = " + objToSave) [all...] |
SerializationStressTest4.java | 84 System.out.println("Obj = " + objToSave); 100 System.out.println("Error when obj = " + objToSave); 146 System.out.println("Obj = " + objToSave); 158 System.out.println("Error when obj = " + objToSave); 181 System.out.println("Obj = " + objToSave); 197 System.out.println("Error when obj = " + objToSave); 220 System.out.println("Obj = " + objToSave); 236 System.out.println("Error when obj = " + objToSave); 262 System.out.println("Obj = " + objToSave); 289 System.out.println("Error when obj = " + objToSave) [all...] |
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/engines/ |
DESedeWrapEngine.java | 134 System.arraycopy(in, inOff, keyToBeWrapped, 0, inLen); 142 System.arraycopy(keyToBeWrapped, 0, WKCKS, 0, keyToBeWrapped.length); 143 System.arraycopy(CKS, 0, WKCKS, keyToBeWrapped.length, CKS.length); 149 System.arraycopy(WKCKS, 0, TEMP1, 0, WKCKS.length); 171 System.arraycopy(this.iv, 0, TEMP2, 0, this.iv.length); 172 System.arraycopy(TEMP1, 0, TEMP2, this.iv.length, TEMP1.length); 251 System.arraycopy(in, inOff, TEMP3, 0, inLen); 273 System.arraycopy(TEMP2, 0, this.iv, 0, 8); 274 System.arraycopy(TEMP2, 8, TEMP1, 0, TEMP2.length - 8); 284 System.arraycopy(TEMP1, 0, WKCKS, 0, TEMP1.length) [all...] |
/cts/tests/core/runner/src/android/test/ |
InstrumentationCtsTestRunner.java | 46 * the {@code onCreate(Bundle)} method and sets the system properties necessary 48 * that need writing access to the file system. We also need to set the harness 74 System.setProperty("user.language", "en"); 75 System.setProperty("user.region", "US"); 77 System.setProperty("java.home", cacheDir.getAbsolutePath()); 78 System.setProperty("user.home", cacheDir.getAbsolutePath()); 79 System.setProperty("java.io.tmpdir", cacheDir.getAbsolutePath()); 80 System.setProperty("javax.net.ssl.trustStore", 122 * The start time of our current test in System.currentTimeMillis(). 135 startTime = System.currentTimeMillis() [all...] |
/cts/tools/cts-reference-app-lib/src/android/cts/refapp/ |
ReferenceAppTestCase.java | 62 long start = System.currentTimeMillis(); 64 long end = System.currentTimeMillis();
|
/dalvik/libcore/crypto/src/main/java/javax/crypto/spec/ |
PSource.java | 93 System.arraycopy(p, 0, this.p, 0, p.length); 103 System.arraycopy(p, 0, result, 0, p.length);
|
/dalvik/libcore/dalvik/src/main/java/dalvik/system/ |
TemporaryDirectory.java | 17 package dalvik.system; 33 /** system property name for the temporary directory */ 73 System.getProperty(PROPERTY)); 97 System.setProperty(PROPERTY, absolute);
|
/dalvik/libcore/luni/src/main/java/java/net/ |
CookieHandler.java | 37 * Returns the system-wide cookie handler or {@code null} if not set. 39 * @return the system-wide cookie handler. 42 SecurityManager sm = System.getSecurityManager(); 50 * Sets the system-wide cookie handler. 53 * a cookie handler to set as the system-wide default handler. 56 SecurityManager sm = System.getSecurityManager();
|
ProxySelector.java | 54 * Gets the default {@code ProxySelector} of the system. 62 SecurityManager sm = System.getSecurityManager(); 70 * Sets the default {@code ProxySelector} of the system. Removes the system 83 SecurityManager sm = System.getSecurityManager();
|
ResponseCache.java | 26 * The system's default cache can be registered by invoking the method {@code 72 SecurityManager sm = System.getSecurityManager(); 83 SecurityManager sm = System.getSecurityManager(); 97 * Gets the default response cache of the system. 110 * Sets the default response cache of the system. Removes the system's
|
/dalvik/libcore/luni/src/test/java/tests/api/java/net/ |
CookieHandlerTest.java | 90 SecurityManager old = System.getSecurityManager(); 92 System.setSecurityManager(new MockSM()); 94 System.err.println("Unable to reset securityManager,test ignored"); 103 System.setSecurityManager(old); 117 SecurityManager old = System.getSecurityManager(); 119 System.setSecurityManager(new MockSM()); 121 System.err.println("Unable to reset securityManager,test ignored"); 131 System.setSecurityManager(old);
|
/dalvik/libcore/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
TestHelper_ClassLoader.java | 48 // System.out.println("findClass - class filename = " + classNameAsFile 51 String classPath = System.getProperty("java.class.path"); 52 // System.out.println("Test class loader - classpath = " + classPath ); 125 System.out.println("findClass - wrong classloader!!"); 130 System.out.println("findClass - exception reading class file."); 157 // System.out.println("TestHelper_Classloader - did not find 181 // System.out.println("loadClassFromJar: read " + dataRead + " bytes 186 /* System.out.println("findClass: created Class object."); */ 189 System.out.println("findClass - wrong classloader!!"); 191 System.ou [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xalan/ |
Version.src | 61 System.out.println(getVersion());
|