/external/chromium_org/ui/views/controls/button/ |
label_button_unittest.cc | 84 const int small_size = 50, large_size = 100; local 85 const gfx::ImageSkia small_image = CreateTestImage(small_size, small_size); 89 EXPECT_LT(button.GetPreferredSize().width(), small_size); 90 EXPECT_LT(button.GetPreferredSize().height(), small_size); 92 EXPECT_GT(button.GetPreferredSize().width(), small_size); 93 EXPECT_GT(button.GetPreferredSize().height(), small_size); 109 EXPECT_GT(button.GetPreferredSize().width(), small_size);
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/ |
exception.hpp | 343 struct small_size { }; struct in namespace:boost::exception_detail 344 small_size dispatch_boost_exception( void const * ); 358 enable_error_info_helper<T,sizeof(small_size)>
|
/external/chromium_org/v8/src/ia32/ |
codegen-ia32.cc | 227 Label forward_much_overlap, small_size, medium_size, pop_and_return; local 244 __ j(below_equal, &small_size); 310 __ j(below_equal, &small_size); 381 __ j(below_equal, &small_size); 490 __ bind(&small_size); // Entry point into this block. [all...] |
/external/chromium_org/v8/src/x87/ |
codegen-x87.cc | 107 Label forward_much_overlap, small_size, medium_size, pop_and_return; local
|