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

  /external/ltp/testcases/kdump/
runkdump.conf 2 ITERATION=1
runkdump.sh 139 >>"${ldir}/${ITERATION}.${last}.$(date +%F-%T)"
148 >>"${ldir}/${ITERATION}.${last}.$(date +%F-%T)"
177 if [ -z "${ITERATION}" ] || [ -z "${REBOOT}" ] || [ -z "${COREDIR}" ]
186 while [ "${ITERATION}" -ge 1 ]; do
263 if [ "${ITERATION}" -eq 1 ]; then
268 # Run the next iteration.
269 sed -i "s/\(^ITERATION\)=.*/\1=$((ITERATION - 1))/" \
  /test/vts-testcase/performance/audio_loopback_test/
AudioLoopbackTest.py 41 ITERATION = 100
98 for i in range(0, self.ITERATION):
  /external/skia/src/opts/
SkBitmapFilter_opts.h 43 // Output one pixel each iteration, calculating all channels (RGBA) together.
58 // We will load and accumulate with four coefficients per iteration.
139 // Output one pixel each iteration, calculating all channels (RGBA) together.
148 // four pixels in a column per iteration.
155 // We will load and accumulate with four coefficients per iteration.
171 #define ITERATION(src, accum) \
188 ITERATION(srcData[0] + start, accum0);
189 ITERATION(srcData[1] + start, accum1);
190 ITERATION(srcData[2] + start, accum2);
191 ITERATION(srcData[3] + start, accum3)
    [all...]
  /external/ltp/
runltp 737 echo "Test Tags will be Prepended with ITERATION NO.s....."
743 sed 's/^[0-9,a-z,A-Z]*/'"$inc"'_ITERATION_&/' < ${TMP}/alltests.temp >> ${TMP}/alltests #Keep appending with Iteration No.s
    [all...]
  /external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar 

Completed in 270 milliseconds