Home
last modified time | relevance | path

Searched refs:path1 (Results 1 – 8 of 8) sorted by relevance

/external/apache-http/src/org/apache/http/cookie/
DCookiePathComparator.java67 String path1 = normalizePath(c1); 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/
Dg-file.c29 const char *path1; member
81 compare_two_files (const gboolean use_uri, const char *path1, const char *path2) in compare_two_files() argument
89 file1 = g_file_new_for_uri (path1); in compare_two_files()
94 file1 = g_file_new_for_path (path1); 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()
211 gboolean equal = dup_equals (dup_paths[i].use_uri, dup_paths[i].path1); in test_g_file_dup()
274 gboolean equal = parse_check_utf8 (strings[i].use_uri, strings[i].path1, strings[i].path2); in test_g_file_get_parse_name_utf8()
335 char *s = resolve_arg (arg_data[i].use_uri, arg_data[i].path1); 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()
[all …]
/external/opencore/oscl/oscl/oscllib/src/
Doscl_shared_library.cpp95 OSCL_HeapString<OsclMemAllocator> path1(aPath.get_cstr(), dotpos); in LoadLib() local
96 OSCL_HeapString<OsclMemAllocator> debugPath(path1); in LoadLib()
127 OSCL_HeapString<OsclMemAllocator> path1(aPath.get_cstr(), dotpos); in LoadLib() local
128 OSCL_HeapString<OsclMemAllocator> debugPath(path1); in LoadLib()
145 debugPath = path1; in LoadLib()
162 OSCL_HeapString<OsclMemAllocator> path1(aPath.get_cstr()); in LoadLib() local
163 OSCL_HeapString<OsclMemAllocator> debugPath(path1); in LoadLib()
180 debugPath = path1; in LoadLib()
/external/dbus/dbus/
Ddbus-object-tree.c1483 const char *path1[] = { "foo", NULL }; in object_tree_test_iteration() local
1509 _dbus_assert (!find_subtree (tree, path1, NULL)); in object_tree_test_iteration()
1519 _dbus_assert (find_handler (tree, path1, &exact_match) == tree->root && !exact_match); in object_tree_test_iteration()
1528 if (!do_register (tree, path1, TRUE, 1, tree_test_data)) in object_tree_test_iteration()
1532 _dbus_assert (find_subtree (tree, path1, NULL)); in object_tree_test_iteration()
1542 _dbus_assert (find_handler (tree, path1, &exact_match) && exact_match); in object_tree_test_iteration()
1554 _dbus_assert (find_subtree (tree, path1, NULL)); in object_tree_test_iteration()
1567 _dbus_assert (find_subtree (tree, path1, NULL)); in object_tree_test_iteration()
1580 _dbus_assert (find_subtree (tree, path1, NULL)); in object_tree_test_iteration()
1593 _dbus_assert (find_subtree (tree, path1, NULL)); in object_tree_test_iteration()
[all …]
/external/icu4c/common/
Dusprep.cpp100 UHashTok name1, name2, path1, path2; in compareEntries() local
103 path1.pointer = b1->path; in compareEntries()
106 uhash_compareChars(path1, path2))); in compareEntries()
Duresbund.c60 UHashTok name1, name2, path1, path2; in compareEntries() local
63 path1.pointer = b1->fPath; in compareEntries()
66 uhash_compareChars(path1, path2)); in compareEntries()
/external/icu4c/config/
Dmh-alpha-osf33 LD_RPATH= $(LD_RPATH)$(LD_RPATH_PRE)path1
/external/webkit/WebKit/android/plugins/
Dandroid_npapi.h296 bool (*equal)(const ANPPath* path0, const ANPPath* path1);