HomeSort by relevance Sort by last modified time
    Searched full:_process (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/chrome/test/chromedriver/server/
server.py 32 self._process = subprocess.Popen(chromedriver_args)
34 if self._process is None:
40 self._process.terminate()
67 if self._process is None:
73 self._process.terminate()
74 self._process.wait()
75 self._process = None
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_file_eintr.py 30 self._process = None
33 if self._process and self._process.poll() is None:
35 self._process.kill()
61 if self._process.poll() is None:
64 self._process.terminate() # Ensure it dies.
68 stdout_end, stderr_end = self._process.communicate()
93 self._process = subprocess.Popen(
107 worm_sign = self._process.stderr.read(len(b'Worm Sign!\n'))
111 self._process.stdin.write(data_to_write
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_file_eintr.py 30 self._process = None
33 if self._process and self._process.poll() is None:
35 self._process.kill()
61 if self._process.poll() is None:
64 self._process.terminate() # Ensure it dies.
68 stdout_end, stderr_end = self._process.communicate()
93 self._process = subprocess.Popen(
107 worm_sign = self._process.stderr.read(len(b'Worm Sign!\n'))
111 self._process.stdin.write(data_to_write
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/
websocket_server.py 63 self._process = None
163 self._process = self._executive.popen(self._start_cmd, env=self._env, shell=False, stdin=self._wsin, stdout=self._wsout, stderr=self._executive.STDOUT)
164 self._filesystem.write_text_file(self._pid_file, str(self._process.pid))
165 return self._process.pid
  /external/chromium_org/chrome/test/functional/media/
cns_test_base.py 156 self._process = process
163 line = self._process.stderr.readline()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 517 self._process = Process(
522 ident = ':'.join(str(i) for i in self._process._identity)
523 self._process.name = type(self).__name__ + '-' + ident
524 self._process.start()
535 args=(self._process, self._address, self._authkey,
576 self._process.join(timeout)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 517 self._process = Process(
522 ident = ':'.join(str(i) for i in self._process._identity)
523 self._process.name = type(self).__name__ + '-' + ident
524 self._process.start()
535 args=(self._process, self._address, self._authkey,
576 self._process.join(timeout)
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
link_error_detector.py 23 def _Process(path, renderer):
152 self._pages[url] = _Process(url, self._renderer)
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
NativeProgram.java 48 String processFuncName = nativeFunctionPrefix + "_process";
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
findertools.py 215 class _process: class in inherits:
229 p = _process()
  /external/libnfc-nxp/src/
phFriNfc_DesfireMap.c 312 In case there is no error, this will be updated later on, in the _process function.
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 168 directly (\textit{e.g. sha256\_process()}) this descriptor interface allows the developer to customize their
    [all...]

Completed in 1387 milliseconds