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

12 3

  /external/chromium_org/tools/gn/bootstrap/
bootstrap.py 30 def check_call(cmd, **kwargs): function
32 subprocess.check_call(cmd, cwd=GN_ROOT, **kwargs)
103 check_call(cmd)
400 check_call(cmd)
406 check_call(cmd)
409 check_call(['strip', os.path.join(build_dir, 'gn')])
  /external/chromium_org/tools/flakiness/
is_flaky.py 30 return subprocess.check_call(job['cmd'], stdout=subprocess.PIPE,
  /external/clang/utils/analyzer/
SATestBuild.py 49 from subprocess import check_call, CalledProcessError namespace
188 check_call("chmod +x %s" % ScriptPath, cwd = Dir,
192 check_call(ScriptPath, cwd = Dir, stderr=PBuildLogFile,
228 check_call(SBCommand, cwd = Dir, stderr=PBuildLogFile,
285 check_call(Command, cwd = Dir, stderr=LogFile,
312 check_call(RmCommand, shell=True)
319 check_call(RmCommand, shell=True)
474 check_call(Command, shell=True)
484 check_call(CommitCommand, shell=True)
  /external/lldb/test/api/multithreaded/
TestMultithreaded.py 67 check_call(exe, env={self.dylibPath : self.getLLDBLibraryEnvVal()})
  /external/chromium_org/build/linux/
install-arm-sysroot.py 90 subprocess.check_call(curl)
96 subprocess.check_call(['tar', 'xf', tarball, '-C', sysroot])
  /external/chromium_org/chrome/installer/linux/sysroot_scripts/
install-debian.wheezy.sysroot.py 124 subprocess.check_call(['curl', '-L', url, '-o', tarball])
130 subprocess.check_call(['tar', 'xf', tarball, '-C', sysroot])
  /external/chromium_org/native_client_sdk/src/build_tools/
buildbot_run.py 59 subprocess.check_call(['subst', subst_drive, root_dir])
73 subprocess.check_call(['subst', '/D', subst_drive])
buildbot_common.py 127 subprocess.check_call(args, cwd=cwd, env=env, shell=shell)
test_sdk.py 156 subprocess.check_call(args)
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
linux_platform_backend.py 141 subprocess.check_call(['sudo', 'insmod', ipfw_mod])
143 subprocess.check_call(['sudo', 'cp', ipfw_bin, '/usr/local/sbin'])
posix_platform_backend.py 112 subprocess.check_call(['sudo', '-v']) # Synchronously authenticate.
118 subprocess.check_call(['sudo', 'chmod', '+s', application])
  /external/skia/tools/
gen_bench_expectations_from_codereview.py 88 subprocess.check_call(['gsutil', 'cp', '-R', url, dest_dir],
163 subprocess.check_call(['python',
roll_deps.py 209 config.vsp.check_call([git, 'fetch', '-q', 'origin'])
216 config.vsp.check_call(
358 vsp.check_call([git, 'add', filename])
360 vsp.check_call([git, 'commit', '-q', '-m', message])
386 vsp.check_call(git_cl)
389 vsp.check_call(git_try)
413 config.vsp.check_call([git, 'fetch', '-q', 'origin'])
  /external/chromium_org/tools/gyp/pylib/gyp/
win_tool.py 157 subprocess.check_call(
161 subprocess.check_call(
164 subprocess.check_call(
168 subprocess.check_call(ldcmd + add_to_ld)
178 subprocess.check_call(
  /external/chromium_org/third_party/webrtc/build/
merge_libs.py 83 subprocess.check_call(cmd, shell=True)
  /external/chromium_org/tools/export_tarball/
export_v8_tarball.py 107 subprocess.check_call(["make", "dependencies"], cwd=v8_directory)
  /external/chromium_org/tools/win/sizeviewer/
sizeviewer.py 17 subprocess.check_call(args, stdout=null, stderr=null)
  /external/chromium_org/tools/win/split_link/
install_split_link.py 72 subprocess.check_call('cl.exe /nologo /Ox /Zi /W4 /WX /D_UNICODE /DUNICODE'
split_link.py 214 subprocess.check_call([
412 subprocess.check_call(args)
  /external/chromium_org/third_party/skia/tools/
gen_bench_expectations_from_codereview.py 99 subprocess.check_call(['gsutil', 'cp', '-R', url, dest_dir])
216 subprocess.check_call(['python',
  /external/chromium_org/tools/telemetry/telemetry/core/forwarders/
android_forwarder.py 223 subprocess.check_call(
233 subprocess.check_call(
380 subprocess.check_call(
383 subprocess.check_call(
410 subprocess.check_call(['sudo', '/etc/init.d/networking', 'restart'])
  /external/chromium_org/chrome/common/extensions/
PRESUBMIT.py 151 input_api.subprocess.check_call(integration_test,
  /external/chromium_org/tools/clang/scripts/
test_tool.py 70 subprocess.check_call(args)
  /external/chromium_org/build/
vs_toolchain.py 158 subprocess.check_call(get_toolchain_args)
  /external/chromium_org/native_client_sdk/src/tools/
create_html.py 149 subprocess.check_call(cmd)

Completed in 1800 milliseconds

12 3