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

  /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 53 psh_hint_overlap( PSH_Hint hint1,
56 return hint1->org_pos + hint1->org_len >= hint2->org_pos &&
57 hint2->org_pos + hint2->org_len >= hint1->org_pos;
310 PSH_Hint hint1, hint2; local
318 hint1 = sort[i1];
323 if ( hint2->org_pos < hint1->org_pos )
327 sort[i2] = hint1;
    [all...]
pshrec.c 724 FT_Int hint1,
738 if ( ps_mask_test_bit( counter, hint1 ) ||
753 if ( hint1 >= 0 )
755 error = ps_mask_set_bit( counter, (FT_UInt)hint1, memory );
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pshinter/
pshalgo.c 53 psh_hint_overlap( PSH_Hint hint1,
56 return hint1->org_pos + hint1->org_len >= hint2->org_pos &&
57 hint2->org_pos + hint2->org_len >= hint1->org_pos;
310 PSH_Hint hint1, hint2; local
318 hint1 = sort[i1];
323 if ( hint2->org_pos < hint1->org_pos )
327 sort[i2] = hint1;
    [all...]
pshrec.c 724 FT_Int hint1,
738 if ( ps_mask_test_bit( counter, hint1 ) ||
753 if ( hint1 >= 0 )
755 error = ps_mask_set_bit( counter, (FT_UInt)hint1, memory );
  /external/pdfium/third_party/freetype/src/pshinter/
pshalgo.c 53 psh_hint_overlap( PSH_Hint hint1,
56 return hint1->org_pos + hint1->org_len >= hint2->org_pos &&
57 hint2->org_pos + hint2->org_len >= hint1->org_pos;
310 PSH_Hint hint1, hint2; local
318 hint1 = sort[i1];
323 if ( hint2->org_pos < hint1->org_pos )
327 sort[i2] = hint1;
    [all...]
pshrec.c 724 FT_Int hint1,
738 if ( ps_mask_test_bit( counter, hint1 ) ||
753 if ( hint1 >= 0 )
755 error = ps_mask_set_bit( counter, (FT_UInt)hint1, memory );
  /external/valgrind/none/tests/
cmdline1.stdout.exp 93 --sim-hints=hint1,hint2,... activate unusual sim behaviours [none]
cmdline2.stdout.exp 93 --sim-hints=hint1,hint2,... activate unusual sim behaviours [none]
  /external/clang/lib/Parse/
ParseTemplate.cpp 807 FixItHint Hint1 = FixItHint::CreateReplacement(ReplacementRange,
    [all...]
  /external/valgrind/coregrind/
m_main.c 179 " --sim-hints=hint1,hint2,... activate unusual sim behaviours [none] \n"
    [all...]
  /external/valgrind/docs/xml/
manual-core.xml     [all...]

Completed in 850 milliseconds