Home
last modified time | relevance | path

Searched refs:noError (Results 1 – 4 of 4) sorted by relevance

/external/skia/third_party/glu/libtess/
Dtess.c64 /*ARGSUSED*/ static void GLAPIENTRY noError( GLenum errnum ) {} in noError() function
126 tess->callError = &noError; in gluNewTess()
322 tess->callError = (fn == NULL) ? &noError : (void (GLAPIENTRY *)(GLenum)) fn; in gluTessCallback()
/external/aac/libSBRenc/src/
Dsbr_def.h93 #define noError 0 macro
Dsbr_encoder.cpp894 INT error = noError; in FDKsbrEnc_EnvEncodeFrame()
960 if(error == noError){ in FDKsbrEnc_EnvEncodeFrame()
984 if (noError != error) in FDKsbrEnc_EnvEncodeFrame()
1729 HANDLE_ERROR_INFO errorInfo = noError; in sbrEncoder_Init()
2055 if(errorInfo == noError){ in sbrEncoder_Init()
2059 if(noError != (errorInfo = PSEnc_Init( hSbrEncoder->hParametricStereo, in sbrEncoder_Init()
/external/clang/lib/StaticAnalyzer/Checkers/
DMacOSKeychainAPIChecker.cpp116 bool noError = false) const;
248 bool noError) const { in definitelyReturnedError()
253 ProgramStateRef ErrState = State->assume(NoErr, noError); in definitelyReturnedError()