/third_party/astc-encoder/Source/ |
H A D | stb_image.h | 51 2.28 (2023-01-29) many error fixes, security errors, just tons of stuff 652 // should produce compiler error if size is wrong 676 #error "Must define all or none of STBI_MALLOC, STBI_FREE, and STBI_REALLOC (or STBI_REALLOC_SIZED)." 1084 // stbi__err - error 1085 // stbi__errpf - error returning pointer to float 1086 // stbi__errpuc - error returning pointer to unsigned char 2126 // error! code not found in stbi__jpeg_huff_decode() 3869 if (req_comp < 0 || req_comp > 4) return stbi__errpuc("bad req_comp", "Internal error"); in load_jpeg_image() 3919 // can't error after this so, this is safe in load_jpeg_image() 4245 return -1; /* report error fo in stbi__zhuffman_decode() [all...] |
H A D | wuffs-v0.3.c | 255 #error "WUFFS_BASE__CPU_ARCH__ETC combined with an unsupported compiler" in wuffs_base__cpu_arch__have_x86_avx2() 285 #error "WUFFS_BASE__CPU_ARCH__ETC combined with an unsupported compiler" in wuffs_base__cpu_arch__have_x86_bmi2() 317 #error "WUFFS_BASE__CPU_ARCH__ETC combined with an unsupported compiler" in wuffs_base__cpu_arch__have_x86_sse42() 330 #error "Wuffs requires a word size of either 32 or 64 bits" 539 // WUFFS_BASE__RESULT is a result type: either a status (an error) or a value. 4159 // TODO: Should this function return bool? An error type? 4367 // TODO: Should this function return bool? An error type? 5382 // It returns an error if s does not contain a floating point number. 5384 // It does not necessarily return an error if the conversion is lossy, e.g. if 5387 // Similarly, the returned value may be infinite (and no error returne [all...] |
H A D | tinyexr.h | 285 // Returns negative value and may set error string in `err` when there's an 286 // error 294 // Returns negative value and may set error string in `err` when there's an 295 // error 305 // @param[out] err Error string(wll be filled when the function returns error code). Free it using FreeEXRErrorMessage after using this value. 327 // Returns negative value and may set error string in `err` when there's an 328 // error 345 // Free's error message 356 // When there was an error message, Application must free `err` with 362 // When there was an error messag [all...] |
/third_party/backends/backend/ |
H A D | avision.c | 2253 ADDITIONAL_SENSE (0x15,0x01, "Mechanical positioning error"); in sense_handler() 2259 ADDITIONAL_SENSE (0x1a,0x00, "parameter list length error"); in sense_handler() 2273 ADDITIONAL_SENSE (0x43,0x00, "Message error"); in sense_handler() 2278 ADDITIONAL_SENSE (0x47,0x00, "SCSI parity error"); in sense_handler() 2279 ADDITIONAL_SENSE (0x49,0x00, "Invalid message error"); in sense_handler() 2282 ADDITIONAL_SENSE (0x60,0x01, "Flatbed Lamp error (Oki only)"); in sense_handler() 2283 ADDITIONAL_SENSE (0x60,0x02, "ADF lamp error (Oki only)"); in sense_handler() 2284 ADDITIONAL_SENSE (0x62,0x00, "Scan head positioning error"); in sense_handler() 2305 ADDITIONAL_SENSE (0x81,0x05, "ADF forward feed error"); in sense_handler() 2306 ADDITIONAL_SENSE (0x81,0x06, "ADF rewind error"); in sense_handler() [all...] |
/third_party/ltp/scripts/ |
H A D | checkpatch.pl | 1175 if ($lines[0] =~ /^error: short SHA1 $commit is ambiguous/) { 1585 # The whole of a #error is a string. 1586 } elsif ($res =~ /^.\s*\#\s*(?:error|warning)\s+(.*)\b/) { 1588 $res =~ s@(\#\s*(?:error|warning)\s+).*@$1$clean@; 2813 #make up the handle for any error we report on this line 4738 # ENOTSUPP is not a standard error code and should be avoided in new patches. 4743 "ENOTSUPP is not a SUSV4 error code, prefer EOPNOTSUPP\n" . $herecurr) && 7152 "Using comparison to $otype is error prone\n" . $herecurr); 7155 ## "Using comparison to $otype is error prone. Perhaps use '${lead}${op}${arg}${trail}'\n" . $herecurr); 7271 "Exporting world writable files is usually an error [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
H A D | FrameCapture.cpp | 52 # error Frame capture must be enabled to include this file. 1423 ERR() << "Internal error serializing context state."; in CaptureValidateSerializedState() 3169 // error C4312: 'reinterpret_cast': conversion from 'uint32_t' to 'EGLContext' of in CaptureMidExecutionSetup() 5434 // error C4312: 'reinterpret_cast': conversion from 'uint32_t' to 'EGLContext' of in captureCall() 7109 // error: implicit conversion between pointer-to-function and pointer-to-object is a Microsoft in WriteParamValueReplay() 7120 // error: implicit conversion between pointer-to-function and pointer-to-object is a Microsoft in WriteParamValueReplay() 7131 // error: implicit conversion between pointer-to-function and pointer-to-object is a Microsoft in WriteParamValueReplay()
|
/third_party/python/Lib/test/ |
H A D | test_socket.py | 5356 self.fail("caught timeout instead of error (TCP)") 5413 self.fail("caught timeout instead of error (UDP)") 5438 self.fail("caught timeout instead of error (UDPLITE)") 5453 self.assertIs(socket.error, OSError) 6502 # bpo-35050, off-by-one error in length check
|
/third_party/node/deps/v8/src/codegen/ |
H A D | code-stub-assembler.cc | 273 #error Unknown architecture. in BIntConstant() 1354 #error Architecture not supported
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiCopiesAndBlittingTests.cpp | 3865 const float error = 1.0f / srcMaxValue; in calculateFloatConversionError() local 3867 return de::clamp<float>(error, 0.0f, 1.0f); in calculateFloatConversionError() 4125 // there are rare cases wher one or few pixels have slightly bigger error 4126 // in one of channels this accepted error allows those casses to pass 4480 // there are rare cases wher one or few pixels have slightly bigger error 4481 // in one of channels this accepted error allows those casses to pass
|
H A D | vktApiFeatureInfo.cpp | 670 #error PN defined 4463 results.fail("Got unexpected error" + de::toString(queryResult)); in imageFormatProperties()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiCopiesAndBlittingTests.cpp | 3427 const float error = 1.0f / srcMaxValue; in calculateFloatConversionError() local 3429 return de::clamp<float>(error, 0.0f, 1.0f); in calculateFloatConversionError() 3681 // there are rare cases wher one or few pixels have slightly bigger error in checkCompressedNonNearestFilteredResult() 3682 // in one of channels this accepted error allows those casses to pass in checkCompressedNonNearestFilteredResult() 4036 // there are rare cases wher one or few pixels have slightly bigger error in checkCompressedNearestFilteredResult() 4037 // in one of channels this accepted error allows those casses to pass in checkCompressedNearestFilteredResult()
|
H A D | vktApiFeatureInfo.cpp | 670 #error PN defined 4468 results.fail("Got unexpected error" + de::toString(queryResult)); in imageFormatProperties()
|
/third_party/vixl/test/aarch64/ |
H A D | test-assembler-aarch64.cc | 10121 // Trigger an error if x11 (watchdog) is zero. 10205 // Trigger an error if x11 (watchdog) is zero. 13625 #error \ 13631 #error \
|
/third_party/skia/third_party/externals/wuffs/release/c/ |
H A D | wuffs-v0.3.c | 247 #error "WUFFS_BASE__CPU_ARCH__ETC combined with an unsupported compiler" in wuffs_base__cpu_arch__have_x86_avx2() 277 #error "WUFFS_BASE__CPU_ARCH__ETC combined with an unsupported compiler" in wuffs_base__cpu_arch__have_x86_bmi2() 309 #error "WUFFS_BASE__CPU_ARCH__ETC combined with an unsupported compiler" in wuffs_base__cpu_arch__have_x86_sse42() 322 #error "Wuffs requires a word size of either 32 or 64 bits" 530 // WUFFS_BASE__RESULT is a result type: either a status (an error) or a value. 3944 // TODO: Should this function return bool? An error type? 4152 // TODO: Should this function return bool? An error type? 5167 // It returns an error if s does not contain a floating point number. 5169 // It does not necessarily return an error if the conversion is lossy, e.g. if 5172 // Similarly, the returned value may be infinite (and no error returne [all...] |
H A D | wuffs-v0.2.c | 44 #error "Wuffs requires a word size of either 32 or 64 bits" 1614 // TODO: Should this function return bool? An error type? 1821 // TODO: Should this function return bool? An error type? 3786 // error was previously encountered. 4501 "#base: disabled by previous error"; 5952 "#deflate: internal error: inconsistent Huffman decoder state"; 5954 "#deflate: internal error: inconsistent I/O"; 5956 "#deflate: internal error: inconsistent distance"; 5958 "#deflate: internal error: inconsistent n_bits"; 7798 "#lzw: internal error [all...] |
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
H A D | arkoala_api.h | 3320 void (*setTextInputShowError)(ArkUINodeHandle node, ArkUI_CharPtr error, ArkUI_Uint32 visible);
|
/third_party/node/deps/v8/src/compiler/ |
H A D | wasm-compiler.cc | 7828 // Assuming we are calling to JS, check whether this would be a runtime error. 8389 << graph_construction_result.error().message()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |
/third_party/node/deps/v8/src/execution/s390/ |
H A D | simulator-s390.cc | 1889 // Unsupported instructions use Format to print an error and stop execution. 9022 #error unsupport __builtin_popcount in EVALUATE()
|
/third_party/glfw/deps/ |
H A D | nuklear.h | 98 /// NK_INCLUDE_FIXED_TYPES | If defined it will include header `<stdint.h>` for fixed sized types otherwise nuklear tries to select the correct type. If that fails it will throw a compiler error and you have to select the correct types yourself. 414 * This will fire with a negative subscript error if the type sizes 1232 /// Returns one of enum nk_convert_result error codes 5768 * This will fire with a negative subscript error if the type sizes 12121 /* half-pixel error allowed... need to be smaller if AA */ in nk_tt__tesselate_curve() 12168 if (points == 0) goto error; in nk_tt_FlattenCurves() 12204 error: in nk_tt_FlattenCurves() 13357 if (nk__in4(4) != 0) return 0; /* error! stream is > 4GB */ in nk_decompress() 13823 /* error so cleanup all memory */ in nk_font_atlas_bake() 25545 /// - 2017/04/09 (1.36.1) - Fixed #403 with another widget float error [all...] |
/third_party/sqlite/src/ |
H A D | shell.c | 449 ** at an error if we are not interactive. 480 ** in a number of other places, mostly for error messages. 530 ** out-of-memory error. 2139 char *zMsg = sqlite3_mprintf("error SQL statement [%s]: %s", in sha3QueryFunc() 4232 ** first unmatched ")" character, then return. If an error is found, 4233 ** return a pointer to the error message string. 4255 ** to the error message if there is a problem. 4416 ** error message if something goes wrong. 4502 const char *zErr; /* Compile error message */ in re_sql_func() 4649 ** of bytes written is returned. If an error occur [all...] |
/third_party/f2fs-tools/lib/ |
H A D | utf8data.h | 3 #error Only nls_utf8-norm.c should include this file.
|