HomeSort by relevance Sort by last modified time
    Searched refs:communicate (Results 1 - 25 of 555) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/selinux/python/sepolicy/
test_sepolicy.py 29 out, err = p.communicate()
35 out, err = p.communicate()
41 out, err = p.communicate()
47 out, err = p.communicate()
53 out, err = p.communicate()
59 out, err = p.communicate()
65 out, err = p.communicate()
71 out, err = p.communicate()
77 out, err = p.communicate()
83 out, err = p.communicate()
    [all...]
  /external/selinux/python/semanage/
test-semanage.py 34 out, err = p.communicate()
40 out, err = p.communicate()
44 out, err = p.communicate()
48 out, err = p.communicate()
52 out, err = p.communicate()
56 out, err = p.communicate()
60 out, err = p.communicate()
69 out, err = p.communicate()
78 out, err = p.communicate()
83 out, err = p.communicate()
    [all...]
  /external/selinux/sandbox/
test_sandbox.py 32 out, err = p2.communicate()
39 out, err = p.communicate()
45 out, err = p.communicate()
51 out, err = p.communicate()
57 out, err = p.communicate()
63 out, err = p.communicate()
69 out, err = p.communicate()
75 out, err = p.communicate()
81 out, err = p.communicate()
88 out, err = p.communicate()
    [all...]
  /external/selinux/python/audit2allow/
test_audit2allow.py 29 out, err = p.communicate()
37 out, err = p.communicate()
45 out, err = p.communicate()
  /external/libvpx/libvpx/tools/
lint-hunks.py 48 def communicate(self, *args, **kwargs): member in class:Subprocess
49 result = super(Subprocess, self).communicate(*args, **kwargs)
81 tl = tl.communicate()[0].strip()
97 stdout = p.communicate()[0]
116 lint_out = lint.communicate()[1]
122 lint_out = lint.communicate(stdin)[1]
  /test/vts/utils/python/common/
cmd_utils.py 48 out, err = proc.communicate()
78 (stdout, stderr) = proc.communicate()
102 stdout, stderr = p.communicate()
  /external/perfetto/gn/standalone/toolchain/
mac_find_llvm.py 24 out, err = job.communicate()
  /external/skia/infra/bots/assets/go/
create.py 22 _,_ = p2.communicate()
  /external/skqp/infra/bots/assets/go/
create.py 22 _,_ = p2.communicate()
  /external/webrtc/webrtc/build/
find_directx_sdk.py 35 for line in p.communicate()[0].splitlines():
  /external/v8/src/inspector/build/
compile-scripts.py 91 java_version_out, _ = popen([java_path, '-version']).communicate()
103 check_server_proc.communicate()
150 (injected_script_compile_out, _) = injected_script_compile_proc.communicate()
155 (debugger_script_compiler_out, _) = debugger_script_compile_proc.communicate()
160 (validate_injected_script_out, _) = validate_injected_script_proc.communicate()
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Rsa2048Sha256Sign/
Rsa2048Sha256GenerateKeys.py 79 Version = Process.communicate()
102 Process.communicate()
124 PublicKeyHexString = Process.communicate()[0].split('=')[1].strip()
137 PublicKeyHash = PublicKeyHash + Process.communicate()[0]
  /external/autotest/client/site_tests/security_RendererSandbox/
security_RendererSandbox.py 24 procs = pgrep.communicate()[0].splitlines()
  /external/skia/gn/
ar.py 26 _, err = pipe.communicate()
  /external/skia/tools/android/
measure_fps.py 17 shell=True).communicate()[0]
  /external/skqp/gn/
ar.py 26 _, err = pipe.communicate()
  /external/skqp/tools/android/
measure_fps.py 17 shell=True).communicate()[0]
  /system/bt/build/toolchain/clang/
get_clang_suffix.py 20 stdout=subprocess.PIPE).communicate()[0]
  /external/skia/tools/
merge_static_libs.py 34 obj_str = proc.communicate()[0]
43 elif 'thin archive' in proc.communicate()[0]:
  /external/skqp/tools/
merge_static_libs.py 34 obj_str = proc.communicate()[0]
43 elif 'thin archive' in proc.communicate()[0]:
  /tools/tradefederation/core/python-lib/tradefed_py/
adb_handler.py 30 (out, err) = proc.communicate()
40 (out, err) = proc.communicate()
  /external/python/cpython2/Lib/test/
test_file_eintr.py 48 communicate=True):
58 communicate: bool, when True we call communicate() on the process
67 if communicate:
68 stdout_end, stderr_end = self._process.communicate()
138 stdout, stderr = self._process.communicate(input=b'\n')
142 stdout, stderr, communicate=False)
  /external/python/cpython3/Lib/test/
test_file_eintr.py 46 communicate=True):
56 communicate: bool, when True we call communicate() on the process
65 if communicate:
66 stdout_end, stderr_end = self._process.communicate()
136 stdout, stderr = self._process.communicate(input=b'\n')
140 stdout, stderr, communicate=False)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_file_eintr.py 48 communicate=True):
58 communicate: bool, when True we call communicate() on the process
67 if communicate:
68 stdout_end, stderr_end = self._process.communicate()
138 stdout, stderr = self._process.communicate(input=b'\n')
142 stdout, stderr, communicate=False)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_file_eintr.py 48 communicate=True):
58 communicate: bool, when True we call communicate() on the process
67 if communicate:
68 stdout_end, stderr_end = self._process.communicate()
138 stdout, stderr = self._process.communicate(input=b'\n')
142 stdout, stderr, communicate=False)

Completed in 659 milliseconds

1 2 3 4 5 6 7 8 91011>>