Home
last modified time | relevance | path

Searched refs:IsRootDirectory (Results 1 – 25 of 29) sorted by relevance

12

/external/googletest/googletest/test/
Dgtest-filepath_test.cc641 TEST(FilePathTest, IsRootDirectory) { in TEST() argument
643 EXPECT_TRUE(FilePath("a:\\").IsRootDirectory()); in TEST()
644 EXPECT_TRUE(FilePath("Z:/").IsRootDirectory()); in TEST()
645 EXPECT_TRUE(FilePath("e://").IsRootDirectory()); in TEST()
646 EXPECT_FALSE(FilePath("").IsRootDirectory()); in TEST()
647 EXPECT_FALSE(FilePath("b:").IsRootDirectory()); in TEST()
648 EXPECT_FALSE(FilePath("b:a").IsRootDirectory()); in TEST()
649 EXPECT_FALSE(FilePath("8:/").IsRootDirectory()); in TEST()
650 EXPECT_FALSE(FilePath("c|/").IsRootDirectory()); in TEST()
652 EXPECT_TRUE(FilePath("/").IsRootDirectory()); in TEST()
[all …]
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
Dgtest-filepath_test.cc659 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/v8/testing/gtest/test/
Dgtest-filepath_test.cc641 TEST(FilePathTest, IsRootDirectory) { in TEST() argument
643 EXPECT_TRUE(FilePath("a:\\").IsRootDirectory()); in TEST()
644 EXPECT_TRUE(FilePath("Z:/").IsRootDirectory()); in TEST()
645 EXPECT_TRUE(FilePath("e://").IsRootDirectory()); in TEST()
646 EXPECT_FALSE(FilePath("").IsRootDirectory()); in TEST()
647 EXPECT_FALSE(FilePath("b:").IsRootDirectory()); in TEST()
648 EXPECT_FALSE(FilePath("b:a").IsRootDirectory()); in TEST()
649 EXPECT_FALSE(FilePath("8:/").IsRootDirectory()); in TEST()
650 EXPECT_FALSE(FilePath("c|/").IsRootDirectory()); in TEST()
652 EXPECT_TRUE(FilePath("/").IsRootDirectory()); in TEST()
[all …]
/external/google-breakpad/src/testing/gtest/test/
Dgtest-filepath_test.cc675 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/
Dgtest-filepath_test.cc669 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/v8/testing/gtest/src/
Dgtest-filepath.cc228 const FilePath& path(IsRootDirectory() ? *this : in DirectoryExists()
253 bool FilePath::IsRootDirectory() const { in IsRootDirectory() function in testing::internal::FilePath
/external/llvm/utils/unittest/googletest/src/
Dgtest-filepath.cc219 const FilePath& path(IsRootDirectory() ? *this : in DirectoryExists()
244 bool FilePath::IsRootDirectory() const { in IsRootDirectory() function in testing::internal::FilePath
/external/protobuf/gtest/src/
Dgtest-filepath.cc221 const FilePath& path(IsRootDirectory() ? *this : in DirectoryExists()
246 bool FilePath::IsRootDirectory() const { in IsRootDirectory() function in testing::internal::FilePath
/external/mesa3d/src/gtest/src/
Dgtest-filepath.cc223 const FilePath& path(IsRootDirectory() ? *this : in DirectoryExists()
248 bool FilePath::IsRootDirectory() const { in IsRootDirectory() function in testing::internal::FilePath
/external/google-breakpad/src/testing/gtest/src/
Dgtest-filepath.cc221 const FilePath& path(IsRootDirectory() ? *this : in DirectoryExists()
246 bool FilePath::IsRootDirectory() const { in IsRootDirectory() function in testing::internal::FilePath
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-filepath.cc228 const FilePath& path(IsRootDirectory() ? *this : in DirectoryExists()
253 bool FilePath::IsRootDirectory() const { in IsRootDirectory() function in testing::internal::FilePath
/external/googletest/googletest/src/
Dgtest-filepath.cc228 const FilePath& path(IsRootDirectory() ? *this : in DirectoryExists()
253 bool FilePath::IsRootDirectory() const { in IsRootDirectory() function in testing::internal::FilePath
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
Dgtest-filepath.cc221 const FilePath& path(IsRootDirectory() ? *this : in DirectoryExists()
246 bool FilePath::IsRootDirectory() const { in IsRootDirectory() function in testing::internal::FilePath
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
Dgtest-filepath.cc223 const FilePath& path(IsRootDirectory() ? *this : in DirectoryExists()
248 bool FilePath::IsRootDirectory() const { in IsRootDirectory() function in testing::internal::FilePath
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-filepath.h167 bool IsRootDirectory() const;
/external/v8/testing/gtest/include/gtest/internal/
Dgtest-filepath.h167 bool IsRootDirectory() const;
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
Dgtest-filepath.h167 bool IsRootDirectory() const;
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-filepath.h167 bool IsRootDirectory() const;
/external/googletest/googletest/include/gtest/internal/
Dgtest-filepath.h167 bool IsRootDirectory() const;
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-filepath.h171 bool IsRootDirectory() const;
/external/protobuf/gtest/include/gtest/internal/
Dgtest-filepath.h171 bool IsRootDirectory() const;
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
Dgtest-filepath.h171 bool IsRootDirectory() const;
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-filepath.h171 bool IsRootDirectory() const;
/external/protobuf/gtest/fused-src/gtest/
Dgtest-all.cc7429 const FilePath& path(IsRootDirectory() ? *this : in DirectoryExists()
7454 bool FilePath::IsRootDirectory() const { in IsRootDirectory() function in testing::internal::FilePath
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
Dgtest-all.cc8057 const FilePath& path(IsRootDirectory() ? *this : in DirectoryExists()
8082 bool FilePath::IsRootDirectory() const { in IsRootDirectory() function in testing::internal::FilePath

12