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

1 2 3 4 5 6 7 8 91011>>

  /external/selinux/policycoreutils/sepolicy/
test_sepolicy.py 29 out, err = p.communicate()
36 out, err = p.communicate()
42 out, err = p.communicate()
48 out, err = p.communicate()
54 out, err = p.communicate()
60 out, err = p.communicate()
66 out, err = p.communicate()
72 out, err = p.communicate()
78 out, err = p.communicate()
84 out, err = p.communicate()
    [all...]
  /external/selinux/policycoreutils/semanage/
test-semanage.py 37 out, err = p.communicate()
43 out, err = p.communicate()
47 out, err = p.communicate()
51 out, err = p.communicate()
55 out, err = p.communicate()
59 out, err = p.communicate()
63 out, err = p.communicate()
72 out, err = p.communicate()
81 out, err = p.communicate()
86 out, err = p.communicate()
    [all...]
  /external/selinux/policycoreutils/sandbox/
test_sandbox.py 30 out, err = p2.communicate()
37 out, err = p.communicate()
43 out, err = p.communicate()
49 out, err = p.communicate()
55 out, err = p.communicate()
61 out, err = p.communicate()
67 out, err = p.communicate()
73 out, err = p.communicate()
79 out, err = p.communicate()
86 out, err = p.communicate()
    [all...]
  /external/v8/tools/gyp/test/ios/app-bundle/TestApp/
check_no_signature.py 10 o = proc.communicate()[0].strip()
  /external/chromium-trace/catapult/telemetry/telemetry/util/mac/
keychain_helper.py 24 child.communicate()
36 stderr = child.communicate()[1]
56 child.communicate()
  /external/selinux/policycoreutils/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]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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]
  /external/v8/tools/gyp/test/ios/xctests/
gyptest-xctests.py 22 return "0 valid identities found" not in proc.communicate()[0].strip()
  /external/v8/tools/gyp/test/mac/
gyptest-xctest.py 23 out, err = job.communicate()
gyptest-xcuitest.py 23 out, err = job.communicate()
gyptest-installname.py 33 o = proc.communicate()[0]
gyptest-postbuild-fail.py 40 out, err = job.communicate()
gyptest-rpath.py 30 o = proc.communicate()[0]
gyptest-sdkroot.py 31 return proc.communicate()[0].rstrip('\n')
  /external/webrtc/webrtc/build/
find_directx_sdk.py 35 for line in p.communicate()[0].splitlines():
  /ndk/tests/
util.py 54 out, _ = proc.communicate()
  /external/chromium-trace/
update.py 25 p.communicate()
37 out, err = p.communicate()
  /external/autotest/client/site_tests/security_RendererSandbox/
security_RendererSandbox.py 24 procs = pgrep.communicate()[0].splitlines()
  /external/chromium-trace/catapult/catapult_build/
appengine_deploy.py 55 output, _ = proc.communicate()
  /external/v8/build/android/buildbot/tests/
bb_run_bot_test.py 17 _, err = proc.communicate()
  /external/v8/tools/gyp/test/linux/
gyptest-implicit-rpath.py 28 o = proc.communicate()[0]
gyptest-target-rpath.py 28 o = proc.communicate()[0]
  /external/v8/tools/gyp/test/no-cpp/
gyptest-no-cpp.py 33 output = proc.communicate()[0]
  /external/autotest/client/tests/sound_infrastructure/
sound_infrastructure.py 53 aplay_list = aplay.communicate()[1]
58 arecord_list = arecord.communicate()[1]

Completed in 274 milliseconds

1 2 3 4 5 6 7 8 91011>>