Home
last modified time | relevance | path

Searched refs:noErr (Results 1 – 25 of 89) sorted by relevance

1234

/external/qemu/distrib/jpeg-6b/
Djmemmac.c161 if ( SetFPos ( info->temp_file, fsFromStart, file_offset ) != noErr ) in read_backing_store()
166 if ( retVal != noErr || bytes != byte_count ) in read_backing_store()
179 if ( SetFPos ( info->temp_file, fsFromStart, file_offset ) != noErr ) in write_backing_store()
184 if ( retVal != noErr || bytes != byte_count ) in write_backing_store()
218 if ( ( osErr != noErr ) in jpeg_open_backing_store()
225 if ( ( osErr != noErr ) in jpeg_open_backing_store()
232 if ( osErr != noErr ) in jpeg_open_backing_store()
245 if ( (osErr = FSpGetFInfo ( &theSpec, &finderInfo ) ) != noErr ) in jpeg_open_backing_store()
250 if ( osErr != noErr ) in jpeg_open_backing_store()
254 if ( osErr != noErr ) in jpeg_open_backing_store()
/external/jpeg/
Djmemmac.c161 if ( SetFPos ( info->temp_file, fsFromStart, file_offset ) != noErr ) in read_backing_store()
166 if ( retVal != noErr || bytes != byte_count ) in read_backing_store()
179 if ( SetFPos ( info->temp_file, fsFromStart, file_offset ) != noErr ) in write_backing_store()
184 if ( retVal != noErr || bytes != byte_count ) in write_backing_store()
218 if ( ( osErr != noErr ) in jpeg_open_backing_store()
225 if ( ( osErr != noErr ) in jpeg_open_backing_store()
232 if ( osErr != noErr ) in jpeg_open_backing_store()
245 if ( (osErr = FSpGetFInfo ( &theSpec, &finderInfo ) ) != noErr ) in jpeg_open_backing_store()
250 if ( osErr != noErr ) in jpeg_open_backing_store()
254 if ( osErr != noErr ) in jpeg_open_backing_store()
/external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
DCDPlayer.c96 OSStatus result = noErr; in DetectAudioCDVolumes()
98 for (volumeIndex = 1; result == noErr || result != nsvErr; volumeIndex++) in DetectAudioCDVolumes()
113 if (result == noErr) in DetectAudioCDVolumes()
157 if(theErr != noErr) { in ReadTOCData()
165 if (theErr != noErr) { in ReadTOCData()
171 if (theErr != noErr) { in ReadTOCData()
177 if (theErr != noErr) { in ReadTOCData()
190 if(theErr != noErr) { in ReadTOCData()
332 if (result != noErr) { in ListTrackFiles()
338 if (result == noErr) { in ListTrackFiles()
[all …]
/external/qemu/distrib/sdl-1.2.12/src/cdrom/macos/
DSDL_syscdrom.c171 if ( PBControlSync((ParmBlkPtr)&cdpb) != noErr ) { in SDL_SYS_CDGetTOC()
192 if ( PBControlSync((ParmBlkPtr)&cdpb) != noErr ) { in SDL_SYS_CDGetTOC()
212 if ( PBControlSync((ParmBlkPtr)&cdpb) != noErr ) { in SDL_SYS_CDGetTOC()
266 if ( PBControlSync((ParmBlkPtr)&cdpb) != noErr ) { in SDL_SYS_CDStatus()
286 if ( PBControlSync((ParmBlkPtr)&cdpb) != noErr ) { in SDL_SYS_CDStatus()
358 if ( PBControlSync((ParmBlkPtr)&cdpb) != noErr ) { in SDL_SYS_CDPlay()
372 if ( PBControlSync((ParmBlkPtr)&cdpb) != noErr ) { in SDL_SYS_CDPlay()
387 if ( PBControlSync((ParmBlkPtr)&cdpb) != noErr ) { in SDL_SYS_CDPlay()
403 if ( PBControlSync((ParmBlkPtr)&cdpb) != noErr ) { in SDL_SYS_CDPlay()
423 if ( PBControlSync((ParmBlkPtr)&cdpb) != noErr ) { in SDL_SYS_CDPause()
[all …]
/external/webkit/Source/WebCore/platform/audio/mac/
DAudioFileReaderMac.cpp68 if (result != noErr) in AudioFileReader()
90 if (result != noErr) in AudioFileReader()
94 if (result != noErr) in AudioFileReader()
129 return noErr; in readProc()
146 if (result != noErr) in createBus()
156 if (result != noErr) in createBus()
179 if (result != noErr) in createBus()
228 if (result != noErr) in createBus()
/external/chromium/chrome/browser/
Dkeychain_mock_mac.cc12 find_generic_result_(noErr), called_add_generic_(false), in MockKeychain()
191 return noErr; in ItemCopyAttributesAndData()
224 return noErr; in ItemModifyAttributesAndData()
231 return noErr; in ItemFreeAttributesAndData()
241 return noErr; in ItemDelete()
272 return noErr; in SearchCreateFromAttributes()
324 return noErr; in AddInternetPassword()
336 return noErr; in SearchCopyNext()
349 if (find_generic_result_ == noErr) { in FindGenericPassword()
366 return noErr; in ItemFreeContent()
[all …]
Dplatform_util_mac.mm52 if (status != noErr) {
65 if (status != noErr) {
76 if (status != noErr) {
91 if (status != noErr) {
104 if (status != noErr) {
118 if (status != noErr) {
/external/clang/test/Analysis/
DkeychainAPI.m15 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 …]
DkeychainAPI-diagnostic-visitor.m11 noErr = 0,
30 …if (st == noErr) // expected-note {{Assuming 'st' is equal to noErr}} // expected-note{{Taking tru…
Dcfref_rdar6080742.c12 enum { noErr = 0}; enumerator
49 OSStatus status = noErr; in main()
/external/qemu/distrib/sdl-1.2.12/src/video/macdsp/
DSDL_dspvideo.c351 if ( DMGetDisplayIDByGDevice (gDevice, &displayID, SDL_TRUE) != noErr ) { in DSp_BuildModeList()
356 if ( DSpGetFirstContext (displayID, &context) != noErr ) { in DSp_BuildModeList()
360 if ( DSpContext_GetAttributes (context, &attributes) != noErr ) in DSp_BuildModeList()
382 if (err != noErr) in DSp_BuildModeList()
388 if ( DSpContext_GetAttributes (context, &attributes) != noErr ) in DSp_BuildModeList()
444 if (err == noErr) { in DSp_IsHWAvailable()
450 if (err == noErr) { in DSp_IsHWAvailable()
494 if (noErr != DMGetDisplayIDByGDevice (main_device, &display_id, SDL_FALSE)) { in DSp_GetMainDevice()
500 if (noErr != DSpUserSelectContext (&attrib, display_id, NULL, &context)) { in DSp_GetMainDevice()
505 if (noErr != DSpContext_GetDisplayID (context, &display_id)) { in DSp_GetMainDevice()
[all …]
/external/qemu/distrib/sdl-1.2.12/src/video/maccommon/
DSDL_macwm.c132 if ((noErr == err) && pTableGammaDevice) /* if succesful */ in GetDeviceGamma()
175 if ((noErr == err) && pTableGammaTemp) /* if successful */ in GetDeviceGammaRampGD()
255 OSErr err = noErr; in RestoreDeviceGamma()
263 …if ((noErr == err) && (8 == (**(**hGD).gdPMap).pixelSize)) /* if successful and on an 8 bit device… in RestoreDeviceGamma()
320 if ((noErr == err) && pTableGammaCurrent) in SetDeviceGammaRampGD()
358 …if ((8 == (**(**hGD).gdPMap).pixelSize) && (noErr == err)) /* if successful and on an 8 bit device… in SetDeviceGammaRampGD()
368 if (noErr == err) in SetDeviceGammaRampGD()
379 …if ((8 == (**(**hGD).gdPMap).pixelSize) && (noErr == err)) /* if successful and on an 8 bit devi… in SetDeviceGammaRampGD()
388 if (noErr == err) in SetDeviceGammaRampGD()
/external/qemu/distrib/sdl-1.2.12/src/audio/macosx/
DSDL_coreaudio.c163 if (result != noErr) { in Core_CloseAudio()
177 if (result != noErr) { in Core_CloseAudio()
183 if (result != noErr) { in Core_CloseAudio()
192 if (result != noErr) { \
200 OSStatus result = noErr; in Core_OpenAudio()
/external/webkit/Source/WebCore/platform/graphics/mac/
DComplexTextControllerATSUI.cpp52 if (status != noErr) { in overrideLayoutOperation()
96 return noErr; in overrideLayoutOperation()
254 …if (status == noErr) // naively assume that if a 'prop' table exists then it contains mirroring… in fontHasMirroringInfo()
273 if (status != noErr) in disableLigatures()
293 if (status != noErr) in initializeATSUStyle()
306 if (status != noErr) in initializeATSUStyle()
333 if (status != noErr) { in collectComplexTextRunsForCharactersATSUI()
/external/chromium/net/socket/
Dssl_client_socket_mac.cc187 case noErr: in NetErrorFromOSStatus()
239 return noErr; in OSStatusFromNetError()
422 if (status != noErr || !certs) in GetServerCert()
493 if (status != noErr) in EnabledCipherSuites()
498 if (status != noErr) { in EnabledCipherSuites()
508 if (status != noErr) in EnabledCipherSuites()
748 if (SSLCopyDistinguishedNames(ssl_context_, &valid_issuer_names) == noErr && in GetSSLCertRequestInfo()
786 OSStatus status = noErr; in InitializeSSLContext()
1073 if (SSLGetClientCertificateState(ssl_context_, &client_cert_state) != noErr) in DoHandshake()
1080 case noErr: in DoHandshake()
[all …]
/external/webkit/Source/WebCore/platform/text/mac/
DTextCodecMac.cpp129 return noErr; in createTECConverter()
164 status = noErr; in decode()
180 status = noErr; in decode()
201 if (!m_converterTEC && createTECConverter() != noErr) in decode()
220 case noErr: in decode()
/external/webkit/Source/WebKit/mac/Plugins/
DWebNetscapePluginEventHandlerCarbon.mm112 if (![[m_pluginView window] isKeyWindow] || (error == noErr && trackingData.menu)) {
305 if (status != noErr) {
307 return noErr;
313 if (status != noErr) {
315 return noErr;
319 if (status != noErr) {
322 return noErr;
329 if (status != noErr) {
332 return noErr;
353 return noErr;
/external/chromium/net/base/
Dcert_database_mac.cc34 if (err != noErr || !identity) { in CheckUserCert()
50 case noErr: in AddUserCert()
Dx509_certificate_mac.cc45 case noErr: in NetErrorFromOSStatus()
61 case noErr: in CertStatusFromOSStatus()
288 return noErr; in CreatePolicy()
366 return noErr; in CreateTrustPolicies()
432 return status == noErr && sanity_check; in IsValidOSCertHandle()
588 DCHECK_EQ(err, noErr); in AppendPublicKeyHashes()
1027 if(SecCertificateGetData(cert_handle_, &der_data) == noErr) { in GetDEREncoded()
1052 return SecCertificateGetData(a, &a_data) == noErr && in IsSameOSCert()
1053 SecCertificateGetData(b, &b_data) == noErr && in IsSameOSCert()
1070 if (status != noErr) in CreateOSCertHandleFromBytes()
[all …]
/external/qemu/distrib/sdl-1.2.12/src/main/macos/
DSDL_main.c172 if ( noErr != GetProcessInformation (&process, &process_info) ) in getCurrentAppName()
193 if ( noErr != FindFolder ( kOnSystemDisk, kPreferencesFolderType, kDontCreateFolder, in getPrefsFile()
209 if ( noErr != FSMakeFSSpec (volume_ref_number, directory_id, prefs_name, prefs_fsp) ) { in getPrefsFile()
220 if ( noErr != ResError () ) in getPrefsFile()
252 return ResError() == noErr; in readPrefsResource()
293 return ResError() == noErr; in writePrefsResource()
/external/webkit/Source/WebKit/mac/Carbon/
DHIWebView.mm437 err = noErr;
469 return noErr;
485 return noErr;
499 return noErr;
515 return noErr;
531 return noErr;
563 return noErr;
609 if ( err != noErr )
693 if ( err == noErr )
703 result = noErr;
[all …]
/external/qemu/distrib/sdl-1.2.12/src/loadso/macos/
DSDL_sysloadso.c52 case noErr: in SDL_LoadObject()
87 (char **)&symbol, &class) != noErr ) { in SDL_LoadFunction()
/external/webkit/Source/WebCore/platform/mac/
DWebCoreNSStringExtras.mm74 if (ResError() != noErr)
80 if (error != noErr)
102 if (error != noErr)
107 if (error != noErr)
/external/qemu/distrib/sdl-1.2.12/src/audio/macrom/
DSDL_romaudio.c278 if ( SndNewChannel(&channel, sampledSynth, initOptions, callback) != noErr ) { in Mac_OpenAudio()
373 if ( Gestalt(gestaltSoundAttr, &response) == noErr ) { in DoubleBufferAudio_Available()
379 if ( Gestalt(gestaltSoundAttr, &response) == noErr ) { in DoubleBufferAudio_Available()
478 if ( SndNewChannel(&channel, sampledSynth, initOptions, 0L) != noErr ) { in Mac_OpenAudio()
487 != noErr ) { in Mac_OpenAudio()
/external/chromium/third_party/libjingle/source/talk/base/
Dmacutils.cc99 if (noErr == result) { in GetGestalt()
172 if (err != noErr) { in RunAppleScript()
179 if (err != noErr) { in RunAppleScript()

1234