Searched defs:test_bounds (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/cc/layers/
H A Dlayer_unittest.cc479 gfx::Size test_bounds = gfx::Size(501, 508); local
491 EXPECT_SET_NEEDS_COMMIT(1, test_layer->SetBounds(test_bounds));
/external/skia/tests/
H A DClipStackTest.cpp196 static void test_bounds(skiatest::Reporter* reporter, bool useRects) { function
1050 test_bounds(reporter, true); // once with rects
1051 test_bounds(reporter, false); // once with paths
H A DPathTest.cpp704 static void test_bounds(skiatest::Reporter* reporter) { function
2504 test_bounds(reporter);
/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}}

Completed in 2242 milliseconds