HomeSort by relevance Sort by last modified time
    Searched refs:path1 (Results 1 - 25 of 393) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/apache-http/src/org/apache/http/cookie/
CookiePathComparator.java 72 String path1 = normalizePath(c1); local
74 if (path1.equals(path2)) {
76 } else if (path1.startsWith(path2)) {
78 } else if (path2.startsWith(path1)) {
  /external/skia/gm/
bug530095.cpp 13 SkPath path1, path2; local
14 path1.addCircle(200, 200, 124);
24 canvas->drawPath(path1, paint);
40 canvas->drawPath(path1, paint);
  /external/skqp/gm/
bug530095.cpp 13 SkPath path1, path2; local
14 path1.addCircle(200, 200, 124);
24 canvas->drawPath(path1, paint);
40 canvas->drawPath(path1, paint);
  /frameworks/compile/mclinker/unittests/
UniqueGCFactoryBaseTest.cpp 68 sys::fs::Path path1(TOPDIR), path2(TOPDIR);
69 path1.append("unittests/test.txt");
74 memFactory->produce(path1, FileHandle::OpenMode(FileHandle::ReadOnly),
82 memFactory->produce(path1, FileHandle::OpenMode(FileHandle::ReadOnly),
  /external/mesa3d/src/compiler/glsl/tests/
compare_ir 48 file1, path1 = tempfile.mkstemp(os.path.basename(sys.argv[1]))
55 subprocess.call(['diff', '-u', path1, path2])
57 os.remove(path1)
  /external/libcxx/test/std/experimental/filesystem/class.filesystem_error/
filesystem_error.members.pass.cpp 21 // const path& path1() const noexcept;
54 assert(e.path1().empty() && e.path2().empty());
62 assert(e.path1() == p1);
71 assert(e.path1() == p1);
82 // const path& path1() const noexcept;
84 ASSERT_SAME_TYPE(path const&, decltype(e.path1()));
85 ASSERT_NOEXCEPT(e.path1());
  /external/skia/tests/
PathOpsBuilderTest.cpp 275 SkPath path1; local
276 path1.moveTo(5, -225);
277 path1.lineTo(-225, 7425);
278 path1.lineTo(7425, 7425);
279 path1.lineTo(7425, -225);
280 path1.lineTo(-225, -225);
281 path1.lineTo(5, -225);
282 path1.close();
299 builder.add(path1, kUnion_SkPathOp);
312 SkPath path1(path)
335 SkPath path1; local
    [all...]
PathOpsBattles.cpp 13 SkPath path1, path2; local
16 path1.moveTo(9.53595e-07f, -60);
17 path1.lineTo(5.08228e-15f, -83);
18 path1.cubicTo(32.8673f, -83, 62.6386f, -63.6055f, 75.9208f, -33.5416f);
19 path1.cubicTo(89.2029f, -3.47759f, 83.4937f, 31.5921f, 61.3615f, 55.8907f);
20 path1.lineTo(46.9383f, 68.4529f);
21 path1.lineTo(33.9313f, 49.484f);
22 path1.cubicTo(37.7451f, 46.8689f, 41.2438f, 43.8216f, 44.3577f, 40.4029f);
23 path1.lineTo(44.3577f, 40.4029f);
24 path1.cubicTo(60.3569f, 22.8376f, 64.4841f, -2.51392f, 54.8825f, -24.2469f)
43 SkPath path1, path2; local
66 SkPath path1, path2; local
    [all...]
GpuDrawPathTest.cpp 106 SkPath path1, path2; local
110 path1.conicTo(p0, p1, .5f);
116 GrPath::ComputeKey(GrShape(path1, GrStyle::SimpleFill()), &key1, &isVolatile);
125 path1.setIsVolatile(true);
126 GrPath::ComputeKey(GrShape(path1, style), &key1, &isVolatile);
PathOpsOpTest.cpp 1842 SkPath path1; local
1954 SkPath path1; local
1993 SkPath path1; local
2072 SkPath path1; local
3324 SkPath path1; local
3343 SkPath path1; local
3362 SkPath path1; local
3458 SkPath path1; local
3478 SkPath path1, path2; local
6242 SkPath path1, path2; local
6261 SkPath path1, path2; local
6968 SkPath path1; local
    [all...]
  /external/skqp/tests/
PathOpsBuilderTest.cpp 275 SkPath path1; local
276 path1.moveTo(5, -225);
277 path1.lineTo(-225, 7425);
278 path1.lineTo(7425, 7425);
279 path1.lineTo(7425, -225);
280 path1.lineTo(-225, -225);
281 path1.lineTo(5, -225);
282 path1.close();
299 builder.add(path1, kUnion_SkPathOp);
312 SkPath path1(path)
335 SkPath path1; local
    [all...]
PathOpsBattles.cpp 13 SkPath path1, path2; local
16 path1.moveTo(9.53595e-07f, -60);
17 path1.lineTo(5.08228e-15f, -83);
18 path1.cubicTo(32.8673f, -83, 62.6386f, -63.6055f, 75.9208f, -33.5416f);
19 path1.cubicTo(89.2029f, -3.47759f, 83.4937f, 31.5921f, 61.3615f, 55.8907f);
20 path1.lineTo(46.9383f, 68.4529f);
21 path1.lineTo(33.9313f, 49.484f);
22 path1.cubicTo(37.7451f, 46.8689f, 41.2438f, 43.8216f, 44.3577f, 40.4029f);
23 path1.lineTo(44.3577f, 40.4029f);
24 path1.cubicTo(60.3569f, 22.8376f, 64.4841f, -2.51392f, 54.8825f, -24.2469f)
43 SkPath path1, path2; local
66 SkPath path1, path2; local
    [all...]
GpuDrawPathTest.cpp 106 SkPath path1, path2; local
110 path1.conicTo(p0, p1, .5f);
116 GrPath::ComputeKey(GrShape(path1, GrStyle::SimpleFill()), &key1, &isVolatile);
125 path1.setIsVolatile(true);
126 GrPath::ComputeKey(GrShape(path1, style), &key1, &isVolatile);
PathOpsOpTest.cpp 1842 SkPath path1; local
1954 SkPath path1; local
1993 SkPath path1; local
2072 SkPath path1; local
3324 SkPath path1; local
3343 SkPath path1; local
3362 SkPath path1; local
3458 SkPath path1; local
3478 SkPath path1, path2; local
6242 SkPath path1, path2; local
6261 SkPath path1, path2; local
6968 SkPath path1; local
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/class.filesystem_error/
filesystem_error.members.pass.cpp 21 // const path& path1() const noexcept;
54 assert(e.path1().empty() && e.path2().empty());
62 assert(e.path1() == p1);
71 assert(e.path1() == p1);
82 // const path& path1() const noexcept;
84 ASSERT_SAME_TYPE(path const&, decltype(e.path1()));
85 ASSERT_NOEXCEPT(e.path1());
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
CanvasTest.java 92 Path path1 = new Path(); local
93 path1.lineTo(10, 10);
94 path1.moveTo(20, 15);
100 canvas.drawPath(path1, paint);
103 assertEquals("Path " + shadowOf(path1).getPoints().toString() + "\n"
106 assertEquals("Path " + shadowOf(path1).getPoints().toString() + "\n"
  /system/core/init/
util_test.cpp 151 std::string path1 = android::base::StringPrintf("%s/three", test_dir.path); local
152 EXPECT_TRUE(is_dir(path1.c_str()));
154 EXPECT_TRUE(is_dir(path1.c_str()));
156 EXPECT_TRUE(is_dir(path1.c_str()));
163 std::string path1 = android::base::StringPrintf("%s/three", test_dir.path); local
164 EXPECT_TRUE(is_dir(path1.c_str()));
166 EXPECT_TRUE(is_dir(path1.c_str()));
168 EXPECT_TRUE(is_dir(path1.c_str()));
  /external/ltp/testcases/kernel/syscalls/symlink/
symlink01.c 224 void delete_files(char *path1, char *path2);
316 int creat_both(char *path1, char *path2, char *path3);
317 int creat_symlink(char *path1, char *path2, char *_path3);
318 int creat_path_max(char *path1, char *path2, char *path3);
319 int ck_symlink(char *path1, char *path2, char *path3);
320 int creat_object(char *path1, char *_path2, char *_path3);
321 int ck_object(char *path1, char *path2, char *path3);
322 int ck_both(char *path1, char *path2, char *path3);
323 int ck_path_max(char *path1, char *path2, char *path3);
333 int (*test_setup) (char *path1, char *path2, char *path3)
    [all...]
  /external/icu/icu4c/as_is/os400/
iculd.c 230 char path1[1000]; local
231 sprintf(path1,"/qsys.lib/%s.lib/%s.pgm",
234 printf("# ln -s %s %s\n", path1, prog);
235 if((!TEST_MODE) && symlink(path1,prog)) {
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
FileSystem.java 128 * Build a path from the two path components. Concatenate path1 and path2. Insert the file system-dependent
129 * separator character in between if necessary (i.e., if both are non-empty and path1 does not already
132 * @param path1 - the first path component may be null or empty
134 * @return the path resulting from concatenating path1 to path2
136 public String path(String path1, String path2);
AbstractFakeFileSystem.java 316 * Build a path from the two path components. Concatenate path1 and path2. Insert the path
317 * separator character in between if necessary (i.e., if both are non-empty and path1 does not already
320 * @param path1 - the first path component may be null or empty
322 * @return the normalized path resulting from concatenating path1 to path2
324 public String path(String path1, String path2) {
326 if (path1 != null && path1.length() > 0) {
327 buf.append(path1);
330 if ((path1 != null && path1.length() > 0)
    [all...]
  /external/dtc/tests/
dtbs_equal_unordered.c 181 char path1[PATH_MAX], path2[PATH_MAX]; local
183 CHECK(fdt_get_path(fdt1, offset1, path1, sizeof(path1)));
186 if (!streq(path1, path2))
187 TEST_BUG("Path mismatch %s vs. %s\n", path1, path2);
189 verbose_printf("Checking %s\n", path1);
  /cts/tests/tests/graphics/src/android/graphics/cts/
PathTest.java 85 Path path1 = new Path(); local
86 addRectToPath(path1);
87 path.set(path1);
88 verifyPathsAreEquivalent(path, path1);
96 Path path1 = new Path(); local
97 path1.addRect(new RectF(10, 10, 20, 20), Path.Direction.CW);
98 path.set(path1);
99 verifyPathsAreEquivalent(path, path1);
106 Path path1 = new Path(); local
107 path.set(path1);
395 Path path1 = new Path(); local
    [all...]
  /frameworks/base/tools/aapt2/cmd/
Compile_test.cpp 54 const std::string path1 = kResDir + "/drawable/image.png"; local
57 ASSERT_EQ(TestCompile(path1, kResDir, /** legacy */ false, diag), 0);
59 ASSERT_EQ(TestCompile(path1, kResDir, /** legacy */ true, diag), 0);
  /external/icu/icu4c/source/config/
mh-alpha-osf 35 LD_RPATH= $(LD_RPATH)$(LD_RPATH_PRE)path1

Completed in 791 milliseconds

1 2 3 4 5 6 7 8 91011>>