HomeSort by relevance Sort by last modified time
    Searched defs:System (Results 751 - 775 of 839) sorted by null

<<31323334

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Utils.java 97 System.gc();
494 final long currentTime = System.currentTimeMillis();
633 System.loadLibrary("jni_latinime");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java 360 System.arraycopy(elements, 0, copy, 0, elements.length);
    [all...]
  /sdk/traceview/src/com/android/traceview/
MethodData.java 242 System.arraycopy(children, 0, pdata, 1, children.length);
  /frameworks/base/media/java/android/media/videoeditor/
VideoEditorImpl.java     [all...]
  /frameworks/base/core/java/android/content/
SyncStorageEngine.java 293 File systemDir = new File(dataDir, "system");
    [all...]
  /cts/tests/tests/database/src/android/database/cts/
AbstractCursorTest.java 684 System.arraycopy(columnNames, 0, mColumnNames, 0, columnNames.length);
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 185 long start = System.nanoTime();
200 System.out.printf("Result compacted from %.1fKiB to %.1fKiB to save %.1fKiB%n",
206 long elapsed = System.nanoTime() - start;
207 System.out.printf("Merged dex A (%d defs/%.1fKiB) with dex B "
    [all...]
  /development/samples/GlobalTime/src/com/android/globaltime/
GlobalTime.java 256 startTime = System.currentTimeMillis();
689 mClockFadeTime = System.currentTimeMillis();
977 // Let the system handle other keypresses
1013 mSunCal.setTimeInMillis(System.currentTimeMillis());
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 56 * certstore file placed in system classpath and named as "key_store." + the
57 * type of the default KeyStore installed in the system in lower case. <br>
58 * For example: if default KeyStore type in the system is BKS (i.e.
85 // fields keeping the system values of corresponding properties
115 // roll the properties back to system values
154 // roll the properties back to system values
195 // roll the properties back to system values
228 System.out.println("Expected exception was thrown: "
236 // roll the properties back to system values
412 // roll the properties back to system value
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ThreadTest.java 704 long firstRead = System.currentTimeMillis();
706 long secondRead = System.currentTimeMillis();
824 stime = System.currentTimeMillis();
826 ftime = System.currentTimeMillis();
842 stime = System.currentTimeMillis();
844 ftime = System.currentTimeMillis();
1011 System.runFinalization();
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
SocketTest.java 471 // The other possibility is that the system timed us out.
687 String osName = System.getProperty("os.name");
    [all...]
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/
CharBufferTest.java 43 System.arraycopy(chars, 0, charscopy, 0, chars.length);
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBase.java 269 System.arraycopy(indexes, 0, m_elemIndexes, 0, indexes.length);
285 System.arraycopy(indexes, 0, localNameIndex, 0, indexes.length);
304 System.arraycopy(indexes, 0, elemHandles, 0, indexes.length);
644 System.err.println("Dumping... "+f.getAbsolutePath());
772 ioe.printStackTrace(System.err);
907 System.err.println("GONK! (only useful in limited situations)");
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM2.java 838 System.arraycopy(_stack, 0, stackCopy, 0, _stack.length);
883 System.arraycopy(_stack, 0, stack, 0, index);
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPMessage.java 448 System.arraycopy(msgarray, 0, retval, 0, msgarray.length);
449 System.arraycopy(content, 0, retval, msgarray.length, content.length);
    [all...]
  /external/quake/src/com/android/quake/
DownloaderActivity.java 771 System.arraycopy(mFileIOBuffer, 0,
    [all...]
  /frameworks/base/core/java/android/net/
Uri.java 1002 System.arraycopy(segments, 0, expanded, 0, segments.length);
    [all...]
  /frameworks/base/core/java/android/os/
Parcel.java 145 * communication system. The {@link IBinder} interface describes an abstract
    [all...]
  /frameworks/base/core/java/android/text/
TextUtils.java 785 + Integer.toHexString(System.identityHashCode(o))
    [all...]
  /frameworks/base/core/java/android/text/format/
DateUtils.java 409 return getRelativeTimeSpanString(startTime, System.currentTimeMillis(), MINUTE_IN_MILLIS);
574 long now = System.currentTimeMillis();
    [all...]
  /frameworks/base/core/java/android/webkit/
LoadListener.java     [all...]
  /frameworks/base/core/java/android/widget/
AutoCompleteTextView.java     [all...]
CalendarView.java 412 mTempDate.setTimeInMillis(System.currentTimeMillis());
    [all...]
  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerBaseTest.java 561 // Change the system setting
562 Settings.System.putInt(mContext.getContentResolver(), Settings.System.AIRPLANE_MODE_ON,
570 while (Settings.System.getInt(mContext.getContentResolver(),
571 Settings.System.AIRPLANE_MODE_ON, -1) != state) {
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/
VideoEditorAPITest.java 84 System.gc();
    [all...]

Completed in 1324 milliseconds

<<31323334