/external/gtest/test/ |
D | gtest-filepath_test.cc | 659 TEST(FilePathTest, IsRootDirectory) { in TEST() argument 661 EXPECT_TRUE(FilePath("a:\\").IsRootDirectory()); in TEST() 662 EXPECT_TRUE(FilePath("Z:/").IsRootDirectory()); in TEST() 663 EXPECT_TRUE(FilePath("e://").IsRootDirectory()); in TEST() 664 EXPECT_FALSE(FilePath("").IsRootDirectory()); in TEST() 665 EXPECT_FALSE(FilePath("b:").IsRootDirectory()); in TEST() 666 EXPECT_FALSE(FilePath("b:a").IsRootDirectory()); in TEST() 667 EXPECT_FALSE(FilePath("8:/").IsRootDirectory()); in TEST() 668 EXPECT_FALSE(FilePath("c|/").IsRootDirectory()); in TEST() 670 EXPECT_TRUE(FilePath("/").IsRootDirectory()); in TEST() [all …]
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest-filepath_test.cc | 675 TEST(FilePathTest, IsRootDirectory) { in TEST() argument 677 EXPECT_TRUE(FilePath("a:\\").IsRootDirectory()); in TEST() 678 EXPECT_TRUE(FilePath("Z:/").IsRootDirectory()); in TEST() 679 EXPECT_TRUE(FilePath("e://").IsRootDirectory()); in TEST() 680 EXPECT_FALSE(FilePath("").IsRootDirectory()); in TEST() 681 EXPECT_FALSE(FilePath("b:").IsRootDirectory()); in TEST() 682 EXPECT_FALSE(FilePath("b:a").IsRootDirectory()); in TEST() 683 EXPECT_FALSE(FilePath("8:/").IsRootDirectory()); in TEST() 684 EXPECT_FALSE(FilePath("c|/").IsRootDirectory()); in TEST() 686 EXPECT_TRUE(FilePath("/").IsRootDirectory()); in TEST() [all …]
|
/external/protobuf/gtest/test/ |
D | gtest-filepath_test.cc | 669 TEST(FilePathTest, IsRootDirectory) { in TEST() argument 671 EXPECT_TRUE(FilePath("a:\\").IsRootDirectory()); in TEST() 672 EXPECT_TRUE(FilePath("Z:/").IsRootDirectory()); in TEST() 673 EXPECT_TRUE(FilePath("e://").IsRootDirectory()); in TEST() 674 EXPECT_FALSE(FilePath("").IsRootDirectory()); in TEST() 675 EXPECT_FALSE(FilePath("b:").IsRootDirectory()); in TEST() 676 EXPECT_FALSE(FilePath("b:a").IsRootDirectory()); in TEST() 677 EXPECT_FALSE(FilePath("8:/").IsRootDirectory()); in TEST() 678 EXPECT_FALSE(FilePath("c|/").IsRootDirectory()); in TEST() 680 EXPECT_TRUE(FilePath("/").IsRootDirectory()); in TEST() [all …]
|
/external/protobuf/gtest/src/ |
D | gtest-filepath.cc | 221 const FilePath& path(IsRootDirectory() ? *this : in DirectoryExists() 246 bool FilePath::IsRootDirectory() const { in IsRootDirectory() function in testing::internal::FilePath
|
/external/google-breakpad/src/testing/gtest/src/ |
D | gtest-filepath.cc | 221 const FilePath& path(IsRootDirectory() ? *this : in DirectoryExists() 246 bool FilePath::IsRootDirectory() const { in IsRootDirectory() function in testing::internal::FilePath
|
/external/mesa3d/src/gtest/src/ |
D | gtest-filepath.cc | 221 const FilePath& path(IsRootDirectory() ? *this : in DirectoryExists() 246 bool FilePath::IsRootDirectory() const { in IsRootDirectory() function in testing::internal::FilePath
|
/external/gtest/src/ |
D | gtest-filepath.cc | 223 const FilePath& path(IsRootDirectory() ? *this : in DirectoryExists() 248 bool FilePath::IsRootDirectory() const { in IsRootDirectory() function in testing::internal::FilePath
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest-filepath.cc | 219 const FilePath& path(IsRootDirectory() ? *this : in DirectoryExists() 244 bool FilePath::IsRootDirectory() const { in IsRootDirectory() function in testing::internal::FilePath
|
/external/gtest/include/gtest/internal/ |
D | gtest-filepath.h | 167 bool IsRootDirectory() const;
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-filepath.h | 171 bool IsRootDirectory() const;
|
/external/protobuf/gtest/include/gtest/internal/ |
D | gtest-filepath.h | 171 bool IsRootDirectory() const;
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-filepath.h | 171 bool IsRootDirectory() const;
|
/external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
D | gtest-filepath.h | 171 bool IsRootDirectory() const;
|
/external/protobuf/gtest/fused-src/gtest/ |
D | gtest-all.cc | 7429 const FilePath& path(IsRootDirectory() ? *this : in DirectoryExists() 7454 bool FilePath::IsRootDirectory() const { in IsRootDirectory() function in testing::internal::FilePath
|
D | gtest.h | 3092 bool IsRootDirectory() const;
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest-all.cc | 8055 const FilePath& path(IsRootDirectory() ? *this : in DirectoryExists() 8080 bool FilePath::IsRootDirectory() const { in IsRootDirectory() function in testing::internal::FilePath
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/ |
D | gtest.h | 3654 bool IsRootDirectory() const;
|