Searched refs:stopping (Results 1 – 25 of 39) sorted by relevance
12
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/ |
D | server_process.py | 260 def _wait_for_data_and_update_buffers_using_select(self, deadline, stopping=False): argument 286 … if not data and not stopping and (self._treat_no_data_as_crash or self._proc.poll()): 293 … if not data and not stopping and (self._treat_no_data_as_crash or self._proc.poll()): 394 self._wait_for_data_and_update_buffers_using_select(now, stopping=True)
|
/external/chromium_org/remoting/host/win/ |
D | worker_process_launcher.h | 108 bool stopping() const { return ipc_handler_ == NULL; } in stopping() function
|
D | worker_process_launcher.cc | 252 if (stopping()) in StopWorker()
|
/external/strace/ |
D | README-linux-ptrace | 148 details. If WSTOPSIG(status) == stopping signal, this may be a 205 When a (possibly multi-threaded) process receives a stopping signal, 207 Note that stopping signal will first cause signal-delivery-stop (on one 221 SIGTTIN or SIGTTOU - only these four signals are stopping signals. If 232 Currently, it causes a problem with transparent handling of stopping
|
/external/clang/include/clang/Basic/ |
D | DiagnosticCommonKinds.td | 19 : Error<"too many errors emitted, stopping now">, DefaultFatal;
|
/external/chromium_org/third_party/mesa/src/docs/ |
D | RELNOTES-5.1 | 113 hooks for stopping running programs and inspecting programs.
|
/external/skia/experimental/webtry/ |
D | DESIGN.md | 92 By sysv init only handles starting and stopping a program once, so we use
|
/external/chromium_org/third_party/skia/experimental/webtry/ |
D | DESIGN.md | 92 By sysv init only handles starting and stopping a program once, so we use
|
/external/mesa3d/docs/ |
D | RELNOTES-5.1 | 113 hooks for stopping running programs and inspecting programs.
|
/external/chromium_org/native_client_sdk/src/doc/devguide/coding/ |
D | view-focus-input-events.rst | 177 // Do something like stopping animation or a blinking cursor in
|
D | audio.rst | 363 Starting and stopping playback
|
/external/valgrind/main/ |
D | README_DEVELOPERS | 104 stopping on a SIGSEGV or SIGILL:
|
/external/chromium_org/third_party/angle/extensions/ |
D | ANGLE_depth_texture.txt | 148 "The selected groups are processed as described in section 3.6.2, stopping
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | trip-count9.ll | 6 ; - stopping at %n or %n*2
|
/external/ltrace/ |
D | NEWS | 124 event implies stopping the whole job. The upside is that
|
/external/chromium_org/chrome/browser/resources/google_now/ |
D | utility_unittest.gtestjs | 819 // Tests starting and stopping an attempt manager.
|
/external/clang/include/clang/Driver/ |
D | CC1Options.td | 266 HelpText<"Set the maximum number of errors to emit before stopping (0 = no limit).">;
|
/external/llvm/docs/tutorial/ |
D | LangImpl2.rst | 528 stopping at the first token that is not part of the expression. Next up
|
D | OCamlLangImpl2.rst | 435 stopping at the first token that is not part of the expression. Next up
|
/external/libpng/scripts/ |
D | pnglibconf.dfa | 786 # will prevent applications stopping libpng reading known chunks.
|
/external/lldb/docs/ |
D | lldb-gdb-remote.txt | 835 // running versus stopping due to a "breakpoint" (if we have two
|
/external/qemu/ |
D | CHANGES.TXT | 150 in rare lockups when stopping the emulator on this platform.
|
/external/wpa_supplicant_8/hostapd/ |
D | ChangeLog | 146 * fixed WPS operation stopping on dual concurrent AP
|
/external/oprofile/ |
D | ChangeLog-2001 | 77 * dae/op_stop: always do an op_dump before stopping
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_bar_controller.mm | 175 // Puts stuff into the final state without animating, stopping a running
|
12