Home
last modified time | relevance | path

Searched refs:error (Results 2051 - 2075 of 6647) sorted by relevance

1...<<81828384858687888990>>...266

/third_party/rust/crates/regex/src/
H A Dlib.rs512 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 Derrno.rs1 //! 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 DgluDefs.hpp56 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 Dsmacker.c222 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 Dx509asn1.c191 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 Dx_pubkey.c167 * 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 Dpvkfmt.c1031 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 Dlib.rs73 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 Dpvkfmt.c1031 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 Dx_pubkey.c167 * 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 Dimgui_freetype.cpp151 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 DnoEmit-changes-composite.js57 Found 1 error in src/project/src/noChangeFileWithEmitSpecificError.ts:1
276 Change:: Introduce error but still noEmit
502 Change:: Fix error and emit
519 Found 1 error in src/project/src/noChangeFileWithEmitSpecificError.ts:1
642 Found 1 error in src/project/src/noChangeFileWithEmitSpecificError.ts:1
683 Found 1 error in src/project/src/noChangeFileWithEmitSpecificError.ts:1
690 Change:: Introduce error and emit
1064 Change:: Fix error and no emit
1232 Found 1 error in src/project/src/noChangeFileWithEmitSpecificError.ts:1
1395 Found 1 error i
[all...]
H A DnoEmit-changes-incremental-declaration.js57 Found 1 error in src/project/src/noChangeFileWithEmitSpecificError.ts:1
275 Change:: Introduce error but still noEmit
486 Change:: Fix error and emit
503 Found 1 error in src/project/src/noChangeFileWithEmitSpecificError.ts:1
629 Found 1 error in src/project/src/noChangeFileWithEmitSpecificError.ts:1
670 Found 1 error in src/project/src/noChangeFileWithEmitSpecificError.ts:1
677 Change:: Introduce error and emit
1053 Change:: Fix error and no emit
1206 Found 1 error in src/project/src/noChangeFileWithEmitSpecificError.ts:1
1371 Found 1 error i
[all...]
H A DnoEmit-changes-incremental.js57 Found 1 error in src/project/src/noChangeFileWithEmitSpecificError.ts:1
249 Change:: Introduce error but still noEmit
451 Change:: Fix error and emit
468 Found 1 error in src/project/src/noChangeFileWithEmitSpecificError.ts:1
595 Found 1 error in src/project/src/noChangeFileWithEmitSpecificError.ts:1
636 Found 1 error in src/project/src/noChangeFileWithEmitSpecificError.ts:1
643 Change:: Introduce error and emit
1013 Change:: Fix error and no emit
1155 Found 1 error in src/project/src/noChangeFileWithEmitSpecificError.ts:1
1314 Found 1 error i
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/
H A DMakefile61 $(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 DMakefile61 $(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 Dallregs.c160 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 Dastc_test_autoextract_hdr.cpp156 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 Dastc_test_autoextract.cpp156 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 Ddictbe.h380 void loadJapaneseExtensions(UErrorCode& error);
382 void loadHiragana(UErrorCode& error);
384 void initJapanesePhraseParameter(UErrorCode& error);
/third_party/icu/icu4c/source/extra/uconv/
H A Duwmsg.c66 /* 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 Dunw_apply_reg_state.tex28 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 Dcstyle.py160 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 Dapple_glx_pixmap.c117 /* 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 Dobject.hpp32 #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()

Completed in 21 milliseconds

1...<<81828384858687888990>>...266