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

1 2

  /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
  /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/Contacts/src/com/android/contacts/format/
FormatUtils.java 66 int count1 = array1.length; local
70 while (count1 > 0 && count2 > 0 && array1[count1 - 1] == array2[count2 - 1]) {
71 count1--;
76 for (int i = 0; i < count1; i++) {
77 if (i + size > count1) {
78 size = count1 - i;
  /dalvik/tests/055-enum-performance/src/
Main.java 16 int count1 = test1(500); local
26 System.out.println("test1: performed " + count1 + " iterations");
30 double msec1 = (time1 - time0) / (double) count1 / 1000000;
  /dalvik/vm/
ReferenceTable.cpp 199 size_t count1 = getElementCount(obj1); local
201 if (count1 != count2) {
202 return count1 - count2;
  /external/freetype/src/pshinter/
pshglob.c 476 FT_UInt count1, count2; local
493 count1 = normal->count;
495 for ( ; count1 > 0; count1--, zone1++ )
pshrec.c 382 FT_UInt count1 = mask1->num_bits; local
387 count = ( count1 <= count2 ) ? count1 : count2;
429 FT_UInt count1 = mask1->num_bits; local
441 /* if "count2" is greater than "count1", we need to grow the */
443 if ( count2 > count1 )
449 for ( pos = count1; pos < count2; pos++ )
1007 FT_UInt count1 = dim[0].hints.num_hints; local
1012 if ( bit_count != count1 + count2 )
1016 bit_count, count1 + count2 ))
1052 FT_UInt count1 = dim[0].hints.num_hints; local
    [all...]
  /external/icu4c/i18n/
ucol_wgt.cpp 398 uint32_t count1, count2, power_1, power; local
402 /* calculate how to split the range between maxLength-1 (count1) and maxLength (count2) */
406 count1=ranges[0].count-count2;
410 printf("split the first range %ld:%ld\n", count1, count2);
412 if(count1<1) {
427 /* set the end of the first range according to count1 */
429 byte=getWeightByte(ranges[0].start, i)+count1-1;
432 * ranges[0].count and count1 may be >countBytes
451 ranges[0].count=count1;
454 ranges[0].count2=count1*power_1
    [all...]
  /external/icu4c/test/intltest/
msfmrgts.cpp 766 int32_t count1 = 0; local
768 Formattable *newobjs = mf->parse(result, pp, count1);
    [all...]
apicoll.cpp 1038 int32_t count1, count2; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
motion_comp.cpp 1909 Int i, j, count = 0, count1 = 0; local
    [all...]
  /libcore/luni/src/main/java/java/util/
TimSort.java 674 int count1 = 0; // Number of times in a row that first run won
686 count1 = 0;
691 count1++;
696 } while ((count1 | count2) < minGallop);
705 count1 = gallopRight(a[cursor2], tmp, cursor1, len1, 0, c);
706 if (count1 != 0) {
707 System.arraycopy(tmp, cursor1, a, dest, count1);
708 dest += count1;
709 cursor1 += count1;
710 len1 -= count1;
793 int count1 = 0; \/\/ Number of times in a row that first run won local
    [all...]
  /external/icu4c/common/
uhash.c 887 int32_t count1, count2, pos, i; local
913 count1 = uhash_count(hash1);
915 if(count1!=count2){
920 for(i=0; i<count1; i++){
    [all...]
  /frameworks/base/media/mca/filterfw/native/core/
shader_program.cpp 664 GLint count1, count2; local
665 glGetIntegerv(GL_MAX_VERTEX_UNIFORM_VECTORS, &count1);
667 return count1 < count2 ? count1 : count2;
    [all...]
  /dalvik/vm/compiler/codegen/x86/
CodegenInterface.cpp 215 JitTraceCounter_t count1 = getProfileCount(jitEntry1); local
217 return (count1 == count2) ? 0 : ((count1 > count2) ? -1 : 1);
    [all...]
  /sdk/manifmerger/src/com/android/manifmerger/
ManifestMerger.java 1319 int count1 = 0; local
    [all...]
  /bionic/libc/netbsd/resolv/
res_cache.c 957 int count1, count2; local
974 count1 = _dnsPacket_readInt16(pack1);
976 if (count1 != count2 || count1 < 0) {
986 for ( ; count1 > 0; count1-- ) {
    [all...]
  /dalvik/vm/compiler/codegen/arm/
Assemble.cpp 2108 JitTraceCounter_t count1 = getProfileCount(jitEntry1); local
    [all...]
  /dalvik/vm/compiler/codegen/mips/
Assemble.cpp 1481 JitTraceCounter_t count1 = getProfileCount(jitEntry1); local
    [all...]
  /external/freetype/src/base/
ftstroke.c 1982 FT_UInt count1, count2, num_points = 0; local
    [all...]
  /external/harfbuzz/src/
harfbuzz-gpos.c 1258 HB_UShort m, n, k, count1, count2; local
1276 count1 = ppf2->Class1Count = GET_UShort();
1283 ( error = _HB_OPEN_Load_ClassDefinition( &ppf2->ClassDef1, count1,
1294 if ( ALLOC_ARRAY( ppf2->Class1Record, count1, HB_Class1Record ) )
1299 for ( m = 0; m < count1; m++ )
1376 HB_UShort m, n, count1, count2; local
1385 count1 = ppf2->Class1Count;
1388 for ( m = 0; m < count1; m++ )
    [all...]
  /external/icu4c/test/cintltst/
ccapitst.c 180 int32_t count1 = 0; local
184 count1++;
198 if (count1 != count2) {
    [all...]

Completed in 869 milliseconds

1 2