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

  /frameworks/base/core/tests/coretests/src/android/database/
run_newdb_perf_test.sh 21 RUN_N=${1:-5}
22 echo "Running benchmark $RUN_N times"
24 for (( i=0; i<$RUN_N; i++ ))
  /external/libxcam/tests/
test-soft-image.cpp 68 #define RUN_N(statement, loop, msg, ...) \
716 RUN_N (blender->blend (ins[0]->get_buf (), ins[1]->get_buf (), outs[0]->get_buf ()), loop, "blend buffer failed.");
729 RUN_N (mapper->remap (ins[0]->get_buf (), outs[0]->get_buf ()), loop, "remap buffer failed.");

Completed in 87 milliseconds