/test/xts/dcts/distributeddatamgr/jstest/distributed_rdb_store/client/hap/src/main/js/test/ |
H A D | RdbStoreSyncCustomDir.test.js | 143 } 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 D | BtSetLocalName.test.js | 50 } catch (error) { 51 console.info('[bluetooth_js] driver error info:'+ error);
|
/third_party/ffmpeg/libavcodec/ |
H A D | ffjni.c | 142 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 D | aacenc_pred.c | 191 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 D | dwfl_frame.c | 38 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 D | size.c | 271 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 D | checksrc.pl | 152 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 D | pieusb_buffer.c | 161 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 D | cmsis_iccarm_a.h | 28 #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 D | xhci.h | 46 #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 D | yarrow.c | 331 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 D | sndfile.hh | 115 int error (void) const ; 294 SndfileHandle::error (void) const in error() function in SndfileHandle
|
/third_party/libuv/src/unix/ |
H A D | thread.c | 735 goto error; in uv_cond_init() 739 error: in uv_cond_init()
|
/third_party/libwebsockets/include/ |
H A D | libwebsockets.h | 260 #include <cyassl/error-ssl.h> 274 #include <wolfssl/error-ssl.h>
|
/third_party/libcoap/examples/ |
H A D | etsi_iot_01.c | 252 goto error; in hnd_put_test() 273 error: in hnd_put_test()
|
/third_party/libbpf/include/uapi/linux/ |
H A D | perf_event.h | 258 PERF_BR_SERROR = 13, /* system error */ 1301 #error "Unknown endianness" 1445 #error "Unknown endianness"
|
/third_party/jerryscript/tools/ |
H A D | gen-unicode.py | 802 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 D | nasm.h | 142 %error expected 'proc' before 'endproc'. 149 %error STACKLEVEL mismatch check 'local', 'alloc', 'pushd', 'popd'
|
/third_party/mesa3d/src/freedreno/decode/ |
H A D | crashdec-hfi.c | 79 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 D | tst_rtnetlink.c | 384 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 D | GLView.cpp | 479 status_t* error, bool debug) 481 BWindowScreen(name, screenMode, error, debug)
|
/third_party/node/src/ |
H A D | node_messaging.h | 137 // 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 D | packet.cc | 274 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 D | endians.h | 85 # 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 D | shrpx_api_downstream_connection.cc | 322 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()
|