HomeSort by relevance Sort by last modified time
    Searched refs:count2 (Results 26 - 50 of 93) sorted by null

12 3 4

  /external/chromium_org/content/test/data/indexeddb/
cursor_prefetch.js 279 count2 = 0;
316 shouldBe("count2", "kNumberOfItems");
324 if (cursor2.key !== count2)
325 shouldBe("cursor2.key", "count2");
326 if (cursor2.value !== count2)
327 shouldBe("cursor2.value", "count2");
329 ++count2;
331 if (count2 % 20 === 0) {
  /external/chromium_org/third_party/freetype/src/sfnt/
ttkern.c 261 FT_UInt count2; local
264 for ( count2 = num_pairs; count2 > 0; count2-- )
  /external/freetype/src/sfnt/
ttkern.c 261 FT_UInt count2; local
264 for ( count2 = num_pairs; count2 > 0; count2-- )
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
ttkern.c 261 FT_UInt count2; local
264 for ( count2 = num_pairs; count2 > 0; count2-- )
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/resources/
sunspider-compare-results.js 29 var count2 = output2.length;
51 itemTotals2.length = count2;
131 for (var i = 0; i < count2; i++) {
301 var df = count1 + count2 - 2;
326 return result + pad(diffSummary, 18) + formatMean(meanWidth1, mean1, stdErr1, count1) + " " + formatMean(meanWidth2, mean2, stdErr2, count2) + diffDetail;
371 mean2 = computeMeans(count2, total2, categoryTotals2, categoryMeans2, testTotalsByCategory2, testMeansByCategory2);
377 stdErr2 = computeStdErrors(count2, stdDev2, categoryStdErrs2, categoryStdDevs2, testStdErrsByCategory2, testStdDevsByCategory2);
  /external/qemu/android/utils/
stralloc.c 303 int count2; local
314 count2 = 4 + 3*(max_count - count);
315 stralloc_readyplus( s, count2 );
316 memset( s->s + s->n, ' ', count2 );
317 s->n += count2;
  /external/chromium_org/third_party/icu/source/test/intltest/
tchcfmt.cpp 503 int32_t count2 = 0;
504 const double *limits2 = fmt2.getLimits(count2);
505 const UBool *closures2 = fmt2.getClosures(count2);
507 if((count2 != 6) || !limits2 || !closures2) {
510 for(i=0;i<count2;i++) {
512 i, count2,
  /external/icu/icu4c/source/test/intltest/
tchcfmt.cpp 503 int32_t count2 = 0;
504 const double *limits2 = fmt2.getLimits(count2);
505 const UBool *closures2 = fmt2.getClosures(count2);
507 if((count2 != 6) || !limits2 || !closures2) {
510 for(i=0;i<count2;i++) {
512 i, count2,
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Video_ThumbnailsTest.java 102 int count2 = getThumbnailCount(Thumbnails.EXTERNAL_CONTENT_URI); local
103 assertTrue(count2 > count);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_thread.py 135 count2=count
143 count2-=1
144 if not count2 :
146 count2=count
262 count2=count
271 count2-=1
272 if not count2 :
274 count2=count
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_thread.py 135 count2=count
143 count2-=1
144 if not count2 :
146 count2=count
262 count2=count
271 count2-=1
272 if not count2 :
274 count2=count
  /art/runtime/
reference_table.cc 96 size_t count2 = obj2->SizeOf(); variable
97 if (count1 != count2) {
98 return count1 < count2;
  /art/test/055-enum-performance/src/
Main.java 38 int count2 = test2(500); local
47 System.out.println("test2: performed " + count2 + " iterations");
51 double msec2 = (time2 - time1) / (double) count2 / 1000000;
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
ExcludedProxyTest.java 82 int count2 = 0; local
83 while ((count2 = is2.read(b2)) > 0)
84 response2 += new String(b2, 0, count2);
  /external/chromium_org/third_party/skia/src/pathops/
SkIntersections.cpp 36 SkDEBUGCODE(int count2 = 0;)
43 ++count2;
47 SkASSERT(count == count2);
  /external/skia/src/pathops/
SkIntersections.cpp 36 SkDEBUGCODE(int count2 = 0;)
43 ++count2;
47 SkASSERT(count == count2);
  /external/tremolo/Tremolo/
bitwise.c 691 long j,count=0,count2=0,bitcount=0; local
721 count2=(bitcount+7)>>3;
730 while(count2){
735 if(ilen>count2)ilen=count2;
748 count2-=ilen;
  /external/llvm/lib/Support/
regcomp.c 305 int count2; local
446 count2 = p_count(p);
447 REQUIRE(count <= count2, REG_BADBR);
449 count2 = INFINITY;
451 count2 = count;
452 repeat(p, pos, count, count2);
529 int count2; local
617 count2 = p_count(p);
618 REQUIRE(count <= count2, REG_BADBR);
620 count2 = INFINITY
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
regcomp.c 297 int count2; local
410 count2 = p_count(p);
411 REQUIRE(count <= count2, REG_BADBR);
413 count2 = INFINITY;
415 count2 = count;
416 repeat(p, pos, count, count2);
493 int count2; local
581 count2 = p_count(p);
582 REQUIRE(count <= count2, REG_BADBR);
584 count2 = INFINITY
    [all...]
  /external/zopfli/src/zopfli/
deflate.c 156 unsigned count2 = count > 138 ? 138 : count; local
159 ZOPFLI_APPEND_DATA(count2 - 11, &rle_bits, &rle_bits_size);
162 count -= count2;
167 unsigned count2 = count > 10 ? 10 : count; local
170 ZOPFLI_APPEND_DATA(count2 - 3, &rle_bits, &rle_bits_size);
173 count -= count2;
187 unsigned count2 = count > 6 ? 6 : count; local
190 ZOPFLI_APPEND_DATA(count2 - 3, &rle_bits, &rle_bits_size);
193 count -= count2;
  /external/chromium_org/third_party/skia/tests/
UtilsTest.cpp 177 size_t count2 = SkUTF16_CountUnichars(buf, 2); local
178 REPORTER_ASSERT(reporter, count2 == 1);
  /external/skia/tests/
UtilsTest.cpp 177 size_t count2 = SkUTF16_CountUnichars(buf, 2); local
178 REPORTER_ASSERT(reporter, count2 == 1);
  /external/chromium_org/third_party/icu/source/test/cintltst/
utransts.c 182 int32_t idLength, id2Length, count, count2; local
232 count2=uenum_count(uenum, &errorCode);
234 log_err("2nd uenum_count(transliterator IDs)=%d - %s\n", count2, u_errorName(errorCode));
235 } else if(count!=count2) {
236 log_err("uenum_unext(transliterator IDs) returned %d IDs but uenum_count() after uenum_reset() claims there are %d\n", count, count2);
  /external/icu/icu4c/source/test/cintltst/
utransts.c 185 int32_t idLength, id2Length, count, count2; local
235 count2=uenum_count(uenum, &errorCode);
237 log_err("2nd uenum_count(transliterator IDs)=%d - %s\n", count2, u_errorName(errorCode));
238 } else if(count!=count2) {
239 log_err("uenum_unext(transliterator IDs) returned %d IDs but uenum_count() after uenum_reset() claims there are %d\n", count, count2);
  /art/test/115-native-bridge/
nativebridge.cc 53 int i, count1, count2; local
59 count2 = gNativeBridgeArtCallbacks->getNativeMethods(env, klass, methods.get(), count1);
60 if (count1 == count2) {

Completed in 1342 milliseconds

12 3 4