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

1 2 3 4

  /art/runtime/
jobject_comparator.cc 46 size_t count1 = obj1->SizeOf(); local
48 if (count1 != count2) {
49 return count1 < count2;
reference_table.cc 95 size_t count1 = obj1->SizeOf(); variable
97 if (count1 != count2) {
98 return count1 < count2;
  /external/stlport/test/unit/
count_test.cpp 16 CPPUNIT_TEST(count1);
22 void count1();
44 void CountTest::count1() function in class:CountTest
  /ndk/tests/device/test-gnustl-full/unit/
count_test.cpp 16 CPPUNIT_TEST(count1);
22 void count1();
44 void CountTest::count1() function in class:CountTest
  /ndk/tests/device/test-stlport/unit/
count_test.cpp 16 CPPUNIT_TEST(count1);
22 void count1();
44 void CountTest::count1() function in class:CountTest
  /art/runtime/arch/
memcmp16_test.cc 54 size_t count1, count2; local
62 count1 = (r.next() % max_length) + min_length;
67 count1 = (r.next() % max_length) + min_length;
72 count1 = 0U;
77 count1 = 0U;
87 if (count1 > 0U) {
88 s1 = new uint16_t[count1];
101 size_t min = count1 < count2 ? count1 : count2;
109 for (size_t i = min; i < count1; ++i)
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
bp_signal.c 115 long long count1, count2; local
139 * - fd1 event breakpoint hit -> count1 == 1
168 count1 = bp_count(fd1);
174 pr_debug("count1 %lld, count2 %lld, overflow %d\n",
175 count1, count2, overflows);
177 if (count1 != 1) {
178 if (count1 == 11)
181 pr_debug("failed: wrong count for bp1%lld\n", count1);
190 return count1 == 1 && overflows == 1 && count2 == 1 ?
  /external/valgrind/main/drd/tests/
pth_detached.c 39 const int count1 = argc > 1 ? atoi(argv[1]) : 100; local
53 // Create count1 detached threads by setting the "detached" property via
55 for (i = 0; i < count1; i++)
73 while (s_finished_count < count1 + count2) {
pth_detached_sem.c 43 const int count1 = argc > 1 ? atoi(argv[1]) : 100; local
45 int thread_arg[count1 > count2 ? count1 : count2];
50 for (i = 0; i < count1 || i < count2; i++)
60 // Create count1 detached threads by setting the "detached" property via
62 for (i = 0; i < count1; i++)
79 for (i = 0; i < count1 + count2; i++)
  /packages/apps/ContactsCommon/src/com/android/contacts/common/format/
FormatUtils.java 64 int count1 = array1.length; local
68 while (count1 > 0 && count2 > 0 && array1[count1 - 1] == array2[count2 - 1]) {
69 count1--;
74 for (int i = 0; i < count1; i++) {
75 if (i + size > count1) {
76 size = count1 - i;
  /art/test/055-enum-performance/src/
Main.java 36 int count1 = test1(500); local
46 System.out.println("test1: performed " + count1 + " iterations");
50 double msec1 = (time1 - time0) / (double) count1 / 1000000;
  /art/test/115-native-bridge/
nativebridge.cc 52 int i, count1, count2; local
53 count1 = gNativeBridgeArtCallbacks->getNativeMethodCount(env, klass);
54 std::unique_ptr<JNINativeMethod[]> methods(new JNINativeMethod[count1]);
58 count2 = gNativeBridgeArtCallbacks->getNativeMethods(env, klass, methods.get(), count1);
59 if (count1 == count2) {
60 printf("Test ART callbacks: all JNI function number is %d.\n", count1);
63 for (i = 0; i < count1; i++) {
  /external/chromium_org/third_party/freetype/src/pshinter/
pshglob.c 476 FT_UInt count1, count2; local
493 count1 = normal->count;
495 for ( ; count1 > 0; count1--, zone1++ )
  /external/chromium_org/third_party/icu/source/i18n/
ucol_wgt.cpp 385 uint32_t count1, count2, power_1, power; local
389 /* calculate how to split the range between maxLength-1 (count1) and maxLength (count2) */
393 count1=ranges[0].count-count2;
397 printf("split the first range %ld:%ld\n", count1, count2);
399 if(count1<1) {
414 /* set the end of the first range according to count1 */
416 byte=getWeightByte(ranges[0].start, i)+count1-1;
419 * ranges[0].count and count1 may be >countBytes
438 ranges[0].count=count1;
441 ranges[0].count2=count1*power_1
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_segmentation.c 259 const int count1 = temporal_predictor_count[i][1]; local
261 t_nopred_prob[i] = get_binary_prob(count0, count1);
265 count1 * vp9_cost_one(t_nopred_prob[i]);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
atifragshader.c 427 GLuint count1 = curProg->Instructions[j][i].ArgCount[1]; local
429 op1, op1_enum, count1);
  /external/chromium_org/third_party/skia/gm/
techtalk1.cpp 95 int count1 = d1.getPoints(pts1, SK_ARRAY_COUNT(pts1)); local
96 SkASSERT(count == count1);
  /external/freetype/src/pshinter/
pshglob.c 476 FT_UInt count1, count2; local
493 count1 = normal->count;
495 for ( ; count1 > 0; count1--, zone1++ )
  /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
425 // and then into the following count1 & count2 computations.
427 int32_t count1 = count - count2; // number of minLength weights local
428 if(count2 == 0 || (count1 + count2 * nextCountBytes) < n) {
431 --count1;
432 U_ASSERT((count1 + count2 * nextCountBytes) >= n);
437 if(count1 == 0) {
447 splitRange, rangeCount, count1, count2)
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_segmentation.c 273 const int count1 = temporal_predictor_count[i][1]; local
275 t_nopred_prob[i] = get_binary_prob(count0, count1);
279 count1 * vp9_cost_one(t_nopred_prob[i]);
  /external/mesa3d/src/mesa/main/
atifragshader.c 427 GLuint count1 = curProg->Instructions[j][i].ArgCount[1]; local
429 op1, op1_enum, count1);
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
pshglob.c 484 FT_UInt count1, count2; local
501 count1 = normal->count;
503 for ( ; count1 > 0; count1--, zone1++ )
  /external/skia/gm/
techtalk1.cpp 95 int count1 = d1.getPoints(pts1, SK_ARRAY_COUNT(pts1)); local
96 SkASSERT(count == count1);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_segmentation.c 273 const int count1 = temporal_predictor_count[i][1]; local
275 t_nopred_prob[i] = get_binary_prob(count0, count1);
279 count1 * vp9_cost_one(t_nopred_prob[i]);
  /system/core/liblog/tests/
liblog_test.cpp 565 int count1 = 0; local
577 ++count1;
593 EXPECT_EQ(25, count1);

Completed in 465 milliseconds

1 2 3 4