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

  /external/chromium_org/ui/snapshot/
snapshot_aura_unittest.cc 125 gfx::Rect test_bounds(100, 100, 300, 200);
126 SetupTestWindow(test_bounds);
130 EXPECT_EQ(test_bounds.size().ToString(),
138 gfx::Rect test_bounds(100, 100, 300, 200);
139 SetupTestWindow(test_bounds);
143 EXPECT_EQ(test_bounds.size().ToString(),
152 gfx::Rect test_bounds(100, 100, 300, 200);
153 SetupTestWindow(test_bounds);
157 gfx::SizeF snapshot_size(test_bounds.size());
169 gfx::Rect test_bounds(100, 100, 150, 100)
    [all...]
  /external/clang/test/SemaCXX/
constant-expression-cxx1y.cpp 419 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/skia/tests/
ClipStackTest.cpp 196 static void test_bounds(skiatest::Reporter* reporter, bool useRects) { function
    [all...]
PathTest.cpp 704 static void test_bounds(skiatest::Reporter* reporter) { function
    [all...]
  /external/chromium_org/cc/layers/
layer_unittest.cc 479 gfx::Size test_bounds = gfx::Size(501, 508); local
491 EXPECT_SET_NEEDS_COMMIT(1, test_layer->SetBounds(test_bounds));
    [all...]

Completed in 539 milliseconds