/external/opencv3/modules/videoio/src/ |
D | cap_qt.cpp | 138 OSErr myErr = noErr; in icvOpenFile_QT_Movie() 162 if (myErr != noErr) in icvOpenFile_QT_Movie() 176 if (myErr != noErr) in icvOpenFile_QT_Movie() 219 …OPENCV_ASSERT (myErr == noErr, "icvOpenFile_QT_Movie", "couldnt create QTNewGWorld() for output im… in icvOpenFile_QT_Movie() 347 OSErr myErr = noErr; in icvSetProperty_QT_Movie() 373 if (myErr != noErr) in icvSetProperty_QT_Movie() 388 if (myErr != noErr) in icvSetProperty_QT_Movie() 403 OSErr myErr = noErr; in icvSetProperty_QT_Movie() 411 if (myErr != noErr) in icvSetProperty_QT_Movie() 445 OSErr myErr = noErr; in icvGrabFrame_QT_Movie() [all …]
|
/external/webrtc/webrtc/modules/audio_device/mac/ |
D | audio_mixer_manager_mac.cc | 21 if (err != noErr) { \ 31 if (err != noErr) { \ 40 if (err != noErr) { \ 109 OSStatus err = noErr; in OpenSpeaker() 160 OSStatus err = noErr; in OpenMicrophone() 227 OSStatus err = noErr; in SetSpeakerVolume() 243 if (err == noErr && isSettable) { in SetSpeakerVolume() 257 if (err == noErr && isSettable) { in SetSpeakerVolume() 281 OSStatus err = noErr; in SpeakerVolume() 383 OSStatus err = noErr; in SpeakerVolumeIsAvailable() [all …]
|
D | audio_device_mac.cc | 30 if (err != noErr) { \ 40 if (err != noErr) { \ 49 if (err != noErr) { \ 231 OSStatus err = noErr; in Init() 365 OSStatus err = noErr; in Terminate() 375 if (err != noErr) { in Terminate() 1082 OSStatus err = noErr; in InitPlayout() 1227 OSStatus err = noErr; in InitRecording() 1422 OSStatus err = noErr; in StartRecording() 1442 OSStatus err = noErr; in StopRecording() [all …]
|
/external/pdfium/third_party/freetype/src/base/ |
D | ftmac.c | 166 if ( noErr == err ) in FT_ATSFontGetFileReference() 194 if ( noErr != FT_ATSFontGetFileReference( ats_font_id, ats_font_ref ) ) in FT_GetFileRef_From_Mac_ATS_Name() 206 if ( noErr != FT_ATSFontGetFileReference( id2, &ref2 ) ) in FT_GetFileRef_From_Mac_ATS_Name() 208 if ( noErr != FSCompareFSRefs( ats_font_ref, &ref2 ) ) in FT_GetFileRef_From_Mac_ATS_Name() 237 if ( noErr != FSRefMakePath( &ref, path, maxPathSize ) ) in FT_GetFilePath_From_Mac_ATS_Name() 269 if ( noErr != FSGetCatalogInfo( &ref, kFSCatInfoNone, NULL, NULL, in FT_GetFile_From_Mac_ATS_Name() 286 if ( noErr != FSPathMakeRef( pathname, &ref, FALSE ) ) in FT_FSPathMakeRes() 291 if ( noErr == err ) in FT_FSPathMakeRes() 310 if ( noErr != FSPathMakeRef( pathname, &ref, FALSE ) ) in get_file_type_from_path() 313 if ( noErr != FSGetCatalogInfo( &ref, kFSCatInfoFinderInfo, &info, in get_file_type_from_path() [all …]
|
/external/curl/lib/vtls/ |
D | darwinssl.c | 130 OSStatus rtn = noErr; in SocketRead() 216 ortn = noErr; in SocketWrite() 867 if(status == noErr) { in CopyIdentityWithLabelOldSchool() 870 if(status == noErr && cert) { in CopyIdentityWithLabelOldSchool() 959 if(status == noErr && items && CFArrayGetCount(items)) { in CopyIdentityFromPKCS12File() 1015 OSStatus err = noErr; 1038 if(err != noErr) { 1048 if(err != noErr) { 1079 if(err != noErr) { 1087 if(err != noErr) { [all …]
|
/external/webrtc/webrtc/base/ |
D | macsocketserver.cc | 237 VERIFY(noErr == CreateEvent(NULL, kEventClassSocketServer, kEventWakeUp, 0, in MacCarbonSocketServer() 269 if (noErr == result) { in Wait() 273 if ((noErr != result) && (eventNotHandledErr != result)) { in Wait() 303 if (noErr != result) { in WakeUp() 316 VERIFY(noErr == InstallApplicationEventHandler( in MacCarbonAppSocketServer() 321 VERIFY(noErr == InstallEventLoopTimer(GetMainEventLoop(), in MacCarbonAppSocketServer() 337 return noErr; in WakeUpEventHandler() 354 if (error != noErr) { in Wait() 375 VERIFY(noErr == CreateEvent(NULL, kEventClassSocketServer, kEventWakeUp, 0, in WakeUp() 379 if (noErr != result) { in WakeUp()
|
D | macutils.cc | 76 if (noErr == result) { in GetGestalt() 169 if (err != noErr) { in RunAppleScript() 176 if (err != noErr) { in RunAppleScript()
|
/external/clang/test/Analysis/ |
D | keychainAPI.m | 15 noErr = 0, 100 if (st == noErr) 162 if (err == noErr && password) { 178 if (st == noErr) 198 if (st == noErr) { 200 if (st2 == noErr) { 220 if (st == noErr) 236 if (st == noErr) 263 if (st == noErr) { 276 if (st == noErr) { [all …]
|
D | keychainAPI-diagnostic-visitor.m | 11 noErr = 0, 30 …if (st == noErr) // expected-note {{Assuming 'st' is equal to noErr}} // expected-note{{Taking tru…
|
D | cfref_rdar6080742.c | 12 enum { noErr = 0}; enumerator 49 OSStatus status = noErr; in main()
|
/external/webrtc/webrtc/modules/video_coding/codecs/h264/ |
D | h264_video_toolbox_nalu.cc | 49 if (status != noErr) { in H264CMSampleBufferToAnnexBBuffer() 71 if (status != noErr) { in H264CMSampleBufferToAnnexBBuffer() 98 if (status != noErr) { in H264CMSampleBufferToAnnexBBuffer() 115 if (status != noErr) { in H264CMSampleBufferToAnnexBBuffer() 174 OSStatus status = noErr; in H264AnnexBBufferToCMSampleBuffer() 190 if (status != noErr) { in H264AnnexBBufferToCMSampleBuffer() 220 if (status != noErr) { in H264AnnexBBufferToCMSampleBuffer() 260 if (status != noErr) { in H264AnnexBBufferToCMSampleBuffer()
|
D | h264_video_toolbox_encoder.cc | 62 if (status != noErr) { in SetVTSessionProperty() 73 if (status != noErr) { in SetVTSessionProperty() 85 if (status != noErr) { in SetVTSessionProperty() 164 if (status != noErr) { in VTCompressionOutputCallback() 377 if (status != noErr) { in ResetCompressionSession()
|
D | h264_video_toolbox_decoder.cc | 90 if (status != noErr) { in VTDecompressionOutputCallback() 152 if (status != noErr) { in Decode() 226 if (status != noErr) { in ResetDecompressionSession()
|
/external/opencv3/modules/highgui/src/ |
D | window_carbon.cpp | 137 OSErr err = noErr; in cvInitSystem() 143 if (err != noErr) in cvInitSystem() 786 OSStatus err = noErr; in cvSetModeWindow_CARBON() 808 if (err != noErr) in cvSetModeWindow_CARBON() 821 if (err != noErr) in cvSetModeWindow_CARBON() 827 if (err != noErr) in cvSetModeWindow_CARBON() 850 …if (noErr != SetWindowTitleWithCFString(window->window, CFStringCreateWithCString(NULL, title.c_st… in setWindowTitle() 869 if (ret == noErr) in cvNamedWindow() 884 OSStatus err = noErr; in cvNamedWindow() 936 if (err != noErr) in cvNamedWindow() [all …]
|
/external/webrtc/talk/media/devices/ |
D | carbonvideorenderer.cc | 57 OSStatus status = noErr; in DrawEventHandler() 93 if (QDBeginCGContext(GetWindowPort(window_ref_), &context) != noErr) { in DrawFrame() 164 if (!window_ref_ || err != noErr) { in Initialize() 180 if (err != noErr) { in Initialize()
|
/external/webrtc/webrtc/modules/audio_device/ios/ |
D | audio_device_ios.mm | 397 if (result != noErr) { 430 if (result != noErr) { 759 OSStatus result = noErr; 761 if (result != noErr) { 774 if (result != noErr) { 788 if (result != noErr) { 825 if (result != noErr) { 837 if (result != noErr) { 853 if (result != noErr) { 866 if (result != noErr) { [all …]
|
/external/webrtc/webrtc/modules/video_capture/mac/ |
D | video_capture_mac.mm | 43 OSErr err = noErr; 48 if (err != noErr) 72 OSErr err = noErr; 77 if (err != noErr)
|
/external/icu/icu4c/source/test/perf/ubrkperf/ |
D | ubrkperf.cpp | 34 OSStatus status = noErr; 89 OSStatus status = noErr;
|
D | ubrkperfold.cpp | 178 OSStatus status = noErr; in createMACBrkIt() 315 OSStatus status = noErr; in doForwardTest()
|
/external/webrtc/webrtc/modules/video_render/mac/ |
D | video_render_agl.cc | 476 return noErr; in sHandleWindowResized() 590 OSStatus status = noErr; in sHandleHiViewResized() 641 if(noErr != status) in ~VideoRenderAGL() 661 if(status != noErr) in ~VideoRenderAGL() 672 if(status != noErr) in ~VideoRenderAGL() 1813 if(noErr != memErr) in CheckValidRegion()
|
/external/dng_sdk/source/ |
D | dng_string.cpp | 160 if (::CreateTextToUnicodeInfo (&aMapping, &aInfo) == noErr) in Assign_Multibyte() 237 if (::CreateUnicodeToTextInfo (&aMapping, &aInfo) == noErr) in Extract_Multibyte() 2202 if (searchStatus == noErr) in Compare()
|
/external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/ |
D | EASLib.c | 582 OSStatus err = noErr; in StartStream()
|
/external/google-breakpad/src/common/mac/testing/ |
D | GTMSenTestCase.h | 89 if (a1value != noErr) { \
|
/external/mdnsresponder/mDNSShared/ |
D | DebugServices.c | 925 err = noErr; in DebugMacOSXLogInit()
|
/external/sqlite/dist/ |
D | sqlite3.c | 93637 int noErr /* Do nothing if table already exists */ 93721 if( !noErr ){ 94881 int noErr /* Suppress error messages if VIEW already exists */ 94896 sqlite3StartTable(pParse, pName1, pName2, isTemp, 1, 0, noErr); 95293 SQLITE_PRIVATE void sqlite3DropTable(Parse *pParse, SrcList *pName, int isView, int noErr){ 95305 if( noErr ) db->suppressErr++; 95307 if( noErr ) db->suppressErr--; 95310 if( noErr ) sqlite3CodeVerifyNamedSchema(pParse, pName->a[0].zDatabase); 114567 int noErr /* Suppress errors if the trigger already exists */ 114661 if( !noErr ){ [all …]
|