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

<<51525354555657585960>>

  /dalvik/dx/src/com/android/dx/cf/code/
OneLocalsArray.java 53 System.arraycopy(locals, 0, result.locals, 0, locals.length);
  /dalvik/dx/src/com/android/dx/dex/file/
DebugInfoItem.java 151 // Reconvert, annotating to System.err.
152 encode0(file, "", new PrintWriter(System.err, true), null,
  /dalvik/dx/src/com/android/dx/rop/cst/
CstUtf8.java 69 System.arraycopy(bytes, 0, result, 0, outAt);
  /dalvik/libcore/archive/src/main/java/java/util/jar/
InitManifest.java 125 System.arraycopy(buf, mark, buffer, 0, pos - mark);
JarEntry.java 148 System.arraycopy(signers, 0, tmp, 0, tmp.length);
  /dalvik/libcore/archive/src/main/java/java/util/zip/
GZIPInputStream.java 198 System.arraycopy(buf, len - size, b, 0, copySize);
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
SynchronousQueue.java 397 long lastTime = (timed)? System.nanoTime() : 0;
409 long now = System.nanoTime();
690 long lastTime = (timed)? System.nanoTime() : 0;
701 long now = System.nanoTime();
    [all...]
  /dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/
ExecutorsTest.java 297 long startTime = System.currentTimeMillis();
321 long elapsed = System.currentTimeMillis() - startTime;
343 SecurityManager s = System.getSecurityManager();
398 SecurityManager s = System.getSecurityManager();
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/
DOMTestDocumentBuilderFactory.java 152 return System.getProperty("org.w3c.domts.contentType", "text/xml");
  /dalvik/libcore/logging/src/main/java/java/util/logging/
LogRecord.java 163 this.millis = System.currentTimeMillis();
  /dalvik/libcore/luni/src/main/java/java/io/
PushbackReader.java 205 System.arraycopy(buf, pos, buffer, newOffset, copyLength);
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/net/
Socks4Message.java 244 System.arraycopy(stringBytes, 0, buffer, offset, length);
  /dalvik/libcore/luni/src/test/java/com/google/coretests/
CoreTestSuite.java 245 System.out.println("Warning: Don't know how to handle " +
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
FilterReaderTest.java 276 System.out.println("Exception during FilterReaderTest tear down.");
ObjectOutputStreamPutFieldTest.java 202 System.arraycopy(streamContent, 0, refContent, 0, bytesRead);
  /dalvik/libcore/luni-kernel/src/main/java/java/lang/
Throwable.java 215 * to the {@code System.err} stream.
220 printStackTrace(System.err);
  /dalvik/libcore/nio/src/main/java/org/apache/harmony/nio/internal/
DatagramChannelImpl.java 166 SecurityManager sm = System.getSecurityManager();
274 SecurityManager sm = System.getSecurityManager();
322 SecurityManager sm = System.getSecurityManager();
368 SecurityManager sm = System.getSecurityManager();
658 // it uses select system call. Whether a channel is blocking can be
ServerSocketChannelImpl.java 251 SecurityManager sm = System.getSecurityManager();
  /dalvik/libcore/nio_char/src/test/java/tests/api/java/nio/charset/
Charset_SingleByteAbstractTest.java 67 System.out.println(e);
135 // System.out.format("Mismatch at index %d: %d instead of expected %d.\n",
139 //// System.out.format("Match index %d: %d = %d\n",
158 // System.out.format("REPLACE mismatch at index %d (byte %d): %d instead of expected %d.\n",
161 // System.out.format("REPLACE mismatch at index %d (byte %d): %d instead of expected %d.\n",
166 // System.out.format("MISMATCH at index %d (byte %d): %d instead of expected %d.\n",
179 // System.out.println("for charset " + charsetName);
188 // System.out.format("MISMATCH at index %d: %d instead of expected %d.\n",
202 // System.out.format("MISMATCH at index %d: %d instead of expected %d.\n",
213 // System.out.println(charset.name())
    [all...]
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/asn1/
ASN1BitString.java 89 System.arraycopy(in.buffer, in.contentOffset + 1, bytes, 0,
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/fortress/
Services.java 238 System.out.println(key + "=" + services.get(key)); //$NON-NLS-1$
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/
ASN1Collection.java 116 System.arraycopy(rest, 0, newRest, 0, rest.length);
DERInputStream.java 160 System.arraycopy(bytes, 1, data, 0, bytes.length - 1);
  /dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
JCEKeyGenerator.java 140 System.arraycopy(k, 0, k, 16, 8);
X509CRLEntryObject.java 216 String nl = System.getProperty("line.separator");

Completed in 388 milliseconds

<<51525354555657585960>>