Searched refs:test_bounds (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/ui/snapshot/
H A Dsnapshot_aura_unittest.cc200 gfx::Rect test_bounds(100, 100, 300, 200);
201 SetupTestWindow(test_bounds);
205 EXPECT_EQ(test_bounds.size().ToString(), snapshot.Size().ToString());
212 gfx::Rect test_bounds(100, 100, 300, 200);
213 SetupTestWindow(test_bounds);
217 EXPECT_EQ(test_bounds.size().ToString(), snapshot.Size().ToString());
225 gfx::Rect test_bounds(100, 100, 300, 200);
226 SetupTestWindow(test_bounds);
230 gfx::SizeF snapshot_size(test_bounds.size());
241 gfx::Rect test_bounds(10
[all...]
/external/clang/test/SemaCXX/
H A Dconstant-expression-cxx1y.cpp419 constexpr const char *test_bounds(const char *p, int o) { function in namespace:compound_assign
422 static_assert(test_bounds("foo", 0)[0] == 'f', "");
423 static_assert(test_bounds("foo", 3)[0] == 0, "");
424 static_assert(test_bounds("foo", 4)[-3] == 'o', "");
425 static_assert(test_bounds("foo" + 4, -4)[0] == 'f', "");
426 static_assert(test_bounds("foo", 5) != 0, ""); // expected-error {{constant}} expected-note {{call}}
427 static_assert(test_bounds("foo", -1) != 0, ""); // expected-error {{constant}} expected-note {{call}}
428 static_assert(test_bounds("foo", 1000) != 0, ""); // expected-error {{constant}} expected-note {{call}}
/external/chromium_org/third_party/skia/tests/
H A DClipStackTest.cpp188 static void test_bounds(skiatest::Reporter* reporter, SkClipStack::Element::Type primType) { function
1207 test_bounds(reporter, SkClipStack::Element::kRect_Type);
1208 test_bounds(reporter, SkClipStack::Element::kRRect_Type);
1209 test_bounds(reporter, SkClipStack::Element::kPath_Type);
H A DPathTest.cpp904 static void test_bounds(skiatest::Reporter* reporter) { function
3478 test_bounds(reporter);
/external/skia/tests/
H A DClipStackTest.cpp188 static void test_bounds(skiatest::Reporter* reporter, SkClipStack::Element::Type primType) { function
1207 test_bounds(reporter, SkClipStack::Element::kRect_Type);
1208 test_bounds(reporter, SkClipStack::Element::kRRect_Type);
1209 test_bounds(reporter, SkClipStack::Element::kPath_Type);
H A DPathTest.cpp904 static void test_bounds(skiatest::Reporter* reporter) { function
3478 test_bounds(reporter);
/external/chromium_org/cc/layers/
H A Dlayer_unittest.cc539 gfx::Size test_bounds = gfx::Size(501, 508); local
551 EXPECT_SET_NEEDS_COMMIT(1, test_layer->SetBounds(test_bounds));

Completed in 358 milliseconds