HomeSort by relevance Sort by last modified time
    Searched refs:testDirs (Results 1 - 4 of 4) sorted by null

  /cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/build/
CompatibilityBuildHelperTest.java 141 public void testDirs() throws Exception {
  /prebuilts/go/darwin-x86/src/path/filepath/
path_test.go 771 // findEvalSymlinksTestDirsDest searches testDirs
773 func findEvalSymlinksTestDirsDest(t *testing.T, testDirs []EvalSymlinksTest, path string) string {
774 for _, d := range testDirs {
779 t.Fatalf("did not find %q in testDirs slice", path)
806 testdirs := EvalSymlinksTestDirs
816 testdirs = append(testdirs, newtest)
820 for _, d := range testdirs {
873 want := filepath.Clean(findEvalSymlinksTestDirsDest(t, testdirs, d.path))
906 want := filepath.Clean(findEvalSymlinksTestDirsDest(t, testdirs, d.path)
    [all...]
  /prebuilts/go/linux-x86/src/path/filepath/
path_test.go 771 // findEvalSymlinksTestDirsDest searches testDirs
773 func findEvalSymlinksTestDirsDest(t *testing.T, testDirs []EvalSymlinksTest, path string) string {
774 for _, d := range testDirs {
779 t.Fatalf("did not find %q in testDirs slice", path)
806 testdirs := EvalSymlinksTestDirs
816 testdirs = append(testdirs, newtest)
820 for _, d := range testdirs {
873 want := filepath.Clean(findEvalSymlinksTestDirsDest(t, testdirs, d.path))
906 want := filepath.Clean(findEvalSymlinksTestDirsDest(t, testdirs, d.path)
    [all...]
  /external/skia/src/core/
SkPath.cpp 585 Direction testDirs[2];
586 if (!isRectContour(true, &currVerb, &pts, nullptr, &testDirs[0])) {
592 if (isRectContour(false, &currVerb, &pts, &isClosed, &testDirs[1])) {
604 dirs[0] = testDirs[0];
605 dirs[1] = testDirs[1];
615 dirs[0] = testDirs[1];
616 dirs[1] = testDirs[0];
    [all...]

Completed in 124 milliseconds