HomeSort by relevance Sort by last modified time
    Searched defs:FilePath (Results 1 - 25 of 165) sorted by null

1 2 3 4 5 6 7

  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-filepath.h 32 // Google Test filepath utilities
48 // FilePath - a class for file and directory pathname manipulation which
53 // A FilePath with a value ending in a path separator ("like/this/") represents
59 class GTEST_API_ FilePath {
61 FilePath() : pathname_("") { }
62 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { }
64 explicit FilePath(const char* pathname) : pathname_(pathname) {
68 explicit FilePath(const String& pathname) : pathname_(pathname) {
72 FilePath& operator=(const FilePath& rhs)
    [all...]
  /external/googletest/googletest/include/gtest/internal/
gtest-filepath.h 32 // Google Test filepath utilities
48 // FilePath - a class for file and directory pathname manipulation which
53 // A FilePath with a value ending in a path separator ("like/this/") represents
59 class GTEST_API_ FilePath {
61 FilePath() : pathname_("") { }
62 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { }
64 explicit FilePath(const std::string& pathname) : pathname_(pathname) {
68 FilePath& operator=(const FilePath& rhs)
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-filepath.h 32 // Google Test filepath utilities
48 // FilePath - a class for file and directory pathname manipulation which
53 // A FilePath with a value ending in a path separator ("like/this/") represents
59 class GTEST_API_ FilePath {
61 FilePath() : pathname_("") { }
62 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { }
64 explicit FilePath(const std::string& pathname) : pathname_(pathname) {
68 FilePath& operator=(const FilePath& rhs)
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-filepath.h 32 // Google Test filepath utilities
48 // FilePath - a class for file and directory pathname manipulation which
53 // A FilePath with a value ending in a path separator ("like/this/") represents
59 class GTEST_API_ FilePath {
61 FilePath() : pathname_("") { }
62 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { }
64 explicit FilePath(const char* pathname) : pathname_(pathname) {
68 explicit FilePath(const String& pathname) : pathname_(pathname) {
72 FilePath& operator=(const FilePath& rhs)
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-filepath.h 32 // Google Test filepath utilities
48 // FilePath - a class for file and directory pathname manipulation which
53 // A FilePath with a value ending in a path separator ("like/this/") represents
59 class GTEST_API_ FilePath {
61 FilePath() : pathname_("") { }
62 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { }
64 explicit FilePath(const std::string& pathname) : pathname_(pathname) {
68 FilePath& operator=(const FilePath& rhs)
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-filepath.h 32 // Google Test filepath utilities
48 // FilePath - a class for file and directory pathname manipulation which
53 // A FilePath with a value ending in a path separator ("like/this/") represents
59 class GTEST_API_ FilePath {
61 FilePath() : pathname_("") { }
62 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { }
64 explicit FilePath(const char* pathname) : pathname_(pathname) {
68 explicit FilePath(const String& pathname) : pathname_(pathname) {
72 FilePath& operator=(const FilePath& rhs)
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-filepath.h 32 // Google Test filepath utilities
48 // FilePath - a class for file and directory pathname manipulation which
53 // A FilePath with a value ending in a path separator ("like/this/") represents
59 class GTEST_API_ FilePath {
61 FilePath() : pathname_("") { }
62 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { }
64 explicit FilePath(const char* pathname) : pathname_(pathname) {
68 explicit FilePath(const String& pathname) : pathname_(pathname) {
72 FilePath& operator=(const FilePath& rhs)
    [all...]
  /external/v8/testing/gtest/include/gtest/internal/
gtest-filepath.h 32 // Google Test filepath utilities
48 // FilePath - a class for file and directory pathname manipulation which
53 // A FilePath with a value ending in a path separator ("like/this/") represents
59 class GTEST_API_ FilePath {
61 FilePath() : pathname_("") { }
62 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { }
64 explicit FilePath(const std::string& pathname) : pathname_(pathname) {
68 FilePath& operator=(const FilePath& rhs)
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-filepath.h 32 // Google Test filepath utilities
48 // FilePath - a class for file and directory pathname manipulation which
53 // A FilePath with a value ending in a path separator ("like/this/") represents
59 class GTEST_API_ FilePath {
61 FilePath() : pathname_("") { }
62 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { }
64 explicit FilePath(const std::string& pathname) : pathname_(pathname) {
68 FilePath& operator=(const FilePath& rhs)
    [all...]
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-filepath.h 32 // Google Test filepath utilities
48 // FilePath - a class for file and directory pathname manipulation which
53 // A FilePath with a value ending in a path separator ("like/this/") represents
59 class GTEST_API_ FilePath {
61 FilePath() : pathname_("") { }
62 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { }
64 explicit FilePath(const std::string& pathname) : pathname_(pathname) {
68 FilePath& operator=(const FilePath& rhs)
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/internal/
gtest-filepath.h 32 // Google Test filepath utilities
48 // FilePath - a class for file and directory pathname manipulation which
53 // A FilePath with a value ending in a path separator ("like/this/") represents
59 class GTEST_API_ FilePath {
61 FilePath() : pathname_("") { }
62 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { }
64 explicit FilePath(const std::string& pathname) : pathname_(pathname) {
68 FilePath& operator=(const FilePath& rhs)
    [all...]
  /external/deqp/framework/delibs/decpp/
deFilePath.hpp 36 class FilePath
50 FilePath (void);
51 FilePath (const std::string& path);
52 FilePath (const char* path);
53 FilePath (const std::vector<std::string>& components);
54 ~FilePath (void);
64 static FilePath join (const FilePath& a, const FilePath& b);
65 FilePath& join (const FilePath& b)
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
Report.py 461 FilePath = 'FVRECOVERYFLOPPY.fv'
462 if FilePath.lower().endswith(".fv"):
463 fd = open(FilePath, 'rb')
466 buf.fromfile(fd, os.path.getsize(FilePath))
  /external/clang/include/clang/Tooling/
ReplacementsYaml.h 36 : FilePath(""), Offset(0), Length(0), ReplacementText("") {}
39 : FilePath(R.getFilePath()), Offset(R.getOffset()),
43 return clang::tooling::Replacement(FilePath, Offset, Length,
47 std::string FilePath;
56 Io.mapRequired("FilePath", Keys->FilePath);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/
ReplacementsYaml.h 35 : FilePath(""), Offset(0), Length(0), ReplacementText("") {}
38 : FilePath(R.getFilePath()), Offset(R.getOffset()),
42 return clang::tooling::Replacement(FilePath, Offset, Length,
46 std::string FilePath;
55 Io.mapRequired("FilePath", Keys->FilePath);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Tooling/
ReplacementsYaml.h 35 : FilePath(""), Offset(0), Length(0), ReplacementText("") {}
38 : FilePath(R.getFilePath()), Offset(R.getOffset()),
42 return clang::tooling::Replacement(FilePath, Offset, Length,
46 std::string FilePath;
55 Io.mapRequired("FilePath", Keys->FilePath);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Tooling/
ReplacementsYaml.h 35 : FilePath(""), Offset(0), Length(0), ReplacementText("") {}
38 : FilePath(R.getFilePath()), Offset(R.getOffset()),
42 return clang::tooling::Replacement(FilePath, Offset, Length,
46 std::string FilePath;
55 Io.mapRequired("FilePath", Keys->FilePath);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Tooling/
ReplacementsYaml.h 35 : FilePath(""), Offset(0), Length(0), ReplacementText("") {}
38 : FilePath(R.getFilePath()), Offset(R.getOffset()),
42 return clang::tooling::Replacement(FilePath, Offset, Length,
46 std::string FilePath;
55 Io.mapRequired("FilePath", Keys->FilePath);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Tooling/
ReplacementsYaml.h 35 : FilePath(""), Offset(0), Length(0), ReplacementText("") {}
38 : FilePath(R.getFilePath()), Offset(R.getOffset()),
42 return clang::tooling::Replacement(FilePath, Offset, Length,
46 std::string FilePath;
55 Io.mapRequired("FilePath", Keys->FilePath);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Tooling/
ReplacementsYaml.h 35 : FilePath(""), Offset(0), Length(0), ReplacementText("") {}
38 : FilePath(R.getFilePath()), Offset(R.getOffset()),
42 return clang::tooling::Replacement(FilePath, Offset, Length,
46 std::string FilePath;
55 Io.mapRequired("FilePath", Keys->FilePath);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Tooling/
ReplacementsYaml.h 35 : FilePath(""), Offset(0), Length(0), ReplacementText("") {}
38 : FilePath(R.getFilePath()), Offset(R.getOffset()),
42 return clang::tooling::Replacement(FilePath, Offset, Length,
46 std::string FilePath;
55 Io.mapRequired("FilePath", Keys->FilePath);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/
ReplacementsYaml.h 35 : FilePath(""), Offset(0), Length(0), ReplacementText("") {}
38 : FilePath(R.getFilePath()), Offset(R.getOffset()),
42 return clang::tooling::Replacement(FilePath, Offset, Length,
46 std::string FilePath;
55 Io.mapRequired("FilePath", Keys->FilePath);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Tooling/
ReplacementsYaml.h 35 : FilePath(""), Offset(0), Length(0), ReplacementText("") {}
38 : FilePath(R.getFilePath()), Offset(R.getOffset()),
42 return clang::tooling::Replacement(FilePath, Offset, Length,
46 std::string FilePath;
55 Io.mapRequired("FilePath", Keys->FilePath);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Tooling/
ReplacementsYaml.h 35 : FilePath(""), Offset(0), Length(0), ReplacementText("") {}
38 : FilePath(R.getFilePath()), Offset(R.getOffset()),
42 return clang::tooling::Replacement(FilePath, Offset, Length,
46 std::string FilePath;
55 Io.mapRequired("FilePath", Keys->FilePath);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Tooling/
ReplacementsYaml.h 35 : FilePath(""), Offset(0), Length(0), ReplacementText("") {}
38 : FilePath(R.getFilePath()), Offset(R.getOffset()),
42 return clang::tooling::Replacement(FilePath, Offset, Length,
46 std::string FilePath;
55 Io.mapRequired("FilePath", Keys->FilePath);

Completed in 4819 milliseconds

1 2 3 4 5 6 7