Home
last modified time | relevance | path

Searched refs:error (Results 6726 - 6750 of 7272) sorted by relevance

1...<<261262263264265266267268269270>>...291

/third_party/node/deps/v8/src/objects/
H A Dcode.h669 #error Unknown architecture.
H A Dcode.cc333 #error Unsupported architecture. in IsIsolateIndependent()
/third_party/node/deps/v8/src/runtime/
H A Druntime-atomics.cc212 #error Unsupported platform!
642 // Object::AddDataProperty to handle the error case. in RUNTIME_FUNCTION()
665 // Object::AddDataProperty to handle the error case. in RUNTIME_FUNCTION()
/third_party/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_types.h74 #error - Need compiler define for CONST64
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dtls1.h1139 # error "SSL/TLS CT_NUMBER values do not match"
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha1_hw.c222 # error "MAXCHUNKSIZE is not divisible by 64" in tls1_multi_block_encrypt()
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm_avx2/include/openssl/
H A Dcmp.h138 # error CMP_PKIFAILUREINFO_MAX bit pattern does not fit in type int
412 /* CMP-specific callback for logging and outputting the error queue: */
/third_party/node/deps/openssl/config/archs/linux64-riscv64/no-asm/include/openssl/
H A Dcmp.h138 # error CMP_PKIFAILUREINFO_MAX bit pattern does not fit in type int
412 /* CMP-specific callback for logging and outputting the error queue: */
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/include/openssl/
H A Dcmp.h138 # error CMP_PKIFAILUREINFO_MAX bit pattern does not fit in type int
412 /* CMP-specific callback for logging and outputting the error queue: */
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/no-asm/include/openssl/
H A Dcmp.h138 # error CMP_PKIFAILUREINFO_MAX bit pattern does not fit in type int
412 /* CMP-specific callback for logging and outputting the error queue: */
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm/include/openssl/
H A Dcmp.h138 # error CMP_PKIFAILUREINFO_MAX bit pattern does not fit in type int
412 /* CMP-specific callback for logging and outputting the error queue: */
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm/include/openssl/
H A Dcmp.h138 # error CMP_PKIFAILUREINFO_MAX bit pattern does not fit in type int
412 /* CMP-specific callback for logging and outputting the error queue: */
/third_party/node/deps/openssl/config/archs/linux64-mips64/no-asm/include/openssl/
H A Dcmp.h138 # error CMP_PKIFAILUREINFO_MAX bit pattern does not fit in type int
412 /* CMP-specific callback for logging and outputting the error queue: */
/third_party/node/deps/openssl/openssl/crypto/store/
H A Dstore_lib.c188 * scheme loader leaves an error on the error stack. Let's remove it. in OSSL_STORE_open_ex()
208 * We ignore a returned error because we will return NULL anyway in in OSSL_STORE_open_ex()
210 * just add another entry on the error stack. in OSSL_STORE_open_ex()
487 ret = ctx->loader->error(ctx->loader_ctx); in OSSL_STORE_error()
1032 * ossl_store_get0_loader_int will raise an error if the loader for the in OSSL_STORE_attach()
1034 * fetched then we remove this error from the error stack. in OSSL_STORE_attach()
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dcmp.h138 # error CMP_PKIFAILUREINFO_MAX bit pattern does not fit in type int
412 /* CMP-specific callback for logging and outputting the error queue: */
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/
H A Dcmp.h138 # error CMP_PKIFAILUREINFO_MAX bit pattern does not fit in type int
412 /* CMP-specific callback for logging and outputting the error queue: */
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec_local.h156 * If 'a' is zero (or equivalent), you'll get an EC_R_CANNOT_INVERT error.
512 # error "Can not enable ec_nistp_64_gcc_128 on big-endian systems"
606 * \return newly created EC_GROUP object or NULL in case of an error.
715 * defined and non-zero: it fails with an error code otherwise.
/third_party/qrcodegen/rust/src/
H A Dlib.rs39 //! - Supports encoding all 40 versions (sizes) and all 4 error correction levels, as per the QR Code Model 2 standard
49 //! - User can specify absolute error correction level, or allow the library to boost it if it doesn't increase the version number
101 /// (sizes) from 1 to 40, all 4 error correction levels, and 4 character encoding modes.
109 /// headers and final padding, excluding error correction codewords), supply the
112 /// (Note that all ways require supplying the desired error correction level.)
126 // The error correction level used in this QR Code.
150 /// Returns a QR Code representing the given Unicode text string at the given error correction level.
153 /// code points (not UTF-8 code units) if the low error correction level is used. The smallest possible
165 /// Returns a QR Code representing the given binary data at the given error correction level.
181 /// Returns a QR Code representing the given segments at the given error correctio
[all...]
/third_party/rust/crates/clap/clap_derive/src/derives/
H A Dargs.rs313 // otherwise we'll report an "arg required" error when unwrapping. in gen_augment()
711 .ok_or_else(|| clap::Error::raw(clap::error::ErrorKind::MissingRequiredArgument, format!("The following required argument was not provided: {}", #id)))? in gen_parsers()
/third_party/rust/crates/clap/tests/builder/
H A Ddefault_vals.rs5 #[cfg(feature = "error-context")]
6 use clap::error::ErrorKind;
9 #[cfg(feature = "error-context")]
41 #[cfg(feature = "error-context")]
718 #[cfg(feature = "error-context")]
733 error: the following required arguments were not provided: in default_vals_donnot_show_in_smart_usage()
798 #[cfg(feature = "error-context")]
799 #[should_panic = "Argument `arg`'s default_value=\"value\" failed validation: error: invalid value 'value' for '[arg]'"]
814 #[cfg(feature = "error-context")]
815 #[should_panic = "Argument `arg`'s default_value=\"one\" failed validation: error
[all...]
/third_party/pulseaudio/src/daemon/
H A Dohos_daemon-conf.c40 #include <pulsecore/core-error.h>
767 [PA_LOG_ERROR] = "error" in pa_daemon_conf_dump()
H A Ddaemon-conf.c40 #include <pulsecore/core-error.h>
767 [PA_LOG_ERROR] = "error" in pa_daemon_conf_dump()
/third_party/pulseaudio/src/modules/rtp/
H A Dmodule-rtp-recv.c37 #include <pulsecore/core-error.h>
/third_party/python/Lib/test/libregrtest/
H A Dmain.py383 # Basically the error looks like this:
584 except PermissionError as error:
587 print(f'Failed to create WindowsLoadTracker: {error}')
/third_party/pulseaudio/src/pulse/
H A Dmainloop.c49 #include <pulsecore/core-error.h>
793 /* Not many options for recovering from the error. Let's at least log something. */ in pa_mainloop_wakeup()

Completed in 41 milliseconds

1...<<261262263264265266267268269270>>...291