HomeSort by relevance Sort by last modified time
    Searched refs:path1 (Results 1 - 25 of 314) 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);
  /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/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
5842 SkPath path1, path2; local
5861 SkPath path1, path2; local
6568 SkPath path1; local
    [all...]
  /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"
  /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...]
  /external/icu/icu4c/source/config/
mh-alpha-osf 35 LD_RPATH= $(LD_RPATH)$(LD_RPATH_PRE)path1
  /build/make/tools/ijar/
zip_main.cc 70 // Concatene 2 path, path1 and path2, using / as a directory separator and
73 const char *path1, const char *path2) {
74 int len1 = strlen(path1);
76 strncpy(out, path1, size - 1);
78 if (l < size - 1 && path1[len1] != '/' && path2[0] != '/') {
  /frameworks/compile/slang/
slang_rs_reflect_utils.h 95 std::string JoinPath(const std::string &path1, const std::string &path2);
slang_rs_reflect_utils.cpp 290 std::string JoinPath(const std::string &path1, const std::string &path2) {
291 if (path1.empty()) {
295 return path1;
297 std::string fullPath = path1;
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
DictionaryMaker.java 86 * Utility method that throws an exception if path1 and path2 point to the same file.
88 private static void checkNotSameFile(final String path1, final String path2)
90 if (null == path1 || null == path2) return;
91 if (new File(path1).getCanonicalPath().equals(new File(path2).getCanonicalPath())) {
92 throw new RuntimeException(path1 + " and " + path2 + " are the same file: "
  /external/openssh/
sftp.c 1210 unsigned long *n_arg, char **path1, char **path2)
1256 *path1 = *path2 = NULL;
1272 *path1 = xstrdup(argv[optidx]);
1297 *path1 = xstrdup(argv[optidx]);
1300 undo_glob_escape(*path1);
1317 *path1 = xstrdup(argv[optidx]);
1320 undo_glob_escape(*path1);
1328 *path1 = NULL;
1330 *path1 = xstrdup(argv[optidx]);
1331 undo_glob_escape(*path1);
1399 char *path1, *path2, *tmp; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
ProjectSetupBuilder.java 325 private static IPath findCommonRoot(@NonNull IPath path1, @NonNull IPath path2)
327 if (path1.getDevice() != null && !path1.getDevice().equals(path2.getDevice())) {
333 IPath result = path1.uptoSegment(0);
335 final int count = Math.min(path1.segmentCount(), path2.segmentCount());
337 if (path1.segment(i).equals(path2.segment(i))) {
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.canonical/
canonical.pass.cpp 107 TEST_CHECK(err.path1() == p);
114 TEST_CHECK(err.path1() == p);
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.remove/
remove.pass.cpp 48 return err.path1() == f

Completed in 2402 milliseconds

1 2 3 4 5 6 7 8 91011>>