HomeSort by relevance Sort by last modified time
    Searched defs:count2 (Results 1 - 25 of 73) sorted by null

1 2 3

  /art/runtime/
jobject_comparator.cc 47 size_t count2 = obj2->SizeOf(); local
48 if (count1 != count2) {
49 return count1 < count2;
reference_table.cc 96 size_t count2 = obj2->SizeOf(); variable
97 if (count1 != count2) {
98 return count1 < count2;
  /external/chromium_org/third_party/icu/source/i18n/
ucol_wgt.h 30 uint32_t count2; member in struct:WeightRange
ucol_wgt.cpp 129 range->count2*=countBytes;
366 /* set the length2 and count2 fields */
369 ranges[i].count2=(uint32_t)ranges[i].count;
380 lengthCounts[ranges[i].length2]+=ranges[i].count2;
389 maxCount+=ranges[rangeCount].count2;
396 } else if(n<=ranges[0].count2*countBytes) {
398 uint32_t count1, count2, power_1, power; local
402 /* calculate how to split the range between maxLength-1 (count1) and maxLength (count2) */
405 count2=(n+power-1)/power;
406 count1=ranges[0].count-count2;
    [all...]
  /art/runtime/arch/
memcmp16_test.cc 54 size_t count1, count2; local
63 count2 = (r.next() % max_length) + min_length;
68 count2 = 0U;
73 count2 = (r.next() % max_length) + min_length;
78 count2 = 0U;
94 if (count2 > 0U) {
95 s2 = new uint16_t[count2];
101 size_t min = count1 < count2 ? count1 : count2;
112 for (size_t i = min; i < count2; ++i)
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
bp_signal.c 115 long long count1, count2; local
141 * - fd2 event breakpoint hit -> count2 == 1
169 count2 = bp_count(fd2);
174 pr_debug("count1 %lld, count2 %lld, overflow %d\n",
175 count1, count2, overflows);
187 if (count2 != 1)
190 return count1 == 1 && overflows == 1 && count2 == 1 ?
  /external/valgrind/main/drd/tests/
pth_detached.c 40 const int count2 = argc > 2 ? atoi(argv[2]) : 100; local
60 // Create count2 detached threads by letting the threads detach themselves.
64 for (i = 0; i < count2; i++)
73 while (s_finished_count < count1 + count2) {
pth_detached_sem.c 44 const int count2 = argc > 2 ? atoi(argv[2]) : 100; local
45 int thread_arg[count1 > count2 ? count1 : count2];
50 for (i = 0; i < count1 || i < count2; i++)
67 // Create count2 detached threads by letting the threads detach themselves.
71 for (i = 0; i < count2; i++)
79 for (i = 0; i < count1 + count2; i++)
  /art/test/133-static-invoke-super/src/
Main.java 43 int count2 = testStatic(50000000); local
47 System.out.println("test1: performed " + count2 + " iterations");
50 double msec1 = (time2 - time1) / (double) count2 / 1000000;
  /external/srec/srec/crec/
srec_debug.c 80 int count, count2; local
87 count2 = count_fsmarc_token_list(rec, rec->active_fsmarc_tokens);
88 printf("number active: %d fsmnodes %d fsmarcs\n", count, count2);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/format/
FormatUtils.java 65 int count2 = array2.length; local
68 while (count1 > 0 && count2 > 0 && array1[count1 - 1] == array2[count2 - 1]) {
70 count2--;
73 int size = 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/chromium_org/third_party/freetype/src/sfnt/
ttkern.c 261 FT_UInt count2; local
264 for ( count2 = num_pairs; count2 > 0; 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);
FontHostTest.cpp 179 int count2 = face->getTableTags(tags); local
180 REPORTER_ASSERT(reporter, count2 == count);
  /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/qemu/distrib/sdl-1.2.15/src/joystick/macos/
SDL_sysjoystick.c 154 UInt32 count, gotCount, count2; local
158 count2 = 0;
183 count2 += gotCount;
190 &(joystick->hwdata->refs[count2]));
194 count2 += gotCount;
201 &(joystick->hwdata->refs[count2]));
205 count2 += gotCount;
  /external/skia/tests/
UtilsTest.cpp 177 size_t count2 = SkUTF16_CountUnichars(buf, 2); local
178 REPORTER_ASSERT(reporter, count2 == 1);
  /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) {
  /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);
  /external/chromium_org/third_party/freetype/src/pshinter/
pshglob.c 476 FT_UInt count1, count2; local
500 count2 = family->count;
502 for ( ; count2 > 0; count2--, zone2++ )
  /external/chromium_org/third_party/skia/src/gpu/
GrTextStrike.cpp 179 int count2 = 0; local
182 count2 += 1;
185 SkASSERT(count == count2);
187 count2 = 0;
190 count2 += 1;
193 SkASSERT(count == count2);
  /external/freetype/src/pshinter/
pshglob.c 476 FT_UInt count1, count2; local
500 count2 = family->count;
502 for ( ; count2 > 0; count2--, zone2++ )
  /external/icu/icu4c/source/i18n/
collationweights.cpp 419 // Calculate how to split the range between minLength (count1) and minLength+1 (count2).
421 // count1 + count2 * nextCountBytes = n
422 // count1 + count2 = count
424 // (count - count2) + count2 * nextCountBytes = n
425 // and then into the following count1 & count2 computations.
426 int32_t count2 = (n - count) / (nextCountBytes - 1); // number of weights to be lengthened local
427 int32_t count1 = count - count2; // number of minLength weights
428 if(count2 == 0 || (count1 + count2 * nextCountBytes) < n)
    [all...]

Completed in 707 milliseconds

1 2 3