OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsRootDirectory
(Results
1 - 25
of
29
) 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/gtest/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/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/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
...]
/ndk/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/gtest/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
171
bool
IsRootDirectory
() const;
/external/protobuf/gtest/include/gtest/internal/
gtest-filepath.h
171
bool
IsRootDirectory
() const;
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-filepath.h
167
bool
IsRootDirectory
() const;
/ndk/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/gtest/src/
gtest-filepath.cc
223
const FilePath& path(
IsRootDirectory
() ? *this :
248
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
221
const FilePath& path(
IsRootDirectory
() ? *this :
246
bool FilePath::
IsRootDirectory
() const {
/external/protobuf/gtest/src/
gtest-filepath.cc
221
const FilePath& path(
IsRootDirectory
() ? *this :
246
bool FilePath::
IsRootDirectory
() const {
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-filepath.cc
223
const FilePath& path(
IsRootDirectory
() ? *this :
248
bool FilePath::
IsRootDirectory
() const {
/ndk/sources/third_party/googletest/googletest/src/
gtest-filepath.cc
223
const FilePath& path(
IsRootDirectory
() ? *this :
248
bool FilePath::
IsRootDirectory
() const {
/external/protobuf/gtest/fused-src/gtest/
gtest-all.cc
[
all
...]
/external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc
[
all
...]
/external/opencv3/modules/ts/src/
ts_gtest.cpp
[
all
...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest-all.cc
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
gtest-all.cc
[
all
...]
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h
[
all
...]
Completed in 983 milliseconds
1
2