/third_party/rust/crates/regex/src/ |
H A D | lib.rs | 512 disabling this feature will always result in a compilation error. It is in some_helper_function() 626 pub use crate::error::Error; 739 mod error; modules
|
/third_party/rust/crates/rustix/src/io/ |
H A D | errno.rs | 1 //! The `Errno` type, which is a minimal wrapper around an error code. 3 //! We define the error constants as individual `const`s instead of an 4 //! enum because we may not know about all of the host's error values 10 use std::error; 17 /// `errno`—An error code. 19 /// The error type for `rustix` APIs. This is similar to `std::io::Error`, but 20 /// only holds an OS error code, and no extra error value. 47 write!(fmt, "os error {}", self.raw_os_error()) 60 write!(fmt, "os error {}", sel [all...] |
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluDefs.hpp | 56 Error (int error, const char* message, const char* expr, const char* file, int line); 57 Error (int error, const std::string& message);
|
/third_party/ffmpeg/libavcodec/ |
H A D | smacker.c | 222 goto error; in smacker_decode_header_tree() 231 goto error; in smacker_decode_header_tree() 254 goto error; in smacker_decode_header_tree() 260 goto error; in smacker_decode_header_tree() 267 error: in smacker_decode_header_tree() 655 goto error; in smka_decode_frame() 664 goto error; in smka_decode_frame() 683 goto error; in smka_decode_frame() 723 goto error; in smka_decode_frame() 737 error in smka_decode_frame() [all...] |
/third_party/curl/lib/vtls/ |
H A D | x509asn1.c | 191 if an error occurs. */ in getASN1Element() 265 * Return error code. 279 * Return error code. 305 * Returns error. 335 * Returns error. 418 * Return error code. 453 * Return error code. 490 Return the dynamically allocated string, or NULL if an error occurs. */ in GTime2str() 548 * Return error code. 591 * Return error [all...] |
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | x_pubkey.c | 167 * will return an appropriate error. 176 /* -1 indicates a fatal error, like malloc failure */ 329 goto error; in X509_PUBKEY_set() 334 goto error; in X509_PUBKEY_set() 338 goto error; in X509_PUBKEY_set() 360 goto error; in X509_PUBKEY_set() 366 goto error; in X509_PUBKEY_set() 386 error: in X509_PUBKEY_set() 394 * error e.g. malloc failure. 425 goto error; in x509_pubkey_decode() [all...] |
/third_party/node/deps/openssl/openssl/crypto/pem/ |
H A D | pvkfmt.c | 1031 goto error; in i2b_PVK() 1047 goto error; in i2b_PVK() 1064 goto error; in i2b_PVK() 1068 goto error; in i2b_PVK() 1070 goto error; in i2b_PVK() 1075 goto error; in i2b_PVK() 1078 goto error; in i2b_PVK() 1080 goto error; in i2b_PVK() 1083 goto error; in i2b_PVK() 1090 error in i2b_PVK() [all...] |
/third_party/rust/crates/glob/src/ |
H A D | lib.rs | 73 use std::error::Error; 107 /// This may return an error if the pattern is invalid. 168 /// This may return an error if the pattern is invalid. 200 // make sure that the pattern is valid first, else early return with error in glob_with() 267 /// A glob iteration error. 275 error: io::Error, 279 /// The Path that the error corresponds to. 284 /// The error in question. 285 pub fn error(&self) -> &io::Error { in error() functions 286 &self.error in error() [all...] |
/third_party/openssl/crypto/pem/ |
H A D | pvkfmt.c | 1031 goto error; in i2b_PVK() 1047 goto error; in i2b_PVK() 1064 goto error; in i2b_PVK() 1068 goto error; in i2b_PVK() 1070 goto error; in i2b_PVK() 1075 goto error; in i2b_PVK() 1078 goto error; in i2b_PVK() 1080 goto error; in i2b_PVK() 1083 goto error; in i2b_PVK() 1090 error in i2b_PVK() [all...] |
/third_party/openssl/crypto/x509/ |
H A D | x_pubkey.c | 167 * will return an appropriate error. 176 /* -1 indicates a fatal error, like malloc failure */ 329 goto error; in X509_PUBKEY_set() 334 goto error; in X509_PUBKEY_set() 338 goto error; in X509_PUBKEY_set() 360 goto error; in X509_PUBKEY_set() 366 goto error; in X509_PUBKEY_set() 386 error: in X509_PUBKEY_set() 394 * error e.g. malloc failure. 425 goto error; in x509_pubkey_decode() [all...] |
/third_party/skia/third_party/externals/imgui/misc/freetype/ |
H A D | imgui_freetype.cpp | 151 FT_Error error = FT_New_Memory_Face(ft_library, (uint8_t*)cfg.FontData, (uint32_t)cfg.FontDataSize, (uint32_t)cfg.FontNo, &Face); in InitFont() local 152 if (error != 0) in InitFont() 154 error = FT_Select_Charmap(Face, FT_ENCODING_UNICODE); in InitFont() 155 if (error != 0) in InitFont() 229 FT_Error error = FT_Load_Glyph(Face, glyph_index, LoadFlags); in LoadGlyph() 230 if (error) in LoadGlyph() 255 FT_Error error = FT_Render_Glyph(slot, RenderMode); in RenderGlyphAndGetInfo() local 256 if (error != 0) in RenderGlyphAndGetInfo() 748 FT_Error error = FT_New_Library(&memory_rec, &ft_library); in ImFontAtlasBuildWithFreeType() local 749 if (error ! in ImFontAtlasBuildWithFreeType() [all...] |
/third_party/typescript/tests/baselines/reference/tsc/incremental/ |
H A D | noEmit-changes-composite.js | 57 Found 1 error in src/project/src/noChangeFileWithEmitSpecificError.ts[90m:1[0m
276 Change:: Introduce error but still noEmit
502 Change:: Fix error and emit
519 Found 1 error in src/project/src/noChangeFileWithEmitSpecificError.ts[90m:1[0m
642 Found 1 error in src/project/src/noChangeFileWithEmitSpecificError.ts[90m:1[0m
683 Found 1 error in src/project/src/noChangeFileWithEmitSpecificError.ts[90m:1[0m
690 Change:: Introduce error and emit
1064 Change:: Fix error and no emit
1232 Found 1 error in src/project/src/noChangeFileWithEmitSpecificError.ts[90m:1[0m
1395 Found 1 error i [all...] |
H A D | noEmit-changes-incremental-declaration.js | 57 Found 1 error in src/project/src/noChangeFileWithEmitSpecificError.ts[90m:1[0m
275 Change:: Introduce error but still noEmit
486 Change:: Fix error and emit
503 Found 1 error in src/project/src/noChangeFileWithEmitSpecificError.ts[90m:1[0m
629 Found 1 error in src/project/src/noChangeFileWithEmitSpecificError.ts[90m:1[0m
670 Found 1 error in src/project/src/noChangeFileWithEmitSpecificError.ts[90m:1[0m
677 Change:: Introduce error and emit
1053 Change:: Fix error and no emit
1206 Found 1 error in src/project/src/noChangeFileWithEmitSpecificError.ts[90m:1[0m
1371 Found 1 error i [all...] |
H A D | noEmit-changes-incremental.js | 57 Found 1 error in src/project/src/noChangeFileWithEmitSpecificError.ts[90m:1[0m
249 Change:: Introduce error but still noEmit
451 Change:: Fix error and emit
468 Found 1 error in src/project/src/noChangeFileWithEmitSpecificError.ts[90m:1[0m
595 Found 1 error in src/project/src/noChangeFileWithEmitSpecificError.ts[90m:1[0m
636 Found 1 error in src/project/src/noChangeFileWithEmitSpecificError.ts[90m:1[0m
643 Change:: Introduce error and emit
1013 Change:: Fix error and no emit
1155 Found 1 error in src/project/src/noChangeFileWithEmitSpecificError.ts[90m:1[0m
1314 Found 1 error i [all...] |
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/ |
H A D | Makefile | 61 $(error "Invalid TARGET_PLATFORM: $(TARGET_PLATFORM)") 67 $(error No KDIR found for platform $(TARGET_PLATFORM)) 72 $(error USING_GPU_UTILIZATION conflict with USING_DVFS you can read the Integration Guide to choose which one do you need)
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/ |
H A D | Makefile | 61 $(error "Invalid TARGET_PLATFORM: $(TARGET_PLATFORM)") 67 $(error No KDIR found for platform $(TARGET_PLATFORM)) 72 $(error USING_GPU_UTILIZATION conflict with USING_DVFS you can read the Integration Guide to choose which one do you need)
|
/third_party/elfutils/tests/ |
H A D | allregs.c | 160 error (EXIT_FAILURE, 0, "dwfl_getmodules: %s", dwfl_errmsg (-1)); in main() 167 error (EXIT_FAILURE, 0, "dwfl_module_register_names: %s", in main() 196 error (EXIT_FAILURE, 0, "dwfl_module_register_names: %s", in main()
|
/third_party/astc-encoder/Utils/ |
H A D | astc_test_autoextract_hdr.cpp | 156 float error = errorsums[pix(x_blocks, y, x, 1, 0)]; in main() local 157 if (error > worst_error) in main() 159 worst_error = error; in main()
|
H A D | astc_test_autoextract.cpp | 156 float error = errorsums[pix(x_blocks, y, x, 1, 0)]; in main() local 157 if (error > worst_error) in main() 159 worst_error = error; in main()
|
/third_party/icu/icu4c/source/common/ |
H A D | dictbe.h | 380 void loadJapaneseExtensions(UErrorCode& error); 382 void loadHiragana(UErrorCode& error); 384 void initJapanesePhraseParameter(UErrorCode& error);
|
/third_party/icu/icu4c/source/extra/uconv/ |
H A D | uwmsg.c | 66 /* reset the error code */ in uprint() 251 char error[128]; in u_wmsg_errorName() local 254 sprintf(error, "UNDOCUMENTED ICU ERROR %d", err); in u_wmsg_errorName() 255 textMsg = error; in u_wmsg_errorName()
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_apply_reg_state.tex | 28 Otherwise the negative value of one of the error-codes below is 40 \item[\Const{UNW\_EUNSPEC}] An unspecified error occurred. 46 In addition, \Func{unw\_apply\_reg\_state}() may return any error
|
/third_party/libsnd/Scripts/ |
H A D | cstyle.py | 160 Return the current error count for this CStyleChecker object. 212 None # self.error ("bad indent on close curly brace") 220 self.error (msg) 224 self.error ("missing space around operator") 229 def error (self, msg): member in CStyleChecker 231 Print an error message and increment the error count.
|
/third_party/mesa3d/src/glx/apple/ |
H A D | apple_glx_pixmap.c | 117 /* Return true if an error occurred. */ 126 CGLError error; in apple_glx_pixmap_create() local 169 error = apple_cgl.create_context(p->pixel_format_obj, NULL, in apple_glx_pixmap_create() 172 if (kCGLNoError != error) { in apple_glx_pixmap_create()
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | object.hpp | 32 #include "core/error.hpp" 78 throw error(CL_INVALID_VALUE); in validate_list() 95 throw error(CL_INVALID_VALUE); in validate_list() 112 throw error(CL_INVALID_VALUE); in validate_list()
|