HomeSort by relevance Sort by last modified time
    Searched defs:path2 (Results 1 - 25 of 26) sorted by null

1 2

  /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/gm/
strokefill.cpp 65 SkPath path2; local
66 path2.setFillType(SkPath::kWinding_FillType);
67 path2.addCircle(x + SkIntToScalar(120), y + SkIntToScalar(200), SkIntToScalar(50), SkPath::kCCW_Direction);
68 path2.addCircle(x + SkIntToScalar(120), y + SkIntToScalar(200), SkIntToScalar(40), SkPath::kCW_Direction);
69 canvas->drawPath(path2, paint);
71 path2.reset();
72 path2.addCircle(x + SkIntToScalar(240), y + SkIntToScalar(200), SkIntToScalar(50), SkPath::kCCW_Direction);
73 canvas->drawPath(path2, paint);
74 SkASSERT(path2.cheapIsDirection(SkPath::kCCW_Direction));
76 path2.reset()
    [all...]
  /external/skia/tests/
ParsePathTest.cpp 15 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) {
  /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 186 CodeEntry* path2[] = {&entry1, &entry2, &entry2}; local
187 Vector<CodeEntry*> path2_vec(path2, sizeof(path2) / sizeof(path2[0]));
256 CodeEntry* path2[] = {&entry2, &entry2, &entry1}; local
257 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/openssh/
sftp.c 1116 int *hflag, int *sflag, unsigned long *n_arg, char **path1, char **path2)
1161 *path1 = *path2 = NULL;
1178 *path2 = xstrdup(argv[optidx + 1]);
1180 undo_glob_escape(*path2);
1194 *path2 = xstrdup(argv[optidx + 1]);
1197 undo_glob_escape(*path2);
1289 char *path1, *path2, *tmp; local
1298 path1 = path2 = NULL;
1300 &sflag, &n_arg, &path1, &path2);
1317 err = process_get(conn, path1, path2, *pwd, pflag, rflag)
    [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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
org.apache.commons.httpclient_3.1.0.v201005080502.jar 
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 673 milliseconds

1 2