HomeSort by relevance Sort by last modified time
    Searched refs:hint1 (Results 1 - 9 of 9) sorted by null

  /external/stlport/test/unit/
hash_test.cpp 388 HashSetInt hint1(10, hash<int>(), equal_to<int>(), stack1);
392 hint1.insert(i);
393 HashSetInt hint1Cpy(hint1);
400 hint1.swap(hint2);
402 CPPUNIT_ASSERT( hint1.get_allocator().swaped() );
405 CPPUNIT_ASSERT( hint1.get_allocator() == stack2 );
  /ndk/tests/device/test-gnustl-full/unit/
hash_test.cpp 388 HashSetInt hint1(10, hash<int>(), equal_to<int>(), stack1);
392 hint1.insert(i);
393 HashSetInt hint1Cpy(hint1);
400 hint1.swap(hint2);
402 CPPUNIT_ASSERT( hint1.get_allocator().swaped() );
405 CPPUNIT_ASSERT( hint1.get_allocator() == stack2 );
  /ndk/tests/device/test-stlport/unit/
hash_test.cpp 388 HashSetInt hint1(10, hash<int>(), equal_to<int>(), stack1);
392 hint1.insert(i);
393 HashSetInt hint1Cpy(hint1);
400 hint1.swap(hint2);
402 CPPUNIT_ASSERT( hint1.get_allocator().swaped() );
405 CPPUNIT_ASSERT( hint1.get_allocator() == stack2 );
  /external/chromium_org/third_party/freetype/src/pshinter/
pshalgo.c 55 psh_hint_overlap( PSH_Hint hint1,
58 return hint1->org_pos + hint1->org_len >= hint2->org_pos &&
59 hint2->org_pos + hint2->org_len >= hint1->org_pos;
312 PSH_Hint hint1, hint2; local
320 hint1 = sort[i1];
325 if ( hint2->org_pos < hint1->org_pos )
329 sort[i2] = hint1;
    [all...]
pshrec.c 716 FT_Int hint1,
730 if ( ps_mask_test_bit( counter, hint1 ) ||
745 error = ps_mask_set_bit( counter, hint1, memory );
  /external/freetype/src/pshinter/
pshalgo.c 55 psh_hint_overlap( PSH_Hint hint1,
58 return hint1->org_pos + hint1->org_len >= hint2->org_pos &&
59 hint2->org_pos + hint2->org_len >= hint1->org_pos;
312 PSH_Hint hint1, hint2; local
320 hint1 = sort[i1];
325 if ( hint2->org_pos < hint1->org_pos )
329 sort[i2] = hint1;
    [all...]
pshrec.c 716 FT_Int hint1,
730 if ( ps_mask_test_bit( counter, hint1 ) ||
745 error = ps_mask_set_bit( counter, hint1, memory );
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
pshalgo.c 55 psh_hint_overlap( PSH_Hint hint1,
58 return hint1->org_pos + hint1->org_len >= hint2->org_pos &&
59 hint2->org_pos + hint2->org_len >= hint1->org_pos;
312 PSH_Hint hint1, hint2; local
320 hint1 = sort[i1];
325 if ( hint2->org_pos < hint1->org_pos )
329 sort[i2] = hint1;
    [all...]
pshrec.c 716 FT_Int hint1,
730 if ( ps_mask_test_bit( counter, hint1 ) ||
745 error = ps_mask_set_bit( counter, hint1, memory );

Completed in 105 milliseconds