Home
last modified time | relevance | path

Searched refs:_process (Results 1 - 13 of 13) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_file_eintr.py30 self._process = None
33 if self._process and self._process.poll() is None:
35 self._process.kill()
62 if self._process.poll() is None:
65 self._process.terminate() # Ensure it dies.
69 stdout_end, stderr_end = self._process.communicate()
94 self._process = subprocess.Popen(
108 worm_sign = self._process.stderr.read(len(b'Worm Sign!\n'))
112 self._process
[all...]
H A D_test_multiprocessing.py2933 self.assertIn(manager._process.exitcode, (0, -signal.SIGTERM))
2942 self.assertIn(manager._process.exitcode, (0, -signal.SIGTERM))
2949 self.assertEqual(manager._process.exitcode, 0)
4084 os.kill(smm._process.pid, signal.SIGINT)
/third_party/node/deps/npm/test/fixtures/
H A Dsandbox.js13 const _process = process
29 : _process
75 this[_proxy] = new Proxy(_process, {
122 const viewer = _process.platform === 'win32'
127 const realGlobalPrefix = _process.platform === 'win32'
128 ? dirname(_process.execPath)
129 : dirname(dirname(_process.execPath))
131 const cache = _process.platform === 'win32'
139 .split(normalize(_process.execPath)).join('{REALEXECPATH}')
/third_party/node/test/common/
H A Dinspector-helper.js339 this._process = spawnChildProcess(inspectorFlags, scriptContents,
345 this._process.stdout.on('data', makeBufferingDataCallback(
351 this._process.stderr.on('data', makeBufferingDataCallback(
355 this._process.once('exit', (exitCode, signal) => {
366 return this._process.pid;
379 process._debugProcess(instance._process.pid);
476 this._process.stdin.write(message);
480 this._process.kill();
/third_party/node/test/sequential/
H A Dtest-fs-opendir-recursive.js172 function _process(dir, acc, cb) {
180 _process(dir, acc, cb);
187 _process(dir, acc, cb);
/third_party/python/Doc/tools/extensions/
H A Descape4chm.py15 def _process(string): function
35 context['body'] = _process(body)
/third_party/node/deps/openssl/openssl/providers/common/der/
H A Doids_to_c.pm65 sub _process { subroutine
102 my @OID_names = _process @_;
/third_party/openssl/providers/common/der/
H A Doids_to_c.pm65 sub _process { subroutine
102 my @OID_names = _process @_;
/third_party/node/lib/internal/bootstrap/
H A Dnode.js401 let _process = process;
405 return _process;
408 _process = value;
/third_party/python/Lib/multiprocessing/
H A Dmanagers.py556 self._process = self._ctx.Process(
561 ident = ':'.join(str(i) for i in self._process._identity)
562 self._process.name = type(self).__name__ + '-' + ident
563 self._process.start()
574 args=(self._process, self._address, self._authkey, self._state,
618 if self._process is not None:
619 self._process.join(timeout)
620 if not self._process.is_alive():
621 self._process = None
/third_party/alsa-utils/topology/
H A Dpre-process-external.h21 #define PROCESS_FUNC_POSTFIX "_process"
28 #define SND_TOPOLOGY_PLUGIN_ENTRY(name) _snd_topology_##name##_process
/third_party/json/tools/amalgamate/
H A Damalgamate.py249 def _process(self): member in TranslationUnit
267 self._process()
/third_party/ffmpeg/tools/
H A Dcrypto_bench.c463 namespace ## _process(&md, input, size); \

Completed in 18 milliseconds