Searched defs:bounds1 (Results 1 - 5 of 5) sorted by relevance

/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/
H A DBoundedGenericComponent.java27 bounds1(); method in interface:BoundedGenericComponent
/external/skia/tests/
H A DPathOpsBoundsTest.cpp34 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);
H A DImageFilterTest.cpp1480 SkRect bounds1 = SkRect::MakeXYWH(10, 10, 30, 30); local
1481 canvas.saveLayer(&bounds1, nullptr);
1504 canvas.saveLayer(&bounds1, nullptr);
/external/icu/icu4c/source/test/intltest/
H A Drbbiapts.cpp601 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);
H A Drbbitst.cpp282 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);

Completed in 175 milliseconds