Home
last modified time | relevance | path

Searched refs:noErr (Results 1 - 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/freetype/builds/mac/
H A Dftmac.c300 if ( noErr == err ) in FT_ATSFontGetFileReference()
330 if ( noErr != FT_ATSFontGetFileReference( ats_font_id, ats_font_ref ) ) in FT_GetFileRef_From_Mac_ATS_Name()
342 if ( noErr != FT_ATSFontGetFileReference( id2, &ref2 ) ) in FT_GetFileRef_From_Mac_ATS_Name()
344 if ( noErr != FSCompareFSRefs( ats_font_ref, &ref2 ) ) in FT_GetFileRef_From_Mac_ATS_Name()
389 if ( noErr != FSRefMakePath( &ref, path, maxPathSize ) ) in FT_EXPORT_DEF()
428 if ( noErr != FSGetCatalogInfo( &ref, kFSCatInfoNone, NULL, NULL, in FT_EXPORT_DEF()
564 if ( noErr != err || dirID == spec.parID ) in FT_FSpMakePath()
567 return noErr; in FT_FSpMakePath()
584 if ( noErr != FSPathMakeRef( pathname, &ref, FALSE ) ) in FT_FSPathMakeRes()
589 if ( noErr in FT_FSPathMakeRes()
[all...]
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftmac.c166 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_EXPORT_DEF()
269 if ( noErr != FSGetCatalogInfo( &ref, kFSCatInfoNone, NULL, NULL, in FT_EXPORT_DEF()
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 ! in get_file_type_from_path()
[all...]
/third_party/curl/lib/vtls/
H A Dsectransp.c846 OSStatus rtn = noErr; in sectransp_bio_cf_in_read()
886 OSStatus rtn = noErr; in sectransp_bio_cf_out_write()
1064 if(status == noErr) { in CopyIdentityWithLabelOldSchool()
1067 if(status == noErr && cert) { in CopyIdentityWithLabelOldSchool()
1125 if(status == noErr) { in CopyIdentityWithLabel()
1130 OSStatus err = noErr; in CopyIdentityWithLabel()
1135 if(err == noErr) { in CopyIdentityWithLabel()
1137 OSStatus copy_status = noErr; in CopyIdentityWithLabel()
1143 if(copy_status == noErr && in CopyIdentityWithLabel()
1149 status = noErr; in CopyIdentityWithLabel()
[all...]
/third_party/ffmpeg/libavformat/
H A Dtls_securetransport.c111 0, NULL, NULL, array) != noErr || !array) { in import_pem()
221 return noErr; in tls_read_cb()
241 return noErr; in tls_write_cb()
260 if (status != noErr) { \
302 if (SSLCopyPeerTrust(c->ssl_context, &peerTrust) != noErr) { in tls_open()
307 if (SecTrustSetAnchorCertificates(peerTrust, c->ca_array) != noErr) { in tls_open()
312 if (SecTrustEvaluate(peerTrust, &trustResult) != noErr) { in tls_open()
332 if (status == noErr) { in tls_open()
350 case noErr: in map_ssl_error()
/third_party/icu/icu4c/source/test/perf/ubrkperf/
H A Dubrkperf.cpp40 OSStatus status = noErr;
95 OSStatus status = noErr;
104 //require_action(status == noErr, EXIT, printf( "**UCFindTextBreak failed: startOffset %d, status %d\n", (int)startOffset, (int)status));
H A Dubrkperfold.cpp183 OSStatus status = noErr; in createMACBrkIt()
320 OSStatus status = noErr; in doForwardTest()
329 //require_action(status == noErr, EXIT, printf( "**UCFindTextBreak failed: startOffset %d, status %d\n", (int)startOffset, (int)status)); in doForwardTest()
/third_party/libuv/src/unix/
H A Ddarwin-stub.h73 static const OSStatus noErr = 0; variable
H A Ddarwin-proctitle.c176 NULL) != noErr) { in uv__set_process_title()
/third_party/node/deps/uv/src/unix/
H A Ddarwin-stub.h89 static const OSStatus noErr = 0; variable
H A Ddarwin-proctitle.c176 NULL) != noErr) { in uv__set_process_title()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_string.cpp160 if (::CreateTextToUnicodeInfo (&aMapping, &aInfo) == noErr) in Assign_Multibyte()
237 if (::CreateUnicodeToTextInfo (&aMapping, &aInfo) == noErr) in Extract_Multibyte()
2202 if (searchStatus == noErr) in Compare()
/third_party/ffmpeg/libavcodec/
H A Dvideotoolbox.c728 if (status == noErr) in videotoolbox_session_decode_frame()
1022 if (status != noErr) { in ff_videotoolbox_common_end_frame()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-coretext.cc210 if (status == noErr) in create_ct_font()
237 if (status == noErr) in create_ct_font()
/third_party/sqlite/src/
H A Dsqlite3.c120931 sqlite3DropTable(Parse *pParse, SrcList *pName, int isView, int noErr) global() argument
146978 sqlite3DropTrigger(Parse *pParse, SrcList *pName, int noErr) global() argument
[all...]
/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp11103 if (PasteboardCopyItemFlavorData(main_clipboard, item_id, CFSTR("public.utf8-plain-text"), &cf_data) == noErr) in GetClipboardTextFn_DefaultImpl()

Completed in 168 milliseconds