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

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
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...]
mock_object.hpp 31 namespace itest { namespace in namespace:boost
322 } // namespace itest
  /external/skia/tests/
BlurTest.cpp 62 const SkBitmap& test, const SkIRect& itest)
64 const int xOff = itest.fLeft - iref.fLeft;
65 const int yOff = itest.fTop - iref.fTop;
130 SkIRect itest = tests[test].views[view]; local
132 create(&testBitmap, itest, SkBitmap::kARGB_8888_Config);
135 testCanvas.translate(SkIntToScalar(-itest.fLeft),
136 SkIntToScalar(-itest.fTop));
141 compare(refBitmap, iref, testBitmap, itest));
DrawTextTest.cpp 36 const SkBitmap& test, const SkIRect& itest)
38 const int xOff = itest.fLeft - iref.fLeft;
39 const int yOff = itest.fTop - iref.fTop;
FontHostStreamTest.cpp 39 const SkBitmap& test, const SkIRect& itest)
41 const int xOff = itest.fLeft - iref.fLeft;
42 const int yOff = itest.fTop - iref.fTop;
  /external/chromium_org/third_party/skia/src/core/
SkGraphics.cpp 112 int itest = test; // promote to int, see if it sign-extended local
113 if (itest < 0)
  /external/skia/src/core/
SkGraphics.cpp 112 int itest = test; // promote to int, see if it sign-extended local
113 if (itest < 0)
  /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) */

Completed in 140 milliseconds