/external/chromium_org/third_party/skia/src/core/ |
SkGraphics.cpp | 111 int itest = test; // promote to int, see if it sign-extended local 112 if (itest < 0)
|
/external/skia/src/core/ |
SkGraphics.cpp | 111 int itest = test; // promote to int, see if it sign-extended local 112 if (itest < 0)
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/ |
mock_object.hpp | 31 namespace itest { namespace in namespace:boost 322 } // namespace itest
|
interaction_based.hpp | 36 ::boost::itest::manager::instance().exception_point( BOOST_TEST_L(__FILE__), __LINE__, description ) 44 ::boost::itest::manager::instance().decision_point( BOOST_TEST_L(__FILE__), __LINE__ ) 52 ::boost::itest::scope_guard itest_scope_guard ## __LINE__( BOOST_TEST_L(__FILE__), __LINE__, BOOST_STRINGIZE(scope_name) ) 60 new ( ::boost::itest::location( BOOST_TEST_L(__FILE__), __LINE__ ) ) type_name 68 ::boost::itest::manager::instance().generic_data_flow( v ) 76 ::boost::itest::manager::instance().generic_return<type>( default_value ) 86 return ::boost::itest::mock_object<>::prototype(); \ 91 namespace itest { // interaction-based testing namespace in namespace:boost 188 } // namespace itest 209 operator new( std::size_t s, ::boost::itest::location const& l [all...] |
/external/libgsm/src/ |
rpe.c | 265 int i, itest; local 286 itest = 0; 290 itest |= (temp <= 0); 294 if (itest == 0) exp++; /* exp = add (exp, 1) */
|
/external/skia/tests/ |
BlurTest.cpp | 69 const SkBitmap& test, const SkIRect& itest) 71 const int xOff = itest.fLeft - iref.fLeft; 72 const int yOff = itest.fTop - iref.fTop; 137 SkIRect itest = tests[test].views[view]; local 139 create(&testBitmap, itest, SkBitmap::kARGB_8888_Config); 142 testCanvas.translate(SkIntToScalar(-itest.fLeft), 143 SkIntToScalar(-itest.fTop)); 148 compare(refBitmap, iref, testBitmap, itest));
|