Searched refs:try (Results 1 - 10 of 10) sorted by relevance

/haiku/src/add-ons/kernel/debugger/hangman/
H A Dhangman.c251 char try; local
274 try = tolower(str[0]);
275 if (BIT_FROM_LETTER(try) & tried_letters) {
276 PRINTF("%c already tried\n", try);
282 tried_letters |= BIT_FROM_LETTER(try);
286 if (try == *str)
/haiku/headers/tools/cppunit/
H A DThreadManager.h140 // These outer try/catch blocks handle unexpected exceptions.
144 try {
155 // This inner try/catch block is for expected exceptions.
162 try {
H A DThreadedTestCaller.h117 try {
120 // This try/catch block should never actually have to catch
125 try {
236 try {
243 } // setUp() try/catch block
/haiku/headers/tools/cppunit/cppunit/
H A DTestCaller.h165 try {
/haiku/src/add-ons/kernel/busses/scsi/usb/
H A Dproto_bulk.c218 int try = 0; local
221 if(try == 0){
225 PTRACE_ALWAYS(udi, "read_status:failed 1st try, "
230 continue; /* go to second try*/
233 } else { /* second try */
235 PTRACE_ALWAYS(udi, "read_status:failed 2nd try status:%08x; usb_status:%08x\n",
249 }while(try++ < 2);
/haiku/headers/cpp/
H A Dstl_config.h342 # define __STL_TRY try
/haiku/src/apps/installer/
H A DBlockingQueue.h96 try {
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DAll.h133 #define CATCH_ERRORS(CODE) try { CODE } catch(...) { }
137 #define RETURN_ON_EXCEPTION(CODE, VALUE) { try { CODE } catch(...) { return VALUE; } }
/haiku/src/apps/debuganalyzer/gui/
H A DAbstractWaitObjectsPage.h528 try {
/haiku/headers/os/interface/
H A DLayoutBuilder.h1756 try {

Completed in 72 milliseconds