Searched defs:path2 (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/webkit/browser/fileapi/
H A Dsandbox_isolated_origin_database_unittest.cc23 base::FilePath path1, path2; local
30 EXPECT_TRUE(database.GetPathForOrigin(kOrigin, &path2));
32 EXPECT_FALSE(path2.empty());
33 EXPECT_EQ(path1, path2);
/external/chromium_org/content/shell/app/
H A Dwebkit_test_platform_support_linux.cc21 FcConfig* fontcfg, const char* path1, const char* path2) {
24 font = path2;
26 std::cerr << "You are missing " << path1 << " or " << path2 << ". " local
20 CheckAndLoadFontFile( FcConfig* fontcfg, const char* path1, const char* path2) argument
/external/skia/tests/
H A DParsePathTest.cpp15 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) {
H A DPictureTest.cpp468 SkPath path2; local
469 path2.addOval(rect3);
543 canvas->clipPath(path2, SkRegion::kXOR_Op);
H A DPathOpsOpTest.cpp1891 SkPath path2;
1892 path2.moveTo(174.117645263671875f, 100);
1893 path2.lineTo(161.1764678955078125f, 100);
1894 path2.lineTo(161.1764678955078125f, 100);
1895 path2.lineTo(155.1280364990234375f, 82.86279296875f);
1896 path2.lineTo(155.1280364990234375f, 82.86279296875f);
1897 path2.quadTo(153.14971923828125f, 82.15229034423828125f, 151.098419189453125f, 81.618133544921875f);
1898 path2.lineTo(143.5294189453125f, 100);
1899 path2.lineTo(143.5294189453125f, 100);
1900 path2
1964 SkPath path2; local
[all...]
/external/chromium_org/chrome/browser/profiles/
H A Dfile_path_verifier_win.cc59 const base::FilePath& path2) {
62 if (base::FilePath::CompareEqualIgnoreCase(path1.value(), path2.value())) {
65 path2.BaseName().value())) {
68 path2.DirName().value())) {
58 ComparePathsIgnoreCase(const base::FilePath& path1, const base::FilePath& path2) argument
/external/skia/gm/
H A Dstrokefill.cpp64 SkPath path2; local
65 path2.setFillType(SkPath::kWinding_FillType);
66 path2.addCircle(x + SkIntToScalar(120), y + SkIntToScalar(200), SkIntToScalar(50), SkPath::kCCW_Direction);
67 path2.addCircle(x + SkIntToScalar(120), y + SkIntToScalar(200), SkIntToScalar(40), SkPath::kCW_Direction);
68 canvas->drawPath(path2, paint);
70 path2.reset();
71 path2.addCircle(x + SkIntToScalar(240), y + SkIntToScalar(200), SkIntToScalar(50), SkPath::kCCW_Direction);
72 canvas->drawPath(path2, paint);
73 SkASSERT(path2.cheapIsDirection(SkPath::kCCW_Direction));
75 path2
[all...]
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_write_watcher_unittest.cc101 base::FilePath path2 = GetTempPath("bar.png"); local
106 watcher.StartWatch(path2, "2",
107 base::Bind(&WriteSomethingAfterStartWatch, path2));
/external/chromium_org/chrome/common/favicon/
H A Dfavicon_url_parser_unittest.cc56 const std::string path2 = "size/32/" + url; local
57 EXPECT_TRUE(chrome::ParseFaviconPath(path2, icon_types, &parsed));
/external/lzma/CPP/Common/
H A DWildcard.cpp344 UString path2 = path; local
347 path2.Delete(path.Length() - 1);
350 AddItem(include, path2, recursive, forFile, forFolder);
/external/chromium_org/v8/test/cctest/
H A Dtest-profile-generator.cc164 CodeEntry* path2[] = {&entry1, &entry2, &entry2}; local
165 Vector<CodeEntry*> path2_vec(path2, sizeof(path2) / sizeof(path2[0]));
231 CodeEntry* path2[] = {&entry2, &entry2, &entry1}; local
232 Vector<CodeEntry*> path2_vec(path2, sizeof(path2) / sizeof(path2[0]));
/external/chromium_org/third_party/icu/source/common/
H A Dusprep.cpp119 UHashTok name1, name2, path1, path2; local
123 path2.pointer = b2->path;
125 uhash_compareChars(path1, path2)));
H A Duresbund.c60 UHashTok name1, name2, path1, path2; local
64 path2.pointer = b2->fPath;
66 uhash_compareChars(path1, path2));
/external/icu4c/common/
H A Dusprep.cpp119 UHashTok name1, name2, path1, path2; local
123 path2.pointer = b2->path;
125 uhash_compareChars(path1, path2)));
H A Duresbund.cpp61 UHashTok name1, name2, path1, path2; local
65 path2.pointer = b2->fPath;
67 uhash_compareChars(path1, path2));
/external/v8/test/cctest/
H A Dtest-profile-generator.cc186 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/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.cc316 int path1, int path2) {
319 AddPath(path2);
315 LocationRecorder(const LocationRecorder& parent, int path1, int path2) argument
/external/openssh/
H A Dsftp.c1116 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, *pw
1115 parse_args(const char **cpp, int *pflag, int *rflag, int *lflag, int *iflag, int *hflag, int *sflag, unsigned long *n_arg, char **path1, char **path2) argument
[all...]
/external/genext2fs/
H A Dgenext2fs.c1512 char *c, type, *path = NULL, *path2 = NULL, *dir, *name, *line = NULL; local
1531 if (path2) {
1532 free(path2);
1533 path2 = NULL;
1545 path2 = strdup(path);
1547 dir = dirname(path2);
1626 if (path2)
1627 free(path2);
/external/qemu/block/
H A Dvvfat.c1743 char path2[PATH_MAX]; local
1746 pstrcpy(path2, sizeof(path2), path);
1747 path2[path_len] = '/';
1748 path2[path_len + 1] = '\0';
1820 pstrcpy(path2 + path_len + 1, sizeof(path2) - path_len - 1,
1825 DLOG(fprintf(stderr, "invalid begin for directory: %s\n", path2); print_direntry(direntries + i));
1829 begin_of_direntry(direntries + i), path2);
1831 DLOG(fprintf(stderr, "problem in directory %s:\n", path2); print_direntr
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dhttpclient-4.0.3.jar ... .http.cookie.Cookie c2 String path1 String path2 public volatile synthetic int compare (java.lang.Object ...

Completed in 1686 milliseconds

12