HomeSort by relevance Sort by last modified time
    Searched full:check_call (Results 51 - 74 of 74) sorted by null

1 23

  /external/chromium_org/v8/build/
gyp_v8 116 subprocess.check_call(
  /external/chromium_org/tools/gyp/pylib/gyp/
mac_tool.py 285 subprocess.check_call([
401 subprocess.check_call([
427 subprocess.check_call(['plutil', '-convert', 'xml1', temp.name])
input.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
subprocess.py 120 check_call(*popenargs, **kwargs):
128 check_call(["ls", "-l"])
156 check_call() and check_output() will raise CalledProcessError, if the
403 """This exception is raised when a process run by check_call() or
440 __all__ = ["Popen", "PIPE", "STDOUT", "call", "check_call",
527 def check_call(*popenargs, **kwargs): function
535 check_call(["ls", "-l"])
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
subprocess.py 120 check_call(*popenargs, **kwargs):
128 check_call(["ls", "-l"])
156 check_call() and check_output() will raise CalledProcessError, if the
403 """This exception is raised when a process run by check_call() or
440 __all__ = ["Popen", "PIPE", "STDOUT", "call", "check_call",
527 def check_call(*popenargs, **kwargs): function
535 check_call(["ls", "-l"])
    [all...]
  /development/build/tools/
mk_sources_zip.py 217 subprocess.check_call(cmd)
  /external/chromium-trace/
systrace-legacy.py 90 subprocess.check_call(atrace_args)
  /external/chromium_org/native_client_sdk/src/build_tools/
test_projects.py 161 subprocess.check_call(args, env=env)
  /external/chromium_org/tools/find_runtime_symbols/
prepare_symbol_info.py 37 subprocess.check_call(
  /external/clang/tools/clang-format/
git-clang-format 420 subprocess.check_call(['git', 'diff', old_tree, new_tree, '--'])
446 subprocess.check_call(['git', 'checkout', '--patch', new_tree])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_subprocess.py 82 # check_call() function with zero return code
83 rc = subprocess.check_call([sys.executable, "-c",
88 # check_call() function with non-zero return code
90 subprocess.check_call([sys.executable, "-c",
101 # check_call() function with non-zero return code
    [all...]
test_os.py 714 subprocess.check_call([
728 subprocess.check_call([
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_subprocess.py 82 # check_call() function with zero return code
83 rc = subprocess.check_call([sys.executable, "-c",
88 # check_call() function with non-zero return code
90 subprocess.check_call([sys.executable, "-c",
101 # check_call() function with non-zero return code
    [all...]
test_os.py 714 subprocess.check_call([
728 subprocess.check_call([
    [all...]
  /external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/command/
update.py 199 subprocess.check_call(['tar', 'xf', archive_path])
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
cmake.py     [all...]
android.py     [all...]
xcode.py 576 subprocess.check_call(arguments)
    [all...]
make.py     [all...]
ninja.py     [all...]
msvs.py     [all...]
  /cts/apps/CameraITS/pymodules/its/
device.py 533 subprocess.check_call(
  /external/chromium_org/tools/real_world_impact/
real_world_impact.py 190 subprocess.check_call(["wget",
  /external/chromium_org/v8/tools/push-to-trunk/
common_includes.py 196 return subprocess.check_call(cmd_line, shell=True, cwd=cwd)

Completed in 1453 milliseconds

1 23