/ndk/tests/build/import-install/path2/ |
path2.c | 1 #include "path2.h" 3 int path2(int x) function
|
/external/apache-http/src/org/apache/http/cookie/ |
CookiePathComparator.java | 68 String path2 = normalizePath(c2); local 69 if (path1.equals(path2)) { 71 } else if (path1.startsWith(path2)) { 73 } else if (path2.startsWith(path1)) {
|
/external/skia/tests/ |
ParsePathTest.cpp | 8 SkPath path2; local 9 bool success = SkParsePath::FromSVGString(str.c_str(), &path2); 12 SkParsePath::ToSVGString(path2, &str2); 16 REPORTER_ASSERT(reporter, path == path2); 17 if (path != path2) {
|
/external/bluetooth/glib/gio/tests/ |
g-file.c | 32 const char *path2; member in struct:TestPathsWithOper 81 compare_two_files (const gboolean use_uri, const char *path1, const char *path2) 90 file2 = g_file_new_for_uri (path2); 95 file2 = g_file_new_for_path (path2); 134 gboolean equal = compare_two_files (FALSE, cmp_paths[i].path1, cmp_paths[i].path2); 163 gboolean equal = compare_two_files (TRUE, cmp_uris[i].path1, cmp_uris[i].path2); 274 gboolean equal = parse_check_utf8 (strings[i].use_uri, strings[i].path1, strings[i].path2); 336 g_assert_cmpstr (s, ==, arg_data[i].path2); 402 /* path1 equal uri path2 path3 */ 428 char *s = get_relative_path (dirs[i].use_uri, dirs[i].equal, dirs[i].path1, dirs[i].path2); [all...] |
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
DateFormatSymbolsTest.java | 75 URL path2 = new File("resources/provider/correct").toURL(); local 77 new URL[] { path1, path2 }) { 105 URL path2 = new File("resources/provider/wrong").toURL(); local 107 new URL[] { path1, path2 }) { 179 URL path2 = new File("resources/provider/correct").toURL(); local 181 new URL[] { path1, path2 }) { 202 URL path2 = new File("resources/provider/wrong").toURL(); local 204 new URL[] { path1, path2 }) {
|
DecimalFormatSymbolsTest.java | 84 URL path2 = new File("resources/provider/correct").toURL(); local 86 new URL[] { path1, path2 }) { 114 URL path2 = new File("resources/provider/wrong").toURL(); local 116 new URL[] { path1, path2 }) { 190 URL path2 = new File("resources/provider/correct").toURL(); local 192 new URL[] { path1, path2 }) { 213 URL path2 = new File("resources/provider/wrong").toURL(); local 215 new URL[] { path1, path2 }) {
|
/external/v8/test/cctest/ |
test-profile-generator.cc | 190 CodeEntry* path2[] = {&entry1, &entry2, &entry2}; local 191 Vector<CodeEntry*> path2_vec(path2, sizeof(path2) / sizeof(path2[0])); 260 CodeEntry* path2[] = {&entry2, &entry2, &entry1}; local 261 Vector<CodeEntry*> path2_vec(path2, sizeof(path2) / sizeof(path2[0]));
|
/external/dbus/dbus/ |
dbus-object-tree.c | 1502 const char *path2[] = { "foo", "bar", NULL }; local [all...] |
/external/icu4c/common/ |
usprep.cpp | 119 UHashTok name1, name2, path1, path2; local 123 path2.pointer = b2->path; 125 uhash_compareChars(path1, path2)));
|
uresbund.c | 60 UHashTok name1, name2, path1, path2; local 64 path2.pointer = b2->fPath; 66 uhash_compareChars(path1, path2)); [all...] |
/external/bluetooth/glib/gio/ |
glocalfile.c | 1576 char *path2, *base2; local [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
FileTest.java | 1053 String path2 = new File(new File(""), "").getPath(); local [all...] |
/external/genext2fs/ |
genext2fs.c | 1512 char *c, type, *path = NULL, *path2 = NULL, *dir, *name, *line = NULL; local [all...] |
/external/qemu/block/ |
vvfat.c | 1743 char path2[PATH_MAX]; local [all...] |
/prebuilt/common/http-client/ |
httpclient-4.1.1.jar | |