/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/mac/ |
MacHelpers.cpp | 49 return noErr; 67 return noErr; 86 return noErr; 105 return noErr; 124 return noErr; 143 return noErr;
|
MacMouse.cpp | 119 if(InstallEventHandler(event, mouseUPP, GetEventTypeCount(mouseEvents), mouseEvents, this, &mouseEventRef) != noErr) 122 if(InstallEventHandler(event, mWindowFocusListener, GetEventTypeCount(WinFocusAcquired), WinFocusAcquired, this, &mWindowFocusHandler) != noErr)
|
MacKeyboard.cpp | 123 if (status != noErr) 126 if (InstallEventHandler( event, keyUpUPP, 1, &UpSpec, this, &keyUpEventRef ) != noErr) 129 if (InstallEventHandler( event, keyModUPP, 1, &ModSpec, this, &keyModEventRef ) != noErr )
|
/external/opencv3/modules/videoio/src/ |
cap_qt.cpp | 138 OSErr myErr = noErr; 162 if (myErr != noErr) 176 if (myErr != noErr) 219 OPENCV_ASSERT (myErr == noErr, "icvOpenFile_QT_Movie", "couldnt create QTNewGWorld() for output image"); 347 OSErr myErr = noErr; 373 if (myErr != noErr) 388 if (myErr != noErr) 403 OSErr myErr = noErr; 411 if (myErr != noErr) 445 OSErr myErr = noErr; [all...] |
/external/webrtc/webrtc/base/ |
macsocketserver.cc | 237 VERIFY(noErr == CreateEvent(NULL, kEventClassSocketServer, kEventWakeUp, 0, 269 if (noErr == result) { 273 if ((noErr != result) && (eventNotHandledErr != result)) { 303 if (noErr != result) { 316 VERIFY(noErr == InstallApplicationEventHandler( 321 VERIFY(noErr == InstallEventLoopTimer(GetMainEventLoop(), 337 return noErr; 354 if (error != noErr) { 375 VERIFY(noErr == CreateEvent(NULL, kEventClassSocketServer, kEventWakeUp, 0, 379 if (noErr != result) [all...] |
macutils.cc | 76 if (noErr == result) { 169 if (err != noErr) { 176 if (err != noErr) {
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/ |
ftmac.c | 166 if ( noErr == err ) 194 if ( noErr != FT_ATSFontGetFileReference( ats_font_id, ats_font_ref ) ) 206 if ( noErr != FT_ATSFontGetFileReference( id2, &ref2 ) ) 208 if ( noErr != FSCompareFSRefs( ats_font_ref, &ref2 ) ) 237 if ( noErr != FSRefMakePath( &ref, path, maxPathSize ) ) 269 if ( noErr != FSGetCatalogInfo( &ref, kFSCatInfoNone, NULL, NULL, 286 if ( noErr != FSPathMakeRef( pathname, &ref, FALSE ) ) 291 if ( noErr == err ) 310 if ( noErr != FSPathMakeRef( pathname, &ref, FALSE ) ) 313 if ( noErr != FSGetCatalogInfo( &ref, kFSCatInfoFinderInfo, &info [all...] |
/external/pdfium/third_party/freetype/src/base/ |
ftmac.c | 166 if ( noErr == err ) 194 if ( noErr != FT_ATSFontGetFileReference( ats_font_id, ats_font_ref ) ) 206 if ( noErr != FT_ATSFontGetFileReference( id2, &ref2 ) ) 208 if ( noErr != FSCompareFSRefs( ats_font_ref, &ref2 ) ) 237 if ( noErr != FSRefMakePath( &ref, path, maxPathSize ) ) 269 if ( noErr != FSGetCatalogInfo( &ref, kFSCatInfoNone, NULL, NULL, 286 if ( noErr != FSPathMakeRef( pathname, &ref, FALSE ) ) 291 if ( noErr == err ) 310 if ( noErr != FSPathMakeRef( pathname, &ref, FALSE ) ) 313 if ( noErr != FSGetCatalogInfo( &ref, kFSCatInfoFinderInfo, &info [all...] |
/external/webrtc/webrtc/modules/audio_device/mac/ |
audio_mixer_manager_mac.cc | 21 if (err != noErr) { \ 31 if (err != noErr) { \ 40 if (err != noErr) { \ 109 OSStatus err = noErr; 160 OSStatus err = noErr; 227 OSStatus err = noErr; 243 if (err == noErr && isSettable) { 257 if (err == noErr && isSettable) { 281 OSStatus err = noErr; 383 OSStatus err = noErr; [all...] |
audio_device_mac.cc | 30 if (err != noErr) { \ 40 if (err != noErr) { \ 49 if (err != noErr) { \ 231 OSStatus err = noErr; 365 OSStatus err = noErr; 375 if (err != noErr) { 1082 OSStatus err = noErr; [all...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/mac/ |
ftmac.c | 301 if ( noErr == err ) 331 if ( noErr != FT_ATSFontGetFileReference( ats_font_id, ats_font_ref ) ) 343 if ( noErr != FT_ATSFontGetFileReference( id2, &ref2 ) ) 345 if ( noErr != FSCompareFSRefs( ats_font_ref, &ref2 ) ) 390 if ( noErr != FSRefMakePath( &ref, path, maxPathSize ) ) 429 if ( noErr != FSGetCatalogInfo( &ref, kFSCatInfoNone, NULL, NULL, 565 if ( noErr != err || dirID == spec.parID ) 568 return noErr; 585 if ( noErr != FSPathMakeRef( pathname, &ref, FALSE ) ) 590 if ( noErr == err [all...] |
/external/webrtc/talk/media/devices/ |
carbonvideorenderer.cc | 57 OSStatus status = noErr; 93 if (QDBeginCGContext(GetWindowPort(window_ref_), &context) != noErr) { 164 if (!window_ref_ || err != noErr) { 180 if (err != noErr) {
|
/external/clang/test/Analysis/ |
cfref_rdar6080742.c | 12 enum { noErr = 0}; 49 OSStatus status = noErr;
|
/external/webrtc/webrtc/modules/video_capture/mac/ |
video_capture_mac.mm | 43 OSErr err = noErr; 48 if (err != noErr) 72 OSErr err = noErr; 77 if (err != noErr)
|
/external/webrtc/webrtc/modules/video_coding/codecs/h264/ |
h264_video_toolbox_nalu.cc | 49 if (status != noErr) { 71 if (status != noErr) { 98 if (status != noErr) { 115 if (status != noErr) { 174 OSStatus status = noErr; 190 if (status != noErr) { 220 if (status != noErr) { 260 if (status != noErr) {
|
h264_video_toolbox_decoder.cc | 90 if (status != noErr) { 152 if (status != noErr) { 226 if (status != noErr) {
|
h264_video_toolbox_encoder.cc | 62 if (status != noErr) { 73 if (status != noErr) { 85 if (status != noErr) { 164 if (status != noErr) { 377 if (status != noErr) {
|
/external/webrtc/webrtc/modules/audio_device/ios/ |
audio_device_ios.mm | 397 if (result != noErr) { 430 if (result != noErr) { 759 OSStatus result = noErr; 761 if (result != noErr) { 774 if (result != noErr) { [all...] |
/external/curl/lib/vtls/ |
darwinssl.c | 130 OSStatus rtn = noErr; 216 ortn = noErr; 867 if(status == noErr) { 870 if(status == noErr && cert) { [all...] |
/external/opencv3/modules/highgui/src/ |
window_carbon.cpp | 137 OSErr err = noErr; 143 if (err != noErr) 786 OSStatus err = noErr; 808 if (err != noErr) 821 if (err != noErr) 827 if (err != noErr) 850 if (noErr != SetWindowTitleWithCFString(window->window, CFStringCreateWithCString(NULL, title.c_str(), kCFStringEncodingASCII))) 869 if (ret == noErr) 884 OSStatus err = noErr; 936 if (err != noErr) [all...] |
/prebuilts/go/darwin-x86/src/crypto/x509/ |
root_cgo_darwin.go | 30 if (err != noErr) { 47 if (err != noErr) {
|
/prebuilts/go/linux-x86/src/crypto/x509/ |
root_cgo_darwin.go | 30 if (err != noErr) { 47 if (err != noErr) {
|
/external/icu/icu4c/source/test/perf/ubrkperf/ |
ubrkperf.cpp | 34 OSStatus status = noErr; 89 OSStatus status = noErr; 98 //require_action(status == noErr, EXIT, printf( "**UCFindTextBreak failed: startOffset %d, status %d\n", (int)startOffset, (int)status));
|
ubrkperfold.cpp | 178 OSStatus status = noErr; 315 OSStatus status = noErr; 324 //require_action(status == noErr, EXIT, printf( "**UCFindTextBreak failed: startOffset %d, status %d\n", (int)startOffset, (int)status));
|
/external/webrtc/webrtc/modules/video_render/mac/ |
video_render_agl.cc | 476 return noErr; 590 OSStatus status = noErr; 641 if(noErr != status) 661 if(status != noErr) 672 if(status != noErr) [all...] |