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 | 37 const SkBitmap& test, const SkIRect& itest) in compare() argument 39 const int xOff = itest.fLeft - iref.fLeft; in compare() 40 const int yOff = itest.fTop - iref.fTop; in compare()
|
D | DrawTextTest.cpp | 35 const SkBitmap& test, const SkIRect& itest) in compare() argument 37 const int xOff = itest.fLeft - iref.fLeft; in compare() 38 const int yOff = itest.fTop - iref.fTop; in compare()
|
D | BlurTest.cpp | 77 const SkBitmap& test, const SkIRect& itest) in compare() argument 79 const int xOff = itest.fLeft - iref.fLeft; in compare() 80 const int yOff = itest.fTop - iref.fTop; in compare() 136 SkIRect itest = tests[test].views[view]; in DEF_TEST() local 138 create(&testBitmap, itest); in DEF_TEST() 141 testCanvas.translate(SkIntToScalar(-itest.fLeft), in DEF_TEST() 142 SkIntToScalar(-itest.fTop)); in DEF_TEST() 147 compare(refBitmap, iref, testBitmap, itest)); in DEF_TEST()
|
/external/skia/tests/ |
D | FontHostStreamTest.cpp | 37 const SkBitmap& test, const SkIRect& itest) in compare() argument 39 const int xOff = itest.fLeft - iref.fLeft; in compare() 40 const int yOff = itest.fTop - iref.fTop; in compare()
|
D | DrawTextTest.cpp | 35 const SkBitmap& test, const SkIRect& itest) in compare() argument 37 const int xOff = itest.fLeft - iref.fLeft; in compare() 38 const int yOff = itest.fTop - iref.fTop; in compare()
|
D | BlurTest.cpp | 78 const SkBitmap& test, const SkIRect& itest) in compare() argument 80 const int xOff = itest.fLeft - iref.fLeft; in compare() 81 const int yOff = itest.fTop - iref.fTop; in compare() 137 SkIRect itest = tests[test].views[view]; in DEF_TEST() local 139 create(&testBitmap, itest); in DEF_TEST() 142 testCanvas.translate(SkIntToScalar(-itest.fLeft), in DEF_TEST() 143 SkIntToScalar(-itest.fTop)); in DEF_TEST() 148 compare(refBitmap, iref, testBitmap, itest)); in DEF_TEST()
|
/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) */
|