/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/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/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/libaom/libaom/third_party/googletest/src/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/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/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/src/ |
D | gtest-filepath.cc | 122 if (String::EndsWithCaseInsensitive(pathname_, dot_extension)) { in RemoveExtension() 123 return FilePath(pathname_.substr( in RemoveExtension() 124 0, pathname_.length() - dot_extension.length())); in RemoveExtension() 207 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str()); in FileOrDirectoryExists() 213 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() [all …]
|
/external/mesa3d/src/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/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest-filepath.cc | 124 if (String::EndsWithCaseInsensitive(pathname_, dot_extension)) { in RemoveExtension() 125 return FilePath(pathname_.substr( in RemoveExtension() 126 0, pathname_.length() - dot_extension.length())); in RemoveExtension() 209 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str()); in FileOrDirectoryExists() 215 return posix::Stat(pathname_.c_str(), &file_stat) == 0; in FileOrDirectoryExists() 256 return pathname_.length() == 3 && IsAbsolutePath(); in IsRootDirectory() 258 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]); in IsRootDirectory() 264 const char* const name = pathname_.c_str(); in IsAbsolutePath() 266 return pathname_.length() >= 3 && in IsAbsolutePath() 299 return !pathname_.empty() && in IsDirectory() [all …]
|
/external/libaom/libaom/third_party/googletest/src/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/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 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/swiftshader/third_party/llvm-7.0/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 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/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/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/ |
D | gtest-filepath.h | 64 FilePath() : pathname_("") { } in FilePath() 65 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { } in FilePath() 67 explicit FilePath(const std::string& pathname) : pathname_(pathname) { in FilePath() 77 pathname_ = rhs.pathname_; in Set() 80 const std::string& string() const { return pathname_; } in string() 81 const char* c_str() const { return pathname_.c_str(); } in c_str() 114 bool IsEmpty() const { return pathname_.empty(); } in IsEmpty() 203 std::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/googletest/googletest/include/gtest/internal/ |
D | gtest-filepath.h | 64 FilePath() : pathname_("") { } in FilePath() 65 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { } in FilePath() 67 explicit FilePath(const std::string& pathname) : pathname_(pathname) { in FilePath() 77 pathname_ = rhs.pathname_; in Set() 80 const std::string& string() const { return pathname_; } in string() 81 const char* c_str() const { return pathname_.c_str(); } in c_str() 114 bool IsEmpty() const { return pathname_.empty(); } in IsEmpty() 203 std::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/epid-sdk/ext/gtest/ |
D | gtest-all.cc | 8298 if (String::EndsWithCaseInsensitive(pathname_, dot_extension)) { in RemoveExtension() 8299 return FilePath(pathname_.substr( in RemoveExtension() 8300 0, pathname_.length() - dot_extension.length())); in RemoveExtension() 8383 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str()); in FileOrDirectoryExists() 8389 return posix::Stat(pathname_.c_str(), &file_stat) == 0; in FileOrDirectoryExists() 8430 return pathname_.length() == 3 && IsAbsolutePath(); in IsRootDirectory() 8432 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]); in IsRootDirectory() 8438 const char* const name = pathname_.c_str(); in IsAbsolutePath() 8440 return pathname_.length() >= 3 && in IsAbsolutePath() 8473 return !pathname_.empty() && in IsDirectory() [all …]
|
D | gtest.h | 4337 FilePath() : pathname_("") { } 4338 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { } 4340 explicit FilePath(const std::string& pathname) : pathname_(pathname) { 4350 pathname_ = rhs.pathname_; 4353 const std::string& string() const { return pathname_; } 4354 const char* c_str() const { return pathname_.c_str(); } 4387 bool IsEmpty() const { return pathname_.empty(); } 4476 std::string pathname_;
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Image.h | 727 void clipPath(const std::string pathname_,const bool inside_);
|
/external/ImageMagick/Magick++/lib/ |
D | Image.cpp | 2316 void Magick::Image::clipPath(const std::string pathname_,const bool inside_) in clipPath() argument 2320 ClipImagePath(image(),pathname_.c_str(),(MagickBooleanType) inside_, in clipPath()
|