/external/skia/tests/ |
D | ParsePathTest.cpp | 8 SkPath path2; in test_to_from() local 9 bool success = SkParsePath::FromSVGString(str.c_str(), &path2); in test_to_from() 12 SkParsePath::ToSVGString(path2, &str2); in test_to_from() 16 REPORTER_ASSERT(reporter, path == path2); in test_to_from() 17 if (path != path2) { in test_to_from()
|
/external/apache-http/src/org/apache/http/cookie/ |
D | CookiePathComparator.java | 68 String path2 = normalizePath(c2); in compare() local 69 if (path1.equals(path2)) { in compare() 71 } else if (path1.startsWith(path2)) { in compare() 73 } else if (path2.startsWith(path1)) { in compare()
|
/external/bluetooth/glib/gio/tests/ |
D | g-file.c | 32 const char *path2; member 81 compare_two_files (const gboolean use_uri, const char *path1, const char *path2) in compare_two_files() argument 90 file2 = g_file_new_for_uri (path2); in compare_two_files() 95 file2 = g_file_new_for_path (path2); in compare_two_files() 134 gboolean equal = compare_two_files (FALSE, cmp_paths[i].path1, cmp_paths[i].path2); in test_g_file_new_for_path() 163 gboolean equal = compare_two_files (TRUE, cmp_uris[i].path1, cmp_uris[i].path2); in test_g_file_new_for_uri() 274 gboolean equal = parse_check_utf8 (strings[i].use_uri, strings[i].path1, strings[i].path2); in test_g_file_get_parse_name_utf8() 336 g_assert_cmpstr (s, ==, arg_data[i].path2); in test_g_file_new_for_commandline_arg() 428 char *s = get_relative_path (dirs[i].use_uri, dirs[i].equal, dirs[i].path1, dirs[i].path2); in test_g_file_has_prefix() 502 roundtrip_parent_child (paths[i].use_uri, paths[i].equal, paths[i].path1, paths[i].path2); in test_g_file_get_parent_child()
|
/external/dbus/dbus/ |
D | dbus-object-tree.c | 1484 const char *path2[] = { "foo", "bar", NULL }; in object_tree_test_iteration() local 1510 _dbus_assert (!find_subtree (tree, path2, NULL)); in object_tree_test_iteration() 1520 _dbus_assert (find_handler (tree, path2, &exact_match) == tree->root && !exact_match); in object_tree_test_iteration() 1533 _dbus_assert (!find_subtree (tree, path2, NULL)); in object_tree_test_iteration() 1543 _dbus_assert (find_handler (tree, path2, &exact_match) && !exact_match); in object_tree_test_iteration() 1551 if (!do_register (tree, path2, TRUE, 2, tree_test_data)) in object_tree_test_iteration() 1555 _dbus_assert (find_subtree (tree, path2, NULL)); in object_tree_test_iteration() 1568 _dbus_assert (find_subtree (tree, path2, NULL)); in object_tree_test_iteration() 1581 _dbus_assert (find_subtree (tree, path2, NULL)); in object_tree_test_iteration() 1594 _dbus_assert (find_subtree (tree, path2, NULL)); in object_tree_test_iteration() [all …]
|
/external/clearsilver/util/ |
D | wdb.c | 449 char path2[_POSIX_PATH_MAX]; in wdb_save_defn() local 455 snprintf (path2, sizeof(path2), "%s.wdf", name); in wdb_save_defn() 468 r = unlink (path2); in wdb_save_defn() 470 return nerr_raise_errno (NERR_IO, "Unable to unlink %s", path2); in wdb_save_defn() 471 r = link (path, path2); in wdb_save_defn() 473 return nerr_raise_errno (NERR_IO, "Unable to link %s to %s", path, path2); in wdb_save_defn()
|
/external/qemu/block/ |
D | vvfat.c | 1738 char path2[PATH_MAX]; in check_directory_consistency() local 1741 pstrcpy(path2, sizeof(path2), path); in check_directory_consistency() 1742 path2[path_len] = '/'; in check_directory_consistency() 1743 path2[path_len + 1] = '\0'; in check_directory_consistency() 1815 pstrcpy(path2 + path_len + 1, sizeof(path2) - path_len - 1, in check_directory_consistency() 1820 … DLOG(fprintf(stderr, "invalid begin for directory: %s\n", path2); print_direntry(direntries + i)); in check_directory_consistency() 1824 begin_of_direntry(direntries + i), path2); in check_directory_consistency() 1826 DLOG(fprintf(stderr, "problem in directory %s:\n", path2); print_direntry(direntries + i)); in check_directory_consistency() 1831 cluster_count = get_cluster_count_for_direntry(s, direntries + i, path2); in check_directory_consistency()
|
/external/icu4c/common/ |
D | usprep.cpp | 119 UHashTok name1, name2, path1, path2; in compareEntries() local 123 path2.pointer = b2->path; in compareEntries() 125 uhash_compareChars(path1, path2))); in compareEntries()
|
D | uresbund.c | 60 UHashTok name1, name2, path1, path2; in compareEntries() local 64 path2.pointer = b2->fPath; in compareEntries() 66 uhash_compareChars(path1, path2)); in compareEntries()
|
/external/chromium/third_party/icu/source/common/ |
D | usprep.cpp | 118 UHashTok name1, name2, path1, path2; in compareEntries() local 122 path2.pointer = b2->path; in compareEntries() 124 uhash_compareChars(path1, path2))); in compareEntries()
|
D | uresbund.c | 60 UHashTok name1, name2, path1, path2; in compareEntries() local 64 path2.pointer = b2->fPath; in compareEntries() 66 uhash_compareChars(path1, path2)); in compareEntries()
|
/external/genext2fs/ |
D | genext2fs.c | 1512 char *c, type, *path = NULL, *path2 = NULL, *dir, *name, *line = NULL; in add2fs_from_file() local 1531 if (path2) { in add2fs_from_file() 1532 free(path2); in add2fs_from_file() 1533 path2 = NULL; in add2fs_from_file() 1545 path2 = strdup(path); in add2fs_from_file() 1547 dir = dirname(path2); in add2fs_from_file() 1626 if (path2) in add2fs_from_file() 1627 free(path2); in add2fs_from_file()
|
/external/bluetooth/glib/gio/ |
D | glocalfile.c | 1576 char *path2, *base2; in try_make_relative() local 1579 path2 = expand_all_symlinks (path); in try_make_relative() 1583 if (path_has_prefix (path2, base2)) in try_make_relative() 1585 relative = path2 + strlen (base2); in try_make_relative() 1590 g_free (path2); in try_make_relative()
|
/external/libvpx/examples/includes/geshi/docs/ |
D | phpdoc.ini | 67 ;directory = /path1,/path2,.,..,subdirectory
|