Home
last modified time | relevance | path

Searched refs:itest (Results 1 – 8 of 8) sorted by relevance

/external/autotest/client/tests/npb/
Dnpb.py57 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/
DFontHostStreamTest.cpp39 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()
DDrawTextTest.cpp38 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()
DBlurTest.cpp98 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/
DFontHostStreamTest.cpp39 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()
DBlurTest.cpp97 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()
DDrawTextTest.cpp40 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/
Drpe.c265 int i, itest; variable
286 itest = 0;
290 itest |= (temp <= 0);
294 if (itest == 0) exp++; /* exp = add (exp, 1) */