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

  /external/dagger2/compiler/src/it/functional-tests/src/main/java/test/
BoundedGenericComponent.java 27 bounds1(); method in interface:BoundedGenericComponent
  /external/skia/tests/
PathOpsBoundsTest.cpp 34 const SkPathOpsBounds& bounds1 = static_cast<const SkPathOpsBounds&>(sectTests[index][0]); local
35 SkASSERT(ValidBounds(bounds1));
38 bool touches = SkPathOpsBounds::Intersects(bounds1, bounds2);
42 const SkPathOpsBounds& bounds1 = static_cast<const SkPathOpsBounds&>(noSectTests[index][0]); local
43 SkASSERT(ValidBounds(bounds1));
46 bool touches = SkPathOpsBounds::Intersects(bounds1, bounds2);
ImageFilterTest.cpp 1426 SkRect bounds1 = SkRect::MakeXYWH(10, 10, 30, 30); local
    [all...]
  /external/skqp/tests/
PathOpsBoundsTest.cpp 34 const SkPathOpsBounds& bounds1 = static_cast<const SkPathOpsBounds&>(sectTests[index][0]); local
35 SkASSERT(ValidBounds(bounds1));
38 bool touches = SkPathOpsBounds::Intersects(bounds1, bounds2);
42 const SkPathOpsBounds& bounds1 = static_cast<const SkPathOpsBounds&>(noSectTests[index][0]); local
43 SkASSERT(ValidBounds(bounds1));
46 bool touches = SkPathOpsBounds::Intersects(bounds1, bounds2);
ImageFilterTest.cpp 1428 SkRect bounds1 = SkRect::MakeXYWH(10, 10, 30, 30); local
    [all...]
  /cts/tests/accessibility/src/android/view/accessibility/cts/
AccessibilityWindowInfoTest.java 102 Rect bounds1 = new Rect(); local
104 w1.getBoundsInScreen(bounds1);
106 equality &= bounds1.equals(bounds2);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
RBBIAPITest.java 387 int bounds1[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 20, 21, 22, 23, 25, 26}; local
388 doBoundaryTest(charIter1, testString1, bounds1);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
RBBIAPITest.java 384 int bounds1[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 20, 21, 22, 23, 25, 26}; local
385 doBoundaryTest(charIter1, testString1, bounds1);
  /external/icu/icu4c/source/test/intltest/
rbbiapts.cpp 602 int32_t bounds1[] = {0, 3, 6, 7, 8, 11}; local
611 doBoundaryTest(*bi, testString1, bounds1);
629 int32_t bounds1[] = {0, 6, 7, 10, 11, 12}; local
638 doBoundaryTest(*bi, testString1, bounds1);
656 int32_t bounds1[] = {0, 5, 6, 10, 11, 17, 18, 20, 21}; local
673 doBoundaryTest(*bi, testString1, bounds1);
679 if (pos != bounds1[i]) {
864 int32_t bounds1[] = {0, 4, 8}; local
873 doBoundaryTest(*bi, testString1, bounds1);
    [all...]

Completed in 1418 milliseconds