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

  /external/v8/tools/release/
test_scripts.py 53 TEST_CONFIG = {
277 "cwd": kwargs.get("cwd", TEST_CONFIG["DEFAULT_CWD"]),
381 version_file = os.path.join(TEST_CONFIG["DEFAULT_CWD"], VERSION_FILE)
396 options = ScriptsBase(TEST_CONFIG, self, self._state).MakeOptions([])
398 config=TEST_CONFIG, side_effect_handler=self,
404 return script(TEST_CONFIG, self, self._state).RunSteps([step_class], args)
440 TEST_CONFIG["DEFAULT_CWD"] = self.MakeEmptyTempDirectory()
443 if os.path.exists(TEST_CONFIG["PERSISTFILE_BASENAME"]):
444 shutil.rmtree(TEST_CONFIG["PERSISTFILE_BASENAME"])
466 Cmd("git branch", " branch1\n* %s" % TEST_CONFIG["BRANCHNAME"])
    [all...]
test_mergeinfo.py 14 TEST_CONFIG = {
20 base_dir = TEST_CONFIG["GIT_REPO"]
test_search_related_commits.py 14 TEST_CONFIG = {
20 base_dir = TEST_CONFIG["GIT_REPO"]
  /external/e2fsprogs/tests/
test_one.in 25 if test "$TEST_CONFIG"x = x; then
26 TEST_CONFIG=$SRCDIR/test_config
29 . $TEST_CONFIG
  /external/autotest/client/common_lib/cros/tendo/
buffet_config.py 33 TEST_CONFIG = {
95 self.options = TEST_CONFIG.copy()

Completed in 2920 milliseconds