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

1 2 3 4 5 6 7 8 91011>>

  /external/deqp/framework/platform/lnx/
tcuLnx.cpp 41 void EventState::setQuitFlag (bool quit)
44 m_quit = quit;
tcuLnx.hpp 46 void setQuitFlag (bool quit);
  /external/libchrome/mojo/public/java/system/src/org/chromium/mojo/system/
RunLoop.java 14 * Start the run loop. It will continue until quit() is called.
24 * Quit the currently running run loop.
26 public void quit(); method in interface:RunLoop
  /cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0415/
poc.cpp 28 volatile int quit = 1; variable
40 while (quit) {
59 while (quit) {
63 quit = 0;
67 quit = 0;
  /device/linaro/bootloader/edk2/StdLib/LibC/Locale/
aliasname.c 65 goto quit;
72 goto quit; /* eof or error */
109 goto quit;
118 goto quit;
124 quit:
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/
GdbRun 25 # had exited, so gdb should now quit.
29 quit
  /external/zlib/src/examples/
fitblk.c 62 local void quit(char *why) function
138 quit("need one argument: size of output block");
141 quit("argument must be a number");
143 quit("need positive size of 8 or greater");
153 quit("out of memory");
160 quit("error reading input");
167 quit("error writing output");
188 quit("out of memory");
199 quit("out of memory");
214 quit("out of memory")
    [all...]
  /external/ltp/testcases/commands/gdb/
gdb01.sh 32 gdb /bin/cat -ex "run /etc/passwd" -ex quit < /dev/null
  /external/python/cpython3/Doc/includes/
email-simple.py 22 s.quit()
  /external/webrtc/webrtc/modules/audio_device/test/
audio_device_test_func.cc 52 bool quit(false);
54 while (!quit)
58 TEST_LOG(" (0) Quit\n");
97 quit = true;
155 quit = true;
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowHandlerThreadTest.java 29 handlerThread.quit();
56 assertTrue(handlerThread.quit());
67 assertFalse(shadowOf(looper).quit);
68 looper.quit();
71 assertTrue(shadowOf(looper).quit);
92 handlerThread.quit();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
TestTaskQueue.java 44 public synchronized void quit() { method in class:TestTaskQueue
52 mHandler.getLooper().quit();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_smtpnet.py 18 server.quit()
25 server.quit()
  /external/python/cpython2/Lib/test/
test_smtpnet.py 16 server.quit()
23 server.quit()
  /external/u-boot/tools/kermit/
send_cmd 20 quit
send_image 25 quit
  /external/webrtc/webrtc/examples/peerconnection/server/
main.cc 27 void HandleBrowserRequest(DataSocket* ds, bool* quit) {
29 assert(quit);
33 *quit = (path.compare("/quit") == 0);
35 if (*quit) {
80 bool quit = false; local
81 while (!quit) {
129 HandleBrowserRequest(s, &quit);
130 if (quit) {
  /external/python/cpython2/Doc/includes/
email-simple.py 24 s.quit()
  /external/libnl/tests/
test-cache-mngr.c 8 static int quit = 0; variable
30 quit = 1;
55 while (!quit) {
  /external/curl/lib/
ldap.c 293 goto quit;
307 goto quit;
337 goto quit;
349 goto quit;
360 goto quit;
371 goto quit;
378 goto quit;
387 goto quit;
392 goto quit;
400 goto quit;
    [all...]
  /external/perfetto/src/base/
watchdog_unittest.cc 139 bool quit = false; local
143 auto thread_fn = [&mutex, &cv, &quit, &expected_tid](size_t thread_num) {
151 quit = true;
155 cv.wait(lock, [&quit] { return quit; });
  /external/python/cpython3/Lib/test/
test_smtpnet.py 41 server.quit()
53 server.quit()
60 server.quit()
70 server.quit()
83 server.quit()
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowLooper.java 45 boolean quit; field in class:ShadowLooper
58 if (!shadowOf(looper).quit) {
59 looper.quit();
105 while (!quit) {
116 protected void quit() { method in class:ShadowLooper
117 if (realObject == Looper.getMainLooper()) throw new RuntimeException("Main thread not allowed to quit");
123 quit(); method
128 quit = true;
137 return quit;
316 if (!quit) {
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
p2p_connect.py 162 quit()
176 quit()
183 quit()
199 quit()
240 quit()
247 quit()
273 quit()
279 quit()
285 quit()
294 quit()
    [all...]
p2p_find.py 137 quit()
144 quit()
155 quit()
166 quit()
175 quit()
192 quit()

Completed in 838 milliseconds

1 2 3 4 5 6 7 8 91011>>