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

  /external/webkit/Tools/Scripts/webkitpy/test/
main.py 40 def _find_unittest_files(self, webkitpy_dir):
44 for dir_path, dir_names, file_names in os.walk(webkitpy_dir):
123 webkitpy_dir = os.path.dirname(webkitpy.__file__)
126 for path in [webkitpy_dir] + external_package_paths:
  /external/webkit/Tools/Scripts/
test-webkitpy 141 webkitpy_dir = os.path.join(os.path.dirname(__file__), "webkitpy")
142 package_paths = [webkitpy_dir] + external_package_paths
146 test_path = os.path.join(webkitpy_dir, "python24",

Completed in 40 milliseconds