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

  /external/google-breakpad/src/testing/scripts/
fuse_gmock_files.py 91 def GetGTestRootDir(gmock_root):
94 return os.path.join(gmock_root, 'gtest')
97 def ValidateGMockRootDir(gmock_root):
98 """Makes sure gmock_root points to a valid gmock root directory.
103 gtest.ValidateGTestRootDir(GetGTestRootDir(gmock_root))
104 gtest.VerifyFileExists(gmock_root, GMOCK_H_SEED)
105 gtest.VerifyFileExists(gmock_root, GMOCK_ALL_CC_SEED)
119 def FuseGMockH(gmock_root, output_dir):
120 """Scans folder gmock_root to generate gmock/gmock.h in output_dir."""
135 for line in file(os.path.join(gmock_root, gmock_header_path), 'r')
    [all...]
  /external/googletest/googlemock/scripts/
fuse_gmock_files.py 91 def GetGTestRootDir(gmock_root):
94 return os.path.join(gmock_root, '../googletest')
97 def ValidateGMockRootDir(gmock_root):
98 """Makes sure gmock_root points to a valid gmock root directory.
103 gtest.ValidateGTestRootDir(GetGTestRootDir(gmock_root))
104 gtest.VerifyFileExists(gmock_root, GMOCK_H_SEED)
105 gtest.VerifyFileExists(gmock_root, GMOCK_ALL_CC_SEED)
119 def FuseGMockH(gmock_root, output_dir):
120 """Scans folder gmock_root to generate gmock/gmock.h in output_dir."""
135 for line in file(os.path.join(gmock_root, gmock_header_path), 'r')
    [all...]
  /external/v8/testing/gmock/scripts/
fuse_gmock_files.py 91 def GetGTestRootDir(gmock_root):
94 return os.path.join(gmock_root, 'gtest')
97 def ValidateGMockRootDir(gmock_root):
98 """Makes sure gmock_root points to a valid gmock root directory.
103 gtest.ValidateGTestRootDir(GetGTestRootDir(gmock_root))
104 gtest.VerifyFileExists(gmock_root, GMOCK_H_SEED)
105 gtest.VerifyFileExists(gmock_root, GMOCK_ALL_CC_SEED)
119 def FuseGMockH(gmock_root, output_dir):
120 """Scans folder gmock_root to generate gmock/gmock.h in output_dir."""
135 for line in file(os.path.join(gmock_root, gmock_header_path), 'r')
    [all...]

Completed in 49 milliseconds