Home
last modified time | relevance | path

Searched refs:errCode (Results 1 – 19 of 19) sorted by relevance

/external/autotest/client/deps/nvmap_compactor/src/
Dnvmap_carveout_compactor.c308 GLenum errCode = GL_NO_ERROR; in RunPhase() local
332 errCode = glGetError(); in RunPhase()
333 if (errCode != GL_NO_ERROR) { in RunPhase()
334 printf("GL Error Occured : %d\n", errCode); in RunPhase()
377 GLenum errCode = GL_NO_ERROR; in RunTest() local
399 errCode = RunPhase(phase, 512, 512, allocCount, 1, phase1_tex); in RunTest()
400 if (errCode) { in RunTest()
401 brokeAt = errCode; in RunTest()
431 errCode = RunPhase(phase, 1024, 1024, allocCount, 4, phase2_tex); in RunTest()
432 if (errCode) { in RunTest()
[all …]
/external/mesa3d/src/egl/main/
Deglcurrent.c218 _eglInternalError(EGLint errCode, const char *msg) in _eglInternalError() argument
225 t->LastError = errCode; in _eglInternalError()
227 if (errCode != EGL_SUCCESS) { in _eglInternalError()
230 switch (errCode) { in _eglInternalError()
273 _eglLog(_EGL_DEBUG, "EGL user error 0x%x (%s) in %s\n", errCode, s, msg); in _eglInternalError()
280 _eglError(EGLint errCode, const char *msg) in _eglError() argument
282 if (errCode != EGL_SUCCESS) { in _eglError()
284 if (errCode == EGL_BAD_ALLOC) in _eglError()
289 _eglDebugReport(errCode, NULL, type, msg); in _eglError()
291 _eglInternalError(errCode, msg); in _eglError()
Deglcurrent.h100 _eglError(EGLint errCode, const char *msg);
/external/icu/icu4c/source/common/
Dumutex.h276 inline void umtx_initOnce(UInitOnce &uio, void (U_CALLCONV *fp)(UErrorCode &), UErrorCode &errCode)… in umtx_initOnce() argument
277 if (U_FAILURE(errCode)) { in umtx_initOnce()
282 (*fp)(errCode); in umtx_initOnce()
283 uio.fErrCode = errCode; in umtx_initOnce()
288 errCode = uio.fErrCode; in umtx_initOnce()
307 …_initOnce(UInitOnce &uio, void (U_CALLCONV *fp)(T, UErrorCode &), T context, UErrorCode &errCode) { in umtx_initOnce() argument
308 if (U_FAILURE(errCode)) { in umtx_initOnce()
313 (*fp)(context, errCode); in umtx_initOnce()
314 uio.fErrCode = errCode; in umtx_initOnce()
319 errCode = uio.fErrCode; in umtx_initOnce()
Ducnv_bld.cpp1103 static void U_CALLCONV initAvailableConvertersList(UErrorCode &errCode) { in initAvailableConvertersList() argument
1108 UEnumeration *allConvEnum = ucnv_openAllNames(&errCode); in initAvailableConvertersList()
1109 int32_t allConverterCount = uenum_count(allConvEnum, &errCode); in initAvailableConvertersList()
1110 if (U_FAILURE(errCode)) { in initAvailableConvertersList()
1117 errCode = U_MEMORY_ALLOCATION_ERROR; in initAvailableConvertersList()
Ducnv_io.cpp232 static void U_CALLCONV initAliasData(UErrorCode &errCode) { in initAliasData() argument
242 data = udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &errCode); in initAliasData()
243 if(U_FAILURE(errCode)) { in initAliasData()
252 errCode = U_INVALID_FORMAT_ERROR; in initAliasData()
/external/deqp/framework/egl/
DegluDefs.cpp55 Error::Error (deUint32 errCode, const char* errStr) in Error() argument
56 …: tcu::TestError ((std::string("EGL returned ") + getErrorName(errCode)).c_str(), errStr ? errStr … in Error()
57 , m_error (errCode) in Error()
61 Error::Error (deUint32 errCode, const char* message, const char* expr, const char* file, int line) in Error() argument
63 , m_error (errCode) in Error()
DegluDefs.hpp42 Error (deUint32 errCode, const char* errStr);
43 Error (deUint32 errCode, const char* message, const char* expr, const char* file, int line);
/external/webrtc/webrtc/libjingle/xmpp/
Dxmppstanzaparser.h52 XML_Error errCode) in Error() argument
53 { outer_->IncomingError(pctx, errCode); } in Error()
67 XML_Error errCode);
Dxmppstanzaparser.cc83 XmlParseContext * pctx, XML_Error errCode) { in IncomingError() argument
85 RTC_UNUSED(errCode); in IncomingError()
/external/icu/icu4c/source/i18n/
Dplurrule.cpp667 PluralRules::getRuleFromResource(const Locale& locale, UPluralType type, UErrorCode& errCode) { in getRuleFromResource() argument
670 if (U_FAILURE(errCode)) { in getRuleFromResource()
673 LocalUResourceBundlePointer rb(ures_openDirect(nullptr, "plurals", &errCode)); in getRuleFromResource()
674 if(U_FAILURE(errCode)) { in getRuleFromResource()
687 errCode = U_ILLEGAL_ARGUMENT_ERROR; in getRuleFromResource()
690 LocalUResourceBundlePointer locRes(ures_getByKey(rb.getAlias(), typeKey, nullptr, &errCode)); in getRuleFromResource()
691 if(U_FAILURE(errCode)) { in getRuleFromResource()
696 const UChar* s = ures_getStringByKey(locRes.getAlias(), curLocaleName, &resLen, &errCode); in getRuleFromResource()
710 errCode = U_ZERO_ERROR; in getRuleFromResource()
724 LocalUResourceBundlePointer ruleRes(ures_getByKey(rb.getAlias(), "rules", nullptr, &errCode)); in getRuleFromResource()
[all …]
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.c181 int16_t errCode; in WebRtcIsacfix_UpdateUplinkBwImpl() local
188 errCode = WebRtcIsacfix_UpdateUplinkBwRec(bweStr, Index); in WebRtcIsacfix_UpdateUplinkBwImpl()
189 if (errCode <0) { in WebRtcIsacfix_UpdateUplinkBwImpl()
190 return(errCode); in WebRtcIsacfix_UpdateUplinkBwImpl()
/external/webrtc/webrtc/voice_engine/
Dvoe_base_impl.cc52 int errCode = 0; in OnErrorIsReported() local
54 errCode = VE_RUNTIME_REC_ERROR; in OnErrorIsReported()
57 errCode = VE_RUNTIME_PLAY_ERROR; in OnErrorIsReported()
62 voiceEngineObserverPtr_->CallbackOnError(-1, errCode); in OnErrorIsReported()
/external/webrtc/webrtc/voice_engine/include/
Dvoe_base.h54 virtual void CallbackOnError(int channel, int errCode) = 0;
/external/capstone/bindings/vb6/
DModule1.bas289 Public Declare Function cs_strerror Lib "vbCapstone.dll" Alias "bs_strerror" (ByVal errCode As cs_e…
/external/mesa3d/src/mesa/main/
Dtexenv.c44 #define TE_ERROR(errCode, msg, value) \ argument
45 _mesa_error(ctx, errCode, msg, _mesa_enum_to_string(value));
/external/aac/libSACdec/src/
Dsac_dec.cpp808 int errCode, idec; in FDK_SpatialDecInit() local
826 errCode = FDKdecorrelateInit( in FDK_SpatialDecInit()
831 if (errCode) return MPS_NOTOK; in FDK_SpatialDecInit()
/external/sqlite/dist/orig/
Dsqlite3.c15224 int errCode; /* Most recent error code (SQLITE_*) */ member
15995 u8 errCode; /* Error detected by xRecordCompare (CORRUPT or NOMEM) */ member
28609 db->errCode = err_code;
28648 db->errCode = err_code;
48634 int errCode; /* One of several kinds of errors */
48878 assert( pPager->errCode==SQLITE_OK );
48883 assert( pPager->errCode==SQLITE_OK );
48890 assert( pPager->errCode==SQLITE_OK );
48902 assert( pPager->errCode==SQLITE_OK );
48921 assert( pPager->errCode==SQLITE_OK );
[all …]
/external/sqlite/dist/
Dsqlite3.c15224 int errCode; /* Most recent error code (SQLITE_*) */ member
15995 u8 errCode; /* Error detected by xRecordCompare (CORRUPT or NOMEM) */ member
28609 db->errCode = err_code;
28648 db->errCode = err_code;
48650 int errCode; /* One of several kinds of errors */
48894 assert( pPager->errCode==SQLITE_OK );
48899 assert( pPager->errCode==SQLITE_OK );
48906 assert( pPager->errCode==SQLITE_OK );
48918 assert( pPager->errCode==SQLITE_OK );
48937 assert( pPager->errCode==SQLITE_OK );
[all …]