Searched defs:testPath (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/test/util/
H A DBookmarkUtils.java44 public static byte[] getIcon(String testPath) { argument
48 UrlUtils.getTestFileUrl(testPath))).getContent();
52 Log.e(TAG, "Error trying to get the icon '" + testPath + "': " + e.getMessage());
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dintltest.h236 char* testPath; // specifies subtests member in class:IntlTest
/external/icu4c/test/intltest/
H A Dintltest.h285 char* testPath; // specifies subtests member in class:IntlTest
/external/skia/tests/
H A DSurfaceTest.cpp65 SkPath testPath; local
66 testPath.addRect(SkRect::MakeXYWH(SkIntToScalar(0), SkIntToScalar(0),
123 EXPECT_COPY_ON_WRITE(drawPath(testPath, testPaint))
132 EXPECT_COPY_ON_WRITE(drawTextOnPath(testText.c_str(), testText.size(), testPath, NULL, \
H A DCanvasTest.cpp203 static SkPath testPath() { function
209 const SkPath kTestPath = testPath();
H A DPathTest.cpp1719 const char* testPath; member in struct:zeroPathTestData
1773 bool valid = SkParsePath::FromSVGString(gZeroLengthTests[i].testPath, &p);
1843 const char* testPath; member in struct:iterTestData
1902 bool valid = SkParsePath::FromSVGString(gIterTests[i].testPath, &p);
/external/skia/tools/skpdiff/
H A DSkDiffContext.cpp55 void SkDiffContext::addDiff(const char* baselinePath, const char* testPath) { argument
63 if (!SkImageDecoder::DecodeFile(testPath, &testBitmap)) {
64 SkDebugf("Failed to load bitmap \"%s\"\n", testPath);
71 newRecord->fTestPath = testPath;
99 void SkDiffContext::diffDirectories(const char baselinePath[], const char testPath[]) { argument
113 SkString testFile = SkOSPath::SkPathJoin(testPath, baseFilename);
174 stream.writeText(" \"testPath\": \"");
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dudatatst.c143 const char* testPath=loadTestData(&status); local
155 result=udata_open(testPath, type, name, &status);
157 log_data_err("FAIL: udata_open() failed for path = %s, name=%s, type=%s, \n errorcode=%s\n", testPath, name, type, myErrorName(status));
259 result = udata_open( testPath, "typ", "nam", &status);
261 log_data_err("FAIL: udata_open( \"%s\", \"typ\", \"nam\") returned status %s\n", testPath, u_errorName(status));
276 /* strcpy(icuDataFilePath, testPath); */
324 strcat(longTestPath, testPath);
613 const char* testPath="testdata"; local
646 result=udata_openChoice(testPath, type, name[2], isAcceptable1, NULL, &status);
649 result=udata_openChoice(testPath, typ
772 const char* testPath=loadTestData(&status); local
838 const char* testPath = loadTestData(&status); local
897 const char *testPath = loadTestData(&status); local
1006 const char* testPath=loadTestData(&status); local
1580 const char *pkg, *nm, *testPath; local
[all...]
/external/icu4c/test/cintltst/
H A Dudatatst.c144 const char* testPath=loadTestData(&status); local
156 result=udata_open(testPath, type, name, &status);
158 log_data_err("FAIL: udata_open() failed for path = %s, name=%s, type=%s, \n errorcode=%s\n", testPath, name, type, myErrorName(status));
260 result = udata_open( testPath, "typ", "nam", &status);
262 log_data_err("FAIL: udata_open( \"%s\", \"typ\", \"nam\") returned status %s\n", testPath, u_errorName(status));
277 /* strcpy(icuDataFilePath, testPath); */
325 strcat(longTestPath, testPath);
616 const char* testPath="testdata"; local
649 result=udata_openChoice(testPath, type, name[2], isAcceptable1, NULL, &status);
652 result=udata_openChoice(testPath, typ
774 const char* testPath=loadTestData(&status); local
840 const char* testPath = loadTestData(&status); local
899 const char *testPath = loadTestData(&status); local
1008 const char* testPath=loadTestData(&status); local
1589 const char *pkg, *nm, *testPath; local
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest1.c4965 char *testPath; local
4979 rc = sqlite3_file_control(db, NULL, SQLITE_GET_LOCKPROXYFILE, &testPath);
4980 if( strncmp(proxyPath,testPath,11) ){
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 300 milliseconds