/external/curl/lib/ |
D | ldap.c | 333 goto quit; in ldap_do() 347 goto quit; in ldap_do() 377 goto quit; in ldap_do() 389 goto quit; in ldap_do() 400 goto quit; in ldap_do() 411 goto quit; in ldap_do() 418 goto quit; in ldap_do() 427 goto quit; in ldap_do() 432 goto quit; in ldap_do() 440 goto quit; in ldap_do() [all …]
|
/external/zstd/zlibWrapper/examples/ |
D | fitblk_original.c | 62 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 …]
|
D | fitblk.c | 67 local void quit(char *why) in quit() function 150 quit("need one argument: size of output block"); in main() 153 quit("argument must be a number"); in main() 155 quit("need positive size of 8 or greater"); in main() 168 quit("out of memory"); in main() 177 quit("error reading input"); in main() 205 quit("out of memory"); in main() 218 quit("out of memory"); in main() 235 quit("out of memory"); in main()
|
/external/rust/crates/libz-sys/src/zlib/examples/ |
D | fitblk.c | 62 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/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowLooper.java | 45 boolean quit; field in ShadowLooper 58 if (!shadowOf(looper).quit) { in resetThreadLoopers() 59 looper.quit(); in resetThreadLoopers() 105 while (!quit) { in doLoop() 116 protected void quit() { in quit() method in ShadowLooper 123 quit(); in quitSafely() 128 quit = true; in quitUnchecked() 137 return quit; in hasQuit() 316 if (!quit) { in post() 334 if (!quit) { in postAtFrontOfQueue() [all …]
|
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowLegacyLooper.java | 56 boolean quit; field in ShadowLegacyLooper 68 if (!shadowOf(looper).quit) { in resetThreadLoopers() 69 looper.quit(); in resetThreadLoopers() 127 while (!quit) { in doLoop() 138 protected void quit() { in quit() method in ShadowLegacyLooper 147 quit(); in quitSafely() 153 quit = true; in quitUnchecked() 163 return quit; in hasQuit() 230 if (!quit) { in post() 249 if (!quit) { in postAtFrontOfQueue() [all …]
|
/external/wpa_supplicant_8/wpa_supplicant/examples/p2p/ |
D | p2p_connect.py | 162 quit() 176 quit() 183 quit() 199 quit() 240 quit() 247 quit() 273 quit() 279 quit() 285 quit() 294 quit()
|
D | p2p_listen.py | 127 quit() 134 quit() 145 quit() 156 quit() 165 quit() 182 quit()
|
D | p2p_find.py | 137 quit() 144 quit() 155 quit() 166 quit() 175 quit() 192 quit()
|
D | p2p_flush.py | 126 quit() 133 quit() 147 quit() 156 quit() 168 quit()
|
D | p2p_stop_find.py | 131 quit() 138 quit() 152 quit() 162 quit() 174 quit()
|
D | p2p_disconnect.py | 126 quit() 133 quit() 147 quit() 157 quit() 169 quit()
|
/external/webrtc/examples/peerconnection/server/ |
D | main.cc | 43 void HandleBrowserRequest(DataSocket* ds, bool* quit) { in HandleBrowserRequest() argument 45 RTC_DCHECK(quit); in HandleBrowserRequest() 49 *quit = (path.compare("/quit") == 0); in HandleBrowserRequest() 51 if (*quit) { in HandleBrowserRequest() 101 bool quit = false; in main() local 102 while (!quit) { in main() 149 HandleBrowserRequest(s, &quit); in main() 150 if (quit) { in main()
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowHandlerThreadTest.java | 29 handlerThread.quit(); in tearDown() 56 assertTrue(handlerThread.quit()); in shouldQuitLooperAndThread() 67 assertFalse(shadowOf(looper).quit); in shouldStopThreadIfLooperIsQuit() 68 looper.quit(); in shouldStopThreadIfLooperIsQuit() 71 assertTrue(shadowOf(looper).quit); in shouldStopThreadIfLooperIsQuit() 92 handlerThread.quit(); in shouldCallOnLooperPrepared()
|
/external/igt-gpu-tools/tools/ |
D | intel_display_poller.c | 65 static volatile bool quit; variable 69 quit = true; in sighandler() 167 while (!quit) { in poll_pixel_pipestat() 207 while (!quit) { in poll_pixel_iir_gen3() 241 while (!quit) { in poll_pixel_framecount_gen3() 273 while (!quit) { in poll_pixel_pan() 274 while (!quit){ in poll_pixel_pan() 282 while (!quit){ in poll_pixel_pan() 311 while (!quit) { in poll_pixel_flip() 312 while (!quit){ in poll_pixel_flip() [all …]
|
/external/vboot_reference/utility/ |
D | chromeos-tpm-recovery | 35 quit() { function 253 quit "not a recovery image" 274 quit "unexpected boot reason $BOOT_REASON" 280 quit "tpmc or nvtool or tpm_takeownership are missing" 292 quit "could not set physical presence enable flags" 304 quit "could not turn physical presence on" 315 quit "dev mode is $DEV_MODE_NOW, but was $DEV_MODE_AT_BOOT at boot"
|
/external/one-true-awk/testdir/ |
D | T.nextfile | 13 { print $0; nextfile } # print first line, quit 24 } # print first line, quit 36 } # print first line, quit 46 nextfile # print first line, quit 64 FNR == 100 { nextfile } # print first line, quit 83 { print $0; nextfile } # print first line, quit
|
/external/deqp/external/vulkancts/scripts/ |
D | gen_vulkan_header.py | 215 quit() 221 quit() 261 quit() 267 quit() 270 quit() 273 quit() 286 quit() 291 quit()
|
/external/cronet/base/fuchsia/ |
D | test_interface_impl.cc | 30 [quit = run_loop.QuitClosure(), in VerifyTestInterface() 34 std::move(quit).Run(); in VerifyTestInterface() 38 [quit = run_loop.QuitClosure(), in VerifyTestInterface() 43 std::move(quit).Run(); in VerifyTestInterface()
|
/external/perfetto/src/base/ |
D | watchdog_unittest.cc | 143 bool quit = false; in TEST() local 147 auto thread_fn = [&mutex, &cv, &quit, &expected_tid](size_t thread_num) { in TEST() 155 quit = true; in TEST() 159 cv.wait(lock, [&quit] { return quit; }); in TEST()
|
/external/python/cpython3/Lib/test/ |
D | test_smtpnet.py | 43 server.quit() 55 server.quit() 62 server.quit() 72 server.quit() 85 server.quit()
|
/external/libcap/cap/ |
D | launch.go | 195 func launch(result chan<- lResult, attr *Launcher, data interface{}, quit chan<- struct{}) { 196 if quit != nil { 197 defer close(quit) 216 quit := make(chan struct{}) 217 go launch(result, attr, data, quit) 220 <-quit
|
/external/python/cpython2/Lib/test/ |
D | test_smtplib.py | 183 smtp.quit() 189 smtp.quit() 195 smtp.quit() 202 smtp.quit() 210 smtp.quit() 219 smtp.quit() 224 smtp.quit() 235 smtp.quit() 454 smtp.quit() 475 smtp.quit() [all …]
|
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowHandlerThreadTest.java | 28 handlerThread.quit(); in tearDown() 55 assertTrue(handlerThread.quit()); in shouldQuitLooperAndThread() 67 looper.quit(); in shouldStopThreadIfLooperIsQuit() 90 handlerThread.quit(); in shouldCallOnLooperPrepared()
|
/external/libnl/tests/ |
D | test-cache-mngr.c | 10 static int quit = 0; variable 32 quit = 1; in sigint() 57 while (!quit) { in main()
|