/external/stlport/test/unit/ |
codecvt_test.cpp | 395 const char* next_from; local 398 cdecvt_type::result res = cdect.in(state, from.data(), from.data() + from.size(), next_from, 401 CPPUNIT_ASSERT( next_from == from.data() + 1 ); 409 const wchar_t* next_from; local 412 cdecvt_type::result res = cdect.out(state, from.data(), from.data() + from.size(), next_from, 415 CPPUNIT_ASSERT( next_from == from.data() + 1 );
|
/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/main/callgrind/ |
jumps.c | 165 jcc->next_from = from->jmp[jmp].jcc_list; 169 jcc->next_from = current_jccs.spontaneous;
|
dump.c | 836 for(jcc=bbcc->jmp[jmp].jcc_list; jcc; jcc=jcc->next_from) 850 for(jcc=bbcc->jmp[jmp].jcc_list; jcc; jcc=jcc->next_from) { 868 for(jcc=bbcc->jmp[jmp].jcc_list; jcc; jcc=jcc->next_from) { 902 for(jcc=bbcc->jmp[jmp].jcc_list; jcc; jcc=jcc->next_from) { [all...] |
global.h | 249 * <next_from> in the JCC struct. 267 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)
|