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

  /external/chromium/chrome/browser/ui/views/tabs/
tab_dragging_test.cc 91 gfx::Rect bounds1; local
92 ASSERT_TRUE(window->GetViewBounds(VIEW_ID_TAB_0, &bounds1, false));
93 EXPECT_LT(0, bounds1.x());
94 EXPECT_LT(0, bounds1.width());
95 EXPECT_LT(0, bounds1.height());
101 EXPECT_LT(bounds1.x(), bounds2.x());
102 EXPECT_EQ(bounds2.y(), bounds1.y());
133 gfx::Point start(bounds1.x() + bounds1.width() / 2,
134 bounds1.y() + bounds1.height() / 2)
189 gfx::Rect bounds1; local
296 gfx::Rect bounds1; local
411 gfx::Rect bounds1; local
    [all...]
  /external/icu4c/test/intltest/
rbbiapts.cpp 592 int32_t bounds1[] = {0, 3, 6, 7, 8, 11}; local
601 doBoundaryTest(*bi, testString1, bounds1);
619 int32_t bounds1[] = {0, 6, 7, 10, 11, 12}; local
628 doBoundaryTest(*bi, testString1, bounds1);
644 int32_t bounds1[] = {0, 5, 6, 10, 11, 17, 18, 19, 20, 21, 23, 24, 25, 26}; local
663 doBoundaryTest(*bi, testString1, bounds1);
669 if (pos != bounds1[i]) {
855 int32_t bounds1[] = {0, 4, 8}; local
864 doBoundaryTest(*bi, testString1, bounds1);
    [all...]
rbbitst.cpp 379 int32_t bounds1[] = {0, 3, 6, 7, 8, 11, 12, 16, 17, 19, 20, 25, 27, 28, -1}; local
393 if (pos != bounds1[i]) {
394 errln("FAIL: expected break at %d, got %d\n", bounds1[i], pos);
    [all...]
  /external/skia/tests/
CanvasTest.cpp 386 SkRect bounds1, bounds2; local
388 canvas1->getClipBounds(&bounds1, SkCanvas::kAA_EdgeType) ==
391 REPORTER_ASSERT_MESSAGE(reporter, bounds1 == bounds2,
394 canvas1->getClipBounds(&bounds1, SkCanvas::kBW_EdgeType) ==
397 REPORTER_ASSERT_MESSAGE(reporter, bounds1 == bounds2,
    [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...]

Completed in 7777 milliseconds