Home
last modified time | relevance | path

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

/third_party/mesa3d/src/egl/main/
Deglcurrent.c94 _eglInternalError(EGLint errCode, const char *msg) in _eglInternalError()
153 _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/mindspore/mindspore-src/source/mindspore/core/mindrt/include/async/
Dtry.h36 Try(const F &errCode) { errorCode = errCode; } in Try()
Dfuture.h198 void SetFailed(int32_t errCode) const { in SetFailed()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_main.cc195 auto errCode = rc.StatusCode(); in main() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/customize/op_proto/utils/
Derror_util.cc30 std::string GetViewErrorCodeStr(ge::ViewErrorCode errCode) { return "E" + std::to_string(errCode); } in GetViewErrorCodeStr()
/third_party/lz4/lib/
Dlz4file.c199 LZ4F_errorCode_t errCode; member
/third_party/lwip/contrib/examples/example_app/
Dtest.c182 pppLinkStatusCallback(ppp_pcb *pcb, int errCode, void *ctx) in pppLinkStatusCallback()
/third_party/musl/src/locale/
Diconv.c473 static void set_errno(int errCode) in set_errno()
491 int errCode = ICU_ZERO_ERROR; in iconv_icu() local
/third_party/mesa3d/src/mesa/main/
Dtexenv.c44 #define TE_ERROR(errCode, msg, value) \ argument
/third_party/nghttp2/integration-tests/
Dserver_tester.go730 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/skia/m133/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/skia/m133/third_party/externals/icu/source/i18n/
Dplurrule.cpp800 PluralRules::getRuleFromResource(const Locale& locale, UPluralType type, UErrorCode& errCode) { in getRuleFromResource()
/third_party/parse5/packages/parse5/lib/parser/
Dindex.ts1829 …const errCode = token.type === TokenType.EOF ? ERR.openElementsLeftAfterEof : ERR.disallowedConten… constant
/third_party/icu/icu4c/source/i18n/
Dplurrule.cpp796 PluralRules::getRuleFromResource(const Locale& locale, UPluralType type, UErrorCode& errCode) { in getRuleFromResource()
/third_party/skia/third_party/externals/icu/source/i18n/
Dplurrule.cpp786 PluralRules::getRuleFromResource(const Locale& locale, UPluralType type, UErrorCode& errCode) { in getRuleFromResource()
/third_party/sqlite/src/
Dshell.c15418 int errCode; /* For sqlite3_recover_errcode() */ member
15562 int errCode, in recoverError()
24493 int errCode = sqlite3_recover_errcode(p); in recoverDatabaseCmd() local