HomeSort by relevance Sort by last modified time
    Searched full:noerr (Results 1 - 25 of 42) sorted by null

1 2

  /external/clang/test/Analysis/
keychainAPI-diagnostic-visitor.m 11 noErr = 0,
30 if (st == noErr) // expected-note {{Assuming 'st' is equal to noErr}} // expected-note{{Taking true branch}}
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...]
cfref_rdar6080742.c 12 enum { noErr = 0};
49 OSStatus status = 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/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/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/libxml2/python/tests/
validate.py 40 def noerr(ctx, str): function
43 libxml2.registerErrorHandler(noerr, None)
  /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/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) {
  /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/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...]
  /external/curl/lib/vtls/
darwinssl.c 130 OSStatus rtn = noErr;
216 ortn = noErr;
867 if(status == noErr) {
870 if(status == noErr && cert) {
    [all...]
  /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/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) {
  /prebuilts/go/darwin-x86/src/syscall/
mksysnum_netbsd.pl 34 if($line =~ /^([0-9]+)\s+((STD)|(NOERR))\s+(RUMP\s+)?({\s+\S+\s*\*?\s*\|(\S+)\|(\S*)\|(\w+).*\s+})(\s+(\S+))?$/) {
  /prebuilts/go/linux-x86/src/syscall/
mksysnum_netbsd.pl 34 if($line =~ /^([0-9]+)\s+((STD)|(NOERR))\s+(RUMP\s+)?({\s+\S+\s*\*?\s*\|(\S+)\|(\S*)\|(\w+).*\s+})(\s+(\S+))?$/) {
  /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/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));
  /external/clang/lib/StaticAnalyzer/Checkers/
MacOSKeychainAPIChecker.cpp 86 static const unsigned NoErr = 0;
115 /// Check if RetSym evaluates to a NoErr value in the current state.
229 // 1) noErr / [0]
238 DefinedOrUnknownSVal NoErrVal = Builder.makeIntVal(NoErr,
240 DefinedOrUnknownSVal NoErr = Builder.evalEQ(State, NoErrVal,
242 ProgramStateRef ErrState = State->assume(NoErr, noError);
481 // returned by the call. Ex: Data should only be freed if noErr was
  /external/icu/icu4c/source/test/cintltst/
utransts.c 595 log_err("FAIL: utrans_toRules unescaped, expected noErr and len 50-100, got error=%s and len=%d\n",
609 log_err("FAIL: utrans_toRules escaped, expected noErr and len 100-200, got error=%s and len=%d\n",
618 log_err("FAIL: utrans_getSourceSet useFilter, expected noErr and len 4-20, got error=%s and len=%d\n",
627 log_err("FAIL: utrans_getSourceSet ignoreFilter, expected noErr and len 4-20, got error=%s and len=%d\n",

Completed in 2247 milliseconds

1 2