HomeSort by relevance Sort by last modified time
    Searched refs:System (Results 501 - 525 of 2091) sorted by null

<<21222324252627282930>>

  /cts/tests/tests/net/src/android/net/http/cts/
SslCertificate_DNameTest.java 69 Date date1 = new Date(System.currentTimeMillis() - 1000);
70 Date date2 = new Date(System.currentTimeMillis());
  /cts/tests/tests/performance2/src/android/performance2/cts/
AppStartup.java 51 long start = System.currentTimeMillis();
53 long end = System.currentTimeMillis();
  /cts/tests/tests/performance3/src/android/performance3/cts/
AppStartup.java 52 long start = System.currentTimeMillis();
54 long end = System.currentTimeMillis();
  /cts/tests/tests/performance4/src/android/performance4/cts/
AppStartup.java 51 long start = System.currentTimeMillis();
53 long end = System.currentTimeMillis();
  /cts/tests/tests/performance5/src/android/performance5/cts/
AppStartup.java 51 long start = System.currentTimeMillis();
53 long end = System.currentTimeMillis();
  /dalvik/libcore/auth/src/main/java/javax/security/auth/
SubjectDomainCombiner.java 58 SecurityManager sm = System.getSecurityManager();
116 System.arraycopy(assignedDomains, 0, pd, cur, assignedDomains.length);
  /dalvik/libcore/auth/src/main/java/javax/security/auth/callback/
PasswordCallback.java 94 System.arraycopy(password, 0, inputPassword, 0, inputPassword.length);
110 System.arraycopy(inputPassword, 0, tmp, 0, tmp.length);
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
Java6Arrays.java 52 System.arraycopy(original, start, copy, 0, copyLength);
69 System.arraycopy(original, start, copy, 0, copyLength);
  /dalvik/libcore/dalvik/src/main/java/dalvik/system/
PathClassLoader.java 17 package dalvik.system;
33 import dalvik.system.DexFile;
37 * of files and directories in the local file system, but does not attempt to
38 * load classes from the network. Android uses this class for its system class
83 * the "path.separator" system property, which, on Android, defaults to ":".
115 //System.out.println("PathClassLoader: " + mPaths);
121 System.getProperty("android.vm.dexfile", "").equals("true");
125 //System.out.println("My path is: " + mPaths[i]);
135 //System.out.println("Failed opening '" + pathFile + "': " + ioex);
151 String pathList = System.getProperty("java.library.path", ".")
    [all...]
  /dalvik/libcore/luni/src/main/java/java/lang/ref/
ReferenceQueue.java 110 long now = System.currentTimeMillis();
114 now = System.currentTimeMillis();
  /dalvik/libcore/luni/src/main/java/java/util/
Random.java 66 setSeed(System.currentTimeMillis() + System.identityHashCode(this));
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/
MimeTable.java 92 String userTable = System.getProperty("content.types.user.table"); //$NON-NLS-1$
102 String javahome = System.getProperty("java.home"); //$NON-NLS-1$
  /dalvik/libcore/luni/src/test/java/tests/api/java/net/
SocketTestCase.java 132 String platform = System.getProperty("os.name");
133 String version = System.getProperty("os.version");
  /dalvik/libcore/security/src/main/java/java/security/
Signer.java 81 SecurityManager sm = System.getSecurityManager();
115 SecurityManager sm = System.getSecurityManager();
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/macs/
CFBBlockCipherMac.java 61 System.arraycopy(iv, 0, IV, IV.length - iv.length, iv.length);
65 System.arraycopy(iv, 0, IV, 0, IV.length);
144 System.arraycopy(cfbV, blockSize, cfbV, 0, cfbV.length - blockSize);
145 System.arraycopy(out, outOff, cfbV, cfbV.length - blockSize, blockSize);
156 System.arraycopy(IV, 0, cfbV, 0, IV.length);
315 System.arraycopy(in, inOff, buf, bufOff, gapLen);
332 System.arraycopy(in, inOff, buf, bufOff, len);
363 System.arraycopy(mac, 0, out, outOff, macSize);
  /dalvik/libcore/security/src/main/java/org/bouncycastle/util/encoders/
BufferedDecoder.java 69 System.arraycopy(in, inOff, buf, bufOff, gapLen);
89 System.arraycopy(in, inOff, buf, bufOff, len);
BufferedEncoder.java 69 System.arraycopy(in, inOff, buf, bufOff, gapLen);
89 System.arraycopy(in, inOff, buf, bufOff, len);
  /dalvik/libcore/support/src/test/java/tests/support/
Support_ASimpleWriter.java 63 System.arraycopy(src, offset, buf, pos, count);
73 System.arraycopy(buf, 0, toReturn, 0, pos);
Support_ClassLoader.java 22 import dalvik.system.DexClassLoader;
37 if ("Dalvik".equals(System.getProperty("java.vm.name"))) {
54 * system's DEX cache with our files. Also, we might not have write access
55 * to the system's DEX cache at all (which is the case when we're running
63 tmp = new File(System.getProperty("java.io.tmpdir"), "dex-cache");
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
Version.src 58 System.out.println(getVersion());
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/utils/
StringToIntTable.java 109 System.arraycopy(m_map, 0, newMap, 0, m_firstFree + 1);
115 System.arraycopy(m_values, 0, newValues, 0, m_firstFree + 1);
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
StringToIntTable.java 102 System.arraycopy(m_map, 0, newMap, 0, m_firstFree + 1);
108 System.arraycopy(m_values, 0, newValues, 0, m_firstFree + 1);
  /dalvik/tests/044-proxy/src/
Clash4.java 39 System.err.println("Clash4 did not throw expected exception");
41 System.out.println("Clash4 threw expected exception");
42 //System.out.println(iae);
  /dalvik/tests/080-oom-throw/src/
Main.java 60 System.out.println("Array allocation failed");
72 System.out.println("Instance allocation failed");
  /dalvik/tests/082-inline-execute/src/
Main.java 46 System.out.println("Length of " + str0 + " : " + len0);
47 System.out.println("Length of " + str1 + " : " + len1);
48 System.out.println("Length of " + str80 + " : " + len80);
69 System.out.println(testStr + "[0] = \"" + (char)at0 + "\"");
70 System.out.println(testStr + "[1] = \"" + (char)at1 + "\"");
71 System.out.println(testStr + "[10] = \"" + (char)at10 + "\"");
72 System.out.println(testStr + "[last] = \"" + (char)atLast + "\"");
96 System.out.println("Num throws " + numThrown);

Completed in 46 milliseconds

<<21222324252627282930>>