HomeSort by relevance Sort by last modified time
    Searched refs:quit (Results 151 - 175 of 371) sorted by null

1 2 3 4 5 67 8 91011>>

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/data/
UserPresetsManager.java 81 mHandlerThread.quit();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
FileList.py 63 self.root.quit()
Percolator.py 67 root.wm_protocol("WM_DELETE_WINDOW", root.quit)
WidgetRedirector.py 109 root.wm_protocol("WM_DELETE_WINDOW", root.quit)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
FileList.py 63 self.root.quit()
Percolator.py 67 root.wm_protocol("WM_DELETE_WINDOW", root.quit)
WidgetRedirector.py 109 root.wm_protocol("WM_DELETE_WINDOW", root.quit)
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_events.h 65 SDL_QUIT, /**< User-requested quit */
205 /** The "quit requested" event */
239 SDL_QuitEvent quit; member in union:SDL_Event
320 * If the quit event is generated by an interrupt signal, it will bypass the
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_events.h 65 SDL_QUIT, /**< User-requested quit */
205 /** The "quit requested" event */
239 SDL_QuitEvent quit; member in union:SDL_Event
320 * If the quit event is generated by an interrupt signal, it will bypass the
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_events.h 65 SDL_QUIT, /**< User-requested quit */
205 /** The "quit requested" event */
239 SDL_QuitEvent quit; member in union:SDL_Event
320 * If the quit event is generated by an interrupt signal, it will bypass the
  /external/chromium_org/third_party/libxml/src/
xmlcatalog.c 186 if (!strcmp(command, "quit"))
298 printf("\texit: quit the shell\n");
  /external/chromium_org/v8/test/mjsunit/compiler/
concurrent-invalidate-transition-map.js 33 quit();
concurrent-proto-change.js 33 quit();
manual-concurrent-recompile.js 33 quit();
  /external/chromium_org/v8/test/mjsunit/
concurrent-initial-prototype-change.js 33 quit();
parallel-optimize-disabled.js 33 quit();
  /external/chromium_org/v8/test/mjsunit/regress/
regress-embedded-cons-string.js 34 quit();
regress-opt-after-debug-deopt.js 33 quit();
regress-prepare-break-while-recompile.js 33 quit();
  /external/chromium_org/v8/tools/profviz/
stdio.js 49 quit(1);
  /external/libxml2/
xmlcatalog.c 186 if (!strcmp(command, "quit"))
298 printf("\texit: quit the shell\n");
  /cts/tests/tests/database/src/android/database/cts/
DatabaseCursorTest.java 288 boolean quit = false; field in class:DatabaseCursorTest.TestObserver
305 quit = true;
306 Looper.myLooper().quit();
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseCursorTest.java 265 boolean quit = false; field in class:DatabaseCursorTest.TestObserver
281 quit = true;
282 Looper.myLooper().quit();
  /frameworks/base/media/tests/SoundPoolTest/src/com/android/
SoundPoolTest.java 383 public void quit() { method in class:SoundPoolTest.TestThread
391 if (DEBUG) Log.d(LOG_TAG, "quit");
404 mThread.quit();
  /packages/apps/Contacts/src/com/android/contacts/editor/
AggregationSuggestionEngine.java 155 public boolean quit() { method in class:AggregationSuggestionEngine
164 return super.quit();

Completed in 675 milliseconds

1 2 3 4 5 67 8 91011>>