Home
last modified time | relevance | path

Searched refs:error (Results 5751 - 5775 of 6377) sorted by relevance

1...<<231232233234235236237238239240>>...256

/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dphonemetadata.pb.h12 #error This file was generated by a newer version of protoc which is
13 #error incompatible with your Protocol Buffer headers. Please update
14 #error your headers.
17 #error This file was generated by an older version of protoc which is
18 #error incompatible with your Protocol Buffer headers. Please
19 #error regenerate this file with a newer version of protoc.
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeARM_32.c40 #error "Internal error: Unknown ARM architecture" in sljit_get_platform_name()
745 compiler->error = SLJIT_ERR_ALLOC_FAILED; in sljit_generate_code()
848 compiler->error = SLJIT_ERR_ALLOC_FAILED; in sljit_generate_code()
939 compiler->error = SLJIT_ERR_COMPILED; in sljit_generate_code()
2046 #error "Software divmod functions are needed"
2105 #error "Software divmod functions are needed" in sljit_emit_op0()
/third_party/python/Lib/
H A D_pydecimal.py1185 # If both INF, same sign => same as both, opposite => error.
2549 Similar to self._rescale(exp._exp) but with error checking.
4039 """Handles an error
4046 error = _condition_map.get(condition, condition)
4047 if error in self._ignored_flags:
4049 return error().handle(self, *args)
4051 self.flags[error] = 1
4052 if not self.traps[error]:
4058 raise error(explanation)
4097 # if an error occur
[all...]
H A Dtyping.py174 The msg argument is a human-readable error message, e.g.::
278 This gives a nice error message in case of count mismatch.
552 never_call_me(arg) # type checker error
599 run_query(arbitrary_string) # type checker error
600 run_query( # type checker error
1847 error = Generic in cls.__orig_bases__
1849 error = (Generic in cls.__bases__ and
1852 if error:
2059 # Same error message as for issubclass(1, int).
2161 - It's an error t
[all...]
/third_party/cups-filters/utils/
H A Dcups-browsed.c51 #include <avahi-common/error.h>
555 * queue and requests for setting it ends with error since
4363 int ssl_err = 0; /* LDAP SSL error value */ in ldap_new_connection()
4474 * Return error, because client libraries doesn't support SSL in ldap_new_connection()
4564 debug_printf("LDAP bind failed with error %d: %s\n", in ldap_new_connection()
4571 debug_printf("LDAP SSL error %d: %s\n", ssl_err, in ldap_new_connection()
5555 "printer-error-policy", in record_printer_options()
6235 we send a failure message and the backend will close with an error code in on_job_state()
7001 check the first element of the error to find out whether a remote
7812 debug_printf("Queue has still jobs or CUPS error!\ in update_cups_queues()
10555 int error; client_callback() local
10635 int error; avahi_init() local
12251 GError *error = NULL; main() local
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fProgramInterfaceQueryTests.cpp1029 bool error = false;
1056 error = true;
1071 error = true;
1078 return !error;
1085 bool error = false;
1097 error = true;
1102 error = true;
1107 error = true;
1126 error = true;
1131 error
[all...]
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-logic-arm64.cc3161 double error = value - int_result; in FPRoundInt() local
3169 } else if ((error > 0.5) || ((error == 0.5) && (int_result >= 0.0))) { in FPRoundInt()
3170 // If the error is greater than 0.5, or is equal to 0.5 and the integer in FPRoundInt()
3182 // If the error is greater than 0.5, or is equal to 0.5 and the integer in FPRoundInt()
3184 } else if ((error > 0.5) || in FPRoundInt()
3185 ((error == 0.5) && (std::fmod(int_result, 2) != 0))) { in FPRoundInt()
3208 // If the error is non-zero, round up. in FPRoundInt()
3209 } else if (error > 0.0) { in FPRoundInt()
3348 double error in FPToFixedJS() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMReactor.cpp56 # error "LLVM_ENABLE_THREADS needs to be enabled"
609 std::error_code error; in acquireRoutine()
610 llvm::raw_fd_ostream file(std::string(name) + "-llvm-dump-unopt.txt", error); in acquireRoutine()
626 std::error_code error; in acquireRoutine()
627 llvm::raw_fd_ostream file(std::string(name) + "-llvm-dump-opt.txt", error); in acquireRoutine()
2939 // rcpss uses a piecewise-linear approximation which minimizes the relative error in Rcp_pp()
2973 // rcpps uses a piecewise-linear approximation which minimizes the relative error in RcpApprox()
2989 // rcpss uses a piecewise-linear approximation which minimizes the relative error in RcpApprox()
3185 // rcpps uses a piecewise-linear approximation which minimizes the relative error in Rcp_pp()
4411 std::error_code error; in acquireCoroutine() local
4447 std::error_code error; acquireCoroutine() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dalsdec.c459 int error = 0; in check_specific_config() local
461 // report unsupported feature and set error value in check_specific_config()
467 error = errval; \ in check_specific_config()
473 return error; in check_specific_config()
1919 av_log(avctx, AV_LOG_ERROR, "CRC error.\n"); in decode_frame()
/third_party/ffmpeg/libswscale/
H A Dutils.c723 int64_t error = 0; in initFilter() local
735 int64_t v = filter[i * filterSize + j] + error; in initFilter()
738 error = v - intV * sum; in initFilter()
1992 fail: // FIXME replace things by appropriate error codes in sws_init_context()
/third_party/curl/lib/
H A Dmulti.c392 goto error; in Curl_multi_handle()
404 goto error; in Curl_multi_handle()
423 error: in Curl_multi_handle()
639 CURLcode status, /* an error if this is called in multi_done()
640 after an error was detected */ in multi_done()
1457 data from it until it receives an error (except EINTR).
1851 failf(data, "seek callback returned error %d", (int)err);
1865 failf(data, "ioctl callback returned error %d", (int)err);
1928 /* a multi-level callback returned error before, meaning every individual
1970 /* Skip the statemachine and go directly to error handlin
[all...]
/third_party/libcoap/src/
H A Dcoap_gnutls.c501 coap_log_warn("gnutls_priority_init: Syntax error at: %s\n", err); in coap_dtls_new_context()
1035 * neg GNUTLS_E_* error code
1423 * neg GNUTLS_E_* error code
1451 * neg GNUTLS_E_* error code
1565 * neg GNUTLS_E_* error code
1677 * neg GNUTLS_E_* error code
1719 coap_log_warn("gnutls_priority_set_direct: Syntax error at: %s\n", err); in setup_client_ssl_session()
1823 * neg GNUTLS_E_* error code
1881 * -1 error (error i
[all...]
/third_party/node/
H A Dvcbuild.bat415 if errorlevel 1 echo Failed to sign exe, got error code %errorlevel%&goto exit
441 if errorlevel 1 echo Failed to generate license.rtf, got error code %errorlevel%&goto exit
548 if errorlevel 1 echo Failed to sign msi, got error code %errorlevel%&goto exit
/third_party/nghttp2/src/
H A Dh2load.cc2011 auto error = errno; in read_script_from_file() local
2012 std::cerr << "Time value error at line " << line_count << ". \n\t" in read_script_from_file()
2014 if (error != 0) { in read_script_from_file()
2015 std::cerr << "\t" << strerror(error) << std::endl; in read_script_from_file()
2576 std::cerr << "-D: value error " << optarg << std::endl; in main()
2612 std::cerr << "--rate-period: value error " << optarg << std::endl; in main()
2640 std::cerr << "--warm-up-time: value error " << optarg << std::endl; in main()
/third_party/node/deps/brotli/c/dec/
H A Ddecode.c113 /* Saves error code and converts it to BrotliDecoderResult. */
1170 size_t error = 0; in DetectTrivialLiteralBlockTypes() local
1174 BROTLI_REPEAT(4, error |= s->context_map[offset + j++] ^ sample;) in DetectTrivialLiteralBlockTypes()
1176 if (error == 0) { in DetectTrivialLiteralBlockTypes()
2078 /* Do not try to process further in a case of unrecoverable error. */ in BrotliDecoderDecompressStream()
2543 /* After unrecoverable error remaining output is considered nonsensical. */ in BrotliDecoderHasMoreOutput()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_private.h251 * implementation-dependent, and if such a failure occurs then the error
1352 /** Specifies that the BO should be captured in error states */
1543 * Current error status of the command buffer. Used to track inconsistent
1566 anv_batch_set_error(struct anv_batch *batch, VkResult error) in anv_batch_set_error() argument
1568 assert(error != VK_SUCCESS); in anv_batch_set_error()
1570 batch->status = error; in anv_batch_set_error()
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dstatem_clnt.c86 * Return values are 1 for success (transition allowed) and 0 on error
172 # error Internal DTLS version error in ossl_statem_client13_read_transition()
203 * Return values are 1 for success (transition allowed) and 0 on error
1326 * or it's not allowed for the selected protocol. So we return an error. in set_client_ciphersuite()
2721 /* Note we validate the SCTs whether or not we abort on error */ in tls_process_initial_server_flight()
3365 /* ssl_generate_master_secret frees the pms even on error */ in tls_client_key_exchange_post_work()
3465 * If we get an error, we need to ssl->rwstate=SSL_X509_LOOKUP; in tls_prepare_client_certificate()
3536 * This is a fatal error, which leaves enc_write_ctx in an inconsistent in tls_construct_client_certificate()
3700 # error Ma in ssl_cipher_list_to_bytes()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBlendOperationAdvancedTests.cpp1599 std::ostringstream error;
1600 error << "Unsupported number of color attachments (" << blendProperties.advancedBlendMaxColorAttachments << " < " << m_param.colorAttachmentsCount;
1601 throw tcu::NotSupportedError(error.str().c_str());
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cVertexAttrib64BitTest.cpp162 m_log << tcu::TestLog::Section("Shader compilation error", ""); in CompileShader()
233 m_log << tcu::TestLog::Section("Program link error", ""); in LinkProgram()
381 /** Test if GL_INVALID_ENUM error is provoked as expected
421 /** Test if GL_INVALID_OPERATON error is provoked as expected
451 /** Test if GL_INVALID_VALUE error is provoked as expected
549 /** Verify that GetError returns expected error code. In case of failure logs error message.
551 * @param expected_error Expected error code
552 * @param function_name Name of function to log in case of error
558 GLenum error in verifyError() local
[all...]
/third_party/openssl/ssl/statem/
H A Dstatem_clnt.c86 * Return values are 1 for success (transition allowed) and 0 on error
172 # error Internal DTLS version error in ossl_statem_client13_read_transition()
203 * Return values are 1 for success (transition allowed) and 0 on error
1318 * or it's not allowed for the selected protocol. So we return an error. in set_client_ciphersuite()
2713 /* Note we validate the SCTs whether or not we abort on error */ in tls_process_initial_server_flight()
3357 /* ssl_generate_master_secret frees the pms even on error */ in tls_client_key_exchange_post_work()
3457 * If we get an error, we need to ssl->rwstate=SSL_X509_LOOKUP; in tls_prepare_client_certificate()
3528 * This is a fatal error, which leaves enc_write_ctx in an inconsistent in tls_construct_client_certificate()
3692 # error Ma in ssl_cipher_list_to_bytes()
[all...]
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross_c.cpp67 #define SPVC_END_SAFE_SCOPE(context, error) \
71 return (error); \
74 #define SPVC_END_SAFE_SCOPE(context, error)
/third_party/skia/third_party/externals/brotli/c/dec/
H A Ddecode.c113 /* Saves error code and converts it to BrotliDecoderResult. */
1170 size_t error = 0; in DetectTrivialLiteralBlockTypes() local
1174 BROTLI_REPEAT(4, error |= s->context_map[offset + j++] ^ sample;) in DetectTrivialLiteralBlockTypes()
1176 if (error == 0) { in DetectTrivialLiteralBlockTypes()
2078 /* Do not try to process further in a case of unrecoverable error. */ in BrotliDecoderDecompressStream()
2543 /* After unrecoverable error remaining output is considered nonsensical. */ in BrotliDecoderHasMoreOutput()
/third_party/unity/src/
H A Dunity_internals.h156 #error Invalid UNITY_INT_WIDTH specified! (16 or 32 are supported)
185 #error Invalid UNITY_LONG_WIDTH specified! (32 or 64 are supported)
206 #error Invalid UNITY_POINTER_WIDTH specified! (16, 32 or 64 are supported)
/third_party/python/Lib/test/
H A Dtest_types.py991 # Raise error when isinstance(type, genericalias | type)
1987 error = Exception()
1988 gen.throw.side_effect = error
1992 self.assertIs(ex, error)
/third_party/python/Lib/urllib/
H A Drequest.py13 non-error returns. The HTTPRedirectHandler automatically deals with
71 # If an authentication error handler that tries to perform
72 # authentication for some reason but fails, how should the error be
73 # signalled? The client needs to know the HTTP error code. But if
102 from urllib.error import URLError, HTTPError, ContentTooShortError
453 if condition.startswith("error"):
544 def error(self, proto, *args): member in OpenerDirector
625 """Process HTTP error responses."""
634 response = self.parent.error(
753 inf_msg = "The HTTP server returned a redirect error tha
[all...]

Completed in 106 milliseconds

1...<<231232233234235236237238239240>>...256