HomeSort by relevance Sort by last modified time
    Searched refs:IsRootDirectory (Results 1 - 25 of 38) sorted by null

1 2

  /external/google-breakpad/src/testing/gtest/test/
gtest-filepath_test.cc 675 TEST(FilePathTest, IsRootDirectory) {
677 EXPECT_TRUE(FilePath("a:\\").IsRootDirectory());
678 EXPECT_TRUE(FilePath("Z:/").IsRootDirectory());
679 EXPECT_TRUE(FilePath("e://").IsRootDirectory());
680 EXPECT_FALSE(FilePath("").IsRootDirectory());
681 EXPECT_FALSE(FilePath("b:").IsRootDirectory());
682 EXPECT_FALSE(FilePath("b:a").IsRootDirectory());
683 EXPECT_FALSE(FilePath("8:/").IsRootDirectory());
684 EXPECT_FALSE(FilePath("c|/").IsRootDirectory());
686 EXPECT_TRUE(FilePath("/").IsRootDirectory());
    [all...]
  /external/googletest/googletest/test/
gtest-filepath_test.cc 641 TEST(FilePathTest, IsRootDirectory) {
643 EXPECT_TRUE(FilePath("a:\\").IsRootDirectory());
644 EXPECT_TRUE(FilePath("Z:/").IsRootDirectory());
645 EXPECT_TRUE(FilePath("e://").IsRootDirectory());
646 EXPECT_FALSE(FilePath("").IsRootDirectory());
647 EXPECT_FALSE(FilePath("b:").IsRootDirectory());
648 EXPECT_FALSE(FilePath("b:a").IsRootDirectory());
649 EXPECT_FALSE(FilePath("8:/").IsRootDirectory());
650 EXPECT_FALSE(FilePath("c|/").IsRootDirectory());
652 EXPECT_TRUE(FilePath("/").IsRootDirectory());
    [all...]
  /external/protobuf/gtest/test/
gtest-filepath_test.cc 669 TEST(FilePathTest, IsRootDirectory) {
671 EXPECT_TRUE(FilePath("a:\\").IsRootDirectory());
672 EXPECT_TRUE(FilePath("Z:/").IsRootDirectory());
673 EXPECT_TRUE(FilePath("e://").IsRootDirectory());
674 EXPECT_FALSE(FilePath("").IsRootDirectory());
675 EXPECT_FALSE(FilePath("b:").IsRootDirectory());
676 EXPECT_FALSE(FilePath("b:a").IsRootDirectory());
677 EXPECT_FALSE(FilePath("8:/").IsRootDirectory());
678 EXPECT_FALSE(FilePath("c|/").IsRootDirectory());
680 EXPECT_TRUE(FilePath("/").IsRootDirectory());
    [all...]
  /external/v8/testing/gtest/test/
gtest-filepath_test.cc 641 TEST(FilePathTest, IsRootDirectory) {
643 EXPECT_TRUE(FilePath("a:\\").IsRootDirectory());
644 EXPECT_TRUE(FilePath("Z:/").IsRootDirectory());
645 EXPECT_TRUE(FilePath("e://").IsRootDirectory());
646 EXPECT_FALSE(FilePath("").IsRootDirectory());
647 EXPECT_FALSE(FilePath("b:").IsRootDirectory());
648 EXPECT_FALSE(FilePath("b:a").IsRootDirectory());
649 EXPECT_FALSE(FilePath("8:/").IsRootDirectory());
650 EXPECT_FALSE(FilePath("c|/").IsRootDirectory());
652 EXPECT_TRUE(FilePath("/").IsRootDirectory());
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-filepath_test.cc 659 TEST(FilePathTest, IsRootDirectory) {
661 EXPECT_TRUE(FilePath("a:\\").IsRootDirectory());
662 EXPECT_TRUE(FilePath("Z:/").IsRootDirectory());
663 EXPECT_TRUE(FilePath("e://").IsRootDirectory());
664 EXPECT_FALSE(FilePath("").IsRootDirectory());
665 EXPECT_FALSE(FilePath("b:").IsRootDirectory());
666 EXPECT_FALSE(FilePath("b:a").IsRootDirectory());
667 EXPECT_FALSE(FilePath("8:/").IsRootDirectory());
668 EXPECT_FALSE(FilePath("c|/").IsRootDirectory());
670 EXPECT_TRUE(FilePath("/").IsRootDirectory());
    [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/test/
gtest-filepath_test.cc 659 TEST(FilePathTest, IsRootDirectory) {
661 EXPECT_TRUE(FilePath("a:\\").IsRootDirectory());
662 EXPECT_TRUE(FilePath("Z:/").IsRootDirectory());
663 EXPECT_TRUE(FilePath("e://").IsRootDirectory());
664 EXPECT_FALSE(FilePath("").IsRootDirectory());
665 EXPECT_FALSE(FilePath("b:").IsRootDirectory());
666 EXPECT_FALSE(FilePath("b:a").IsRootDirectory());
667 EXPECT_FALSE(FilePath("8:/").IsRootDirectory());
668 EXPECT_FALSE(FilePath("c|/").IsRootDirectory());
670 EXPECT_TRUE(FilePath("/").IsRootDirectory());
    [all...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/test/
gtest-filepath_test.cc 659 TEST(FilePathTest, IsRootDirectory) {
661 EXPECT_TRUE(FilePath("a:\\").IsRootDirectory());
662 EXPECT_TRUE(FilePath("Z:/").IsRootDirectory());
663 EXPECT_TRUE(FilePath("e://").IsRootDirectory());
664 EXPECT_FALSE(FilePath("").IsRootDirectory());
665 EXPECT_FALSE(FilePath("b:").IsRootDirectory());
666 EXPECT_FALSE(FilePath("b:a").IsRootDirectory());
667 EXPECT_FALSE(FilePath("8:/").IsRootDirectory());
668 EXPECT_FALSE(FilePath("c|/").IsRootDirectory());
670 EXPECT_TRUE(FilePath("/").IsRootDirectory());
    [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-filepath.h 171 bool IsRootDirectory() const;
  /external/googletest/googletest/include/gtest/internal/
gtest-filepath.h 167 bool IsRootDirectory() const;
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-filepath.h 167 bool IsRootDirectory() const;
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-filepath.h 171 bool IsRootDirectory() const;
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-filepath.h 167 bool IsRootDirectory() const;
  /external/protobuf/gtest/include/gtest/internal/
gtest-filepath.h 171 bool IsRootDirectory() const;
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-filepath.h 171 bool IsRootDirectory() const;
  /external/v8/testing/gtest/include/gtest/internal/
gtest-filepath.h 167 bool IsRootDirectory() const;
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-filepath.h 167 bool IsRootDirectory() const;
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-filepath.h 167 bool IsRootDirectory() const;
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-filepath.h 167 bool IsRootDirectory() const;
  /external/google-breakpad/src/testing/gtest/src/
gtest-filepath.cc 221 const FilePath& path(IsRootDirectory() ? *this :
246 bool FilePath::IsRootDirectory() const {
  /external/googletest/googletest/src/
gtest-filepath.cc 228 const FilePath& path(IsRootDirectory() ? *this :
253 bool FilePath::IsRootDirectory() const {
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-filepath.cc 228 const FilePath& path(IsRootDirectory() ? *this :
253 bool FilePath::IsRootDirectory() const {
  /external/llvm/utils/unittest/googletest/src/
gtest-filepath.cc 219 const FilePath& path(IsRootDirectory() ? *this :
244 bool FilePath::IsRootDirectory() const {
  /external/mesa3d/src/gtest/src/
gtest-filepath.cc 223 const FilePath& path(IsRootDirectory() ? *this :
248 bool FilePath::IsRootDirectory() const {
  /external/protobuf/gtest/src/
gtest-filepath.cc 221 const FilePath& path(IsRootDirectory() ? *this :
246 bool FilePath::IsRootDirectory() const {
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/
gtest-filepath.cc 221 const FilePath& path(IsRootDirectory() ? *this :
246 bool FilePath::IsRootDirectory() const {

Completed in 268 milliseconds

1 2