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

<<21222324252627282930>>

  /libcore/luni/src/test/java/libcore/java/io/
OldInputStreamReaderTest.java 260 System.arraycopy(suffix, 0, bytes, prefixLength, suffix.length);
  /libcore/luni/src/test/java/tests/api/java/util/
BitSetTest.java     [all...]
CurrencyTest.java 411 System.out.println();
412 System.out.println(c.getCurrencyCode());
413 System.out.println(c.getSymbol());
414 System.out.println(c.getDefaultFractionDigits());
421 System.out.println();
422 System.out.println(loc.getDisplayName());
423 System.out.println(loc.getCountry());
424 System.out.println(loc.getLanguage());
425 System.out.println(loc.getDisplayCountry());
426 System.out.println(loc.getDisplayLanguage())
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
Alarm.java 214 c.setTimeInMillis(System.currentTimeMillis());
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
Rfc822Output.java 178 * @param context system context for accessing the provider
466 boundary.append("--_com.android.email_").append(System.nanoTime());
  /packages/apps/Email/emailcommon/src/org/apache/commons/io/
FilenameUtils.java 37 * Those that don't include 'System', 'Unix' or 'Windows' in their name.
118 * The system separator character.
123 * The separator character that is the opposite of the system separator.
143 * Determines if Windows file system is in use.
145 * @return true if the system is Windows
168 * The output will contain separators in the format of the system.
214 * The output will contain separators in the format of the system.
293 System.arraycopy(array, i, array, i - 1, size - i);
306 System.arraycopy(array, i + 1, array, i - 1, size - i);
327 System.arraycopy(array, i + 1, array, j + 1, size - i);
    [all...]
  /packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/address/parser/
