/third_party/giflib/ |
D | gifsponge.c | 35 int i, ErrorCode; in main() local 38 if ((GifFileIn = DGifOpenFileHandle(0, &ErrorCode)) == NULL) { in main() 39 PrintGifError(ErrorCode); in main() 46 if ((GifFileOut = EGifOpenFileHandle(1, &ErrorCode)) == NULL) { in main() 47 PrintGifError(ErrorCode); in main() 81 if (DGifCloseFile(GifFileIn, &ErrorCode) == GIF_ERROR) in main() 82 PrintGifError(ErrorCode); in main()
|
D | giffilter.c | 56 int CodeSize, ExtCode, ErrorCode; in main() local 64 if ((GifFileIn = DGifOpenFileHandle(0, &ErrorCode)) == NULL) { in main() 65 PrintGifError(ErrorCode); in main() 70 if ((GifFileOut = EGifOpenFileHandle(1, &ErrorCode)) == NULL) { in main() 71 PrintGifError(ErrorCode); in main() 140 if (DGifCloseFile(GifFileIn, &ErrorCode) == GIF_ERROR) in main() 142 PrintGifError(ErrorCode); in main() 145 if (EGifCloseFile(GifFileOut, &ErrorCode) == GIF_ERROR) in main() 147 PrintGifError(ErrorCode); in main()
|
D | giffix.c | 39 int i, j, NumFiles, ExtCode, Row, Col, Width, Height, ErrorCode, in main() local 68 if ((GifFileIn = DGifOpenFileName(*FileName, &ErrorCode)) == NULL) { in main() 69 PrintGifError(ErrorCode); in main() 76 if ((GifFileIn = DGifOpenFileHandle(0, &ErrorCode)) == NULL) { in main() 77 PrintGifError(ErrorCode); in main() 83 if ((GifFileOut = EGifOpenFileHandle(1, &ErrorCode)) == NULL) { in main() 84 PrintGifError(ErrorCode); in main() 190 if (DGifCloseFile(GifFileIn, &ErrorCode) == GIF_ERROR) { in main() 191 PrintGifError(ErrorCode); in main() 194 if (EGifCloseFile(GifFileOut, &ErrorCode) == GIF_ERROR) { in main() [all …]
|
D | gifhisto.c | 55 int i, j, ErrorCode, NumFiles, ExtCode, CodeSize, NumColors = 2, ImageNum = 0; in main() local 86 if ((GifFileIn = DGifOpenFileName(*FileName, &ErrorCode)) == NULL) { in main() 87 PrintGifError(ErrorCode); in main() 93 if ((GifFileIn = DGifOpenFileHandle(0, &ErrorCode)) == NULL) { in main() 94 PrintGifError(ErrorCode); in main() 173 if (DGifCloseFile(GifFileIn, &ErrorCode) == GIF_ERROR) in main() 175 PrintGifError(ErrorCode); in main() 189 if ((GifFileOut = EGifOpenFileHandle(1, &ErrorCode)) == NULL) { in main() 190 PrintGifError(ErrorCode); in main() 233 if (EGifCloseFile(GifFileOut, &ErrorCode) == GIF_ERROR) in main() [all …]
|
D | gifclrmp.c | 56 ImageN, HasGIFOutput, ErrorCode; in main() local 91 if ((GifFileIn = DGifOpenFileName(*FileName, &ErrorCode)) == NULL) { in main() 92 PrintGifError(ErrorCode); in main() 98 if ((GifFileIn = DGifOpenFileHandle(0, &ErrorCode)) == NULL) { in main() 99 PrintGifError(ErrorCode); in main() 124 if ((GifFileOut = EGifOpenFileHandle(1, &ErrorCode)) == NULL) { in main() 125 PrintGifError(ErrorCode); in main() 255 if (DGifCloseFile(GifFileIn, &ErrorCode) == GIF_ERROR) in main() 257 PrintGifError(ErrorCode); in main() 261 if (EGifCloseFile(GifFileOut, &ErrorCode) == GIF_ERROR) in main() [all …]
|
D | qprintf.c | 39 PrintGifError(int ErrorCode) { in PrintGifError() argument 40 const char *Err = GifErrorString(ErrorCode); in PrintGifError() 45 fprintf(stderr, "GIF-LIB undefined error %d.\n", ErrorCode); in PrintGifError()
|
D | gifwedge.c | 47 int i, j, l, c, LevelStep, LogNumLevels, ErrorCode, Count = 0; in main() local 80 if ((GifFile = EGifOpenFileHandle(1, &ErrorCode)) == NULL) { in main() 81 PrintGifError(ErrorCode); in main() 135 if (EGifCloseFile(GifFile, &ErrorCode) == GIF_ERROR) { in main() 136 PrintGifError(ErrorCode); in main()
|
D | gifcolor.c | 43 int i, j, l, GifNoisyPrint, ColorMapSize, ErrorCode; in main() local 76 if ((GifFile = EGifOpenFileHandle(1, &ErrorCode)) == NULL) { in main() 77 PrintGifError(ErrorCode); in main() 128 if (EGifCloseFile(GifFile, &ErrorCode) == GIF_ERROR) in main() 130 PrintGifError(ErrorCode); in main()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | errorcode.cpp | 24 ErrorCode::~ErrorCode() {} in ~ErrorCode() 26 UErrorCode ErrorCode::reset() { in reset() 32 void ErrorCode::assertSuccess() const { in assertSuccess() 38 const char* ErrorCode::errorName() const { in errorName()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | errorcode.cpp | 24 ErrorCode::~ErrorCode() {} in ~ErrorCode() 26 UErrorCode ErrorCode::reset() { in reset() 32 void ErrorCode::assertSuccess() const { in assertSuccess() 38 const char* ErrorCode::errorName() const { in errorName()
|
/third_party/node/deps/icu-small/source/common/ |
D | errorcode.cpp | 24 ErrorCode::~ErrorCode() {} in ~ErrorCode() 26 UErrorCode ErrorCode::reset() { in reset() 32 void ErrorCode::assertSuccess() const { in assertSuccess() 38 const char* ErrorCode::errorName() const { in errorName()
|
/third_party/icu/icu4c/source/common/ |
D | errorcode.cpp | 24 ErrorCode::~ErrorCode() {} in ~ErrorCode() 26 UErrorCode ErrorCode::reset() { in reset() 32 void ErrorCode::assertSuccess() const { in assertSuccess() 38 const char* ErrorCode::errorName() const { in errorName()
|
/third_party/json/test/thirdparty/Fuzzer/ |
D | FuzzerUtilDarwin.cpp | 101 int ErrorCode = 0, ProcessStatus = 0; in ExecuteCommand() local 103 ErrorCode = posix_spawn(&Pid, "/bin/sh", NULL, &SpawnAttributes, in ExecuteCommand() 106 if (!ErrorCode) { in ExecuteCommand() 116 } else if (ErrorCode == ENOMEM || ErrorCode == EAGAIN) { in ExecuteCommand()
|
/third_party/flutter/skia/tools/mdbviz/ |
D | Model.cpp | 27 Model::ErrorCode Model::load(const char* filename) { in load() 30 return ErrorCode::kCouldntOpenFile; in load() 34 return ErrorCode::kCouldntDecodeSKP; in load() 51 return ErrorCode::kOK; in load() 54 const char* Model::ErrorString(ErrorCode err) { in ErrorString()
|
D | Model.h | 17 enum class ErrorCode { enum 26 static const char* ErrorString(ErrorCode); 31 ErrorCode load(const char* filename);
|
/third_party/skia/tools/mdbviz/ |
D | Model.cpp | 27 Model::ErrorCode Model::load(const char* filename) { in load() 30 return ErrorCode::kCouldntOpenFile; in load() 34 return ErrorCode::kCouldntDecodeSKP; in load() 51 return ErrorCode::kOK; in load() 54 const char* Model::ErrorString(ErrorCode err) { in ErrorString()
|
D | Model.h | 17 enum class ErrorCode { enum 26 static const char* ErrorString(ErrorCode); 31 ErrorCode load(const char* filename);
|
/third_party/flutter/skia/src/xml/ |
D | SkXMLParser.h | 22 enum ErrorCode { enum 34 ErrorCode getErrorCode() const { return fCode; } in getErrorCode() 41 void setCode(ErrorCode code) { fCode = code; } in setCode() 46 ErrorCode fCode;
|
/third_party/skia/src/xml/ |
D | SkXMLParser.h | 22 enum ErrorCode { enum 34 ErrorCode getErrorCode() const { return fCode; } in getErrorCode() 41 void setCode(ErrorCode code) { fCode = code; } in setCode() 46 ErrorCode fCode;
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | errorcode.h | 84 class U_COMMON_API ErrorCode: public UMemory { 90 ErrorCode() : errorCode(U_ZERO_ERROR) {} in ErrorCode() function 92 virtual ~ErrorCode();
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | errorcode.h | 84 class U_COMMON_API ErrorCode: public UMemory { 90 ErrorCode() : errorCode(U_ZERO_ERROR) {} in ErrorCode() function 92 virtual ~ErrorCode();
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | errorcode.h | 81 class U_COMMON_API ErrorCode: public UMemory { 87 ErrorCode() : errorCode(U_ZERO_ERROR) {} in ErrorCode() function 89 virtual ~ErrorCode();
|
/third_party/icu/icu4c/source/common/unicode/ |
D | errorcode.h | 84 class U_COMMON_API ErrorCode: public UMemory { 90 ErrorCode() : errorCode(U_ZERO_ERROR) {} in ErrorCode() function 92 virtual ~ErrorCode();
|
/third_party/boost/boost/asio/detail/ |
D | winrt_async_manager.hpp | 89 action->ErrorCode.Value, in __anon008142ec0102() 121 operation->ErrorCode.Value, in __anon008142ec0202() 160 operation->ErrorCode.Value, in __anon008142ec0302() 191 action->ErrorCode.Value, in __anon008142ec0402() 228 operation->ErrorCode.Value, in __anon008142ec0502() 269 operation->ErrorCode.Value, in __anon008142ec0602()
|
/third_party/boost/libs/asio/include/boost/asio/detail/ |
D | winrt_async_manager.hpp | 89 action->ErrorCode.Value, in __anon9c04baf30102() 121 operation->ErrorCode.Value, in __anon9c04baf30202() 160 operation->ErrorCode.Value, in __anon9c04baf30302() 191 action->ErrorCode.Value, in __anon9c04baf30402() 228 operation->ErrorCode.Value, in __anon9c04baf30502() 269 operation->ErrorCode.Value, in __anon9c04baf30602()
|