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.15/src/cdrom/macosx/
H A DCDPlayer.c136 OSStatus theErr; local
149 theErr = FSGetVolumeInfo(theVolume, 0, 0, kFSVolInfoNone, 0, 0, &rootRef);
150 if(theErr != noErr) {
164 theErr = PBMakeFSRefUnicodeSync (&fsRefPB);
165 if(theErr != noErr) {
172 theErr = FSGetDataForkName (&dataForkName);
173 if (theErr != noErr) {
178 theErr = FSOpenFork (&tocPlistFSRef, dataForkName.length, dataForkName.unicode, fsRdPerm, &forkRefNum);
179 if (theErr != noErr) {
184 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 72 milliseconds