Searched refs:check_call (Results 1 - 25 of 68) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/build/scripts/
H A Dgperf.py12 subprocess.check_call(sys.argv[1:])
/external/chromium_org/mojo/public/tools/bindings/pylib/mojom/generate/
H A Drun_tests.py15 subprocess.check_call(args, stdout=sys.stdout)
/external/chromium_org/third_party/skia/tools/
H A Dgit_utils.py95 vsp.check_call([git, 'stash', 'save'])
97 vsp.check_call(
107 vsp.check_call([git, 'checkout', '-q', self._original_branch])
109 vsp.check_call([git, 'stash', 'pop'])
112 vsp.check_call([git, 'branch', '-D', self._branch_name])
H A Dadd_codereview_message.py74 vsp.check_call([git, 'fetch', '-q', 'origin'])
77 vsp.check_call([git, 'cl', 'patch', issue])
95 vsp.check_call(git_upload)
H A Droll_deps.py209 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'])
H A Dgit-sync-deps104 subprocess.check_call(
118 subprocess.check_call([git, 'fetch', '--quiet'], cwd=directory)
120 subprocess.check_call(
H A Dmisc_utils.py35 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/skia/tools/
H A Dgit_utils.py95 vsp.check_call([git, 'stash', 'save'])
97 vsp.check_call(
107 vsp.check_call([git, 'checkout', '-q', self._original_branch])
109 vsp.check_call([git, 'stash', 'pop'])
112 vsp.check_call([git, 'branch', '-D', self._branch_name])
H A Dadd_codereview_message.py74 vsp.check_call([git, 'fetch', '-q', 'origin'])
77 vsp.check_call([git, 'cl', 'patch', issue])
95 vsp.check_call(git_upload)
H A Droll_deps.py209 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/gn/bootstrap/
H A Dbootstrap.py30 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/chromium_org/content/shell/tools/
H A Dbreakpad_integration_test.py74 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/
H A Didl_tests.py15 subprocess.check_call(args)
/external/chromium_org/third_party/libvpx/
H A Dobj_int_extract.py28 subprocess.check_call([options.executable, options.format, options.binary],
/external/chromium_org/tools/telemetry/telemetry/core/platform/
H A Ddesktop_platform_backend.py38 subprocess.check_call([flush_command, '--recurse'] + args[:256])
/external/chromium_org/build/linux/
H A Dinstall-arm-sysroot.py72 subprocess.check_call(curl)
73 subprocess.check_call(['tar', 'xf', tarball, '-C', sysroot])
H A Dinstall-chromeos-fonts.py56 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/
H A Drun_bindings_generator.py6 from subprocess import check_call namespace
34 check_call(args)
/external/chromium_org/tools/
H A Dsafely-roll-deps.py102 prnt_subprocess.check_call(['git', 'clean', '-d', '-f'])
114 prnt_subprocess.check_call(['git', 'checkout', options.upstream, '-f'])
121 prnt_subprocess.check_call(['git', 'fetch', 'origin'])
143 prnt_subprocess.check_call(['git', 'diff', '--no-ext-diff',
152 prnt_subprocess.check_call(upload_cmd)
H A Droll_swarming_client.py59 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)
/external/chromium_org/third_party/skia/tools/tests/
H A Dskimage_self_test.py113 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/
H A Dmass-rename.py38 subprocess.check_call([
/external/skia/tools/tests/
H A Dskimage_self_test.py113 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/
H A Dbuildbot_run.py59 subprocess.check_call(['subst', subst_drive, root_dir])
73 subprocess.check_call(['subst', '/D', subst_drive])
/external/clang/utils/analyzer/
H A DSATestBuild.py49 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)

Completed in 816 milliseconds

123