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

  /external/v8/tools/release/
auto_push.py 104 def _Config(self):
auto_tag.py 31 self.GitCreateBranch(self._config["BRANCHNAME"])
182 def _Config(self):
auto_roll.py 180 Command("rm", "-f %s*" % self._config["PERSISTFILE_BASENAME"])
212 def _Config(self):
merge_to_branch.py 246 def _Config(self):
roll_merge.py 262 def _Config(self):
create_release.py 306 def _Config(self):
push_to_candidates.py 377 def _Config(self):
common_includes.py 408 self._config = config
416 self.default_cwd = (self._config.get("DEFAULT_CWD") or
420 assert self._config is not None
435 return self._config[key]
439 state_file = "%s-state.json" % self._config["PERSISTFILE_BASENAME"]
573 self.DeleteBranch(self._config["BRANCHNAME"])
577 self.GitDeleteBranch(self._config["BRANCHNAME"])
580 for f in glob.iglob("%s*" % self._config["PERSISTFILE_BASENAME"]):
794 self._config = config or self._Config()
    [all...]

Completed in 1574 milliseconds