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

  /external/chromium/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/gtest/test/
gtest-filepath_test.cc 679 TEST(FilePathTest, IsRootDirectory) {
681 EXPECT_TRUE(FilePath("a:\\").IsRootDirectory());
682 EXPECT_TRUE(FilePath("Z:/").IsRootDirectory());
683 EXPECT_TRUE(FilePath("e://").IsRootDirectory());
684 EXPECT_FALSE(FilePath("").IsRootDirectory());
685 EXPECT_FALSE(FilePath("b:").IsRootDirectory());
686 EXPECT_FALSE(FilePath("b:a").IsRootDirectory());
687 EXPECT_FALSE(FilePath("8:/").IsRootDirectory());
688 EXPECT_FALSE(FilePath("c|/").IsRootDirectory());
690 EXPECT_TRUE(FilePath("/").IsRootDirectory());
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/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/chromium/testing/gtest/include/gtest/internal/
gtest-filepath.h 171 bool IsRootDirectory() const;
  /external/gtest/include/gtest/internal/
gtest-filepath.h 171 bool IsRootDirectory() const;
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-filepath.h 171 bool IsRootDirectory() const;
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-filepath.h 171 bool IsRootDirectory() const;
  /external/open-vcdiff/gtest/include/gtest/internal/
gtest-filepath.h 171 bool IsRootDirectory() const;
  /external/protobuf/gtest/include/gtest/internal/
gtest-filepath.h 171 bool IsRootDirectory() const;
  /external/chromium/testing/gtest/src/
gtest-filepath.cc 221 const FilePath& path(IsRootDirectory() ? *this :
246 bool FilePath::IsRootDirectory() const {
  /external/gtest/src/
gtest-filepath.cc 221 const FilePath& path(IsRootDirectory() ? *this :
246 bool FilePath::IsRootDirectory() const {
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-filepath.cc 221 const FilePath& path(IsRootDirectory() ? *this :
246 bool FilePath::IsRootDirectory() const {
  /external/llvm/utils/unittest/googletest/
gtest-filepath.cc 219 const FilePath& path(IsRootDirectory() ? *this :
244 bool FilePath::IsRootDirectory() const {
  /external/open-vcdiff/gtest/src/
gtest-filepath.cc 190 const FilePath& path(IsRootDirectory() ? *this :
215 bool FilePath::IsRootDirectory() const {
  /external/protobuf/gtest/src/
gtest-filepath.cc 190 const FilePath& path(IsRootDirectory() ? *this :
215 bool FilePath::IsRootDirectory() const {
  /external/ceres-solver/internal/ceres/
gmock_gtest_all.cc     [all...]
  /external/ceres-solver/internal/ceres/gtest/
gtest.h     [all...]

Completed in 275 milliseconds