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

  /external/libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/
ctor.pass.cpp 68 for (path const& testPath : testPaths)
71 directory_iterator it(testPath, ec);
76 directory_iterator it(testPath, opts, ec);
81 TEST_CHECK_THROW(filesystem_error, directory_iterator(testPath));
82 TEST_CHECK_THROW(filesystem_error, directory_iterator(testPath, opts));
208 const path testPath = "";
212 directory_iterator it(testPath, ec);
219 const path testPath = ".";
222 directory_iterator it(testPath, ec);
  /cts/tests/tests/webkit/src/android/webkit/cts/
CookieTest.java 186 public void testPath() {
  /cts/hostsidetests/classloaders/useslibrary/app/src/com/android/cts/useslibrary/
UsesLibraryTest.java 83 String testPath = apkPath + File.pathSeparator + apkPath;
85 PathClassLoader testLoader = new PathClassLoader(testPath, null);
  /external/icu/icu4c/source/test/intltest/
intltest.h 345 char* testPath; // specifies subtests
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/TestPhase/
Test.java 257 String testPath = String.valueOf(mTestPathDistances.get(pathNumber));
261 " Paths: " + referencePath + " " + testPath + "\n";
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityGestureDetectorTest.java 123 testPath(p(-dx, +0), AccessibilityService.GESTURE_SWIPE_LEFT);
124 testPath(p(+dx, +0), AccessibilityService.GESTURE_SWIPE_RIGHT);
125 testPath(p(+0, -dy), AccessibilityService.GESTURE_SWIPE_UP);
126 testPath(p(+0, +dy), AccessibilityService.GESTURE_SWIPE_DOWN);
128 testPath(p(-dx, +0), p(+0, +0), AccessibilityService.GESTURE_SWIPE_LEFT_AND_RIGHT);
129 testPath(p(-dx, +0), p(-dx, -dy), AccessibilityService.GESTURE_SWIPE_LEFT_AND_UP);
130 testPath(p(-dx, +0), p(-dx, +dy), AccessibilityService.GESTURE_SWIPE_LEFT_AND_DOWN);
132 testPath(p(+dx, +0), p(+0, +0), AccessibilityService.GESTURE_SWIPE_RIGHT_AND_LEFT);
133 testPath(p(+dx, +0), p(+dx, -dy), AccessibilityService.GESTURE_SWIPE_RIGHT_AND_UP);
134 testPath(p(+dx, +0), p(+dx, +dy), AccessibilityService.GESTURE_SWIPE_RIGHT_AND_DOWN)
    [all...]
  /external/javapoet/src/test/java/com/squareup/javapoet/
FileWritingTest.java 83 Path testPath = fsRoot.resolve("Test.java");
84 assertThat(Files.exists(testPath)).isTrue();
99 Path testPath = fsRoot.resolve("Test.java");
100 assertThat(Files.exists(testPath)).isTrue();
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowContentResolver.java 111 String testPath = test.getPath();
113 return Objects.equals(uriPath, testPath)
114 || (notifyForDescendents && testPath != null && testPath.startsWith(uriPath));
  /build/soong/android/
paths.go     [all...]
  /external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
TestCheckCLDR.java 125 final String testPath = "//ldml/units/unitLength[@type=\"long\"]/unit[@type=\"duration-day-future\"]/unitPattern[@count=\"0\"]";
126 sorted.add(pathHeaderFactory.fromPath(testPath));
  /external/icu/icu4c/source/test/cintltst/
udatatst.c 140 const char* testPath=loadTestData(&status);
148 log_verbose("Testing udata_open(%s)\n", testPath);
149 result=udata_open(testPath, type, name, &status);
151 log_data_err("FAIL: udata_open() failed for path = %s, name=%s, type=%s, \n errorcode=%s\n", testPath, name, type, myErrorName(status));
298 result = udata_open( testPath, "typ", "nam", &status);
300 log_data_err("FAIL: udata_open( \"%s\", \"typ\", \"nam\") returned status %s\n", testPath, u_errorName(status));
315 /* strcpy(icuDataFilePath, testPath); */
363 strcat(longTestPath, testPath);
654 const char* testPath="testdata";
687 result=udata_openChoice(testPath, type, name[2], isAcceptable1, NULL, &status)
    [all...]
  /external/skia/tests/
SurfaceTest.cpp 385 SkPath testPath;
386 testPath.addRect(SkRect::MakeXYWH(SkIntToScalar(0), SkIntToScalar(0),
430 EXPECT_COPY_ON_WRITE(drawPath(testPath, testPaint))
    [all...]
GrShapeTest.cpp 650 SkPath testPath;
651 fAppliedPE->asPath(&testPath);
652 REPORTER_ASSERT(r, testPath == postPathEffect);
657 SkPath testPath;
658 fAppliedFull->asPath(&testPath);
664 REPORTER_ASSERT(r, paths_fill_same(postAllStyle, testPath));
669 REPORTER_ASSERT(r, testPath == postAllStyle);
    [all...]
PathTest.cpp     [all...]
  /external/skqp/tests/
SurfaceTest.cpp 385 SkPath testPath;
386 testPath.addRect(SkRect::MakeXYWH(SkIntToScalar(0), SkIntToScalar(0),
430 EXPECT_COPY_ON_WRITE(drawPath(testPath, testPaint))
    [all...]
GrShapeTest.cpp 650 SkPath testPath;
651 fAppliedPE->asPath(&testPath);
652 REPORTER_ASSERT(r, testPath == postPathEffect);
657 SkPath testPath;
658 fAppliedFull->asPath(&testPath);
664 REPORTER_ASSERT(r, paths_fill_same(postAllStyle, testPath));
669 REPORTER_ASSERT(r, testPath == postAllStyle);
    [all...]
PathTest.cpp     [all...]
  /external/cldr/tools/java/org/unicode/cldr/tool/
CLDRModify.java 530 String testPath = "//ldml/dates/calendars/calendar[@type=\"persian\"]/months/monthContext[@type=\"format\"]/monthWidth[@type=\"abbreviated\"]/month[@type=\"1\"]";
533 testPath = "//ldml/dates/calendars/calendar[@type=\"persian\"]/months/monthContext[@type=\"format\"]/monthWidth[@type=\"abbreviated\"]/alias";
534 System.out.println(k.getStringValue(testPath));
535 // System.out.println(k.getFullXPath(testPath));
539 System.out.println(k.getStringValue(testPath));
546 if (path.equals(testPath)) {
    [all...]
  /external/deqp/android/cts/runner/tests/src/com/drawelements/deqp/runner/
DeqpTestRunnerTest.java 179 final String testPath = "dEQP-GLES"
205 + "INSTRUMENTATION_STATUS: dEQP-BeginTestCase-TestCasePath=" + testPath + "\r\n"
322 final String testPath = "dEQP-GLES3.info.version";
341 + "INSTRUMENTATION_STATUS: dEQP-BeginTestCase-TestCasePath=" + testPath + "\r\n"
    [all...]
  /external/kotlinc/lib/
kotlin-scripting-jvm.jar 
kotlin-main-kts.jar 

Completed in 635 milliseconds