HomeSort by relevance Sort by last modified time
    Searched full:theerr (Results 1 - 3 of 3) sorted by null

  /external/stlport/test/eh/
mwerks_console_OS_X.c 37 OSErr theErr;
43 theErr = FSFindFolder(kOnAppropriateDisk, kFrameworksFolderType, false, &theRef);
45 if (theErr == noErr)
68 return theErr;
74 OSErr theErr;
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/
CDPlayer.c 136 OSStatus theErr;
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 = FSReadFork (forkRefNum, fsFromStart, 0 /* offset location */, forkSize, forkData, &actualRead)
    [all...]
  /external/icu4c/test/intltest/
tsmthred.cpp 762 UnicodeString theErr;
807 if(tests[i].getError(theErr)) {
808 dataerrln(UnicodeString("#") + i + ": " + theErr);
    [all...]

Completed in 269 milliseconds