HomeSort by relevance Sort by last modified time
    Searched refs:send_signal (Results 1 - 13 of 13) sorted by null

  /frameworks/webview/chromium/tools/
run_webview_cts.py 66 proc.send_signal(signum)
  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
sample_profiler.py 33 self._proc.send_signal(signal.SIGINT)
perf_profiler.py 34 self._proc.send_signal(signal.SIGINT)
tcpdump_profiler.py 64 self._proc.send_signal(signal.SIGINT)
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
basicportallocator.cc 356 bool send_signal = false; local
363 send_signal = true;
369 it != sequences_.end() && !send_signal; ++it) {
371 send_signal = true;
376 if (send_signal) {
    [all...]
  /external/chromium_org/chrome/test/functional/
webpagereplay.py 180 self.replay_process.send_signal(signal.SIGINT)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_file_eintr.py 122 self._process.send_signal(signal.SIGINT)
test_file2k.py 666 reader_process.send_signal(signal.SIGINT)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_file_eintr.py 122 self._process.send_signal(signal.SIGINT)
test_file2k.py 666 reader_process.send_signal(signal.SIGINT)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
subprocess.py 1056 def send_signal(self, sig): function in function:Popen.poll
1524 def send_signal(self, sig): function in function:Popen.poll
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
subprocess.py 1056 def send_signal(self, sig): function in function:Popen.poll
1524 def send_signal(self, sig): function in function:Popen.poll
    [all...]
  /external/chromium_org/remoting/tools/
me2me_virtual_host.py 750 desktop.host_proc.send_signal(signal.SIGTERM)
    [all...]

Completed in 505 milliseconds