/third_party/mesa3d/src/egl/main/ |
H A D | eglcurrent.c | 98 _eglInternalError(EGLint errCode, const char *msg) in _eglInternalError() argument 157 _eglError(EGLint errCode, const char *msg) in _eglError() argument [all...] |
/third_party/vk-gl-cts/framework/egl/ |
H A D | egluDefs.cpp | 55 Error::Error (deUint32 errCode, const char* errStr) in Error() argument 61 Error::Error (deUint32 errCode, const char* message, const char* expr, const char* file, int line) in Error() argument
|
/third_party/icu/icu4c/source/common/ |
H A D | umutex.h | 135 inline void umtx_initOnce(UInitOnce &uio, void (U_CALLCONV *fp)(UErrorCode &), UErrorCode &errCode) { in umtx_initOnce() argument 166 template<class T> void umtx_initOnce(UInitOnce &uio, void (U_CALLCONV *fp)(T, UErrorCode &), T context, UErrorCode &errCode) { in umtx_initOnce() argument [all...] |
H A D | ucnv_bld.cpp | 1103 static void U_CALLCONV initAvailableConvertersList(UErrorCode &errCode) { in initAvailableConvertersList() argument
|
H A D | ucnv_io.cpp | 232 static void U_CALLCONV initAliasData(UErrorCode &errCode) { in initAliasData() argument
|
/third_party/node/deps/icu-small/source/common/ |
H A D | umutex.h | 135 inline void umtx_initOnce(UInitOnce &uio, void (U_CALLCONV *fp)(UErrorCode &), UErrorCode &errCode) { in umtx_initOnce() argument 166 template<class T> void umtx_initOnce(UInitOnce &uio, void (U_CALLCONV *fp)(T, UErrorCode &), T context, UErrorCode &errCode) { in umtx_initOnce() argument [all...] |
H A D | ucnv_io.cpp | 232 static void U_CALLCONV initAliasData(UErrorCode &errCode) { in initAliasData() argument
|
H A D | ucnv_bld.cpp | 1103 static void U_CALLCONV initAvailableConvertersList(UErrorCode &errCode) { in initAvailableConvertersList() argument
|
/third_party/lz4/lib/ |
H A D | lz4file.c | 54 LZ4F_errorCode_t errCode; member
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | umutex.h | 139 inline void umtx_initOnce(UInitOnce &uio, void (U_CALLCONV *fp)(UErrorCode &), UErrorCode &errCode) { in umtx_initOnce() argument 170 template<class T> void umtx_initOnce(UInitOnce &uio, void (U_CALLCONV *fp)(T, UErrorCode &), T context, UErrorCode &errCode) { in umtx_initOnce() argument [all...] |
H A D | ucnv_bld.cpp | 1103 static void U_CALLCONV initAvailableConvertersList(UErrorCode &errCode) { in initAvailableConvertersList() argument
|
H A D | ucnv_io.cpp | 232 static void U_CALLCONV initAliasData(UErrorCode &errCode) { in initAliasData() argument
|
/third_party/icu/icu4c/source/i18n/ |
H A D | plurrule.cpp | 796 PluralRules::getRuleFromResource(const Locale& locale, UPluralType type, UErrorCode& errCode) { in getRuleFromResource() argument [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | plurrule.cpp | 800 PluralRules::getRuleFromResource(const Locale& locale, UPluralType type, UErrorCode& errCode) { in getRuleFromResource() argument [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | plurrule.cpp | 786 PluralRules::getRuleFromResource(const Locale& locale, UPluralType type, UErrorCode& errCode) { in getRuleFromResource() argument [all...] |
/third_party/sqlite/src/ |
H A D | shell.c | 12826 int errCode; /* For sqlite3_recover_errcode() */ member 12968 recoverError( sqlite3_recover *p, int errCode, const char *zFmt, ... ) recoverError() argument 21762 int errCode = sqlite3_recover_errcode(p); recoverDatabaseCmd() local [all...] |
H A D | sqlite3.c | 17023 int errCode; /* Most recent error code (SQLITE_*) */ member 18032 u8 errCode; /* Error detected by xRecordCompare (CORRUPT or NOMEM) */ member 33818 sqlite3ErrorToParser(sqlite3 *db, int errCode) sqlite3ErrorToParser() argument 56151 int errCode; /* One of several kinds of errors */ global() member 72943 sqlite3BtreeTripAllCursors(Btree *pBtree, int errCode, int writeOnly) global() argument 88432 sqlite3_result_error_code(sqlite3_context *pCtx, int errCode) global() argument 122787 sqlite3HaltConstraint( Parse *pParse, int errCode, int onError, char *p4, i8 p4type, u8 p5Errmsg ) global() argument 204815 int errCode; global() local [all...] |