/external/googletest/googletest/src/ |
D | gtest-filepath.cc | 126 if (String::EndsWithCaseInsensitive(pathname_, dot_extension)) { in RemoveExtension() 127 return FilePath(pathname_.substr( in RemoveExtension() 128 0, pathname_.length() - dot_extension.length())); in RemoveExtension() 211 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str()); in FileOrDirectoryExists() 217 return posix::Stat(pathname_.c_str(), &file_stat) == 0; in FileOrDirectoryExists() 258 return pathname_.length() == 3 && IsAbsolutePath(); in IsRootDirectory() 260 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]); in IsRootDirectory() 266 const char* const name = pathname_.c_str(); in IsAbsolutePath() 268 return pathname_.length() >= 3 && in IsAbsolutePath() 301 return !pathname_.empty() && in IsDirectory() [all …]
|
/external/protobuf/gtest/src/ |
D | gtest-filepath.cc | 120 if (pathname_.EndsWithCaseInsensitive(dot_extension.c_str())) { in RemoveExtension() 121 return FilePath(String(pathname_.c_str(), pathname_.length() - 4)); in RemoveExtension() 204 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str()); in FileOrDirectoryExists() 210 return posix::Stat(pathname_.c_str(), &file_stat) == 0; in FileOrDirectoryExists() 251 return pathname_.length() == 3 && IsAbsolutePath(); in IsRootDirectory() 253 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]); in IsRootDirectory() 259 const char* const name = pathname_.c_str(); in IsAbsolutePath() 261 return pathname_.length() >= 3 && in IsAbsolutePath() 294 return !pathname_.empty() && in IsDirectory() 295 IsPathSeparator(pathname_.c_str()[pathname_.length() - 1]); in IsDirectory() [all …]
|
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/ |
D | gtest-filepath.cc | 120 if (pathname_.EndsWithCaseInsensitive(dot_extension.c_str())) { in RemoveExtension() 121 return FilePath(String(pathname_.c_str(), pathname_.length() - 4)); in RemoveExtension() 204 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str()); in FileOrDirectoryExists() 210 return posix::Stat(pathname_.c_str(), &file_stat) == 0; in FileOrDirectoryExists() 251 return pathname_.length() == 3 && IsAbsolutePath(); in IsRootDirectory() 253 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]); in IsRootDirectory() 259 const char* const name = pathname_.c_str(); in IsAbsolutePath() 261 return pathname_.length() >= 3 && in IsAbsolutePath() 294 return !pathname_.empty() && in IsDirectory() 295 IsPathSeparator(pathname_.c_str()[pathname_.length() - 1]); in IsDirectory() [all …]
|
/external/google-breakpad/src/testing/gtest/src/ |
D | gtest-filepath.cc | 120 if (pathname_.EndsWithCaseInsensitive(dot_extension.c_str())) { in RemoveExtension() 121 return FilePath(String(pathname_.c_str(), pathname_.length() - 4)); in RemoveExtension() 204 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str()); in FileOrDirectoryExists() 210 return posix::Stat(pathname_.c_str(), &file_stat) == 0; in FileOrDirectoryExists() 251 return pathname_.length() == 3 && IsAbsolutePath(); in IsRootDirectory() 253 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]); in IsRootDirectory() 259 const char* const name = pathname_.c_str(); in IsAbsolutePath() 261 return pathname_.length() >= 3 && in IsAbsolutePath() 294 return !pathname_.empty() && in IsDirectory() 295 IsPathSeparator(pathname_.c_str()[pathname_.length() - 1]); in IsDirectory() [all …]
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/ |
D | gtest-filepath.cc | 121 if (String::EndsWithCaseInsensitive(pathname_, dot_extension)) { in RemoveExtension() 122 return FilePath(pathname_.substr( in RemoveExtension() 123 0, pathname_.length() - dot_extension.length())); in RemoveExtension() 206 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str()); in FileOrDirectoryExists() 212 return posix::Stat(pathname_.c_str(), &file_stat) == 0; in FileOrDirectoryExists() 253 return pathname_.length() == 3 && IsAbsolutePath(); in IsRootDirectory() 255 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]); in IsRootDirectory() 261 const char* const name = pathname_.c_str(); in IsAbsolutePath() 263 return pathname_.length() >= 3 && in IsAbsolutePath() 296 return !pathname_.empty() && in IsDirectory() [all …]
|
/external/v8/testing/gtest/src/ |
D | gtest-filepath.cc | 126 if (String::EndsWithCaseInsensitive(pathname_, dot_extension)) { in RemoveExtension() 127 return FilePath(pathname_.substr( in RemoveExtension() 128 0, pathname_.length() - dot_extension.length())); in RemoveExtension() 211 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str()); in FileOrDirectoryExists() 217 return posix::Stat(pathname_.c_str(), &file_stat) == 0; in FileOrDirectoryExists() 258 return pathname_.length() == 3 && IsAbsolutePath(); in IsRootDirectory() 260 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]); in IsRootDirectory() 266 const char* const name = pathname_.c_str(); in IsAbsolutePath() 268 return pathname_.length() >= 3 && in IsAbsolutePath() 301 return !pathname_.empty() && in IsDirectory() [all …]
|
/external/mesa3d/src/gtest/src/ |
D | gtest-filepath.cc | 120 if (pathname_.EndsWithCaseInsensitive(dot_extension.c_str())) { in RemoveExtension() 121 return FilePath(String(pathname_.c_str(), pathname_.length() - 4)); in RemoveExtension() 204 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str()); in FileOrDirectoryExists() 210 return posix::Stat(pathname_.c_str(), &file_stat) == 0; in FileOrDirectoryExists() 251 return pathname_.length() == 3 && IsAbsolutePath(); in IsRootDirectory() 253 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]); in IsRootDirectory() 259 const char* const name = pathname_.c_str(); in IsAbsolutePath() 261 return pathname_.length() >= 3 && in IsAbsolutePath() 294 return !pathname_.empty() && in IsDirectory() 295 IsPathSeparator(pathname_.c_str()[pathname_.length() - 1]); in IsDirectory() [all …]
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest-filepath.cc | 126 if (String::EndsWithCaseInsensitive(pathname_, dot_extension)) { in RemoveExtension() 127 return FilePath(pathname_.substr( in RemoveExtension() 128 0, pathname_.length() - dot_extension.length())); in RemoveExtension() 211 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str()); in FileOrDirectoryExists() 217 return posix::Stat(pathname_.c_str(), &file_stat) == 0; in FileOrDirectoryExists() 258 return pathname_.length() == 3 && IsAbsolutePath(); in IsRootDirectory() 260 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]); in IsRootDirectory() 266 const char* const name = pathname_.c_str(); in IsAbsolutePath() 268 return pathname_.length() >= 3 && in IsAbsolutePath() 301 return !pathname_.empty() && in IsDirectory() [all …]
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest-filepath.cc | 118 if (pathname_.EndsWithCaseInsensitive(dot_extension.c_str())) { in RemoveExtension() 119 return FilePath(String(pathname_.c_str(), pathname_.length() - 4)); in RemoveExtension() 202 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str()); in FileOrDirectoryExists() 208 return posix::Stat(pathname_.c_str(), &file_stat) == 0; in FileOrDirectoryExists() 249 return pathname_.length() == 3 && IsAbsolutePath(); in IsRootDirectory() 251 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]); in IsRootDirectory() 257 const char* const name = pathname_.c_str(); in IsAbsolutePath() 259 return pathname_.length() >= 3 && in IsAbsolutePath() 292 return !pathname_.empty() && in IsDirectory() 293 IsPathSeparator(pathname_.c_str()[pathname_.length() - 1]); in IsDirectory() [all …]
|
/external/googletest/googletest/include/gtest/internal/ |
D | gtest-filepath.h | 61 FilePath() : pathname_("") { } in FilePath() 62 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { } in FilePath() 64 explicit FilePath(const std::string& pathname) : pathname_(pathname) { in FilePath() 74 pathname_ = rhs.pathname_; in Set() 77 const std::string& string() const { return pathname_; } in string() 78 const char* c_str() const { return pathname_.c_str(); } in c_str() 111 bool IsEmpty() const { return pathname_.empty(); } in IsEmpty() 200 std::string pathname_; variable
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/ |
D | gtest-filepath.h | 61 FilePath() : pathname_("") { } in FilePath() 62 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { } in FilePath() 64 explicit FilePath(const std::string& pathname) : pathname_(pathname) { in FilePath() 74 pathname_ = rhs.pathname_; in Set() 77 const std::string& string() const { return pathname_; } in string() 78 const char* c_str() const { return pathname_.c_str(); } in c_str() 111 bool IsEmpty() const { return pathname_.empty(); } in IsEmpty() 200 std::string pathname_; variable
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/ |
D | gtest-filepath.h | 61 FilePath() : pathname_("") { } in FilePath() 62 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { } in FilePath() 64 explicit FilePath(const std::string& pathname) : pathname_(pathname) { in FilePath() 74 pathname_ = rhs.pathname_; in Set() 77 const std::string& string() const { return pathname_; } in string() 78 const char* c_str() const { return pathname_.c_str(); } in c_str() 111 bool IsEmpty() const { return pathname_.empty(); } in IsEmpty() 200 std::string pathname_; variable
|
/external/v8/testing/gtest/include/gtest/internal/ |
D | gtest-filepath.h | 61 FilePath() : pathname_("") { } in FilePath() 62 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { } in FilePath() 64 explicit FilePath(const std::string& pathname) : pathname_(pathname) { in FilePath() 74 pathname_ = rhs.pathname_; in Set() 77 const std::string& string() const { return pathname_; } in string() 78 const char* c_str() const { return pathname_.c_str(); } in c_str() 111 bool IsEmpty() const { return pathname_.empty(); } in IsEmpty() 200 std::string pathname_; variable
|
/external/protobuf/gtest/include/gtest/internal/ |
D | gtest-filepath.h | 61 FilePath() : pathname_("") { } in FilePath() 62 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { } in FilePath() 64 explicit FilePath(const char* pathname) : pathname_(pathname) { in FilePath() 68 explicit FilePath(const String& pathname) : pathname_(pathname) { in FilePath() 78 pathname_ = rhs.pathname_; in Set() 81 String ToString() const { return pathname_; } in ToString() 82 const char* c_str() const { return pathname_.c_str(); } in c_str() 204 String pathname_; variable
|
/external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
D | gtest-filepath.h | 61 FilePath() : pathname_("") { } in FilePath() 62 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { } in FilePath() 64 explicit FilePath(const char* pathname) : pathname_(pathname) { in FilePath() 68 explicit FilePath(const String& pathname) : pathname_(pathname) { in FilePath() 78 pathname_ = rhs.pathname_; in Set() 81 String ToString() const { return pathname_; } in ToString() 82 const char* c_str() const { return pathname_.c_str(); } in c_str() 204 String pathname_; variable
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-filepath.h | 61 FilePath() : pathname_("") { } in FilePath() 62 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { } in FilePath() 64 explicit FilePath(const char* pathname) : pathname_(pathname) { in FilePath() 68 explicit FilePath(const String& pathname) : pathname_(pathname) { in FilePath() 78 pathname_ = rhs.pathname_; in Set() 81 String ToString() const { return pathname_; } in ToString() 82 const char* c_str() const { return pathname_.c_str(); } in c_str() 204 String pathname_; variable
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-filepath.h | 61 FilePath() : pathname_("") { } in FilePath() 62 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { } in FilePath() 64 explicit FilePath(const char* pathname) : pathname_(pathname) { in FilePath() 68 explicit FilePath(const String& pathname) : pathname_(pathname) { in FilePath() 78 pathname_ = rhs.pathname_; in Set() 81 String ToString() const { return pathname_; } in ToString() 82 const char* c_str() const { return pathname_.c_str(); } in c_str() 204 String pathname_; variable
|
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-filepath.h | 61 FilePath() : pathname_("") { } in FilePath() 62 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { } in FilePath() 64 explicit FilePath(const char* pathname) : pathname_(pathname) { in FilePath() 68 explicit FilePath(const String& pathname) : pathname_(pathname) { in FilePath() 78 pathname_ = rhs.pathname_; in Set() 81 String ToString() const { return pathname_; } in ToString() 82 const char* c_str() const { return pathname_.c_str(); } in c_str() 204 String pathname_; variable
|
/external/protobuf/gtest/fused-src/gtest/ |
D | gtest-all.cc | 7328 if (pathname_.EndsWithCaseInsensitive(dot_extension.c_str())) { in RemoveExtension() 7329 return FilePath(String(pathname_.c_str(), pathname_.length() - 4)); in RemoveExtension() 7412 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str()); in FileOrDirectoryExists() 7418 return posix::Stat(pathname_.c_str(), &file_stat) == 0; in FileOrDirectoryExists() 7459 return pathname_.length() == 3 && IsAbsolutePath(); in IsRootDirectory() 7461 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]); in IsRootDirectory() 7467 const char* const name = pathname_.c_str(); in IsAbsolutePath() 7469 return pathname_.length() >= 3 && in IsAbsolutePath() 7502 return !pathname_.empty() && in IsDirectory() 7503 IsPathSeparator(pathname_.c_str()[pathname_.length() - 1]); in IsDirectory() [all …]
|
D | gtest.h | 2982 FilePath() : pathname_("") { } 2983 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { } 2985 explicit FilePath(const char* pathname) : pathname_(pathname) { 2989 explicit FilePath(const String& pathname) : pathname_(pathname) { 2999 pathname_ = rhs.pathname_; 3002 String ToString() const { return pathname_; } 3003 const char* c_str() const { return pathname_.c_str(); } 3125 String pathname_;
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/ |
D | gtest-all.cc | 7955 if (String::EndsWithCaseInsensitive(pathname_, dot_extension)) { in RemoveExtension() 7956 return FilePath(pathname_.substr( in RemoveExtension() 7957 0, pathname_.length() - dot_extension.length())); in RemoveExtension() 8040 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str()); in FileOrDirectoryExists() 8046 return posix::Stat(pathname_.c_str(), &file_stat) == 0; in FileOrDirectoryExists() 8087 return pathname_.length() == 3 && IsAbsolutePath(); in IsRootDirectory() 8089 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]); in IsRootDirectory() 8095 const char* const name = pathname_.c_str(); in IsAbsolutePath() 8097 return pathname_.length() >= 3 && in IsAbsolutePath() 8130 return !pathname_.empty() && in IsDirectory() [all …]
|
/external/fmtlib/test/ |
D | gmock-gtest-all.cc | 7955 if (String::EndsWithCaseInsensitive(pathname_, dot_extension)) { in RemoveExtension() 7956 return FilePath(pathname_.substr( in RemoveExtension() 7957 0, pathname_.length() - dot_extension.length())); in RemoveExtension() 8040 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str()); in FileOrDirectoryExists() 8046 return posix::Stat(pathname_.c_str(), &file_stat) == 0; in FileOrDirectoryExists() 8087 return pathname_.length() == 3 && IsAbsolutePath(); in IsRootDirectory() 8089 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]); in IsRootDirectory() 8095 const char* const name = pathname_.c_str(); in IsAbsolutePath() 8097 return pathname_.length() >= 3 && in IsAbsolutePath() 8130 return !pathname_.empty() && in IsDirectory() [all …]
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Image.h | 719 void clipPath(const std::string pathname_,const bool inside_);
|
/external/ImageMagick/Magick++/lib/ |
D | Image.cpp | 2281 void Magick::Image::clipPath(const std::string pathname_,const bool inside_) in clipPath() argument 2285 ClipImagePath(image(),pathname_.c_str(),(MagickBooleanType) inside_, in clipPath()
|
/external/fmtlib/test/gtest/ |
D | gtest.h | 3548 FilePath() : pathname_("") { } 3549 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { } 3551 explicit FilePath(const std::string& pathname) : pathname_(pathname) { 3561 pathname_ = rhs.pathname_; 3564 const std::string& string() const { return pathname_; } 3565 const char* c_str() const { return pathname_.c_str(); } 3598 bool IsEmpty() const { return pathname_.empty(); } 3687 std::string pathname_;
|