Home
last modified time | relevance | path

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

/third_party/mesa3d/src/egl/main/
Deglcurrent.c98 _eglInternalError(EGLint errCode, const char *msg) in _eglInternalError()
157 _eglError(EGLint errCode, const char *msg) in _eglError()
/third_party/vk-gl-cts/framework/egl/
DegluDefs.cpp55 Error::Error (deUint32 errCode, const char* errStr) in Error()
61 Error::Error (deUint32 errCode, const char* message, const char* expr, const char* file, int line) in Error()
/third_party/node/lib/internal/
Djs_stream_socket.js164 finishShutdown(handle, errCode) { argument
223 finishWrite(handle, errCode) { argument
/third_party/lz4/lib/
Dlz4file.c54 LZ4F_errorCode_t errCode; member
/third_party/mesa3d/src/mesa/main/
Dtexenv.c44 #define TE_ERROR(errCode, msg, value) \ argument
/third_party/nghttp2/integration-tests/
Dserver_tester.go652 errCode http2.ErrCode // error code received in HTTP/2 RST_STREAM or GOAWAY member
/third_party/skia/third_party/externals/icu/source/common/
Ducnv_bld.cpp1103 static void U_CALLCONV initAvailableConvertersList(UErrorCode &errCode) { in initAvailableConvertersList()
Ducnv_io.cpp232 static void U_CALLCONV initAliasData(UErrorCode &errCode) { in initAliasData()
/third_party/icu/icu4c/source/common/
Ducnv_bld.cpp1103 static void U_CALLCONV initAvailableConvertersList(UErrorCode &errCode) { in initAvailableConvertersList()
Ducnv_io.cpp232 static void U_CALLCONV initAliasData(UErrorCode &errCode) { in initAliasData()
/third_party/node/deps/icu-small/source/common/
Ducnv_bld.cpp1103 static void U_CALLCONV initAvailableConvertersList(UErrorCode &errCode) { in initAvailableConvertersList()
Ducnv_io.cpp232 static void U_CALLCONV initAliasData(UErrorCode &errCode) { in initAliasData()
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_rpc.js660 errCode: "[PC Preview]: unknow errCode", property
/third_party/parse5/packages/parse5/lib/parser/
Dindex.ts1757 …const errCode = token.type === TokenType.EOF ? ERR.openElementsLeftAfterEof : ERR.disallowedConten… constant
/third_party/skia/third_party/externals/icu/source/i18n/
Dplurrule.cpp786 PluralRules::getRuleFromResource(const Locale& locale, UPluralType type, UErrorCode& errCode) { in getRuleFromResource()
/third_party/icu/icu4c/source/i18n/
Dplurrule.cpp796 PluralRules::getRuleFromResource(const Locale& locale, UPluralType type, UErrorCode& errCode) { in getRuleFromResource()
/third_party/node/deps/icu-small/source/i18n/
Dplurrule.cpp800 PluralRules::getRuleFromResource(const Locale& locale, UPluralType type, UErrorCode& errCode) { in getRuleFromResource()
/third_party/sqlite/src/
Dshell.c12826 int errCode; /* For sqlite3_recover_errcode() */ member
12970 int errCode, in recoverError()
21762 int errCode = sqlite3_recover_errcode(p); in recoverDatabaseCmd() local
Dsqlite3.c17023 int errCode; /* Most recent error code (SQLITE_*) */ member
18032 u8 errCode; /* Error detected by xRecordCompare (CORRUPT or NOMEM) */ member