HomeSort by relevance Sort by last modified time
    Searched defs:bounds1 (Results 1 - 10 of 10) 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 1477 SkRect bounds1 = SkRect::MakeXYWH(10, 10, 30, 30); local
    [all...]
  /cts/tests/accessibility/src/android/view/accessibility/cts/
AccessibilityWindowInfoTest.java 99 Rect bounds1 = new Rect(); local
101 w1.getBoundsInScreen(bounds1);
103 equality &= bounds1.equals(bounds2);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
RBBIAPITest.java 383 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
384 doBoundaryTest(charIter1, testString1, bounds1);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
RBBIAPITest.java 382 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
383 doBoundaryTest(charIter1, testString1, bounds1);
  /external/icu/icu4c/source/test/intltest/
rbbiapts.cpp 601 int32_t bounds1[] = {0, 3, 6, 7, 8, 11}; local
610 doBoundaryTest(*bi, testString1, bounds1);
628 int32_t bounds1[] = {0, 6, 7, 10, 11, 12}; local
637 doBoundaryTest(*bi, testString1, bounds1);
655 int32_t bounds1[] = {0, 5, 6, 10, 11, 17, 18, 20, 21}; local
672 doBoundaryTest(*bi, testString1, bounds1);
678 if (pos != bounds1[i]) {
863 int32_t bounds1[] = {0, 4, 8}; local
872 doBoundaryTest(*bi, testString1, bounds1);
    [all...]
rbbitst.cpp 282 int32_t bounds1[] = {0, 3, 6, 7, 8, 11, 12, 16, 17, 19, 20, 25, 27, 28, -1}; local
297 if (pos != bounds1[i]) {
298 errln("%s:%d expected break at %d, got %d\n", __FILE__, __LINE__, bounds1[i], pos);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasViewInfoTest.java 621 Rectangle bounds1 = bounds.get(0); local
623 assertEquals(new Rectangle(0, 20, 49, 19), bounds1);
651 Rectangle bounds1 = bounds.get(0); local
652 assertEquals(new Rectangle(0, 40, 49, 19), bounds1);
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
PaintTest.java 975 Rect bounds1 = new Rect(); local
977 p.getTextBounds(text1, 0, text1.length(), bounds1);
981 assertEquals(bounds1, bounds2);
986 assertEquals(bounds1, bounds2);
990 assertEquals(bounds1.left, bounds2.left);
991 assertTrue(bounds2.right > bounds1.right);
996 assertTrue(bounds2.right > bounds1.right);
997 assertTrue(bounds2.bottom - bounds2.top > bounds1.bottom - bounds1.top);
    [all...]

Completed in 613 milliseconds