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

  /external/webkit/Tools/Scripts/webkitpy/
style_references.py 47 from webkitpy.common.checkout.scm import detect_scm_system namespace
56 scm = detect_scm_system(cwd)
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
scm_unittest.py 48 from webkitpy.common.checkout.scm import detect_scm_system, SCM, SVN, Git, CheckoutNeedsUpdate, commit_error_handler, AuthenticationError, AmbiguousCommitError, find_checkout_root, default_scm namespace
178 os.chdir(detect_scm_system(os.path.dirname(__file__)).checkout_root)
289 webkit_scm = detect_scm_system(os.path.dirname(os.path.abspath(__file__)))
565 self.scm = detect_scm_system(self.svn_checkout_path)
573 scm = detect_scm_system(".")
594 scm = detect_scm_system(test_dir_path)
601 scm = detect_scm_system(self.svn_checkout_path)
627 scm = detect_scm_system(self.svn_checkout_path)
633 scm = detect_scm_system(self.svn_checkout_path)
671 scm = detect_scm_system(self.svn_checkout_path
    [all...]
api_unittest.py 39 from webkitpy.common.checkout.scm import detect_scm_system, CommitMessage namespace
scm.py 67 scm_system = detect_scm_system(cwd, patch_directories)
70 scm_system = detect_scm_system(script_directory, patch_directories)
78 def detect_scm_system(path, patch_directories=None): function
    [all...]
  /external/webkit/Tools/Scripts/
run-bindings-tests 109 current_scm = scm.detect_scm_system(os.curdir)

Completed in 108 milliseconds