HomeSort by relevance Sort by last modified time
    Searched refs:checkout_root (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/third_party/libyuv/
download_vs_toolchain.py 20 checkout_root = os.path.dirname(os.path.realpath(__file__)) variable
21 sys.path.insert(0, os.path.join(checkout_root, 'build'))
22 sys.path.insert(0, os.path.join(checkout_root, 'tools', 'find_depot_tools'))
gyp_libyuv 19 checkout_root = os.path.dirname(os.path.realpath(__file__)) variable
21 sys.path.insert(0, os.path.join(checkout_root, 'build'))
22 sys.path.insert(0, os.path.join(checkout_root, 'tools', 'find_depot_tools'))
27 sys.path.insert(0, os.path.join(checkout_root, 'tools', 'gyp', 'pylib'))
44 args.append(os.path.join(checkout_root, 'all.gyp'))
72 args.append('--depth=' + os.path.relpath(checkout_root))
83 os.path.join(checkout_root, gyp_chromium.GetOutputDirectory()),
  /external/chromium_org/components/tools/metrics/
browser_components_metrics.py 34 def __init__(self, checkout_root):
35 self.checkout_root = checkout_root
36 self.chrome_browser = os.path.join(checkout_root, 'chrome', 'browser')
43 deps_checker = checkdeps.DepsChecker(self.checkout_root,
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
main_unittest.py 41 def _change_directory(self, paths, checkout_root):
42 return change_directory(self.filesystem, paths=paths, checkout_root=checkout_root)
51 paths = self._change_directory(checkout_root=self._checkout_root, paths=None)
56 paths = self._change_directory(checkout_root=self._checkout_root, paths=paths)
61 paths = self._change_directory(checkout_root=self._checkout_root, paths=paths)
main.py 37 def change_directory(filesystem, checkout_root, paths):
59 checkout_root: The path to the root of the WebKit checkout.
70 rel_path = filesystem.relpath(path, checkout_root)
90 % (path, checkout_root))
97 _log.debug("Changing to checkout root: " + checkout_root)
98 filesystem.chdir(checkout_root)
143 paths = change_directory(host.filesystem, checkout_root=host.scm().checkout_root, paths=paths)
  /external/chromium_org/third_party/webrtc/build/
gyp_webrtc 20 checkout_root = os.path.abspath(os.path.join(script_dir, os.pardir, os.pardir)) variable
22 sys.path.insert(0, os.path.join(checkout_root, 'build'))
27 sys.path.insert(0, os.path.join(checkout_root, 'tools', 'gyp', 'pylib'))
35 return glob.glob(os.path.join(checkout_root, '*', 'supplement.gypi'))
47 gyp_env_path = os.path.join(os.path.dirname(checkout_root),
63 os.chdir(checkout_root)
94 args.append('--depth=' + os.path.relpath(checkout_root))
105 os.path.join(checkout_root, gyp_chromium.GetOutputDirectory()),
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
scm.py 42 # SCM methods are expected to return paths relative to self.checkout_root.
48 self.checkout_root = self.find_checkout_root(self.cwd)
64 return self._filesystem.join(self.checkout_root, repository_relative_path)
68 # We run with cwd=self.checkout_root so that returned-paths are root-relative.
69 for line in self._run(status_command, cwd=self.checkout_root).splitlines():
120 return self.svn_revision(self.checkout_root)
git.py 65 full_kwargs['cwd'] = self.checkout_root
79 checkout_root = self._run_git(['rev-parse', '--show-toplevel'], cwd=(path or "./")).strip()
80 if not self._filesystem.isabs(checkout_root): # Sometimes git returns relative paths
81 checkout_root = self._filesystem.join(path, checkout_root)
82 return checkout_root
86 # FIXME: This should probably use cwd=self.checkout_root.
141 return self._branch_from_ref(self.read_git_config('branch.%s.merge' % current_branch, cwd=self.checkout_root, executive=self._executive).strip())
232 return self._prepend_svn_revision(self._run(command, decode_output=False, cwd=self.checkout_root))
264 remote_branch_refs = self.read_git_config('svn-remote.svn.fetch', cwd=self.checkout_root, executive=self._executive
    [all...]
svn.py 59 self._patch_directories = [self._filesystem.relpath(cwd, self.checkout_root)]
114 return self._run_svn(["diff"], cwd=self.checkout_root, decode_output=False) != ""
184 repository_root = self.value_from_svn_info(self.checkout_root, 'Repository Root')
197 return self._run([self._filesystem.join(self.checkout_root, 'Tools', 'Scripts', 'svn-create-patch')] + changed_files,
198 cwd=self.checkout_root, return_stderr=False,
scm_mock.py 37 self.checkout_root = "/mock-checkout/third_party/WebKit"
77 return self._filesystem.join(self.checkout_root, *comps)
detection.py 60 _log.info("The current directory (%s) is not a WebKit checkout, using %s" % (cwd, scm_system.checkout_root))
scm_unittest.py 232 self._chdir(scm.checkout_root)
275 self.assertTrue(scm.checkout_root)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/
main.py 66 failure_reason = "%s requires local commits using %s in %s." % (command.name, self.scm().display_name(), self.scm().checkout_root)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
host_mock.py 60 # Various pieces of code (wrongly) call filesystem.chdir(checkout_root).
61 # Making the checkout_root exist in the mock filesystem makes that chdir not raise.
62 self.filesystem.maybe_make_directory(self._scm.checkout_root)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
flakytests.py 100 tool.filesystem.join(tool.scm().checkout_root, flaky_tests_path)]
rebaseline.py 343 stderr = self._tool.executive.run_command([self._tool.path()] + verbose_args + args, cwd=self._tool.scm().checkout_root, return_stderr=True)
372 cwd = self._tool.scm().checkout_root
443 cwd = self._tool.scm().checkout_root
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/
baselineoptimizer.py 103 return self._filesystem.join(self._scm.checkout_root, directory, baseline_name_without_virtual)
214 platform_dir = self._filesystem.join(self._scm.checkout_root, platform_dir)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/bot/
commitannouncer.py 45 self.git = Git(cwd=tool.scm().checkout_root, filesystem=tool.filesystem, executive=tool.executive)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
layout_tests_mover.py 182 self._scm.add(self._filesystem.relpath(expectations_file, self._scm.checkout_root))

Completed in 992 milliseconds