Searched refs:itest (Results 1 – 8 of 8) sorted by relevance
/external/autotest/client/tests/npb/ |
D | npb.py | 57 for itest in test_list: 58 itest_cmd = os.path.join('NPB3.3-OMP/bin/', itest) 60 itest = utils.run(itest_cmd) 63 itest_cmd, itest.stdout) 65 logging.debug(itest.stdout) 69 m = re.search('Total threads\s*=\s*(.*)\n', itest.stdout) 72 ts = re.search('Time in seconds\s*=\s*(.*)\n', itest.stdout) 73 mt = re.search('Mop/s total\s*=\s*(.*)\n', itest.stdout) 74 mp = re.search('Mop/s/thread\s*=\s*(.*)\n', itest.stdout) 102 m = re.search('Time in seconds\s*=\s*(.*)\n', itest.stdout)
|
/external/skqp/tests/ |
D | FontHostStreamTest.cpp | 39 const SkBitmap& test, const SkIRect& itest) in compare() argument 41 const int xOff = itest.fLeft - iref.fLeft; in compare() 42 const int yOff = itest.fTop - iref.fTop; in compare()
|
D | DrawTextTest.cpp | 38 const SkBitmap& test, const SkIRect& itest) in compare() argument 40 const int xOff = itest.fLeft - iref.fLeft; in compare() 41 const int yOff = itest.fTop - iref.fTop; in compare()
|
D | BlurTest.cpp | 98 const SkBitmap& test, const SkIRect& itest) in compare() argument 100 const int xOff = itest.fLeft - iref.fLeft; in compare() 101 const int yOff = itest.fTop - iref.fTop; in compare() 156 SkIRect itest = tests[test].views[view]; in DEF_TEST() local 158 create(&testBitmap, itest); in DEF_TEST() 161 testCanvas.translate(SkIntToScalar(-itest.fLeft), in DEF_TEST() 162 SkIntToScalar(-itest.fTop)); in DEF_TEST() 167 compare(refBitmap, iref, testBitmap, itest)); in DEF_TEST()
|
/external/skia/tests/ |
D | FontHostStreamTest.cpp | 39 const SkBitmap& test, const SkIRect& itest) in compare() argument 41 const int xOff = itest.fLeft - iref.fLeft; in compare() 42 const int yOff = itest.fTop - iref.fTop; in compare()
|
D | BlurTest.cpp | 97 const SkBitmap& test, const SkIRect& itest) in compare() argument 99 const int xOff = itest.fLeft - iref.fLeft; in compare() 100 const int yOff = itest.fTop - iref.fTop; in compare() 155 SkIRect itest = tests[test].views[view]; in DEF_TEST() local 157 create(&testBitmap, itest); in DEF_TEST() 160 testCanvas.translate(SkIntToScalar(-itest.fLeft), in DEF_TEST() 161 SkIntToScalar(-itest.fTop)); in DEF_TEST() 166 compare(refBitmap, iref, testBitmap, itest)); in DEF_TEST()
|
D | DrawTextTest.cpp | 40 const SkBitmap& test, const SkIRect& itest) in compare() argument 42 const int xOff = itest.fLeft - iref.fLeft; in compare() 43 const int yOff = itest.fTop - iref.fTop; in compare()
|
/external/libgsm/src/ |
D | rpe.c | 265 int i, itest; variable 286 itest = 0; 290 itest |= (temp <= 0); 294 if (itest == 0) exp++; /* exp = add (exp, 1) */
|