Searched refs:result2 (Results 1 - 7 of 7) sorted by path

/haiku/src/add-ons/accelerants/radeon/
H A DProposeDisplayMode.c632 status_t result1, result2; local
677 result2 = Radeon_ProposeDisplayMode( si, &si->crtc[1],
680 if( result2 == B_ERROR )
683 result2 = B_OK;
697 if( result1 == B_OK && result2 == B_OK )
H A Ddpms.c28 result2 = B_OK; local
35 if( result1 == B_OK && result2 == B_OK )
/haiku/src/preferences/repositories/
H A DRepositoriesSettings.cpp67 status_t result2 = settings.FindString(key_url, index, &foundUrl); local
68 if (result1 == B_OK && result2 == B_OK) {
H A DRepositoriesView.cpp334 status_t result2 = message->FindPointer(key_rowptr, (void**)&rowItem); local
335 if (result1 == B_OK && result2 == B_OK)
353 status_t result2 = message->FindPointer(key_rowptr, (void**)&rowItem); local
354 if (result1 == B_OK && result2 == B_OK) {
371 status_t result2 = message->FindPointer(key_rowptr, (void**)&rowItem); local
372 if (result1 == B_OK && result2 == B_OK) {
388 status_t result2 = message->FindPointer(key_rowptr, (void**)&rowItem); local
389 if (result1 == B_OK && result2 == B_OK)
/haiku/src/build/libbe/app/
H A DMessage.cpp813 ssize_t result2 = 0;
816 result2 = stream->Write(fFields, fieldsSize);
817 if (result2 != fieldsSize)
818 return result2 < 0 ? result2 : B_ERROR;
829 *size = result1 + result2 + result3;
/haiku/src/kits/app/
H A DMessage.cpp1082 ssize_t result2 = 0;
1085 result2 = stream->Write(fFields, fieldsSize);
1086 if (result2 != fieldsSize)
1087 return result2 < 0 ? result2 : B_ERROR;
1098 *size = result1 + result2 + result3;
/haiku/src/tests/kits/storage/
H A DFindDirectoryTest.cpp312 status_t result2 = find_directory(directories[i], &path2, false, local
316 CPPUNIT_ASSERT( result == result2 && result == result3 );
355 status_t result2 = find_directory(directories[i], &path2, false, NULL); local
356 CPPUNIT_ASSERT( result == result2 );

Completed in 114 milliseconds