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

  /external/lldb/test/functionalities/signal/
TestSendSignal.py 18 self.send_signal()
24 self.send_signal()
32 def send_signal(self): member in class:SendSignalTestCase
  /external/chromium_org/build/android/pylib/utils/
test_environment.py 22 p.send_signal(s)
  /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)
tcpdump_profiler.py 74 self._proc.send_signal(signal.SIGINT)
strace_profiler.py 179 self._proc.send_signal(signal.SIGINT)
perf_profiler.py 107 self._proc.send_signal(signal.SIGINT)
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
basicportallocator.cc 366 bool send_signal = false; local
373 send_signal = true;
379 it != sequences_.end() && !send_signal; ++it) {
381 send_signal = true;
386 if (send_signal) {
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/core/
webpagereplay.py 238 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/host/linux/
linux_me2me_host.py 808 desktop.host_proc.send_signal(signal.SIGTERM)
    [all...]

Completed in 1913 milliseconds