/dalvik/libcore/luni/src/test/java/tests/api/java/util/ |
WeakHashMapTest.java | 295 System.gc(); 296 System.gc(); 340 System.gc(); 341 System.runFinalization(); 446 System.gc(); 447 System.gc(); 497 System.gc(); 498 System.gc();
|
/dalvik/libcore/security/src/main/java/java/security/ |
ProtectionDomain.java | 118 System.arraycopy(principals, 0, this.principals, 0, 168 System.arraycopy(principals, 0, tmp, 0, tmp.length);
|
SignatureSpi.java | 200 System.arraycopy(tmp, 0, outbuf, offset, tmp.length); 250 System.arraycopy(sigBytes, offset, tmp, 0, length);
|
/dalvik/libcore/security/src/main/java/java/security/spec/ |
ECFieldF2m.java | 134 System.arraycopy(ks, 0, this.ks, 0, this.ks.length); 240 System.arraycopy(ks, 0, ret, 0, ret.length);
|
EllipticCurve.java | 79 System.arraycopy(seed, 0, this.seed, 0, this.seed.length); 159 System.arraycopy(seed, 0, ret, 0, ret.length);
|
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/x509/ |
Certificate.java | 71 System.arraycopy(signatureValue, 0, this.signatureValue, 0, 111 System.arraycopy(signatureValue, 0, result, 0, signatureValue.length);
|
CertificateList.java | 71 System.arraycopy(signatureValue, 0, this.signatureValue, 0, 111 System.arraycopy(signatureValue, 0, result, 0, signatureValue.length);
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/macs/ |
OldHMac.java | 64 System.arraycopy(key, 0, inputPad, 0, key.length); 72 System.arraycopy(inputPad, 0, outputPad, 0, inputPad.length);
|
/dalvik/libcore/security/src/test/java/tests/api/java/security/ |
DomainCombinerTest.java | 69 // if run with the system classloader then there will be no 106 System.setSecurityManager(sm); 130 System.setSecurityManager(null);
|
/dalvik/libcore/security/src/test/java/tests/security/permissions/ |
JavaIoFileTest.java | 44 old = System.getSecurityManager(); 50 System.setSecurityManager(old); 96 System.setSecurityManager(s); 209 System.setSecurityManager(s); 347 String tmpPath = System.getProperty("java.io.tmpdir"); 363 System.setSecurityManager(s); 455 System.setSecurityManager(s); 512 System.setSecurityManager(s);
|
/dalvik/libcore/security-kernel/src/main/java/java/security/ |
AccessControlContext.java | 80 SecurityManager sm = System.getSecurityManager(); 257 SecurityManager sm = System.getSecurityManager();
|
/dalvik/libcore/xml/src/main/java/javax/xml/transform/ |
TransformerException.java | 281 printStackTrace(new java.io.PrintWriter(System.err, true)); 303 s = new java.io.PrintWriter(System.err, true);
|
/dalvik/libcore/xml/src/main/java/org/apache/xpath/functions/ |
FuncSystemProperty.java | 101 result = System.getProperty(propName); 106 // result = System.getenv(propName); 113 new Object[]{ fullName }); //"SecurityException when trying to access XSL system property: "+fullName); 123 result = System.getProperty(fullName); 128 // result = System.getenv(fullName); 135 new Object[]{ fullName }); //"SecurityException when trying to access XSL system property: "+fullName);
|
/development/tools/mkstubs/src/com/android/mkstubs/ |
StubGenerator.java | 63 System.out.println(String.format("Wrote %s", destJar.getPath())); 95 System.out.println("Stub " + cr.getClassName());
|
/external/apache-http/src/org/apache/commons/logging/ |
LogSource.java | 44 * <li>On the startup command line, set the system property 103 name = System.getProperty("org.apache.commons.logging.log"); 105 name = System.getProperty("org.apache.commons.logging.Log"); 229 * Jdk14Logger if we are on a JDK 1.4 or later system, or
|
/external/guava/src/com/google/common/base/ |
Throwables.java | 128 * type is only for client code to make Java type system happy in case a 229 System.arraycopy(causeTrace, 0, combined, 0, causeTrace.length); 230 System.arraycopy(outerTrace, 0, combined, causeTrace.length, outerTrace.length);
|
/external/proguard/src/proguard/classfile/editor/ |
AttributesEditor.java | 209 System.arraycopy(attributes, 0, 240 System.arraycopy(attributes, index + 1,
|
ElementValuesEditor.java | 178 System.arraycopy(elementValues, 0, 209 System.arraycopy(elementValues, index + 1,
|
/external/proguard/src/proguard/optimize/ |
DuplicateInitializerInvocationFixer.java | 118 System.out.println("DuplicateInitializerInvocationFixer:"); 119 System.out.println(" Inserting "+extraInstruction.toString()+" before "+constantInstruction.toString(offset));
|
/external/proguard/src/proguard/preverify/ |
CodePreverifier.java | 86 System.err.println("Unexpected error while preverifying:"); 87 System.err.println(" Class = ["+clazz.getName()+"]"); 88 System.err.println(" Method = ["+method.getName(clazz)+method.getDescriptor(clazz)+"]"); 89 System.err.println(" Exception = ["+ex.getClass().getName()+"] ("+ex.getMessage()+")"); 186 System.out.println("Original preverification ["+clazz.getName()+"]:"); 192 System.out.println("Original preverification empty ["+clazz.getName()+"."+method.getName(clazz)+"]"); 234 System.out.println("Preverifier ["+programClass.getName()+"."+programMethod.getName(programClass)+"]:"); 552 System.arraycopy(variables, variablesCount - additionalVariablesCount,
|
/frameworks/base/core/tests/coretests/src/android/database/ |
DatabaseLockTest.java | 131 long startTime = System.currentTimeMillis(); 133 long endTime = System.currentTimeMillis();
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
ListGetCheckItemIdsTest.java | 47 System.arraycopy(checkItemIds, 0, sortedCheckItemsIds, 0, checkItemIds.length); 51 System.arraycopy(expectedIds, 0, sortedExpectedIds, 0, expectedIds.length);
|
/frameworks/base/media/java/android/drm/mobile1/ |
DrmRawContent.java | 458 System.loadLibrary("drm1_jni"); 461 System.err.println("WARNING: Could not load libdrm1_jni.so");
|
/frameworks/base/services/java/com/android/server/am/ |
IntentBindRecord.java | 69 pw.print(Integer.toHexString(System.identityHashCode(a))); 87 sb.append(Integer.toHexString(System.identityHashCode(this)));
|
/frameworks/base/tests/CoreTests/android/core/ |
MiscRegressionTest.java | 208 long t0 = System.currentTimeMillis(); 219 long t1 = System.currentTimeMillis(); 233 File[] files = new File("/system/app").listFiles(); 296 long time0 = System.currentTimeMillis(); 299 File[] files = new File("/system/app").listFiles(); 325 long time1 = System.currentTimeMillis(); 335 long time0 = System.currentTimeMillis(); 338 File[] files = new File("/system/app").listFiles(); 366 long time1 = System.currentTimeMillis(); 374 long time0 = System.currentTimeMillis() [all...] |