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

1 2 3

  /external/chromium_org/third_party/WebKit/Source/build/scripts/
gperf.py 12 subprocess.check_call(sys.argv[1:])
  /external/chromium_org/mojo/public/tools/bindings/pylib/mojom/generate/
run_tests.py 15 subprocess.check_call(args, stdout=sys.stdout)
  /external/chromium_org/build/linux/
install-arm-sysroot.py 72 subprocess.check_call(curl)
73 subprocess.check_call(['tar', 'xf', tarball, '-C', sysroot])
install-chromeos-fonts.py 56 subprocess.check_call(['curl', '-L', url, '-o', tarball])
57 subprocess.check_call(['tar', '--no-same-owner', '--no-same-permissions',
  /external/chromium_org/mojo/public/tools/bindings/pylib/mojom_tests/support/
run_bindings_generator.py 6 from subprocess import check_call namespace
34 check_call(args)
  /bionic/libc/tools/zoneinfo/
update-tzdata.py 116 subprocess.check_call(['%s/runConfigureICU' % icu_dir, 'Linux'])
118 subprocess.check_call(['make', '-j32'])
124 subprocess.check_call(['make'])
151 subprocess.check_call(['gpg', '--trusted-key=ED97E90E62AA7E34', '--verify',
167 subprocess.check_call(['zic', '-d', 'data', 'extracted/%s' % region])
172 subprocess.check_call(['javac', '-d', '.',
174 subprocess.check_call(['java', 'ZoneCompactor',
  /external/chromium_org/third_party/skia/tools/
add_codereview_message.py 74 vsp.check_call([git, 'fetch', '-q', 'origin'])
77 vsp.check_call([git, 'cl', 'patch', issue])
95 vsp.check_call(git_upload)
git-sync-deps 104 subprocess.check_call(
118 subprocess.check_call([git, 'fetch', '--quiet'], cwd=directory)
120 subprocess.check_call(
misc_utils.py 35 quiet: (boolean) suppress stdout on check_call and call.
44 def check_call(self, *args, **kwargs): member in class:VerboseSubprocess
45 """Wrapper for subprocess.check_call().
48 *args: to be passed to subprocess.check_call()
49 **kwargs: to be passed to subprocess.check_call()
51 Whatever subprocess.check_call() returns.
53 OSError or subprocess.CalledProcessError: raised by check_call.
59 return subprocess.check_call(*args, stdout=devnull, **kwargs)
61 return subprocess.check_call(*args, **kwargs)
67 *args: to be passed to subprocess.check_call()
    [all...]
  /external/chromium_org/tools/
roll_swarming_client.py 59 subprocess.check_call(['git', 'fetch', 'origin'], cwd=full_dir)
96 subprocess.check_call(['git', 'add', 'DEPS'], cwd=SRC_ROOT)
97 subprocess.check_call(['git', 'commit', '-m', msg], cwd=SRC_ROOT)
sync-webkit-git.py 145 subprocess.check_call(['git', 'fetch', GetRemote()],
156 subprocess.check_call(['git', 'update-ref', '-m', 'gclient sync',
175 subprocess.check_call(['git', 'reset', '--hard'], shell=(os.name == 'nt'))
  /external/skia/tools/
add_codereview_message.py 74 vsp.check_call([git, 'fetch', '-q', 'origin'])
77 vsp.check_call([git, 'cl', 'patch', issue])
95 vsp.check_call(git_upload)
git-sync-deps 104 subprocess.check_call(
118 subprocess.check_call([git, 'fetch', '--quiet'], cwd=directory)
120 subprocess.check_call(
misc_utils.py 35 quiet: (boolean) suppress stdout on check_call and call.
44 def check_call(self, *args, **kwargs): member in class:VerboseSubprocess
45 """Wrapper for subprocess.check_call().
48 *args: to be passed to subprocess.check_call()
49 **kwargs: to be passed to subprocess.check_call()
51 Whatever subprocess.check_call() returns.
53 OSError or subprocess.CalledProcessError: raised by check_call.
59 return subprocess.check_call(*args, stdout=devnull, **kwargs)
61 return subprocess.check_call(*args, **kwargs)
67 *args: to be passed to subprocess.check_call()
    [all...]
  /external/chromium_org/content/shell/tools/
breakpad_integration_test.py 74 subprocess.check_call(cmd)
86 subprocess.check_call(cmd)
89 subprocess.check_call(cmd, stdout=devnull, stderr=devnull)
104 subprocess.check_call(cmd)
  /external/chromium_org/ppapi/generators/
idl_tests.py 15 subprocess.check_call(args)
  /external/chromium_org/third_party/libvpx/
obj_int_extract.py 28 subprocess.check_call([options.executable, options.format, options.binary],
  /external/chromium_org/third_party/skia/tools/tests/
skimage_self_test.py 113 subprocess.check_call([skimage_binary, "--readPath", valid_file,
131 subprocess.check_call([skimage_binary, "--readPath", images_dir,
168 subprocess.check_call([skimage_binary, "--readPath", empty_dir,
178 subprocess.check_call([skimage_binary, "--readPath", "/nonexistent/dir",
  /external/chromium_org/tools/git/
mass-rename.py 38 subprocess.check_call([
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
desktop_platform_backend.py 38 subprocess.check_call([flush_command, '--recurse'] + args[:256])
  /external/skia/tools/tests/
skimage_self_test.py 113 subprocess.check_call([skimage_binary, "--readPath", valid_file,
131 subprocess.check_call([skimage_binary, "--readPath", images_dir,
168 subprocess.check_call([skimage_binary, "--readPath", empty_dir,
178 subprocess.check_call([skimage_binary, "--readPath", "/nonexistent/dir",
  /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])
  /external/chromium_org/tools/gn/bootstrap/
bootstrap.py 30 def check_call(cmd, **kwargs): function
32 subprocess.check_call(cmd, cwd=GN_ROOT, **kwargs)
84 check_call(['ninja', '-C', tempdir, 'gn'])
322 check_call(cmd)
323 check_call(['ninja', '-C', build_dir, 'gn'])
325 check_call(['strip', os.path.join(build_dir, 'gn')])
  /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/chromium_org/native_client_sdk/src/doc/doxygen/
generate_docs.py 94 subprocess.check_call(cmd)
102 subprocess.check_call(cmd)
153 subprocess.check_call(cmd, cwd=cwd)
179 subprocess.check_call(cmd)
188 subprocess.check_call(cmd)
201 subprocess.check_call(cmd)

Completed in 1045 milliseconds

1 2 3