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

  /external/python/cpython2/Demo/pdist/
rcsbump 33 dir.checkin((file, "%s.0" % majorrev), msg, "-f")
rrcs.py 29 print " ci|put # checkin the given files"
47 def checkin(x, copts, fn): function
53 print "%s: unchanged since last checkin" % fn
146 'ci': ('', checkin),
147 'put': ('', checkin),
RCSProxy.py 112 self.checkin(name_rev, message)
rcslib.py 24 checkin/checkout, access to the rcs metadata (revisions, logs,
127 def checkin(self, name_rev, message=None, otherflags=""): member in class:RCS
130 The optional MESSAGE argument becomes the checkin message
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
rcsbump 33 dir.checkin((file, "%s.0" % majorrev), msg, "-f")
rrcs.py 29 print " ci|put # checkin the given files"
47 def checkin(x, copts, fn): function
53 print "%s: unchanged since last checkin" % fn
146 'ci': ('', checkin),
147 'put': ('', checkin),
RCSProxy.py 112 self.checkin(name_rev, message)
rcslib.py 24 checkin/checkout, access to the rcs metadata (revisions, logs,
127 def checkin(self, name_rev, message=None, otherflags=""): member in class:RCS
130 The optional MESSAGE argument becomes the checkin message
  /frameworks/base/core/java/android/os/
BatteryStats.java 212 * Current version of checkin data format.
802 // Used in checkin dump
    [all...]
  /frameworks/base/core/java/android/app/
IApplicationThread.aidl 107 void dumpMemInfo(in ParcelFileDescriptor fd, in Debug.MemoryInfo mem, boolean checkin,
ActivityThread.java     [all...]
  /frameworks/base/services/usage/java/com/android/server/usage/
UsageStatsService.java 572 boolean checkin = false;
579 if ("--checkin".equals(arg)) {
580 checkin = true;
605 if (checkin) {
606 mUserState.valueAt(i).checkin(idpw);
    [all...]
UsageStatsDatabase.java 122 boolean checkin(IntervalStats stats); method in interface:UsageStatsDatabase.CheckinAction
126 * Calls {@link CheckinAction#checkin(IntervalStats)} on the given {@link CheckinAction}
128 * If any of the calls to {@link CheckinAction#checkin(IntervalStats)} returns false or throws
140 // We may have holes in the checkin (if there was an error)
158 if (!checkinAction.checkin(stats)) {
UserUsageStatsService.java 552 void checkin(final IndentingPrintWriter pw) { method in class:UserUsageStatsService
555 public boolean checkin(IntervalStats stats) {
764 // The last 24 hours of events is already printed in the non checkin dump
    [all...]
  /hardware/invensense/6515/libsensors_iio/
Android.mk 38 # hardcode to saying we're ANDROID_L so we can isolate this checkin to being
  /frameworks/base/services/core/java/com/android/server/pm/
Settings.java     [all...]
PackageManagerService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/net/
NetworkStatsService.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-0.jar 

Completed in 237 milliseconds