Searched refs:testsize (Results 1 - 7 of 7) sorted by relevance

/external/zopfli/src/zopfli/
H A Dzopfli_bin.c55 size_t testsize = fread(*out, 1, *outsize, file); local
56 if (testsize != *outsize) {
/external/chromium_org/third_party/cld/encodings/compact_lang_det/
H A Dcompact_lang_det_impl.cc1062 bool CheapSqueezeTriggerTest(const char* src, int srclen, int testsize) { argument
1064 if (srclen < testsize) {return false;}
1065 int space_thresh = (testsize * kSpacesTriggerPercent) / 100;
1066 int predict_thresh = (testsize * kPredictTriggerPercent) / 100;
1073 if ((CountSpaces4(src, testsize) >= space_thresh) ||
1074 (CountPredictedBytes(src, testsize, &hash, predict_tbl) >=
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcapitst.c1823 int32_t testsize; member in struct:__anon12171
1843 if(uset_size(set) != setTest[i].testsize) {
1844 log_err("Tailored set size different (%d) than expected (%d)\n", uset_size(set), setTest[i].testsize);
1846 for(j = 0; j < setTest[i].testsize; j++) {
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dapicoll.cpp1826 int32_t testsize; member in struct:__anon12290
1844 if(set->size() != setTest[i].testsize) {
1845 errln("Tailored set size different (%d) than expected (%d)", set->size(), setTest[i].testsize);
1847 for(j = 0; j < (uint32_t)setTest[i].testsize; j++) {
/external/icu/icu4c/source/test/cintltst/
H A Dcapitst.c1825 int32_t testsize; member in struct:__anon21970
1845 if(uset_size(set) < setTest[i].testsize) {
1846 log_err("Tailored set size smaller (%d) than expected (%d)\n", uset_size(set), setTest[i].testsize);
1848 for(j = 0; j < setTest[i].testsize; j++) {
/external/icu/icu4c/source/test/intltest/
H A Dapicoll.cpp1909 int32_t testsize; member in struct:__anon22092
1926 if(set->size() < setTest[i].testsize) {
1927 errln("Tailored set size smaller (%d) than expected (%d)", set->size(), setTest[i].testsize);
1929 for(j = 0; j < setTest[i].testsize; j++) {
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.cpp5425 unsigned testsize = attempt[type].size;
5426 /*if(testsize > 8) testsize /= 8;*/ /*it already works good enough by testing a part of the row*/
5431 zlib_compress(&dummy, &size[type], attempt[type].data, testsize, &zlibsettings);

Completed in 369 milliseconds