HomeSort by relevance Sort by last modified time
    Searched defs:testPath (Results 1 - 9 of 9) 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/icu/icu4c/source/test/intltest/
intltest.h 338 char* testPath; // specifies subtests
  /external/icu/icu4c/source/test/cintltst/
udatatst.c 138 const char* testPath=loadTestData(&status);
146 log_verbose("Testing udata_open(%s)\n", testPath);
147 result=udata_open(testPath, type, name, &status);
149 log_data_err("FAIL: udata_open() failed for path = %s, name=%s, type=%s, \n errorcode=%s\n", testPath, name, type, myErrorName(status));
296 result = udata_open( testPath, "typ", "nam", &status);
298 log_data_err("FAIL: udata_open( \"%s\", \"typ\", \"nam\") returned status %s\n", testPath, u_errorName(status));
313 /* strcpy(icuDataFilePath, testPath); */
361 strcat(longTestPath, testPath);
652 const char* testPath="testdata";
685 result=udata_openChoice(testPath, type, name[2], isAcceptable1, NULL, &status)
    [all...]
  /external/skia/tests/
SurfaceTest.cpp 363 SkPath testPath;
364 testPath.addRect(SkRect::MakeXYWH(SkIntToScalar(0), SkIntToScalar(0),
421 EXPECT_COPY_ON_WRITE(drawPath(testPath, testPaint))
429 EXPECT_COPY_ON_WRITE(drawTextOnPath(testText.c_str(), testText.size(), testPath, NULL, \
PathTest.cpp     [all...]
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
DeqpTestRunnerTest.java 129 final String testPath = "dEQP-GLES"
155 + "INSTRUMENTATION_STATUS: dEQP-BeginTestCase-TestCasePath=" + testPath + "\r\n"
285 final String testPath = "dEQP-GLES3.info.version";
304 + "INSTRUMENTATION_STATUS: dEQP-BeginTestCase-TestCasePath=" + testPath + "\r\n"
    [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 388 milliseconds