HomeSort by relevance Sort by last modified time
    Searched full:unschedule (Results 1 - 14 of 14) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
ToolTip.py 23 self.unschedule()
27 self.unschedule()
30 def unschedule(self): member in class:ToolTipBase
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
ToolTip.py 23 self.unschedule()
27 self.unschedule()
30 def unschedule(self): member in class:ToolTipBase
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ToolTip.py 23 self.unschedule()
27 self.unschedule()
30 def unschedule(self): member in class:ToolTipBase
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ToolTip.py 23 self.unschedule()
27 self.unschedule()
30 def unschedule(self): member in class:ToolTipBase
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shappmgr.h 185 virtual HRESULT WINAPI Unschedule(void) = 0;
200 HRESULT (WINAPI *Unschedule)(IPublishedApp *This);
217 #define IPublishedApp_Unschedule(This) (This)->lpVtbl->Unschedule(This)
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimationDrawable.java 257 private void nextFrame(boolean unschedule) {
267 setFrame(nextFrame, unschedule, !isLastFrame);
270 private void setFrame(int frame, boolean unschedule, boolean animate) {
277 if (unschedule || animate) {
Drawable.java 386 * A Drawable can call this to unschedule an action previously
390 * the parameters <var>(what, who)</var> to unschedule the drawable.
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
ContentBrowserActivity.java 144 // Unschedule any pending event to hide navigation if we are
ContentBrowserNavActivity.java 146 // Unschedule any pending event to hide navigation if we are
  /frameworks/base/core/java/android/widget/
TextClock.java 465 * Calling this method does not schedule or unschedule the time ticker.
485 * @param handleTicker true if calling this method should schedule/unschedule the
  /libcore/luni/src/main/java/java/util/concurrent/
ForkJoinTask.java     [all...]
  /frameworks/base/services/core/java/com/android/server/media/
MediaRouterService.java     [all...]
  /external/ppp/pppd/
main.c     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp     [all...]

Completed in 1267 milliseconds