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

  /external/chromium_org/tools/auto_bisect/
builder.py 77 def Build(self, depot, opts):
113 def Build(self, depot, opts):
117 depot: Name of current depot being bisected.
155 def Build(self, depot, opts):
159 depot: Current depot being bisected.
229 def BuildPackages(opts, depot):
234 depot: The depot being bisected
    [all...]
bisect_perf_regression.py 60 # Below is the map of "depot" names to information about each depot. Each depot
64 # Each depot information dictionary may contain:
73 # from: Parent depot that must be bisected before this is bisected.
268 """Adds additional depot info to the global depot variables."""
452 A dictionary in the format {depot: revision} if successful, otherwise None.
561 def _UpdateDEPSForAngle(revision, depot, deps_file):
564 This is a hack for Angle depot case because, in DEPS file "vars" dictionar
    [all...]
source_control.py 118 def ResolveToRevision(self, revision_to_check, depot, depot_deps_dict,
125 depot: The depot the revision_to_check is from.
135 if depot == 'android-chrome':
138 if depot != 'cros':
144 if depot != 'chromium':
145 depot_svn = depot_deps_dict[depot]['svn']
bisect_perf_regression_test.py 211 depot = 'chromium'
213 original_command, git_revision, depot)
307 depot = 'v8'
310 deps_contents, depot, git_revision, deps_key)
  /external/chromium_org/tools/
bisect-builds.py 327 def _GetSVNRevisionFromGitHashWithoutGitCheckout(self, git_sha1, depot):
328 json_url = GITHASH_TO_SVN_URL[depot] % git_sha1
341 search_pattern = re.compile(SEARCH_PATTERN[depot])
346 if depot == 'chromium':
354 def _GetSVNRevisionFromGitHashFromGitCheckout(self, git_sha1, depot):
370 if depot == 'blink':
384 def GetSVNRevisionFromGitHash(self, git_sha1, depot='chromium'):
386 return self._GetSVNRevisionFromGitHashWithoutGitCheckout(git_sha1, depot)
388 return self._GetSVNRevisionFromGitHashFromGitCheckout(git_sha1, depot)
439 'http://dev.chromium.org/developers/how-tos/install-depot-tools
    [all...]
run-bisect-perf-regression.py 9 specified in the bisect config file. It checks out a copy of the depot in
373 where it will store it's own copy of the depot.
490 'a copy of the chromium depot.')

Completed in 175 milliseconds