HomeSort by relevance Sort by last modified time
    Searched defs:testPath (Results 1 - 16 of 16) sorted by null

  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
AssetManagerTest.java 43 String testPath;
45 testPath = "";
46 files = Arrays.asList(assetManager.list(testPath));
50 testPath = "docs";
51 files = Arrays.asList(assetManager.list(testPath));
54 testPath = "docs" + sp + "extra";
55 files = Arrays.asList(assetManager.list(testPath));
58 testPath = "docs" + sp + "extra" + sp + "testing";
59 files = Arrays.asList(assetManager.list(testPath));
62 testPath = "assetsHome.txt"
    [all...]
  /cts/tests/tests/webkit/src/android/webkit/cts/
CookieTest.java 183 public void testPath() {
  /external/chromium_org/third_party/skia/experimental/Intersection/
SimplifyAddIntersectingTs_Test.cpp 86 static void testPath(const SkPath& path, const SkPoint* pts1, SkPath::Verb c1Type,
124 testPath(path2, pts1, c1Type, pts2, c2Type);
132 testPath(path2, pts1, c1Type, pts2, c2Type);
  /external/skia/experimental/Intersection/
SimplifyAddIntersectingTs_Test.cpp 86 static void testPath(const SkPath& path, const SkPoint* pts1, SkPath::Verb c1Type,
124 testPath(path2, pts1, c1Type, pts2, c2Type);
132 testPath(path2, pts1, c1Type, pts2, c2Type);
  /external/chromium_org/third_party/icu/source/test/intltest/
intltest.h 314 char* testPath; // specifies subtests
  /external/icu/icu4c/source/test/intltest/
intltest.h 338 char* testPath; // specifies subtests
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
DeqpTestRunnerTest.java 67 final String testPath = "dEQP-GLES"
93 + "INSTRUMENTATION_STATUS: dEQP-BeginTestCase-TestCasePath=" + testPath + "\r\n"
196 final String testPath = "dEQP-GLES3.info.version";
215 + "INSTRUMENTATION_STATUS: dEQP-BeginTestCase-TestCasePath=" + testPath + "\r\n"
  /external/skia/tests/
SurfaceTest.cpp 218 SkPath testPath;
219 testPath.addRect(SkRect::MakeXYWH(SkIntToScalar(0), SkIntToScalar(0),
276 EXPECT_COPY_ON_WRITE(drawPath(testPath, testPaint))
285 EXPECT_COPY_ON_WRITE(drawTextOnPath(testText.c_str(), testText.size(), testPath, NULL, \
PathTest.cpp     [all...]
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
ClientOnPageFinishedTest.java 159 final String testPath = "/test.html";
162 final String testUrl = webServer.setResponse(testPath, testHtml, null);
202 final String testPath = "/test.html";
206 final String testUrl = webServer.setResponse(testPath, testHtml, null);
257 final String testPath = "/test.html";
258 final String testUrl = webServer.setResponse(testPath, testHtml, null);
  /external/chromium_org/third_party/skia/tests/
SurfaceTest.cpp 239 SkPath testPath;
240 testPath.addRect(SkRect::MakeXYWH(SkIntToScalar(0), SkIntToScalar(0),
297 EXPECT_COPY_ON_WRITE(drawPath(testPath, testPaint))
306 EXPECT_COPY_ON_WRITE(drawTextOnPath(testText.c_str(), testText.size(), testPath, NULL, \
PathTest.cpp     [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
udatatst.c 134 const char* testPath=loadTestData(&status);
142 log_verbose("Testing udata_open(%s)\n", testPath);
143 result=udata_open(testPath, type, name, &status);
145 log_data_err("FAIL: udata_open() failed for path = %s, name=%s, type=%s, \n errorcode=%s\n", testPath, name, type, myErrorName(status));
292 result = udata_open( testPath, "typ", "nam", &status);
294 log_data_err("FAIL: udata_open( \"%s\", \"typ\", \"nam\") returned status %s\n", testPath, u_errorName(status));
309 /* strcpy(icuDataFilePath, testPath); */
357 strcat(longTestPath, testPath);
648 const char* testPath="testdata";
681 result=udata_openChoice(testPath, type, name[2], isAcceptable1, NULL, &status)
    [all...]
  /external/icu/icu4c/source/test/cintltst/
udatatst.c 134 const char* testPath=loadTestData(&status);
142 log_verbose("Testing udata_open(%s)\n", testPath);
143 result=udata_open(testPath, type, name, &status);
145 log_data_err("FAIL: udata_open() failed for path = %s, name=%s, type=%s, \n errorcode=%s\n", testPath, name, type, myErrorName(status));
292 result = udata_open( testPath, "typ", "nam", &status);
294 log_data_err("FAIL: udata_open( \"%s\", \"typ\", \"nam\") returned status %s\n", testPath, u_errorName(status));
309 /* strcpy(icuDataFilePath, testPath); */
357 strcat(longTestPath, testPath);
648 const char* testPath="testdata";
681 result=udata_openChoice(testPath, type, name[2], isAcceptable1, NULL, &status)
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
test1.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 3345 milliseconds