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

  /external/stlport/test/unit/
hash_test.cpp 395 HashSetInt hint2(10, hash<int>(), equal_to<int>(), stack2);
397 hint2.insert(i);
398 HashSetInt hint2Cpy(hint2);
400 hint1.swap(hint2);
403 CPPUNIT_ASSERT( hint2.get_allocator().swaped() );
406 CPPUNIT_ASSERT( hint2.get_allocator() == stack1 );
  /ndk/tests/device/test-gnustl-full/unit/
hash_test.cpp 395 HashSetInt hint2(10, hash<int>(), equal_to<int>(), stack2);
397 hint2.insert(i);
398 HashSetInt hint2Cpy(hint2);
400 hint1.swap(hint2);
403 CPPUNIT_ASSERT( hint2.get_allocator().swaped() );
406 CPPUNIT_ASSERT( hint2.get_allocator() == stack1 );
  /ndk/tests/device/test-stlport/unit/
hash_test.cpp 395 HashSetInt hint2(10, hash<int>(), equal_to<int>(), stack2);
397 hint2.insert(i);
398 HashSetInt hint2Cpy(hint2);
400 hint1.swap(hint2);
403 CPPUNIT_ASSERT( hint2.get_allocator().swaped() );
406 CPPUNIT_ASSERT( hint2.get_allocator() == stack1 );
  /external/chromium_org/third_party/freetype/src/pshinter/
pshalgo.c 56 PSH_Hint hint2 )
58 return hint1->org_pos + hint1->org_len >= hint2->org_pos &&
59 hint2->org_pos + hint2->org_len >= hint1->org_pos;
121 PSH_Hint hint2; local
127 hint2 = sorted[0];
129 if ( psh_hint_overlap( hint, hint2 ) )
131 hint->parent = hint2;
278 PSH_Hint hint2;
283 hint2 = sort[0]
312 PSH_Hint hint1, hint2; local
    [all...]
pshrec.c 717 FT_Int hint2,
731 ps_mask_test_bit( counter, hint2 ) ||
749 error = ps_mask_set_bit( counter, hint2, memory );
  /external/freetype/src/pshinter/
pshalgo.c 56 PSH_Hint hint2 )
58 return hint1->org_pos + hint1->org_len >= hint2->org_pos &&
59 hint2->org_pos + hint2->org_len >= hint1->org_pos;
121 PSH_Hint hint2; local
127 hint2 = sorted[0];
129 if ( psh_hint_overlap( hint, hint2 ) )
131 hint->parent = hint2;
278 PSH_Hint hint2;
283 hint2 = sort[0]
312 PSH_Hint hint1, hint2; local
    [all...]
pshrec.c 717 FT_Int hint2,
731 ps_mask_test_bit( counter, hint2 ) ||
749 error = ps_mask_set_bit( counter, hint2, memory );
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
pshalgo.c 56 PSH_Hint hint2 )
58 return hint1->org_pos + hint1->org_len >= hint2->org_pos &&
59 hint2->org_pos + hint2->org_len >= hint1->org_pos;
121 PSH_Hint hint2; local
127 hint2 = sorted[0];
129 if ( psh_hint_overlap( hint, hint2 ) )
131 hint->parent = hint2;
278 PSH_Hint hint2;
283 hint2 = sort[0]
312 PSH_Hint hint1, hint2; local
    [all...]
pshrec.c 717 FT_Int hint2,
731 ps_mask_test_bit( counter, hint2 ) ||
749 error = ps_mask_set_bit( counter, hint2, memory );
  /external/valgrind/main/none/tests/
cmdline1.stdout.exp 86 --sim-hints=hint1,hint2,... known hints:
cmdline2.stdout.exp 86 --sim-hints=hint1,hint2,... known hints:

Completed in 95 milliseconds