HomeSort by relevance Sort by last modified time
    Searched full: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/freetype/src/pshinter/
pshalgo.c 56 psh_hint_overlap( PSH_Hint hint1,
59 return hint1->org_pos + hint1->org_len >= hint2->org_pos &&
60 hint2->org_pos + hint2->org_len >= hint1->org_pos;
313 PSH_Hint hint1, hint2; local
321 hint1 = sort[i1];
326 if ( hint2->org_pos < hint1->org_pos )
330 sort[i2] = hint1;
    [all...]
pshrec.c 715 FT_Int hint1,
729 if ( ps_mask_test_bit( counter, hint1 ) ||
744 error = ps_mask_set_bit( counter, hint1, memory );
  /external/valgrind/main/none/tests/
cmdline1.stdout.exp 74 --sim-hints=hint1,hint2,... known hints:
cmdline2.stdout.exp 74 --sim-hints=hint1,hint2,... known hints:
  /external/valgrind/main/docs/xml/
manual-core.xml     [all...]
  /external/valgrind/main/coregrind/
m_main.c 181 " --sim-hints=hint1,hint2,... known hints:\n"
    [all...]

Completed in 6750 milliseconds