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

<<21222324252627282930>>

  /packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodAndLanguageSettings.java 41 import android.provider.Settings.System;
62 System.TEXT_AUTO_REPLACE, System.TEXT_AUTO_CAPS, System.TEXT_AUTO_PUNCTUATE,
96 // No "Select language" pref if there's only one system locale available.
197 System.getInt(getContentResolver(), sSystemSettingNames[i], 1) > 0);
236 System.putInt(getContentResolver(), sSystemSettingNames[i],
  /packages/apps/VideoEditor/src/com/android/videoeditor/
KenBurnsActivity.java 369 System.gc();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ExpandableDictionary.java 75 System.arraycopy(mData, 0, tempData, 0, mLength);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidSpellCheckerService.java 181 System.arraycopy(mScores, insertIndex, mScores, insertIndex + 1, copyLen);
184 System.arraycopy(mScores, 1, mScores, 0, insertIndex);
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
SyncService.java 648 System.arraycopy(ID_DATA, 0, mBuffer, 0, ID_DATA.length);
679 long time = System.currentTimeMillis() / 1000;
759 System.arraycopy(command, 0, array, 0, 4);
793 System.arraycopy(command, 0, array, 0, 4);
795 System.arraycopy(path, 0, array, 8, path.length);
812 System.arraycopy(command, 0, array, 0, 4);
814 System.arraycopy(path, 0, array, 8, path.length);
815 System.arraycopy(modeContent, 0, array, 8 + path.length, modeContent.length);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ProjectCallback.java 350 System.arraycopy(constructorSignature, 0, sig, 0, k);
351 System.arraycopy(constructorParameters, 0, params, 0, k);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
AndroidManifestDescriptors.java 349 System.arraycopy(attributes, 0, newArray, 1, attributes.length);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ProjectHelper.java 75 System.arraycopy(entries, 0, newEntries, 0, n);
128 System.arraycopy(entries, 0, newEntries, 0, index);
131 System.arraycopy(entries, index + 1, newEntries, index,
520 System.arraycopy(natures, 0, newNatures, 1, natures.length);
549 System.arraycopy(natures, 0, newNatures, 0, i);
551 System.arraycopy(natures, i + 1, newNatures, i, natures.length - i - 1);
    [all...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/
PsdFile.java 342 System.arraycopy(data, 0, nameData, 1, data.length);
347 System.arraycopy(nameData, 0, data, 0, nameData.length);
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/util/
PsdFile.java 401 System.arraycopy(data, 0, nameData, 1, data.length);
406 System.arraycopy(nameData, 0, data, 0, nameData.length);
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
SdkSource.java 561 System.arraycopy(result, 0, temp, 0, curr);
    [all...]
  /sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/
SdkRepoSourceTest.java 567 "Found Intel x86 Atom System Image, Android API 2, revision 1\n" +
568 "Found ARM EABI v7a System Image, Android API 2, revision 2\n" +
578 "Found ARM EABI System Image, Android API 42, revision 12\n" +
658 // Check the system-image packages
    [all...]
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LogManagerTest.java 69 static final String clearPath = System.getProperty("clearpath");
657 PrintStream err = System.err;
659 System.setErr(new PrintStream(new NullOutputStream()));
741 System.setErr(err);
747 String oldPropertyValue = System.getProperty(CONFIG_CLASS);
749 System.setProperty(CONFIG_CLASS, this.getClass().getName()
760 Properties systemProperties = System.getProperties();
770 String oldPropertyValue = System.getProperty(CONFIG_FILE);
771 System.setProperty(CONFIG_FILE, "not.exist.config.file");
778 Properties systemProperties = System.getProperties()
    [all...]
  /frameworks/base/services/java/com/android/server/am/
UsageStatsService.java 286 mCal.setTimeInMillis(System.currentTimeMillis());
422 // Check if there are too many files in the system and delete older files
479 mCal.setTimeInMillis(System.currentTimeMillis());
726 componentResumeTimes.put(mLastResumedComp, System.currentTimeMillis());
848 System.arraycopy(data, 0, newData, 0, pos);
    [all...]
  /cts/tests/tests/location/src/android/location/cts/
LocationManagerTest.java 761 System.currentTimeMillis());
    [all...]
  /cts/tests/tests/text/src/android/text/format/cts/
TimeTest.java 64 time.set(System.currentTimeMillis());
631 long currentTime = System.currentTimeMillis();
681 long time = System.currentTimeMillis();
    [all...]
  /cts/tools/host/src/com/android/cts/
TestSession.java 228 mSessionLog.setStartTime(System.currentTimeMillis());
302 mSessionLog.setStartTime(System.currentTimeMillis());
440 displayTimeInfo(startTime, System.currentTimeMillis());
443 mTestSession.getSessionLog().setEndTime(System.currentTimeMillis());
522 * <li> System crash
523 * <li> User action to cause the system exit
  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java 95 "system. You will be to blame for this problem.\n\n" +
100 "conflict with core system classes. JarJar is a tool that may help\n" +
176 System.exit(result);
196 System.err.println(
705 return System.out;
713 * {@link System#out} in which case this method does the flush but not
726 if (stream != System.out) {
    [all...]
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
Adapters.java     [all...]
  /external/antlr/src/org/antlr/runtime/debug/
Profiler.java 40 public static final String newline = System.getProperty("line.separator");
156 // System.out.println("enterRule "+grammarFileName+":"+ruleName);
181 if (dump) System.out.println("examine memo "+ruleName+" at "+input.index()+": "+stopIndex);
183 //System.out.println("rule "+ruleIndex+" missed @ "+input.index());
190 //System.out.println("rule "+ruleIndex+" hit @ "+input.index());
203 if (dump) System.out.println("memoize "+ruleName);
218 if ( dump ) System.out.println("enterDecision canBacktrack="+couldBacktrack+" "+ decisionNumber +
239 d.startTime = System.currentTimeMillis();
245 d.stopTime = System.currentTimeMillis();
253 if (dump) System.out.println("exitDecision "+decisionNumber+" in "+d.decision.ruleName
    [all...]
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
DeflaterTest.java 196 System.gc();
214 if (System.getProperty("java.vendor").startsWith("IBM")) {
377 if (System.getProperty("java.vendor").startsWith("IBM")) {
744 // System.out.println(mdefl.getTotalOut());
750 // System.out.println(mdefl.getTotalOut());
756 // System.out.println(mdefl.getTotalOut());
1079 String vendor = System.getProperty("java.vendor");
    [all...]
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/kerberos/
KerberosTicketTest.java 486 // test: dependency on system props 'kdc' and 'realm'
490 assertNull(System.getProperty(ENV_KDC));
491 assertNull(System.getProperty(ENV_REALM));
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ThreadGroupTest.java 50 long start = System.currentTimeMillis();
57 } while (System.currentTimeMillis() - start < maxWait);
410 // First save the original System.out
411 java.io.PrintStream originalOut = System.out;
418 // We have to "redirect" System.out to test the method 'list'
419 System.setOut(newOut);
442 // No matter what, we need to restore the original System.out
443 System.setOut(originalOut);
597 "Max Priority = Thread.MAX_PRIORITY should be possible if the test is run with default system ThreadGroup as root",
856 System.arraycopy(all, 0, result, 0, actualSize)
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
URLTest.java     [all...]
  /external/apache-harmony/nio_char/src/test/java/tests/api/java/nio/charset/
CharsetEncoderTest.java 70 System.arraycopy(replacement, 0, unibytesWithRep, 0,
72 System.arraycopy(unibytes, 0, unibytesWithRep, replacement.length,
548 System.err
589 System.arraycopy(surrogate, 0, temp, 0, surrogate.length);
590 System.arraycopy(expected, 0, temp, surrogate.length,
790 System.out.println("print buffer");
796 System.out.println(Integer.toHexString(ba[i]));
813 System.arraycopy(ba, 0, result, i * ba.length, ba.length);
847 System.out.println("Cannot find malformed char buffer for "
876 System.out.println("Cannot find unmapped char buffer for
    [all...]

Completed in 2113 milliseconds

<<21222324252627282930>>