Searched refs:xcount (Results 1 - 6 of 6) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
H A Dbitstream.h19 void vp8_pack_tokens(vp8_writer *w, const TOKENEXTRA *p, int xcount);
H A Dbitstream.c162 void vp8_pack_tokens(vp8_writer *w, const TOKENEXTRA *p, int xcount) argument
164 const TOKENEXTRA *stop = p + xcount;
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/bench/
H A Dmain.py160 xcount = count
162 counted = [None for _ in xrange(xcount)]
169 xcount *= 10
171 times.append(result / xcount)
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/
H A Dmain.py173 xcount = count
175 counted = [None for _ in xrange(xcount)]
182 xcount *= 10
184 times.append(result / xcount)
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DStringTokenizerTest.java528 int xcount = 0;
531 logln("[" + xcount + "] '" + t + "'");
532 ++xcount;
534 if (count != ncount || count != xcount) {
535 errln("inconsistent counts " + count + ", " + ncount + ", " + xcount);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DStringTokenizerTest.java524 int xcount = 0;
527 logln("[" + xcount + "] '" + t + "'");
528 ++xcount;
530 if (count != ncount || count != xcount) {
531 errln("inconsistent counts " + count + ", " + ncount + ", " + xcount);

Completed in 904 milliseconds