HomeSort by relevance Sort by last modified time
    Searched refs:terminate (Results 451 - 475 of 969) sorted by null

<<11121314151617181920>>

  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
util.py 314 info('calling terminate() for daemon %s', p.name)
315 p._popen.terminate()
  /prebuilts/gdb/darwin-x86/lib/python2.7/
subprocess.py 176 Wait for child process to terminate. Returns returncode attribute.
181 terminate. The optional input argument should be a string to be
778 process to terminate. The optional input argument should be a
1068 def terminate(self): function in function:Popen.poll
1529 def terminate(self): function in function:Popen.poll
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
util.py 314 info('calling terminate() for daemon %s', p.name)
315 p._popen.terminate()
  /prebuilts/gdb/linux-x86/lib/python2.7/
subprocess.py 176 Wait for child process to terminate. Returns returncode attribute.
181 terminate. The optional input argument should be a string to be
778 process to terminate. The optional input argument should be a
1068 def terminate(self): function in function:Popen.poll
1529 def terminate(self): function in function:Popen.poll
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
util.py 314 info('calling terminate() for daemon %s', p.name)
315 p._popen.terminate()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
subprocess.py 176 Wait for child process to terminate. Returns returncode attribute.
181 terminate. The optional input argument should be a string to be
778 process to terminate. The optional input argument should be a
1068 def terminate(self): function in function:Popen.poll
1529 def terminate(self): function in function:Popen.poll
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
util.py 314 info('calling terminate() for daemon %s', p.name)
315 p._popen.terminate()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
subprocess.py 176 Wait for child process to terminate. Returns returncode attribute.
181 terminate. The optional input argument should be a string to be
778 process to terminate. The optional input argument should be a
1068 def terminate(self): function in function:Popen.poll
1529 def terminate(self): function in function:Popen.poll
    [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/device/
MockDeviceManager.java 230 public void terminate() { method in class:MockDeviceManager
  /external/python/cpython3/Lib/multiprocessing/
pool.py 35 TERMINATE = 2
365 while thread._state == RUN or (pool._cache and thread._state != TERMINATE):
435 assert thread._state == TERMINATE
436 util.debug('result handler found thread._state=TERMINATE')
449 while cache and thread._state != TERMINATE:
501 def terminate(self): member in class:Pool
503 self._state = TERMINATE
504 self._worker_handler._state = TERMINATE
509 assert self._state in (CLOSE, TERMINATE)
531 worker_handler._state = TERMINATE
    [all...]
util.py 306 info('calling terminate() for daemon %s', p.name)
307 p._popen.terminate()
  /external/valgrind/coregrind/
m_signals.c 65 SIGVGKILL is used to terminate threads. When one thread wants
1643 Bool terminate = False; \/* kills process *\/ local
    [all...]
  /prebuilts/go/darwin-x86/src/text/tabwriter/
tabwriter.go 402 // does not terminate a cell and constitutes a single character of
421 // Terminate escaped mode. If the escaped text was an HTML tag, its width
441 // Terminate the current cell by adding it to the list of cells of the
477 // inside escape - terminate it even if incomplete
510 // terminate line
  /prebuilts/go/linux-x86/src/text/tabwriter/
tabwriter.go 402 // does not terminate a cell and constitutes a single character of
421 // Terminate escaped mode. If the escaped text was an HTML tag, its width
441 // Terminate the current cell by adding it to the list of cells of the
477 // inside escape - terminate it even if incomplete
510 // terminate line
  /external/fio/engines/
net.c 296 while (!td->terminate) {
1419 .terminate = fio_netio_terminate,
1437 .terminate = fio_netio_terminate,
  /external/fio/
filesetup.c 173 while (left && !td->terminate) {
203 if (td->terminate) {
204 dprint(FD_FILE, "terminate unlink %s\n", f->file_name);
275 while (left && !td->terminate) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapVcardManager.java 767 composer.terminate();
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
profile.rb 323 def terminate method in class:ANTLR3.Profile.Profiler
  /external/autotest/client/cros/cellular/mbim_compliance/
mbim_channel_unittest.py 70 # terminate the |mock_process|, with increasingly drastic actions.
74 mock_process.terminate()
  /external/deqp/framework/platform/surfaceless/
tcuSurfacelessPlatform.cpp 453 EGLU_CHECK_CALL(m_egl, terminate(m_eglDisplay));
  /external/deqp/modules/egl/
teglMemoryStressTests.cpp 387 m_eglTestCtx.getLibrary().terminate(m_display);
  /external/devlib/devlib/utils/
android.py 607 self._logcat.terminate()
  /external/llvm/utils/
extract_symbols.py 426 # On Ctrl-C terminate everything and exit
427 pool.terminate()
  /external/pdfium/testing/tools/
test_runner.py 288 pool.terminate()
  /external/python/cpython3/Lib/concurrent/futures/
process.py 291 # Terminate remaining workers forcibly: the queues or their
294 p.terminate()

Completed in 950 milliseconds

<<11121314151617181920>>