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

<<41424344454647484950>>

  /dalvik/libcore/luni/src/test/java/java/io/
FileTest.java 26 String base = System.getProperty("java.io.tmpdir");
112 String cwd = System.getProperty("user.dir");
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
ObjectStreamClassTest.java 221 now = System.currentTimeMillis();
242 System.out.println(Foo.serialVersionUID());
  /dalvik/libcore/luni/src/test/java/tests/api/java/util/
TimerTaskTest.java 202 long time = System.currentTimeMillis() + 100;
217 long estNow = System.currentTimeMillis() + 100;
  /dalvik/libcore/nio/src/main/java/java/nio/
ReadWriteHeapByteBuffer.java 61 System.arraycopy(backingArray, position + offset, backingArray, offset,
130 System.arraycopy(src, off, backingArray, offset + position, len);
  /dalvik/libcore/prefs/src/main/java/java/util/prefs/
FilePreferencesImpl.java 32 * platform, using the file system as its back end.
52 //home directory for system prefs
63 USER_HOME = System.getProperty("user.home") + "/.java/.userPrefs";//$NON-NLS-1$ //$NON-NLS-2$
64 SYSTEM_HOME = System.getProperty("java.home") + "/.systemPrefs";//$NON-NLS-1$//$NON-NLS-2$
102 * user root if userNode is true, system root otherwise
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/
DERBitString.java 107 System.arraycopy(bytes, 1, data, 0, bytes.length - 1);
216 System.arraycopy(getBytes(), 0, bytes, 1, bytes.length - 1);
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/macs/
HMac.java 125 System.arraycopy(key, 0, inputPad, 0, key.length);
133 System.arraycopy(inputPad, 0, outputPad, 0, inputPad.length);
  /dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
JCEDHKeyAgreement.java 42 System.arraycopy(tmp, 1, ntmp, 0, ntmp.length);
111 System.arraycopy(secret, 0, sharedSecret, offset, secret.length);
  /dalvik/libcore/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DriverManagerTest.java 150 System.out.println("ClassLoader is: " + theClassLoader.toString()
389 // Drivermanager loads the System drivers in a static initialisation
391 // environment before the test sets the drivers via the system property
393 // Therefore the system drivers are not returned via getDrivers()
454 // System.out.println("testPrintln");
461 // System.out.println("testPrintln: output= " + theOutput );
470 // System.out.println("testPrintln: output= " + theOutput );
545 // System.out.println("testSetLogStream");
557 System.setSecurityManager(theSecManager);
572 System.setSecurityManager(null)
    [all...]
DriverPropertyInfoTest.java 140 System.out.println("Error in test setup: " + e.getMessage());
143 System.err.println("Unexpected exception " + ex.toString());
  /dalvik/libcore/sql/src/test/java/tests/SQLite/
JDBCDriverTest.java 52 System.out.println("Cannot get driver");
55 System.out.println("DB Setup failed");
  /dalvik/libcore/support/src/test/java/tests/support/
Support_Exec.java 39 = System.getProperty("java.vendor").contains("Android");
43 * "java") and arguments (as specified by the system property
54 String testVMArgs = System.getProperty("hy.test.vmargs");
64 * with the system path separator as a separator.
  /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
DigitalSignature.java 238 System.arraycopy(md5_hash, 0, md5_sha, 0, md5_hash.length);
239 System.arraycopy(sha_hash, 0, md5_sha, md5_hash.length, sha_hash.length);
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/transformer/
MsgMgr.java 76 System.out.println(msg);
153 System.out.println(formattedMsg);
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/dom3/
NamespaceSupport.java 135 System.arraycopy(fContext, 0, contextarray, 0, fContext.length);
179 System.arraycopy(fNamespace, 0, namespacearray, 0, fNamespaceSize);
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
FastStringBuffer.java 436 System.arraycopy(m_array, 0, newarray, 0, i);
516 System.arraycopy(m_array, 0, newarray, 0, i);
598 System.arraycopy(m_array, 0, newarray, 0, i);
664 System.arraycopy(chars, copyfrom, m_array[m_lastChunk], m_firstFree,
681 System.arraycopy(m_array, 0, newarray, 0, i);
759 System.arraycopy(value.m_array[sourcechunk], sourcecolumn,
763 System.arraycopy(value.m_array[sourcechunk + 1], 0,
781 System.arraycopy(m_array, 0, newarray, 0, i);
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/
XPathException.java 180 s = System.err;
259 s = new java.io.PrintWriter(System.err);
  /dalvik/libcore/xml/src/test/java/tests/api/javax/xml/parsers/
SAXParserTestSupport.java 78 String tmp = System.getProperty("java.io.tmpdir", ".");
107 // System.out.println(str.toString());
127 System.out.println("IOException during processing the file: "
152 System.out.println("for "+KEYS[i]+": original:" +
154 System.out.println();
155 System.out.println(" result:" + result.get(KEYS[i]));
156 System.out.println();
200 System.out.print(data_isStartDocument.toString() + SEPARATOR_DATA +
361 System.out.print(data_isStartDocument.toString() + SEPARATOR_DATA +
  /development/apps/Development/src/com/android/development/
AppPicker.java 81 boolean waitForDebugger = Settings.System.getInt(
82 getContentResolver(), Settings.System.WAIT_FOR_DEBUGGER, 0) != 0;
  /development/tools/apkcheck/src/com/android/apkcheck/
TypeUtils.java 165 //System.out.println("converting X to Object: " + typeName);
169 //System.out.println("converting X[] to Object[]: " + typeName);
173 //System.out.println("converting X... to Object[]: " + typeName);
199 //System.out.println("vararg " + typeName + " --> " + newTypeName);
236 System.out.println("+++ no pkg name found on " + typeName + typeName.length());
245 //System.out.println("+++ " + oldClassName + " --> " + typeName);
272 System.err.println("ERROR: found '<' without '>': " + str);
  /external/guava/src/com/google/common/base/
Suppliers.java 143 if (!initialized || System.nanoTime() - expirationNanos >= 0) {
146 expirationNanos = System.nanoTime() + durationNanos;
  /external/yaffs2/yaffs2/
Kconfig 2 # YAFFS file system configurations
6 tristate "YAFFS2 file system support"
12 YAFFS2, or Yet Another Flash Filing System, is a filing system
15 To compile the YAFFS2 file system support as a module, choose M here:
68 system type. With this, you can say "yaffs" and yaffs or yaffs2
  /frameworks/base/awt/org/apache/harmony/x/imageio/stream/
RandomAccessMemoryCache.java 84 System.arraycopy(buffer, offset, block, blockOffset, toCopy);
117 System.arraycopy(block, (int)(pos & BLOCK_MASK), buffer, offset, nbytes);
  /frameworks/base/common/java/com/android/common/
ArrayListCursor.java 22 import java.lang.System;
49 System.arraycopy(columnNames, 0, mColumnNames, 0, columnNames.length);
  /frameworks/base/core/java/android/database/
MatrixCursor.java 111 System.arraycopy(columnValues, 0, data, start, columnCount);
178 System.arraycopy(oldData, 0, this.data, 0, oldData.length);

Completed in 126 milliseconds

<<41424344454647484950>>