HomeSort by relevance Sort by last modified time
    Searched refs:TestPath (Results 1 - 23 of 23) sorted by null

  /external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.construct/
source.pass.cpp 37 const CharT* TestPath = MS;
38 const CharT* TestPathEnd = StrEnd(TestPath);
39 const std::size_t Size = TestPathEnd - TestPath;
44 const std::basic_string<CharT> S(TestPath);
47 assert(p.string<CharT>() == TestPath);
51 const std::basic_string_view<CharT> S(TestPath);
54 assert(p.string<CharT>() == TestPath);
59 path p(TestPath);
61 assert(p.string<CharT>() == TestPath);
64 path p(TestPath, TestPathEnd)
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/class.path/path.member/path.construct/
source.pass.cpp 37 const CharT* TestPath = MS;
38 const CharT* TestPathEnd = StrEnd(TestPath);
39 const std::size_t Size = TestPathEnd - TestPath;
44 const std::basic_string<CharT> S(TestPath);
47 assert(p.string<CharT>() == TestPath);
51 const std::basic_string_view<CharT> S(TestPath);
54 assert(p.string<CharT>() == TestPath);
59 path p(TestPath);
61 assert(p.string<CharT>() == TestPath);
64 path p(TestPath, TestPathEnd)
    [all...]
  /art/test/510-checker-try-catch/src/
Main.java 24 public enum TestPath {
29 TestPath(boolean arg1, boolean arg2, int expected) {
44 for (TestPath path : TestPath.values()) {
  /external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.assign/
source.pass.cpp 42 const CharT* TestPath = MS;
43 const CharT* TestPathEnd = StrEnd(TestPath);
44 const std::size_t Size = TestPathEnd - TestPath;
50 const std::basic_string<CharT> S(TestPath);
59 assert(p.string<CharT>() == TestPath);
63 const std::basic_string<CharT> S(TestPath);
71 assert(p.string<CharT>() == TestPath);
76 const std::basic_string_view<CharT> S(TestPath);
85 assert(p.string<CharT>() == TestPath);
89 const std::basic_string_view<CharT> S(TestPath);
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/class.path/path.member/path.assign/
source.pass.cpp 42 const CharT* TestPath = MS;
43 const CharT* TestPathEnd = StrEnd(TestPath);
44 const std::size_t Size = TestPathEnd - TestPath;
50 const std::basic_string<CharT> S(TestPath);
59 assert(p.string<CharT>() == TestPath);
63 const std::basic_string<CharT> S(TestPath);
71 assert(p.string<CharT>() == TestPath);
76 const std::basic_string_view<CharT> S(TestPath);
85 assert(p.string<CharT>() == TestPath);
89 const std::basic_string_view<CharT> S(TestPath);
    [all...]
  /external/llvm/unittests/Support/
MemoryBufferTest.cpp 71 SmallString<64> TestPath;
73 TestFD, TestPath);
80 ErrorOr<OwningBuffer> MB = MemoryBuffer::getFile(TestPath.c_str());
133 SmallString<64> TestPath;
135 sys::fs::createTemporaryFile("prefix", "temp", TestFD, TestPath);
146 EXPECT_FALSE(sys::fs::openFileForRead(TestPath.c_str(), TestFD));
150 MemoryBuffer::getOpenFileSlice(TestFD, TestPath.c_str(),
183 SmallString<64> TestPath;
184 sys::fs::createTemporaryFile("MemoryBufferTest_Slice", "temp", FD, TestPath);
198 ErrorOr<OwningBuffer> MB = MemoryBuffer::getFileSlice(TestPath.str()
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
UefiShellLib.c     [all...]
  /external/skia/src/gpu/
GrTestUtils.h 46 const SkPath& TestPath(SkRandom*);
GrTestUtils.cpp 165 const SkPath& TestPath(SkRandom* random) {
  /external/skqp/src/gpu/
GrTestUtils.h 46 const SkPath& TestPath(SkRandom*);
GrTestUtils.cpp 165 const SkPath& TestPath(SkRandom* random) {
  /external/clang/lib/Driver/
MSVCToolChain.cpp 291 llvm::SmallString<128> TestPath(Path);
292 llvm::sys::path::append(TestPath, "Lib", Test);
293 if (llvm::sys::fs::exists(TestPath.c_str())) {
353 llvm::SmallString<128> TestPath(VisualStudioDir);
354 llvm::sys::path::append(TestPath, "VC\\include\\stdlib.h");
356 return !llvm::sys::fs::exists(TestPath);
  /external/skia/src/gpu/ops/
GrTessellatingPathRenderer.cpp 393 SkPath path = GrTest::TestPath(random);
GrDefaultPathRenderer.cpp 671 SkPath path = GrTest::TestPath(random);
GrAAHairLinePathRenderer.cpp     [all...]
GrSmallPathRenderer.cpp     [all...]
  /external/skqp/src/gpu/ops/
GrTessellatingPathRenderer.cpp 393 SkPath path = GrTest::TestPath(random);
GrDefaultPathRenderer.cpp 671 SkPath path = GrTest::TestPath(random);
GrAAHairLinePathRenderer.cpp     [all...]
GrSmallPathRenderer.cpp     [all...]
  /external/skia/tests/
CanvasTest.cpp 210 , fPath(TestPath())
248 static SkPath TestPath() {
  /external/skqp/tests/
CanvasTest.cpp 210 , fPath(TestPath())
248 static SkPath TestPath() {
  /external/libedit/
configure     [all...]

Completed in 635 milliseconds