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

  /external/dagger2/compiler/src/it/functional-tests/src/main/java/test/
BoundedGenericComponent.java 29 bounds2(); method in interface:BoundedGenericComponent
  /external/skia/tests/
PathOpsBoundsTest.cpp 36 const SkPathOpsBounds& bounds2 = static_cast<const SkPathOpsBounds&>(sectTests[index][1]); local
37 SkASSERT(ValidBounds(bounds2));
38 bool touches = SkPathOpsBounds::Intersects(bounds1, bounds2);
44 const SkPathOpsBounds& bounds2 = static_cast<const SkPathOpsBounds&>(noSectTests[index][1]); local
45 SkASSERT(ValidBounds(bounds2));
46 bool touches = SkPathOpsBounds::Intersects(bounds1, bounds2);
ImageFilterTest.cpp 1430 SkRect bounds2 = SkRect::MakeXYWH(20, 20, 10, 10); local
    [all...]
PathTest.cpp 4651 SkRect bounds, bounds2; local
    [all...]
  /external/skqp/tests/
PathOpsBoundsTest.cpp 36 const SkPathOpsBounds& bounds2 = static_cast<const SkPathOpsBounds&>(sectTests[index][1]); local
37 SkASSERT(ValidBounds(bounds2));
38 bool touches = SkPathOpsBounds::Intersects(bounds1, bounds2);
44 const SkPathOpsBounds& bounds2 = static_cast<const SkPathOpsBounds&>(noSectTests[index][1]); local
45 SkASSERT(ValidBounds(bounds2));
46 bool touches = SkPathOpsBounds::Intersects(bounds1, bounds2);
ImageFilterTest.cpp 1432 SkRect bounds2 = SkRect::MakeXYWH(20, 20, 10, 10); local
    [all...]
PathTest.cpp 4624 SkRect bounds, bounds2; local
    [all...]
  /cts/tests/accessibility/src/android/view/accessibility/cts/
AccessibilityWindowInfoTest.java 103 Rect bounds2 = new Rect(); local
105 w2.getBoundsInScreen(bounds2);
106 equality &= bounds1.equals(bounds2);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
RBBIAPITest.java 391 int bounds2[] = {0, 5, 6, 10, 11, 12, 16, 17, 22, 23, 26}; local
392 doBoundaryTest(wordIter2, testString1, bounds2);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
RBBIAPITest.java 388 int bounds2[] = {0, 5, 6, 10, 11, 12, 16, 17, 22, 23, 26}; local
389 doBoundaryTest(wordIter2, testString1, bounds2);

Completed in 918 milliseconds