HomeSort by relevance Sort by last modified time
    Searched full:checkin (Results 1 - 25 of 57) 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 23 @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 519 boolean checkin = data.readInt() != 0;
525 mi = dumpMemInfo(fd.getFileDescriptor(), checkin, all, args);
    [all...]
IApplicationThread.java 127 Debug.MemoryInfo dumpMemInfo(FileDescriptor fd, boolean checkin, boolean all,
ApplicationErrorReport.java 476 * Checkin details.
ActivityThread.java 506 // Formatting for checkin service - update version if row format changes
849 public Debug.MemoryInfo dumpMemInfo(FileDescriptor fd, boolean checkin,
854 return dumpMemInfo(pw, checkin, all);
860 private Debug.MemoryInfo dumpMemInfo(PrintWriter pw, boolean checkin, boolean all) {
    [all...]
  /frameworks/base/services/java/com/android/server/net/
NetworkStatsService.java     [all...]
  /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 270 rebootSystem("Checkin scheduled forced");
BatteryService.java 83 private static final String[] DUMPSYS_ARGS = new String[] { "--checkin", "-u" };
  /external/clang/www/
hacking.html 283 <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.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-starteam.jar 
  /frameworks/base/core/java/android/accounts/
AccountManagerService.java     [all...]
  /external/antlr/antlr-3.4/runtime/C/
ChangeLog 455 Note that this checkin does not implement the debugging requirements
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 180 /// 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-nl/
strings.xml     [all...]
  /external/webkit/Source/WebKit/mac/
ChangeLog-2006-02-09     [all...]
  /dalvik/hit/samples/
android.hprof     [all...]

Completed in 1584 milliseconds

1 2 3