SimpleCharStream.java 61 System.arraycopy(buffer, tokenBegin, newbuffer, 0, bufsize - tokenBegin);
62 System.arraycopy(buffer, 0, newbuffer,
66 System.arraycopy(bufline, tokenBegin, newbufline, 0, bufsize - tokenBegin);
67 System.arraycopy(bufline, 0, newbufline, bufsize - tokenBegin, bufpos);
70 System.arraycopy(bufcolumn, tokenBegin, newbufcolumn, 0, bufsize - tokenBegin);
71 System.arraycopy(bufcolumn, 0, newbufcolumn, bufsize - tokenBegin, bufpos);
78 System.arraycopy(buffer, tokenBegin, newbuffer, 0, bufsize - tokenBegin);
81 System.arraycopy(bufline, tokenBegin, newbufline, 0, bufsize - tokenBegin);
84 System.arraycopy(bufcolumn, tokenBegin, newbufcolumn, 0, bufsize - tokenBegin);
388 System.arraycopy(buffer, bufpos - len + 1, ret, 0, len)
    [all...]
  /packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/contenttype/parser/
SimpleCharStream.java 61 System.arraycopy(buffer, tokenBegin, newbuffer, 0, bufsize - tokenBegin);
62 System.arraycopy(buffer, 0, newbuffer,
66 System.arraycopy(bufline, tokenBegin, newbufline, 0, bufsize - tokenBegin);
67 System.arraycopy(bufline, 0, newbufline, bufsize - tokenBegin, bufpos);
70 System.arraycopy(bufcolumn, tokenBegin, newbufcolumn, 0, bufsize - tokenBegin);
71 System.arraycopy(bufcolumn, 0, newbufcolumn, bufsize - tokenBegin, bufpos);
78 System.arraycopy(buffer, tokenBegin, newbuffer, 0, bufsize - tokenBegin);
81 System.arraycopy(bufline, tokenBegin, newbufline, 0, bufsize - tokenBegin);
84 System.arraycopy(bufcolumn, tokenBegin, newbufcolumn, 0, bufsize - tokenBegin);
388 System.arraycopy(buffer, bufpos - len + 1, ret, 0, len)
    [all...]
  /packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/datetime/parser/
SimpleCharStream.java 61 System.arraycopy(buffer, tokenBegin, newbuffer, 0, bufsize - tokenBegin);
62 System.arraycopy(buffer, 0, newbuffer,
66 System.arraycopy(bufline, tokenBegin, newbufline, 0, bufsize - tokenBegin);
67 System.arraycopy(bufline, 0, newbufline, bufsize - tokenBegin, bufpos);
70 System.arraycopy(bufcolumn, tokenBegin, newbufcolumn, 0, bufsize - tokenBegin);
71 System.arraycopy(bufcolumn, 0, newbufcolumn, bufsize - tokenBegin, bufpos);
78 System.arraycopy(buffer, tokenBegin, newbuffer, 0, bufsize - tokenBegin);
81 System.arraycopy(bufline, tokenBegin, newbufline, 0, bufsize - tokenBegin);
84 System.arraycopy(bufcolumn, tokenBegin, newbufcolumn, 0, bufsize - tokenBegin);
388 System.arraycopy(buffer, bufpos - len + 1, ret, 0, len)
    [all...]
  /packages/apps/Mms/src/com/android/mms/model/
MediaModel.java 179 System.arraycopy(mData, 0, data, 0, mData.length);
  /packages/apps/Mms/src/com/android/mms/transaction/
HttpUtils.java 252 System.arraycopy(tempBody, 0, body, 0, offset);
  /packages/apps/Phone/src/com/android/phone/
EmergencyCallHelper.java 348 if (Settings.System.getInt(mApp.getContentResolver(),
349 Settings.System.AIRPLANE_MODE_ON, 0) > 0) {
352 // Change the system setting
353 Settings.System.putInt(mApp.getContentResolver(),
354 Settings.System.AIRPLANE_MODE_ON, 0);
CallFeaturesSetting.java 434 android.provider.Settings.System.putInt(mPhone.getContext().getContentResolver(),
435 android.provider.Settings.System.CALL_AUTO_RETRY,
441 Settings.System.putInt(mPhone.getContext().getContentResolver(),
442 Settings.System.HEARING_AID, hac);
466 Settings.System.putInt(mPhone.getContext().getContentResolver(),
467 Settings.System.DTMF_TONE_TYPE_WHEN_DIALING, index);
    [all...]
  /packages/apps/Settings/src/com/android/settings/vpn2/
VpnDialog.java 307 System.arraycopy(certificates, 0, array, 1, certificates.length);
  /packages/apps/Settings/src/com/android/settings/wifi/
AdvancedWifiSettings.java 104 int value = Settings.System.getInt(getContentResolver(),
105 Settings.System.WIFI_SLEEP_POLICY,
106 Settings.System.WIFI_SLEEP_POLICY_NEVER);
168 Settings.System.putInt(getContentResolver(), Settings.System.WIFI_SLEEP_POLICY,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
ProximityInfo.java 196 System.arraycopy(indices, 0, cell, 0, count);
  /sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/
SdkAddonSourceTest.java 443 System.arraycopy(data, 0, newData, 0, offset);
  /build/tools/signapk/
SignApk.java 101 System.out.print("Enter password for " + keyFile + " (password will not be hidden): ");
102 System.out.flush();
103 BufferedReader stdin = new BufferedReader(new InputStreamReader(System.in));
141 System.err.println("signapk: Password for " + keyFile + " may be bad.");
430 System.err.println("Usage: signapk [-w] " +
433 System.exit(2);
503 System.exit(1);
510 System.exit(1);
  /cts/libs/json/src/com/android/json/stream/
JsonReader.java 693 System.arraycopy(buffer, pos, buffer, 0, limit);
    [all...]
  /cts/tools/dasm/src/java_cup/
Main.java 12 /** This class serves as the main driver for the JavaCup system.
44 * <dd> print messages to indicate progress of the system
137 /** The main driver for the system.
145 start_time = System.currentTimeMillis();
151 if (print_progress) System.err.println("Opening files...");
154 prelim_end = System.currentTimeMillis();
158 System.err.println("Parsing specification from standard input...");
161 parse_end = System.currentTimeMillis();
167 if (print_progress) System.err.println("Checking specification...");
170 check_end = System.currentTimeMillis()
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
LocalList.java 383 System.err.println(locals.get(i));
519 System.arraycopy(endIndices, 0, newEnds, 0,
538 System.err.printf("%04x snapshot %s\n", address, specs);
561 System.err.printf("%04x snapshot done\n", address);
574 System.err.printf("%04x start %s\n", address, startedLocal);
710 System.err.printf("%04x end %s\n", address, endedLocal);
  /dalvik/dx/src/com/android/dx/dex/code/
LocalList.java 383 System.err.println(locals.get(i));
519 System.arraycopy(endIndices, 0, newEnds, 0,
538 System.err.printf("%04x snapshot %s\n", address, specs);
561 System.err.printf("%04x snapshot done\n", address);
574 System.err.printf("%04x start %s\n", address, startedLocal);
710 System.err.printf("%04x end %s\n", address, endedLocal);
  /dalvik/tests/023-many-interfaces/src/
ManyInterfaces.java 162 System.out.println(label + ": " + (end - start) / 1000 + "us"
165 System.out.println(label + ": done");
189 System.gc();
191 start = System.nanoTime();
193 end = System.nanoTime();
196 start = System.nanoTime();
198 end = System.nanoTime();
201 start = System.nanoTime();
203 end = System.nanoTime();
206 start = System.nanoTime()
    [all...]
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
RssService.java 154 mLastCheckedTime.setTimeInMillis(System.currentTimeMillis());
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
ZipOutputStreamTest.java 68 ze.setTime(System.currentTimeMillis());
104 ze.setTime(System.currentTimeMillis());

Completed in 2152 milliseconds

<<21222324252627282930>>