HomeSort by relevance Sort by last modified time
    Searched full:quitting (Results 1 - 25 of 109) sorted by null

1 2 3 4 5

  /system/extras/tests/bionic/libc/common/
test_semaphore.c 63 printf( "thread 1: quitting\n" );
83 printf( "thread 2: quitting\n" );
98 printf( "thread 3: got semaphore. quitting\n" );
  /external/chromium/chrome/browser/
browser_shutdown.h 61 // |BrowserList::CloseAllWindowsAndExit()| on other platforms. To stop quitting,
64 void SetTryingToQuit(bool quitting);
browser_shutdown.cc 325 void SetTryingToQuit(bool quitting) {
326 g_trying_to_quit = quitting;
  /external/chromium/net/tools/testserver/
backoff_server.py 24 self.wfile.write('QUITTING')
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
BackgroundThread.java 23 * which sets a quitting flag to true. Inheriting classes should regularly test
  /external/chromium/base/
message_loop_proxy.h 31 // example the target loop may already be quitting, or in the case of a
  /external/qemu/telephony/
remote_call.c 111 char quitting; member in struct:RemoteCallRec
329 if (!call->quitting) {
330 call->quitting = 1;
335 call->quitting = 0;
test2.c 96 printf( "client %p quitting\n", client );
  /frameworks/av/media/libmedia/
SoundPoolThread.cpp 31 // if thread is quitting, don't add to queue
  /external/chromium/third_party/libjingle/source/talk/base/
asynchttprequest.cc 71 // worker is already quitting, no need to explicitly quit
  /external/quake/quake/src/QW/client/
main.cpp 65 {"quitting", "()Z", (void*)qquitting },
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_eglapi.cpp 114 ALOGE("Error creating GLTrace server socket. Quitting application.");
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
ScanCncnSmSpecific.c 136 TRACE1(pScanCncnClient->hReport, REPORT_SEVERITY_ERROR , "scanCncnSmApp1Shot_StartScan: TWD returned status %d, quitting app scan.\n", tStatus);
278 TRACE1(pScanCncnClient->hReport, REPORT_SEVERITY_ERROR , "scanCncnSmAppP_StartScan: TWD returned status %d, quitting app scan.\n", tStatus);
418 TRACE1(pScanCncnClient->hReport, REPORT_SEVERITY_ERROR , "scanCncnSmDrvP_StartScan: TWD returned status %d, quitting app scan.\n", status);
553 TRACE1(pScanCncnClient->hReport, REPORT_SEVERITY_ERROR , "scanCncnSmCont1Shot_StartScan: TWD returned status %d, quitting continuous scan.\n", status);
701 TRACE1(pScanCncnClient->hReport, REPORT_SEVERITY_ERROR , "scanCncnSmImmed1Shot_StartScan: TWD start scanreturned status %d, quitting immediate scan.\n", status);
ScanCncnOsSm.c 291 TRACE0(pScanCncn->hReport, REPORT_SEVERITY_INFORMATION , "scanCncnOsSm_ActionStartAScan: STA does not work on 5.0 GHz, quitting\n");
356 TRACE0(pScanCncn->hReport, REPORT_SEVERITY_ERROR , "scanCncnOsSm_ActionStartAScan: scan failed on 5.0 GHz, quitting\n");
362 TRACE0(pScanCncn->hReport, REPORT_SEVERITY_ERROR , "scanCncnOsSm_ActionStartGScan: no valid cahnnels on 5.0 GHz, quitting\n");
  /external/chromium/chrome/browser/ui/cocoa/
confirm_quit_panel_controller.mm 264 // commit to quitting and hide all the open windows.
285 // The user held down the combination long enough that quitting should
js_modal_dialog_cocoa.mm 74 // If the user wants to stay on this page, stop quitting (if a quit is in
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
DdmPreferences.java 128 * <p/>Once a port is used, the next Client will use port + 1. Quitting applications will
  /system/core/adb/
usb_vendors.c 217 fprintf(stderr, "Invalid content in %s. Quitting.\n", ANDROID_ADB_INI);
  /external/valgrind/main/VEX/switchback/
binary_switchback.pl 152 print "Error running switchback - Quitting...\n---\n";
162 print "Ctrl-C pressed - Quitting...\n";
  /external/icu4c/test/intltest/
sdtfmtts.cpp 180 errln("Couldn't obtain DateFormatSymbols. Quitting test!");
  /external/llvm/utils/
llvm-native-gcc 84 # run a command, optionally echoing, and quitting if it fails:
  /frameworks/base/core/java/android/os/
Looper.java 126 // No message indicates that the message queue is quitting.
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texi2dvi 544 echo "$0: $bibtex exited with bad status, quitting." >&2
568 echo "$0: $texindex exited with bad status, quitting." >&2
580 echo "$0: $tex exited with bad status, quitting." >&2
  /external/bluetooth/bluez/
TODO 158 quitting (some servers require a small sleep even with cmd's). Maybe a
  /external/chromium/chrome/browser/printing/
print_job.cc 301 // - We don't want to run tasks while the thread is quitting.

Completed in 3207 milliseconds

1 2 3 4 5