HomeSort by relevance Sort by last modified time
    Searched defs:testPath (Results 1 - 13 of 13) 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...]
  /external/chromium_org/third_party/icu/source/test/intltest/
intltest.h 236 char* testPath; // specifies subtests
  /cts/tests/tests/webkit/src/android/webkit/cts/
CookieTest.java 165 public void testPath() {
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
ClientOnPageFinishedTest.java 84 final String testPath = "/test.html";
87 webServer.setResponse(testPath, testHtml, null);
93 "<html><iframe src=\"" + testPath + "\" /></html>",
  /external/icu4c/test/intltest/
intltest.h 285 char* testPath; // specifies subtests
  /external/skia/tests/
SurfaceTest.cpp 65 SkPath testPath;
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, \
CanvasTest.cpp 203 static SkPath testPath() {
209 const SkPath kTestPath = testPath();
    [all...]
PathTest.cpp     [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
udatatst.c 143 const char* testPath=loadTestData(&status);
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";
646 result=udata_openChoice(testPath, type, name[2], isAcceptable1, NULL, &status);
649 result=udata_openChoice(testPath, type, name[2], isAcceptable3, NULL, &status)
    [all...]
  /external/icu4c/test/cintltst/
udatatst.c 144 const char* testPath=loadTestData(&status);
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";
649 result=udata_openChoice(testPath, type, name[2], isAcceptable1, NULL, &status);
652 result=udata_openChoice(testPath, type, name[2], isAcceptable3, NULL, &status)
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
test1.c     [all...]
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 1535 milliseconds