Home
last modified time | relevance | path

Searched refs:error (Results 11276 - 11300 of 16991) sorted by relevance

1...<<451452453454455456457458459460>>...680

/test/xts/dcts/distributeddatamgr/jstest/distributed_rdb_store/client/hap/src/main/js/test/
H A DRdbStoreSyncCustomDir.test.js143 } catch (error) {
144 console.info(logTag + "REMOTE afterEach delete rdbStore error: " + error.message);
197 console.info("testRdbSyncCustomTest0100 insert error " + e);
278 console.info("testRdbSyncCustomTest0200 query error " + e);
492 console.info("testRdbSyncCustomTest0500 query error " + e);
/test/xts/acts/communication/bluetooth_standard/src/main/js/test/
H A DBtSetLocalName.test.js50 } catch (error) {
51 console.info('[bluetooth_js] driver error info:'+ error);
/third_party/ffmpeg/libavcodec/
H A Dffjni.c142 int ff_jni_exception_get_summary(JNIEnv *env, jthrowable exception, char **error, void *log_ctx) in ff_jni_exception_get_summary() argument
232 ret = av_bprint_finalize(&bp, error); in ff_jni_exception_get_summary()
H A Daacenc_pred.c191 erf = ph_err1.error < ph_err2.error ? &ph_err1 : &ph_err2; in ff_aac_adjust_common_pred()
279 /* Encoded coefficients - needed for #bits, band type and quant. error */ in ff_aac_search_for_pred()
/third_party/elfutils/libdwfl/
H A Ddwfl_frame.c38 success, false on error. */
143 /* Reset any previous error, we are just going to try again. */ in dwfl_attach_state()
180 Dwfl_Error error = __libdwfl_module_getebl (mod); in dwfl_attach_state() local
181 if (error != DWFL_E_NOERROR) in dwfl_attach_state()
/third_party/elfutils/src/
H A Dsize.c271 error (0, errno, _("cannot open '%s'"), fname); in process_file()
309 error (0, 0, _("%s: file format not recognized"), fname); in process_file()
368 /* else signal error??? */ in handle_ar()
/third_party/curl/scripts/
H A Dchecksrc.pl152 my ($name, $num, $col, $file, $line, $msg, $error) = @_;
154 my $w=$error?"error":"warning";
397 my $ol = $l; # keep the unmodified line for error reporting
/third_party/backends/backend/
H A Dpieusb_buffer.c161 perror("sanei_pieusb_buffer_create(): error opening image buffer file"); in sanei_pieusb_buffer_create()
177 DBG(DBG_error, "sanei_pieusb_buffer_create(): error calling lseek() to 'stretch' the file to %d bytes\n", buffer_size_bytes-1); in sanei_pieusb_buffer_create()
178 perror("sanei_pieusb_buffer_create(): error calling lseek()"); in sanei_pieusb_buffer_create()
188 perror("sanei_pieusb_buffer_create(): error writing a byte at the end of the file"); in sanei_pieusb_buffer_create()
197 perror("sanei_pieusb_buffer_create(): error mapping file"); in sanei_pieusb_buffer_create()
201 #error mmap(2) not available, aborting in sanei_pieusb_buffer_create()
241 #error mmap(2) not available, aborting in sanei_pieusb_buffer_delete()
/third_party/cmsis/CMSIS/Core/Include/a-profile/
H A Dcmsis_iccarm_a.h28 #error This file should only be compiled by ICCARM
371 #error intrinsics.h is already included previously!
/third_party/FreeBSD/sys/dev/usb/controller/
H A Dxhci.h46 #error "The USB_MAX_EP_STREAMS value is not supported."
333 #error "The XHCI driver needs a pagesize above or equal to 4K"
/third_party/FreeBSD/sys/dev/random/
H A Dyarrow.c331 error = randomdev_write_file(seed_file, <generated entropy>, PAGE_SIZE); in random_yarrow_reseed_internal()
332 if (error == 0) in random_yarrow_reseed_internal()
/third_party/libsnd/include/
H A Dsndfile.hh115 int error (void) const ;
294 SndfileHandle::error (void) const in error() function in SndfileHandle
/third_party/libuv/src/unix/
H A Dthread.c735 goto error; in uv_cond_init()
739 error: in uv_cond_init()
/third_party/libwebsockets/include/
H A Dlibwebsockets.h260 #include <cyassl/error-ssl.h>
274 #include <wolfssl/error-ssl.h>
/third_party/libcoap/examples/
H A Detsi_iot_01.c252 goto error; in hnd_put_test()
273 error: in hnd_put_test()
/third_party/libbpf/include/uapi/linux/
H A Dperf_event.h258 PERF_BR_SERROR = 13, /* system error */
1301 #error "Unknown endianness"
1445 #error "Unknown endianness"
/third_party/jerryscript/tools/
H A Dgen-unicode.py802 parser.error('The %s file is missing or not readable!' % script_args.unicode_data)
805 parser.error('The %s file is missing or not readable!' % script_args.special_casing)
/third_party/lame/libmp3lame/i386/
H A Dnasm.h142 %error expected 'proc' before 'endproc'.
149 %error STACKLEVEL mismatch check 'local', 'alloc', 'pushd', 'popd'
/third_party/mesa3d/src/freedreno/decode/
H A Dcrashdec-hfi.c79 uint32_t error; member
91 printf("\t\t\t\terror: %u\n", msg->error); in decode_F2H_MSG_ACK()
/third_party/ltp/lib/
H A Dtst_rtnetlink.c384 if (res->err->error) { in tst_rtnl_check_acks()
385 tst_rtnl_errno = -res->err->error; in tst_rtnl_check_acks()
/third_party/mesa3d/src/hgl/
H A DGLView.cpp479 status_t* error, bool debug)
481 BWindowScreen(name, screenMode, error, debug)
/third_party/node/src/
H A Dnode_messaging.h137 // if there was an error. If error is not nullptr, it will
138 // be set to an error message or warning message as appropriate.
142 std::string* error = nullptr);
183 std::string* error = nullptr);
/third_party/node/src/quic/
H A Dpacket.cc274 const QuicError& error) { in CreateConnectionClosePacket()
280 conn, nullptr, nullptr, vec.base, vec.len, error, uv_hrtime()); in CreateConnectionClosePacket()
269 CreateConnectionClosePacket( Environment* env, Listener* listener, const SocketAddress& destination, ngtcp2_conn* conn, const QuicError& error) CreateConnectionClosePacket() argument
/third_party/ntfs-3g/include/ntfs-3g/
H A Dendians.h85 # error "__BYTE_ORDER is not defined."
187 #error "You must define __BYTE_ORDER to be __LITTLE_ENDIAN or __BIG_ENDIAN."
/third_party/nghttp2/src/
H A Dshrpx_api_downstream_connection.cc322 auto error = errno; in push_upload_data_chunk() local
323 LOG(ERROR) << "Could not write API request body: errno=" << error; in push_upload_data_chunk()

Completed in 29 milliseconds

1...<<451452453454455456457458459460>>...680