HomeSort by relevance Sort by last modified time
    Searched full:checkin (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
CheckedInputStreamTest.java 49 CheckedInputStream checkIn = new CheckedInputStream(checkInput, new CRC32());
50 assertEquals("constructor of checkedInputStream has failed", 0, checkIn.getChecksum()
73 CheckedInputStream checkIn = new CheckedInputStream(checkInput, new CRC32());
74 while (checkIn.read() >= 0) {
77 // System.out.print(" " + checkIn.getChecksum().getValue());
78 assertEquals("the checksum value is incorrect", 2036203193, checkIn.getChecksum()
98 CheckedInputStream checkIn = new CheckedInputStream(checkInput, new CRC32());
101 skipValue, checkIn.skip(skipValue));
102 checkIn.skip(skipValue);
104 // System.out.print(checkIn.getChecksum().getValue())
    [all...]
  /external/icu4c/tools/gendraft/
Makefile 22 @echo 'be sure to verify the headers (in soure/common/unicode) before checkin!'
  /frameworks/base/services/java/com/android/server/am/
BatteryStatsService.java 459 pw.println(" [--checkin] [--reset] [--write] [-h]");
460 pw.println(" --checkin: format output for a checkin report.");
480 if ("--checkin".equals(arg)) {
UsageStatsService.java 95 // structure used to maintain statistics since the last checkin.
874 // Delete old file after collecting info only for checkin requests
    [all...]
  /packages/apps/Settings/src/com/android/settings/
MasterClearConfirm.java 51 * and invoke the Checkin Service to reset the device to its factory-default
  /frameworks/base/core/java/android/app/
ApplicationThreadNative.java 503 boolean checkin = data.readInt() != 0;
509 mi = dumpMemInfo(fd.getFileDescriptor(), checkin, all, args);
    [all...]
IApplicationThread.java 125 Debug.MemoryInfo dumpMemInfo(FileDescriptor fd, boolean checkin, boolean all,
ApplicationErrorReport.java 476 * Checkin details.
ActivityThread.java 490 // Formatting for checkin service - update version if row format changes
816 public Debug.MemoryInfo dumpMemInfo(FileDescriptor fd, boolean checkin,
821 return dumpMemInfo(pw, checkin, all, args);
827 private Debug.MemoryInfo dumpMemInfo(PrintWriter pw, boolean checkin, boolean all,
858 // For checkin, we print one long comma-separated list of values
859 if (checkin) {
    [all...]
  /packages/experimental/AndroidVendorSecurityTool/src/com/android/vending/sectool/v1/
GoogleSettingsContract.java 248 * Used to hand off this data to the checkin service for upload.
Gservices.java 34 * updated remote (by the google checkin service).
  /frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.h 329 // remove this in a subsequent checkin when I actually fix
  /external/libvpx/examples/includes/geshi/geshi/
visualfoxpro.php 290 'Build','CheckIn','CheckOut','Circle','Clear','ClearData',
  /frameworks/base/core/java/android/os/
BatteryStats.java 119 * Bump the version on this if the checkin format changes.
    [all...]
  /frameworks/base/services/java/com/android/server/
Watchdog.java 264 rebootSystem("Checkin scheduled forced");
BatteryService.java 83 private static final String[] DUMPSYS_ARGS = new String[] { "--checkin", "-u" };
  /external/clang/www/
hacking.html 234 <p>To return changes to the Clang team, unless you have checkin
  /external/ipsec-tools/src/libipsec/
pfkey_dump.c 527 * by checkin for policy id.
  /frameworks/base/core/java/android/accounts/
AccountManagerService.java     [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 181 /// subsequent checkin when I actually fix far calls.
    [all...]
  /frameworks/base/core/res/
AndroidManifest.xml     [all...]
  /packages/providers/DownloadProvider/docs/
index.html 272 Right now <code>OTHER_UID</code> is used by checkin/update to allow the settings app to display the name of an ongoing OTA update, and by Market to allow the system to install the new apks. It is however a dangerous feature, at least because it touches a part of the code that is critical to the download manager security (separation of applications).
274 Getting rid of <code>OTHER_UID</code> would be beneficial for the download manager, but the existing functionality has to be worked around. At this point, the idea that I consider the most likely would be to have checkin and market implement =ContentProvider= wrappers around their downloads, and expose those content providers to whichever app they want, with whichever security mechanism they wish to have.
    [all...]
  /frameworks/base/core/res/res/values-cs/
strings.xml     [all...]
  /frameworks/base/core/res/res/values-fi/
strings.xml     [all...]
  /frameworks/base/core/res/res/values-nl/
strings.xml     [all...]

Completed in 3375 milliseconds

1 2 3