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

  /external/skia/bench/
benchmain.cpp 358 str.printf("skia bench: alpha=0x%02X antialias=%d filter=%d\n",
372 SkBenchmark* bench; local
373 while ((bench = iter.next()) != NULL) {
374 SkIPoint dim = bench->getSize();
379 bench->setForceAlpha(forceAlpha);
380 bench->setForceAA(forceAA);
381 bench->setForceFilter(forceFilter);
382 bench->setDither(forceDither);
384 bench->setStrokeWidth(strokeWidth);
388 if (matchStr && strstr(bench->getName(), matchStr) == NULL)
    [all...]
bench_compare.py 11 """Takes iterable lines of bench output, returns {bench:{config:time}}."""
17 #see if this line starts a new bench
18 new_bench = re.search('running bench \[\d+ \d+\] (.{28})', line)
22 #add configs on this line to the current bench
37 print '-o <file> the old bench output file.'
38 print '-n <file> the new bench output file.'
42 print ' b: bench'
61 'b' : '{bench: >28} ',
69 'b' : '{bench: >28} '
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
DdmsPlugin.java 419 IWorkbench bench = sPlugin.getWorkbench(); local
420 if (bench != null) {
421 return bench.getDisplay();
  /external/libvpx/vp8/common/arm/armv6/
idct_v6.asm 25 ;* bench: 3/5
53 ;* bench:
145 ;* bench:
230 ;* bench:
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtPlugin.java 313 IWorkbench bench = null; local
315 bench = sPlugin.getWorkbench();
318 if (bench != null) {
319 return bench.getDisplay();
    [all...]
  /external/skia/
Android.mk 343 include $(BASE_PATH)/bench/Android.mk

Completed in 157 milliseconds