HomeSort by relevance Sort by last modified time
    Searched full:hint2 (Results 1 - 10 of 10) 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/freetype/src/pshinter/
pshalgo.c 57 PSH_Hint hint2 )
59 return hint1->org_pos + hint1->org_len >= hint2->org_pos &&
60 hint2->org_pos + hint2->org_len >= hint1->org_pos;
122 PSH_Hint hint2; local
128 hint2 = sorted[0];
130 if ( psh_hint_overlap( hint, hint2 ) )
132 hint->parent = hint2;
279 PSH_Hint hint2;
284 hint2 = sort[0]
313 PSH_Hint hint1, hint2; local
    [all...]
pshrec.c 716 FT_Int hint2,
730 ps_mask_test_bit( counter, hint2 ) ||
748 error = ps_mask_set_bit( counter, hint2, memory );
  /external/valgrind/main/none/tests/
cmdline1.stdout.exp 76 --sim-hints=hint1,hint2,... known hints:
cmdline2.stdout.exp 76 --sim-hints=hint1,hint2,... known hints:
  /external/clang/lib/Parse/
ParseTemplate.cpp 729 FixItHint Hint2;
738 Hint2 = FixItHint::CreateInsertion(Next.getLocation(), " ");
745 Diag(Tok.getLocation(), DiagId) << Hint1 << Hint2;
    [all...]
  /external/valgrind/main/docs/xml/
manual-core.xml     [all...]
  /external/valgrind/main/coregrind/
m_main.c 187 " --sim-hints=hint1,hint2,... known hints:\n"
    [all...]

Completed in 3003 milliseconds