HomeSort by relevance Sort by last modified time
    Searched full:hint2 (Results 1 - 12 of 12) 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/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 739 FixItHint Hint2;
748 Hint2 = FixItHint::CreateInsertion(Next.getLocation(), " ");
755 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 744 milliseconds