Searched refs:path2 (Results 1 - 25 of 112) sorted by relevance

12345

/external/apache-http/src/org/apache/http/cookie/
H A DCookiePathComparator.java73 String path2 = normalizePath(c2);
74 if (path1.equals(path2)) {
76 } else if (path1.startsWith(path2)) {
78 } else if (path2.startsWith(path1)) {
/external/skia/tests/
H A DParsePathTest.cpp15 SkPath path2; local
16 bool success = SkParsePath::FromSVGString(str.c_str(), &path2);
19 SkParsePath::ToSVGString(path2, &str2);
23 REPORTER_ASSERT(reporter, path == path2);
24 if (path != path2) {
81 SkPath path, path2; local
H A DPathOpsBuilderTest.cpp96 SkPath path2; local
99 builder.resolve(&path2);
100 int pixelDiff = comparePaths(reporter, __FUNCTION__, path, path2);
284 SkPath path2; local
285 path2.moveTo(5940, 2790);
286 path2.lineTo(5940, 2160);
287 path2.lineTo(5970, 1980);
288 path2.lineTo(5688, 773669888);
289 path2.lineTo(5688, 2160);
290 path2
[all...]
/external/skia/gm/
H A Dbug530095.cpp13 SkPath path1, path2; local
15 path2.addCircle(2, 2, 1.24f);
33 canvas->drawPath(path2, paint);
47 canvas->drawPath(path2, paint);
H A Dstrokefill.cpp282 SkPath path2; local
283 path2.setFillType(SkPath::kWinding_FillType);
284 path2.addCircle(x + SkIntToScalar(120), y + SkIntToScalar(200), SkIntToScalar(50), SkPath::kCCW_Direction);
285 path2.addCircle(x + SkIntToScalar(120), y + SkIntToScalar(200), SkIntToScalar(40), SkPath::kCW_Direction);
286 canvas->drawPath(path2, paint);
288 path2.reset();
289 path2.addCircle(x + SkIntToScalar(240), y + SkIntToScalar(200), SkIntToScalar(50), SkPath::kCCW_Direction);
290 canvas->drawPath(path2, paint);
291 SkASSERT(SkPathPriv::CheapIsFirstDirection(path2, SkPathPriv::kCCW_FirstDirection));
293 path2
[all...]
/external/mesa3d/src/glsl/tests/
H A Dcompare_ir49 file2, path2 = tempfile.mkstemp(os.path.basename(sys.argv[2]))
55 subprocess.call(['diff', '-u', path1, path2])
58 os.remove(path2)
/external/libcxx/test/std/experimental/filesystem/class.filesystem_error/
H A Dfilesystem_error.members.pass.cpp22 // const path& path2() const noexcept;
54 assert(e.path1().empty() && e.path2().empty());
63 assert(e.path2().empty());
72 assert(e.path2() == p2);
87 // const path& path2() const noexcept
89 ASSERT_SAME_TYPE(path const&, decltype(e.path2()));
90 ASSERT_NOEXCEPT(e.path2());
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
H A DCanvasTest.java95 Path path2 = new Path();
96 path2.moveTo(100, 100);
97 path2.lineTo(150, 140);
101 canvas.drawPath(path2, paint);
104 + "Path " + shadowOf(path2).getPoints().toString(), shadowOf(canvas).getDescription());
107 + "Path " + shadowOf(path2).getPoints().toString(), shadowOf(targetBitmap).getDescription());
/external/webrtc/webrtc/base/
H A Dpathutils_unittest.cc46 rtc::Pathname path2("c:/foo bar.txt");
47 EXPECT_EQ(path2.url(), std::string("file:///c:/foo%20bar.txt"));
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/filesystem/
H A DDefaultFileSystem.groovy266 * Build a path from the two path components. Concatenate path1 and path2. Insert the system-dependent
268 * end with a separator character AND path2 does not begin with one).
271 * @param path2 - the second path component may be null or empty
272 * @return the path resulting from concatenating path1 to path2
276 public String path(String path1, String path2) {
281 if (path2 != null && path2.length() > 0) {
284 && (isNotSeparator(path2.charAt(0)))) {
287 buf.append(path2)
H A DFileSystem.groovy167 * Build a path from the two path components. Concatenate path1 and path2. Insert the file system-dependent
169 * end with a separator character AND path2 does not begin with one).
172 * @param path2 - the second path component may be null or empty
173 * @return the path resulting from concatenating path1 to path2
175 public String path(String path1, String path2)
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java128 * Build a path from the two path components. Concatenate path1 and path2. Insert the file system-dependent
130 * end with a separator character AND path2 does not begin with one).
133 * @param path2 - the second 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); argument
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java128 * Build a path from the two path components. Concatenate path1 and path2. Insert the file system-dependent
130 * end with a separator character AND path2 does not begin with one).
133 * @param path2 - the second 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); argument
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java128 * Build a path from the two path components. Concatenate path1 and path2. Insert the file system-dependent
130 * end with a separator character AND path2 does not begin with one).
133 * @param path2 - the second 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); argument
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java128 * Build a path from the two path components. Concatenate path1 and path2. Insert the file system-dependent
130 * end with a separator character AND path2 does not begin with one).
133 * @param path2 - the second 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); argument
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java128 * Build a path from the two path components. Concatenate path1 and path2. Insert the file system-dependent
130 * end with a separator character AND path2 does not begin with one).
133 * @param path2 - the second 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); argument
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java128 * Build a path from the two path components. Concatenate path1 and path2. Insert the file system-dependent
130 * end with a separator character AND path2 does not begin with one).
133 * @param path2 - the second 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); argument
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java128 * Build a path from the two path components. Concatenate path1 and path2. Insert the file system-dependent
130 * end with a separator character AND path2 does not begin with one).
133 * @param path2 - the second 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); argument
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java128 * Build a path from the two path components. Concatenate path1 and path2. Insert the file system-dependent
130 * end with a separator character AND path2 does not begin with one).
133 * @param path2 - the second 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); argument
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java128 * Build a path from the two path components. Concatenate path1 and path2. Insert the file system-dependent
130 * end with a separator character AND path2 does not begin with one).
133 * @param path2 - the second 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); argument
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java128 * Build a path from the two path components. Concatenate path1 and path2. Insert the file system-dependent
130 * end with a separator character AND path2 does not begin with one).
133 * @param path2 - the second 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); argument
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java128 * Build a path from the two path components. Concatenate path1 and path2. Insert the file system-dependent
130 * end with a separator character AND path2 does not begin with one).
133 * @param path2 - the second 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); argument
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java128 * Build a path from the two path components. Concatenate path1 and path2. Insert the file system-dependent
130 * end with a separator character AND path2 does not begin with one).
133 * @param path2 - the second 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); argument
/external/ltp/testcases/kernel/syscalls/symlink/
H A Dsymlink01.c224 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);
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);
334 int (*ck_test) (char *path1, char *path2, cha
636 delete_files(char *path1, char *path2) argument
650 creat_symlink(char *path1, char *path2, char *_path3) argument
714 creat_both(char *path1, char *path2, char *path3) argument
732 ck_symlink(char *path1, char *path2, char *path3) argument
761 ck_both(char *path1, char *path2, char *path3) argument
796 creat_path_max(char *path1, char *path2, char *path3) argument
835 ck_path_max(char *path1, char *path2, char *path3) argument
859 ck_object(char *path1, char *path2, char *path3) argument
[all...]
/external/dtc/tests/
H A Ddtbs_equal_unordered.c181 char path1[PATH_MAX], path2[PATH_MAX]; local
184 CHECK(fdt_get_path(fdt2, offset2, path2, sizeof(path2)));
186 if (!streq(path1, path2))
187 TEST_BUG("Path mismatch %s vs. %s\n", path1, path2);

Completed in 971 milliseconds

12345