/base/telephony/ril_adapter/test/unittest/ |
H A D | ril_callback_test.cpp | 39 << " ----> [error]: " << static_cast<int>(responseInfo.error) << endl;
in PrintResponseInfo()
|
/base/telephony/ril_adapter/services/vendor/src/ |
H A D | at_sim.c | 1068 reportInfo.error = HRIL_ERR_SUCCESS; in ReqSetRadioProtocol() 1300 TELEPHONY_LOGE("simRspByte size error"); in CreateSimRspByte() 1350 TELEPHONY_LOGE("fcpByte size error"); in FcpFileDescriptorQuery() 1356 TELEPHONY_LOGE("fcpByte data error"); in FcpFileDescriptorQuery() 1364 TELEPHONY_LOGE("resultLen value error"); in FcpFileDescriptorQuery() 1385 TELEPHONY_LOGE("fcpByte size error"); in FcpFileIdentifierQuery() 1391 TELEPHONY_LOGE("fcpByte data error"); in FcpFileIdentifierQuery() 1406 TELEPHONY_LOGE("resultLen size error"); in FcpFileIdentifierQuery() 1436 TELEPHONY_LOGE("originHexString is error, size=%{public}d", responseLen); in ConvertHexStringToByteArray()
|
/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_callback.cpp | 919 TELEPHONY_LOGE("CommonErrorResponse slotId: %{public}d serial: %{public}d error: %{public}d", responseInfo.slotId, in CommonErrorResponse() 920 responseInfo.serial, responseInfo.error); in CommonErrorResponse()
|
/third_party/eudev/src/udev/ |
H A D | udev-rules.c | 492 log_error_errno(r, "error resolving user '%s': %m", owner); in add_uid() 539 log_error_errno(r, "error resolving group '%s': %m", group); in add_gid() 1069 * so save the work for the error case instead of always trying in add_rule() 1074 /* If we aren't at the end of the line, this is a parsing error. in add_rule() 1146 log_error("error parsing ATTR attribute"); in add_rule() 1163 log_error("error parsing SYSCTL attribute"); in add_rule() 1180 log_error("error parsing SECLABEL attribute"); in add_rule() 1226 log_error("error parsing ATTRS attribute"); in add_rule() 1251 log_error("error parsing ENV attribute"); in add_rule() 2314 log_error_errno(r, "error resolvin in udev_rules_apply_to_event() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | videotoolboxenc.c | 207 int error; member 1203 // when. So ignore the error if it failed for hevc. in vtenc_create_encoder() 2332 * foreground to background and vice versa. Fetch the actual error code in create_cv_pixel_buffer() 2351 "kVTInvalidSessionErr error.\n"); in create_cv_pixel_buffer()
|
/third_party/ffmpeg/libavformat/ |
H A D | asfdec_f.c | 875 * @return 0 on success, <0 on error 906 if (pb->error == AVERROR(EAGAIN)) in asf_get_packet() 997 * @return <0 if error 1125 * @return 0 if data was stored in pkt, <0 on error or 1 if more ASF
|
/third_party/curl/lib/vtls/ |
H A D | vtls.c | 401 * @retval 0 error initializing SSL 1354 #error "Missing struct Curl_ssl for selected SSL backend" 1722 /* Do receive until we fill the buffer somehwhat or EGAIN, error or EOF */ in ssl_cf_recv() 1732 /* we have a an error to report */ in ssl_cf_recv()
|
/third_party/glfw/deps/ |
H A D | stb_image_write.h | 224 #error "Must define all or none of STBIW_MALLOC, STBIW_FREE, and STBIW_REALLOC (or STBIW_REALLOC_SIZED)."
|
/third_party/astc-encoder/Source/ |
H A D | stb_image_write.h | 224 #error "Must define all or none of STBIW_MALLOC, STBIW_FREE, and STBIW_REALLOC (or STBIW_REALLOC_SIZED)."
|
/third_party/EGL/api/EGL/ |
H A D | eglext.h | 94 typedef void (EGLAPIENTRY *EGLDEBUGPROCKHR)(EGLenum error,const char *command,EGLint messageType,EGLLabelKHR threadLabel,EGLLabelKHR objectLabel,const char* message);
|
/third_party/alsa-utils/topology/nhlt/intel/ssp/ |
H A D | ssp-process.c | 21 #include <alsa/error.h>
|
/third_party/gn/src/gn/ |
H A D | variables.cc | 2067 Setting this flag will raise an error if any target's specified metadata is 2206 other test-only targets. Otherwise, GN will issue an error that the
|
/third_party/googletest/googlemock/test/ |
H A D | gmock-matchers-misc_test.cc | 1623 #pragma clang diagnostic error "-Wused-but-marked-unused" in TEST() 1704 []() { throw std::runtime_error("error message"); }, &listener)); in TEST() 1712 []() { throw std::logic_error("error message"); }, &listener)); in TEST() 1714 EXPECT_THAT(listener.str(), HasSubstr("\"error message\"")); in TEST() 1741 EXPECT_THAT(explanation, HasSubstr("error message")); in TEST_P() 1748 []() { throw std::runtime_error("error message"); }, &listener)); in TEST_P() 1756 []() { throw std::logic_error("error message"); }, &listener)); in TEST_P() 1758 EXPECT_THAT(listener.str(), HasSubstr("\"error message\"")); in TEST_P() 1779 ThrowsMessage<std::runtime_error>(HasSubstr("error message"))))); 1785 ThrowsMessage<std::runtime_error>(HasSubstr("error messag in TEST() [all...] |
/third_party/libuv/include/ |
H A D | uv.h | 31 #error "Define either BUILDING_UV_SHARED or USING_UV_SHARED, not both." 111 XX(EIO, "i/o error") \ 137 XX(EPROTO, "protocol error") \ 148 XX(UNKNOWN, "unknown error") \ 153 XX(EREMOTEIO, "remote I/O error") \ 665 * multiple threads or processes can bind to the same address without error 684 * Linux. This stops the Linux kernel from suppressing some ICMP error 685 * messages and enables full ICMP error reporting for faster failover. 1072 * windows; uv_spawn() will fail and set the error to UV_ENOTSUP. 1492 * This flag can be used with uv_fs_copyfile() to return an error i [all...] |
/third_party/libuv/include/uv_ndk/ |
H A D | uv.h | 31 #error "Define either BUILDING_UV_SHARED or USING_UV_SHARED, not both." 108 XX(EIO, "i/o error") \ 134 XX(EPROTO, "protocol error") \ 145 XX(UNKNOWN, "unknown error") \ 150 XX(EREMOTEIO, "remote I/O error") \ 609 * multiple threads or processes can bind to the same address without error 628 * Linux. This stops the Linux kernel from suppressing some ICMP error 629 * messages and enables full ICMP error reporting for faster failover. 1000 * windows; uv_spawn() will fail and set the error to UV_ENOTSUP. 1363 * This flag can be used with uv_fs_copyfile() to return an error i [all...] |
/third_party/mesa3d/include/EGL/ |
H A D | eglext.h | 94 typedef void (EGLAPIENTRY *EGLDEBUGPROCKHR)(EGLenum error,const char *command,EGLint messageType,EGLLabelKHR threadLabel,EGLLabelKHR objectLabel,const char* message);
|
/third_party/libbpf/src/ |
H A D | bpf.c | 63 # error __NR_bpf not defined. libbpf does not support your arch. 362 /* log_level == 0 with non-NULL log_buf requires retrying on error in bpf_prog_load() 1211 * log_buf, but retry with log_buf and log_level=1 on error", which is in bpf_btf_load()
|
/third_party/jerryscript/jerry-core/parser/js/ |
H A D | js-scanner-util.c | 63 * Raise a scanner error. 76 * Raise a variable redeclaration error. 107 /* This is the only error which specify its reason. */ in scanner_malloc() 108 context_p->error = PARSER_ERR_OUT_OF_MEMORY; in scanner_malloc() 1355 * Throws an error for invalid var statements. 1430 * Throws an error for invalid let statements. 1593 * This should happen only if an error is occured. 1833 * error will be raised.
|
/third_party/node/deps/zlib/ |
H A D | deflate.c | 64 #error "FASTEST is not supported in Chromium's zlib." 1010 * but this is not an error situation so make sure we in deflate()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-opcodes.h | 6 #error This header should only be included if WebAssembly is enabled.
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | deflate.c | 65 #error "FASTEST is not supported in Chromium's zlib." 844 * but this is not an error situation so make sure we
|
/third_party/node/deps/minimatch/ |
H A D | index.js | 1138 this.debug = (...args) => console.error(...args);
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
H A D | reslist.cpp | 91 * for use in non-error cases when no resource is to be added to the bundle. 92 * (nullptr is used in error cases.) 183 // TODO: clarify that containers adopt new items, even in error cases; use LocalPointer 236 error(linenumber, "duplicate key '%s' in table, first appeared at line %d", currentKeyString, current->line); in add() 1088 fprintf(stderr, "genrb error: wrote %u bytes but counted %u\n", in write() 1285 /* no error: the root table and array items have no keys */ in addTag()
|
/third_party/icu/icu4c/source/tools/genrb/ |
H A D | reslist.cpp | 91 * for use in non-error cases when no resource is to be added to the bundle. 92 * (NULL is used in error cases.) 183 // TODO: clarify that containers adopt new items, even in error cases; use LocalPointer 236 error(linenumber, "duplicate key '%s' in table, first appeared at line %d", currentKeyString, current->line); in add() 1088 fprintf(stderr, "genrb error: wrote %u bytes but counted %u\n", in write() 1285 /* no error: the root table and array items have no keys */ in addTag()
|
/third_party/lwip/src/core/ipv6/ |
H A D | nd6.c | 73 #error LWIP_IPV6_DUP_DETECT_ATTEMPTS > IP6_ADDR_TENTATIVE_COUNT_MASK 898 struct ip6_hdr *ip6hdr; /* IPv6 header of the packet which caused the error */ in nd6_input() 2355 * - not ERR_OK: something went wrong; forward the error upward in the stack.
|