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

<<21222324252627282930>>

  /dalvik/dx/src/junit/runner/
ClassPathTestCollector.java 22 String classPath= System.getProperty("java.class.path");
58 String separator= System.getProperty("path.separator");
  /dalvik/libcore/dalvik/src/main/java/dalvik/system/
DexFile.java 17 package dalvik.system;
45 * it first if system permissions allow. Don't pass in the name of
66 * it first if system permissions allow. Don't pass in the name of
78 String wantDex = System.getProperty("android.vm.dexfile", "false");
84 //System.out.println("DEX FILE cookie is " + mCookie);
101 String wantDex = System.getProperty("android.vm.dexfile", "false");
107 //System.out.println("DEX FILE cookie is " + mCookie);
120 * dalvik.system.DexClassLoader.
285 * @throws dalvik.system.StaleDexCacheError if the optimized dex file
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/platform/
AbstractMemorySpy.java 78 System.err
112 System.err
  /dalvik/libcore/luni/src/test/java/junit/runner/
ClassPathTestCollector.java 22 String classPath= System.getProperty("java.class.path");
58 String separator= System.getProperty("path.separator");
  /dalvik/libcore/nio/src/main/java/java/nio/
ReadWriteCharArrayBuffer.java 61 System.arraycopy(backingArray, position + offset, backingArray, offset,
121 System.arraycopy(src, off, backingArray, offset + position, len);
ReadWriteDoubleArrayBuffer.java 64 System.arraycopy(backingArray, position + offset, backingArray, offset,
124 System.arraycopy(src, off, backingArray, offset + position, len);
ReadWriteFloatArrayBuffer.java 64 System.arraycopy(backingArray, position + offset, backingArray, offset,
124 System.arraycopy(src, off, backingArray, offset + position, len);
ReadWriteIntArrayBuffer.java 61 System.arraycopy(backingArray, position + offset, backingArray, offset,
121 System.arraycopy(src, off, backingArray, offset + position, len);
ReadWriteLongArrayBuffer.java 61 System.arraycopy(backingArray, position + offset, backingArray, offset,
121 System.arraycopy(src, off, backingArray, offset + position, len);
ReadWriteShortArrayBuffer.java 64 System.arraycopy(backingArray, position + offset, backingArray, offset,
124 System.arraycopy(src, off, backingArray, offset + position, len);
  /dalvik/libcore/security/src/main/java/java/security/
Policy.java 27 * {@code Policy} is the common super type of classes which represent a system
31 * The system policy can be changed by setting the {@code 'policy.provider'}
58 * Note that this method is not called for classes which are in the system
59 * domain (i.e. system classes). System classes are always given
81 * system domain (i.e. system classes). System classes are always
129 * Returns the current system security policy. If no policy has been
137 * @return the current system security policy
    [all...]
  /dalvik/libcore/security/src/main/java/java/security/spec/
RSAMultiPrimePrivateCrtKeySpec.java 121 System.arraycopy(otherPrimeInfo, 0,
156 System.arraycopy(otherPrimeInfo, 0, ret, 0, ret.length);
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/pkcs10/
CertificationRequest.java 60 System.arraycopy(signature, 0, this.signature, 0, signature.length);
89 System.arraycopy(signature, 0, result, 0, signature.length);
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/generators/
BaseKDFBytesGenerator.java 126 System.arraycopy(dig, 0, out, outOff, outLen);
132 System.arraycopy(dig, 0, out, outOff, len);
MGF1BytesGenerator.java 96 System.arraycopy(hashBuf, 0, out, outOff + counter * hLen, hLen);
109 System.arraycopy(hashBuf, 0, out, outOff + counter * hLen, len - (counter * hLen));
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/modes/
SICBlockCipher.java 57 System.arraycopy(iv, 0, IV, 0, IV.length);
112 System.arraycopy(IV, 0, counter, 0, counter.length);
  /dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
BrokenKDF2BytesGenerator.java 114 System.arraycopy(dig, 0, out, outOff, dig.length);
119 System.arraycopy(dig, 0, out, outOff, len - outOff);
  /dalvik/libcore/support/src/test/java/tests/support/
Support_Configuration.java 151 String iniName = System.getProperty("test.ini.file", "JCLAuto.ini");
152 if (System.getProperty("test.comm") != null) {
160 System.out.println("SupportConfiguration.loadProperties()");
161 System.out.println(e);
247 System.out.println("Error parsing InetTestIP (" + InetTestIP
249 System.out.println(e);
270 System.out.println("Error parsing NonLocalAddressBytes ("
272 System.out.println(e);
  /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
KeyManagerFactoryImpl.java 67 return System.getProperty("javax.net.ssl.keyStore");
84 return System
Logger.java 35 super(System.err);
105 return System.getProperty("jsse", "").split(",");
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
StringVector.java 103 System.arraycopy(m_map, 0, newMap, 0, m_firstFree + 1);
183 System.arraycopy(m_map, 0, newMap, 0, m_firstFree + 1);
  /dalvik/tests/071-dexfile/src/
Main.java 49 System.err.println("cmd failed: " + ioe.getMessage());
67 System.out.println("done");
99 * have visibility into dalvik.system.*, so we do this through
106 String androidData = System.getenv("ANDROID_DATA");
117 //System.out.println("Output dir is " + odexDir);
122 dclClass = myLoader.loadClass("dalvik.system.DexClassLoader");
124 throw new RuntimeException("dalvik.system.DexClassLoader not found");
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyKeyEvent.java 120 System.out.println(":SendKey (" + note + "): "
124 System.out.println(":SendKey (ACTION_UP): "
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Sweep.java 75 long now = System.currentTimeMillis();
79 now = System.currentTimeMillis() - now;
  /development/tools/mkstubs/src/com/android/mkstubs/
SourceGenerator.java 68 System.out.println("Writing " + f.getPath());
86 System.out.println("Dump " + cr.getClassName());

Completed in 287 milliseconds

<<21222324252627282930>>