Home
last modified time | relevance | path

Searched refs:quit (Results 1 – 25 of 139) sorted by relevance

123456

/external/zlib/examples/
Dfitblk.c62 local void quit(char *why) in quit() function
138 quit("need one argument: size of output block"); in main()
141 quit("argument must be a number"); in main()
143 quit("need positive size of 8 or greater"); in main()
153 quit("out of memory"); in main()
160 quit("error reading input"); in main()
167 quit("error writing output"); in main()
188 quit("out of memory"); in main()
199 quit("out of memory"); in main()
214 quit("out of memory"); in main()
[all …]
/external/qemu/distrib/sdl-1.2.12/src/video/gem/
DSDL_gemevents.c80 int quit, resultat, event_mask, mouse_event; in GEM_PumpEvents() local
84 quit = in GEM_PumpEvents()
108 quit = do_messages(this, buffer); in GEM_PumpEvents()
131 if ((resultat & MU_TIMER) || quit) in GEM_PumpEvents()
171 int quit, posted, check_mouse_mode; in do_messages() local
174 quit = check_mouse_mode = 0; in do_messages()
179 quit=1; in do_messages()
270 return quit; in do_messages()
/external/chromium/chrome/browser/ui/cocoa/
Dconfirm_quit_panel_controller.mm18 // How long the user must hold down Cmd+Q to confirm the quit.
22 // quit.
216 // If this is the second of two such attempts to quit within a certain time
217 // interval, then just quit.
218 // Time of last quit attempt, if any.
224 // double-tap shortcut that allows for a quick quit path. For the users who
226 // logic will run and cause the quit to get committed. If the key
229 // the windows (without animation) to look like we've "quit" and then wait
230 // for the KeyUp event to commit the quit.
247 // Show the info panel that explains what the user must to do confirm quit.
[all …]
/external/e2fsprogs/ext2ed/
Dmain.c199 int quit=0; in parser() local
210 while (!quit) { in parser()
263 quit=dispatch (command_line); in parser()
300 int quit=0; in parser() local
307 while (!quit) { in parser()
329 quit=dispatch (command_line); in parser()
/external/bluetooth/bluez/test/
Dsimple-agent24 mainloop.quit()
78 mainloop.quit()
82 mainloop.quit()
Dtest-oob9 mainloop.quit()
13 mainloop.quit()
Dipctest-a2dp-easy.test7 quit
Dipctest-hsp-easy.test7 quit
/external/dbus/test/
Dtest-shell-service.c16 quit (void) in quit() function
89 quit (); in path_message_func()
112 quit (); in filter_func()
Dtest-service.c13 quit (void) in quit() function
310 quit (); in path_message_func()
386 quit (); in filter_func()
/external/dbus/test/name-test/
Dtest-wait-for-echo.py22 loop.quit()
30 loop.quit()
/external/mesa3d/src/pixelflinger2/
Dpixelflinger2.h112 bool quit; member
120 Worker() : assignedWork(false), quit(false), thread(0) in Worker()
134 quit = true; in ~Worker()
/external/webkit/Source/WebKit/qt/tests/
Dutil.h40 QObject::connect(obj, signal, &loop, SLOT(quit()));
44 QObject::connect(&timer, SIGNAL(timeout()), &loop, SLOT(quit()));
/external/webkit/Source/WebKit2/UIProcess/API/qt/tests/
Dutil.h40 QObject::connect(obj, signal, &loop, SLOT(quit()));
44 QObject::connect(&timer, SIGNAL(timeout()), &loop, SLOT(quit()));
/external/bluetooth/glib/tests/
Dthreadpool-test.c384 gboolean quit = TRUE; in test_check_start_and_stop() local
429 quit &= running_thread_counter <= 0; in test_check_start_and_stop()
437 quit &= sort_thread_counter <= 0; in test_check_start_and_stop()
447 quit &= idle < 1; in test_check_start_and_stop()
452 if (quit) { in test_check_start_and_stop()
/external/webkit/Source/WebKit/qt/tests/benchmarks/loading/
Dtst_loading.cpp37 QObject::connect(obj, signal, &loop, SLOT(quit())); in waitForSignal()
41 QObject::connect(&timer, SIGNAL(timeout()), &loop, SLOT(quit())); in waitForSignal()
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/ExecutionContexts/
D10.1.3-2.js67 quit();
71 quit();
/external/webkit/Source/WebKit/qt/tests/benchmarks/painting/
Dtst_painting.cpp38 QObject::connect(obj, signal, &loop, SLOT(quit())); in waitForSignal()
42 QObject::connect(&timer, SIGNAL(timeout()), &loop, SLOT(quit())); in waitForSignal()
/external/tinyxml/
Dtinystr.h91 quit(); in ~TiXmlString()
183 quit(); in clear()
230 void quit() in quit() function
/external/webkit/Tools/EWebLauncher/
Dmain.c635 quit(Eina_Bool success, const char *msg) in quit() function
664 return quit(EINA_FALSE, "ERROR: could not create EWebLauncher window\n"); in browserCreate()
669 return quit(EINA_FALSE, "ERROR: could not construct evas-ecore\n"); in browserCreate()
681 return quit(EINA_FALSE, "ERROR: could not get evas from evas-ecore\n"); in browserCreate()
861 return quit(EINA_FALSE, "ERROR: could not parse options.\n"); in main()
864 return quit(EINA_TRUE, NULL); in main()
873 return quit(EINA_FALSE, "ERROR: could not find theme.\n"); in main()
895 return quit(EINA_TRUE, NULL); in main()
/external/e2fsprogs/tests/f_swapfs/
Ddebugfs.cmd5 quit
/external/e2fsprogs/lib/ss/
Dtest_script7 quit
/external/qemu/distrib/sdl-1.2.12/src/main/macosx/SDLMain.nib/
Dclasses.nib5 ACTIONS = {makeFullscreen = id; quit = id; };
/external/grub/util/
Dgrub-install340 quit
431 quit
457 quit
Dgrub-install.in340 quit
431 quit
457 quit

123456