Searched defs:theErr (Results 1 - 3 of 3) sorted by relevance

/external/stlport/test/eh/
H A Dmwerks_console_OS_X.c37 OSErr theErr; local
43 theErr = FSFindFolder(kOnAppropriateDisk, kFrameworksFolderType, false, &theRef);
45 if (theErr == noErr)
68 return theErr;
74 OSErr theErr; local
86 theErr = __msl_CreateFrameworkBundleFromName(CFSTR("System.framework"),
89 if ((theErr == noErr) && (__msl_os_x.theBundle != NULL))
/external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
H A DCDPlayer.c136 OSStatus theErr; local
156 theErr = PBMakeFSRefSync (&fsRefPB);
157 if(theErr != noErr) {
164 theErr = FSGetDataForkName (&dataForkName);
165 if (theErr != noErr) {
170 theErr = FSOpenFork (&tocPlistFSRef, dataForkName.length, dataForkName.unicode, fsRdPerm, &forkRefNum);
171 if (theErr != noErr) {
176 theErr = FSGetForkSize (forkRefNum, &forkSize);
177 if (theErr != noErr) {
189 theErr
[all...]
/external/icu4c/test/intltest/
H A Dtsmthred.cpp762 UnicodeString theErr; local
807 if(tests[i].getError(theErr)) {
808 dataerrln(UnicodeString("#") + i + ": " + theErr); local
1057 UnicodeString theErr; local
1058 if(tests[i].getError(theErr))
1061 errln(UnicodeString("#") + i + ": " + theErr); local
1193 UnicodeString theErr; local
1194 if(tests[i]->getError(theErr))
1197 errln(UnicodeString("#") + i + ": " + theErr); local

Completed in 102 milliseconds