/external/cronet/tot/third_party/googletest/src/googletest/include/gtest/internal/ |
D | gtest-filepath.h | 72 FilePath() : pathname_("") {} in FilePath() function 73 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) {} in FilePath() function 74 FilePath(FilePath&& rhs) noexcept : pathname_(std::move(rhs.pathname_)) {} in FilePath() function 76 explicit FilePath(std::string pathname) : pathname_(std::move(pathname)) { in FilePath() function
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-filepath.h | 61 FilePath() : pathname_("") { } in FilePath() function 62 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { } in FilePath() function 64 explicit FilePath(const char* pathname) : pathname_(pathname) { in FilePath() function 68 explicit FilePath(const String& pathname) : pathname_(pathname) { in FilePath() function
|
/external/cronet/stable/third_party/googletest/src/googletest/include/gtest/internal/ |
D | gtest-filepath.h | 72 FilePath() : pathname_("") {} in FilePath() function 73 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) {} in FilePath() function 74 FilePath(FilePath&& rhs) noexcept : pathname_(std::move(rhs.pathname_)) {} in FilePath() function 76 explicit FilePath(std::string pathname) : pathname_(std::move(pathname)) { in FilePath() function
|
/external/googletest/googletest/include/gtest/internal/ |
D | gtest-filepath.h | 72 FilePath() : pathname_("") {} in FilePath() function 73 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) {} in FilePath() function 74 FilePath(FilePath&& rhs) noexcept : pathname_(std::move(rhs.pathname_)) {} in FilePath() function 76 explicit FilePath(std::string pathname) : pathname_(std::move(pathname)) { in FilePath() function
|
/external/cronet/stable/third_party/boringssl/src/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-filepath.h | 71 FilePath() : pathname_("") {} in FilePath() function 72 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) {} in FilePath() function 74 explicit FilePath(const std::string& pathname) : pathname_(pathname) { in FilePath() function
|
/external/intel-media-driver/media_driver/linux/ult/ult_app/googletest/include/gtest/internal/ |
D | gtest-filepath.h | 66 FilePath() : pathname_("") {} in FilePath() function 67 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) {} in FilePath() function 69 explicit FilePath(const std::string& pathname) : pathname_(pathname) { in FilePath() function
|
/external/libaom/third_party/googletest/src/googletest/include/gtest/internal/ |
D | gtest-filepath.h | 66 FilePath() : pathname_("") {} in FilePath() function 67 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) {} in FilePath() function 69 explicit FilePath(const std::string& pathname) : pathname_(pathname) { in FilePath() function
|
/external/libvpx/third_party/googletest/src/include/gtest/internal/ |
D | gtest-filepath.h | 66 FilePath() : pathname_("") {} in FilePath() function 67 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) {} in FilePath() function 69 explicit FilePath(const std::string& pathname) : pathname_(pathname) { in FilePath() function
|
/external/cronet/tot/third_party/boringssl/src/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-filepath.h | 71 FilePath() : pathname_("") {} in FilePath() function 72 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) {} in FilePath() function 74 explicit FilePath(const std::string& pathname) : pathname_(pathname) { in FilePath() function
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-filepath.h | 71 FilePath() : pathname_("") {} in FilePath() function 72 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) {} in FilePath() function 74 explicit FilePath(const std::string& pathname) : pathname_(pathname) { in FilePath() function
|
/external/libva-utils/test/gtest/include/gtest/internal/ |
D | gtest-filepath.h | 64 FilePath() : pathname_("") { } in FilePath() function 65 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { } in FilePath() function 67 explicit FilePath(const std::string& pathname) : pathname_(pathname) { in FilePath() function
|
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/internal/ |
D | gtest-filepath.h | 64 FilePath() : pathname_("") { } in FilePath() function 65 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { } in FilePath() function 67 explicit FilePath(const std::string& pathname) : pathname_(pathname) { in FilePath() function
|
/external/deqp/framework/delibs/decpp/ |
D | deFilePath.hpp | 36 class FilePath class 89 inline FilePath::FilePath(void) in FilePath() function in de::FilePath 93 inline FilePath::FilePath(const std::string &path) : m_path(path) in FilePath() function in de::FilePath 97 inline FilePath::FilePath(const char *path) : m_path(path) in FilePath() function in de::FilePath
|
/external/cronet/tot/base/files/ |
D | important_file_writer_unittest.cc | 522 [](const FilePath&, const FilePath&, File::Error* error) { in TEST_F() 561 [&retry_count](const FilePath&, const FilePath&, File::Error* error) { in TEST_F() 604 [](const FilePath&, const FilePath&, File::Error* error) { in TEST_F() 641 [](const FilePath&, const FilePath&, File::Error* error) { in TEST_F()
|
/external/cronet/stable/base/files/ |
D | important_file_writer_unittest.cc | 522 [](const FilePath&, const FilePath&, File::Error* error) { in TEST_F() 561 [&retry_count](const FilePath&, const FilePath&, File::Error* error) { in TEST_F() 604 [](const FilePath&, const FilePath&, File::Error* error) { in TEST_F() 641 [](const FilePath&, const FilePath&, File::Error* error) { in TEST_F()
|
/external/clang/lib/Basic/ |
D | FileManager.cpp | 442 SmallString<128> FilePath(Entry->getName()); in getBufferForFile() local 453 SmallString<128> FilePath(Filename); in getBufferForFile() local 470 SmallString<128> FilePath(Path); in getStatValue() local 479 SmallString<128> FilePath(Path); in getNoncachedStatValue() local
|
/external/cronet/tot/base/test/ |
D | gtest_xml_util.h | 12 class FilePath; variable
|
D | perf_log.h | 10 class FilePath; variable
|
/external/cronet/stable/base/test/ |
D | perf_log.h | 10 class FilePath; variable
|
/external/libchrome/base/android/ |
D | path_utils.h | 15 class FilePath; variable
|
/external/cronet/stable/base/apple/ |
D | bundle_locations.h | 16 class FilePath; variable
|
/external/libchrome/base/test/ |
D | perf_log.h | 10 class FilePath; variable
|
/external/cronet/stable/base/test/android/ |
D | content_uri_test_utils.h | 11 class FilePath; variable
|
/external/cronet/tot/base/test/android/ |
D | content_uri_test_utils.h | 11 class FilePath; variable
|
/external/cronet/tot/net/disk_cache/simple/ |
D | simple_util.h | 18 class FilePath; variable
|