HomeSort by relevance Sort by last modified time
    Searched refs:System (Results 401 - 425 of 1931) sorted by null

<<11121314151617181920>>

  /external/apache-xml/src/main/java/org/apache/xalan/processor/
XSLProcessorVersion.src 40 System.out.println(S_VERSION);
  /external/apache-xml/src/main/java/org/apache/xml/utils/
IntVector.java 97 System.arraycopy(v.m_map, 0, m_map, 0, m_firstFree);
135 System.arraycopy(m_map, 0, newMap, 0, m_firstFree + 1);
159 System.arraycopy(m_map, 0, newMap, 0, m_firstFree + 1);
185 System.arraycopy(m_map, 0, newMap, 0, m_firstFree + 1);
212 System.arraycopy(m_map, 0, newMap, 0, m_firstFree + 1);
219 System.arraycopy(m_map, at, m_map, at + 1, m_firstFree - at);
263 System.arraycopy(m_map, i + 1, m_map, i - 1, m_firstFree - i);
288 System.arraycopy(m_map, i + 1, m_map, i, m_firstFree);
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
OpMapVector.java 91 System.arraycopy(m_map, 0, newMap, 0, oldSize);
109 System.arraycopy(m_map, 0, newMap, 0, m_map[m_lengthPos]);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
X9IntegerConverter.java 32 System.arraycopy(bytes, bytes.length - tmp.length, tmp, 0, tmp.length);
40 System.arraycopy(bytes, 0, tmp, tmp.length - bytes.length, bytes.length);
  /external/emma/core/java12/com/vladium/emma/rt/
RTCoverageDataPersister.java 48 final long start = info ? System.currentTimeMillis () : 0;
59 final long end = System.currentTimeMillis ();
  /external/guava/guava/src/com/google/common/util/concurrent/
Uninterruptibles.java 78 long end = System.nanoTime() + remainingNanos;
86 remainingNanos = end - System.nanoTime();
159 long end = System.nanoTime() + remainingNanos;
167 remainingNanos = end - System.nanoTime();
188 long end = System.nanoTime() + remainingNanos;
196 remainingNanos = end - System.nanoTime();
257 long end = System.nanoTime() + remainingNanos;
265 remainingNanos = end - System.nanoTime();
  /external/mockito/src/org/mockito/internal/util/collections/
HashCodeAndEqualsMockWrapper.java 20 * <li>For hashCode : <strong>use {@link System#identityHashCode}</strong></li>
51 return System.identityHashCode(mockInstance);
66 return mockInstance.getClass().getSimpleName() + "(" + System.identityHashCode(mockInstance) + ")";
  /external/oauth/core/src/main/java/net/oauth/client/
ExcerptInputStream.java 27 System.arraycopy(ELLIPSIS, 0, excerpt, total, ELLIPSIS.length);
30 System.arraycopy(excerpt, 0, tmp, 0, total);
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
Ping.java 34 sent = System.nanoTime();
39 received = System.nanoTime();
  /art/test/003-omnibus-opcodes/src/
Monitor.java 35 System.out.println("Monitor.run");
  /art/test/004-ReferenceMap/src/
Main.java 40 System.loadLibrary("arttest");
  /art/test/071-dexfile/src/
Main.java 27 private static final String CLASS_PATH = System.getenv("DEX_LOCATION") + "/071-dexfile-ex.jar";
28 private static final String ODEX_DIR = System.getenv("DEX_LOCATION");
60 System.out.println("done");
77 * have visibility into dalvik.system.*, so we do this through
82 Class DexClassLoader = classLoader.loadClass("dalvik.system.DexClassLoader");
93 Class DexFile = classLoader.loadClass("dalvik.system.DexFile");
103 System.out.println(className);
  /art/test/083-compiler-regressions/src/
ZeroTests.java 38 System.out.println(name + " passes");
  /art/test/086-null-super/src/
Main.java 58 private static final String DEX_FILE = System.getenv("DEX_LOCATION") + "/086-null-super.jar";
79 loadClass("dalvik.system.DexFile");
154 System.err.println("ERROR: Inaccessible was accessible");
158 System.err.println("Got expected ITE/NPE");
160 System.err.println("Got unexpected ITE");
  /art/test/132-daemon-locks-shutdown/src/
Main.java 47 exc.printStackTrace(System.out);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
DualNonPaymentEmulatorActivity.java 36 System.arraycopy(TransportService2.APDU_COMMAND_SEQUENCE, 0, commandSequences, 0,
38 System.arraycopy(AccessService.APDU_COMMAND_SEQUENCE, 0, commandSequences,
44 System.arraycopy(TransportService2.APDU_RESPOND_SEQUENCE, 0, responseSequences, 0,
46 System.arraycopy(AccessService.APDU_RESPOND_SEQUENCE, 0, responseSequences,
OnAndOffHostEmulatorActivity.java 37 System.arraycopy(OffHostService.APDU_COMMAND_SEQUENCE, 0, commandSequences, 0,
39 System.arraycopy(AccessService.APDU_COMMAND_SEQUENCE, 0, commandSequences,
45 System.arraycopy(OffHostService.APDU_RESPOND_SEQUENCE, 0, responseSequences, 0,
47 System.arraycopy(AccessService.APDU_RESPOND_SEQUENCE, 0, responseSequences,
  /cts/tests/tests/app/src/android/app/cts/
Instrumentation_ActivityMonitorTest.java 49 long timeout = System.currentTimeMillis() + TIMEOUT_MSEC;
50 while (lastActivity == null && System.currentTimeMillis() < timeout) {
61 timeout = System.currentTimeMillis() + TIMEOUT_MSEC;
63 while (activity == null && System.currentTimeMillis() < timeout) {
  /cts/tests/tests/os/src/android/os/cts/
CpuFeatures.java 44 System.loadLibrary("ctsos_jni");
EnvironmentTest.java 39 System.getenv("TMPDIR"));
NoExecutePermissionTest.java 32 System.loadLibrary("ctsos_jni");
  /cts/tests/tests/security/src/android/security/cts/
LinuxRngTest.java 25 System.loadLibrary("ctssecurity_jni");
  /development/apps/SettingInjectorSample/src/com/example/android/injector/
UpdatingInjectorService.java 42 return String.valueOf(System.currentTimeMillis());
  /development/ndk/samples/hello-jni/src/com/example/hellojni/
HelloJni.java 64 System.loadLibrary("hello-jni");
  /development/ndk/samples/two-libs/src/com/example/twolibs/
TwoLibs.java 37 System.loadLibrary("twolib-second");

Completed in 772 milliseconds

<<11121314151617181920>>