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

<<41424344454647484950>>

  /cts/tools/dex-tools/src/dex/reader/
TypeFormatter.java 75 System.err.println("Strange type in formatter: " + typeName);
  /cts/tools/dx-tests/src/dxc/junit/opcodes/athrow/
Test_athrow.java 118 System.out.print("dvmvfe:");
  /cts/tools/dx-tests/src/dxc/junit/opcodes/checkcast/
Test_checkcast.java 100 System.out.print("dvmvfe:");
  /cts/tools/dx-tests/src/dxc/junit/opcodes/dreturn/
Test_dreturn.java 75 System.out.print("dvmvfe:");
  /cts/tools/dx-tests/src/dxc/junit/opcodes/freturn/
Test_freturn.java 74 System.out.print("dvmvfe:");
  /cts/tools/dx-tests/src/dxc/junit/opcodes/ireturn/
Test_ireturn.java 74 System.out.print("dvmvfe:");
  /cts/tools/host/src/com/android/cts/
TestSession.java 228 mSessionLog.setStartTime(System.currentTimeMillis());
302 mSessionLog.setStartTime(System.currentTimeMillis());
440 displayTimeInfo(startTime, System.currentTimeMillis());
443 mTestSession.getSessionLog().setEndTime(System.currentTimeMillis());
523 * <li> System crash
524 * <li> User action to cause the system exit
  /cts/tools/signature-tools/src/signature/io/impl/
BinaryApi.java 58 System.err
  /cts/tools/signature-tools/test/signature/comparator/
ClassCompareTest.java 103 System.out.println(classDelta);
382 long start = System.currentTimeMillis();
384 System.out.println("compare took :" + (System.currentTimeMillis() -start) + "ms");
  /dalvik/dx/src/com/android/dx/ssa/back/
InterferenceGraph.java 82 System.out.println(sb.toString());
  /dalvik/dx/src/com/android/dx/util/
HexParser.java 139 System.arraycopy(result, 0, newr, 0, outAt);
  /dalvik/libcore/luni/src/main/java/java/io/
BufferedOutputStream.java 177 System.arraycopy(buffer, offset, internalBuffer, count, length);
  /dalvik/libcore/luni/src/main/java/java/lang/
ProcessBuilder.java 26 * Creates operating system processes.
42 * operating system program and its arguments.
45 * the requested operating system program and its arguments.
53 * operating system program and its arguments. Note that the list passed to
58 * the requested operating system program and its arguments.
69 this.environment = System.getenv();
88 * the new operating system program and its arguments.
101 * the new operating system program and its arguments.
142 * the environment, as returned by {@link System#getenv()}. Note that the
  /dalvik/libcore/luni/src/main/java/java/net/
InetSocketAddress.java 104 SecurityManager smgr = System.getSecurityManager();
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
CompilerTest.java 40 if(System.getProperty("java.compiler") != null) {
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
FileWriterTest.java 87 File dir = new File(System.getProperty("java.io.tmpdir"));
157 File dir = new File(System.getProperty("java.io.tmpdir"));
235 fw = new FileWriter(System.getProperty("java.io.tmpdir"));
296 fw = new FileWriter(System.getProperty("java.io.tmpdir"), false);
FilterInputStreamTest.java 424 fileName = System.getProperty("java.io.tmpdir");
425 String separator = System.getProperty("file.separator");
437 System.out.println("Exception during setup");
450 System.out.println("Unexpected exception in tearDown().");
  /dalvik/libcore/luni-kernel/src/main/java/java/lang/
ClassLoader.java 45 import dalvik.system.PathClassLoader;
46 import dalvik.system.VMStack;
50 * installed at runtime. These are consulted whenever the runtime system needs a
59 * {@link dalvik.system.PathClassLoader} being the one typically used. Other
72 * java.lang.System, reproducible when using JDWP with "suspend=y", we defer
73 * creation of the system class loader until first use. We use a static
79 * The 'System' ClassLoader - the one that is responsible for loading
100 * Create the system class loader. Note this is NOT the bootstrap class
105 String classPath = System.getProperty("java.class.path", ".");
125 * Returns the system class loader. This is the parent for ne
    [all...]
  /dalvik/libcore/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
FilePreferencesImplTest.java 161 @AndroidOnly("It seems like the RI can't remove nodes created in the system root.")
295 dflt = System.getSecurityManager();
299 System.setSecurityManager(this);
303 System.setSecurityManager(dflt);
318 System.out.println(perm.getActions());
  /dalvik/libcore/security/src/main/java/java/security/
Security.java 86 // String securityFile = System.getProperty("java.security.properties"); //$NON-NLS-1$
94 // securityFile = PolicyUtils.expand(securityFile, System.getProperties());
96 //// System.err.println("Could not load custom Security properties file "
113 // // System.err.println("Could not load custom Security properties file "
201 SecurityManager sm = System.getSecurityManager();
269 SecurityManager sm = System.getSecurityManager();
452 SecurityManager sm = System.getSecurityManager();
480 SecurityManager sm = System.getSecurityManager();
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/provider/cert/
X509CRLEntryImpl.java 88 System.arraycopy(encoding, 0, result, 0, encoding.length);
X509CertImpl.java 160 long time = System.currentTimeMillis();
300 System.arraycopy(tbsCertificate, 0, result, 0, tbsCertificate.length);
314 System.arraycopy(signature, 0, result, 0, signature.length);
477 System.arraycopy(encoding, 0, result, 0, encoding.length);
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/provider/crypto/
SHA1withDSA_SignatureImpl.java 277 System.arraycopy(rBytes, 0, signature, n, rBytes.length);
284 System.arraycopy(sBytes, 0, signature, n, sBytes.length);
359 System.arraycopy(sigBytes, offset + 4, bytes, 0, n1);
363 System.arraycopy(sigBytes, offset + 6 + n1, bytes, 0, n2);
  /dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
BrokenPBE.java 149 System.arraycopy(S, 0, I, 0, S.length);
150 System.arraycopy(P, 0, I, S.length, P.length);
180 System.arraycopy(A, 0, dKey, (i - 1) * u, dKey.length - ((i - 1) * u));
184 System.arraycopy(A, 0, dKey, (i - 1) * u, A.length);
  /dalvik/libcore/sql/src/main/java/SQLite/JDBC2y/
JDBCConnection.java 63 t0 = System.currentTimeMillis();
66 long t1 = System.currentTimeMillis();
82 t0 = System.currentTimeMillis();
85 long t1 = System.currentTimeMillis();

Completed in 1347 milliseconds

<<41424344454647484950>>