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

  /ndk/tests/device/test-gnustl-full/unit/
codecvt_test.cpp 397 const char* next_from; local
400 cdecvt_type::result res = cdect.in(state, from.data(), from.data() + from.size(), next_from,
403 CPPUNIT_ASSERT( next_from == from.data() + 1 );
411 const wchar_t* next_from; local
414 cdecvt_type::result res = cdect.out(state, from.data(), from.data() + from.size(), next_from,
417 CPPUNIT_ASSERT( next_from == from.data() + 1 );
  /ndk/tests/device/test-stlport/unit/
codecvt_test.cpp 397 const char* next_from; local
400 cdecvt_type::result res = cdect.in(state, from.data(), from.data() + from.size(), next_from,
403 CPPUNIT_ASSERT( next_from == from.data() + 1 );
411 const wchar_t* next_from; local
414 cdecvt_type::result res = cdect.out(state, from.data(), from.data() + from.size(), next_from,
417 CPPUNIT_ASSERT( next_from == from.data() + 1 );
  /external/valgrind/callgrind/
jumps.c 161 jcc->next_from = from->jmp[jmp].jcc_list;
165 jcc->next_from = current_jccs.spontaneous;
dump.c 737 for(jcc=bbcc->jmp[jmp].jcc_list; jcc; jcc=jcc->next_from)
751 for(jcc=bbcc->jmp[jmp].jcc_list; jcc; jcc=jcc->next_from) {
769 for(jcc=bbcc->jmp[jmp].jcc_list; jcc; jcc=jcc->next_from) {
802 for(jcc=bbcc->jmp[jmp].jcc_list; jcc; jcc=jcc->next_from) {
    [all...]
global.h 216 * <next_from> in the JCC struct.
234 jCC* next_from; /* next JCC from a BBCC */ member in struct:_jCC
bbcc.c 103 for(jcc=bbcc->jmp[i].jcc_list; jcc; jcc=jcc->next_from)

Completed in 95 milliseconds