HomeSort by relevance Sort by last modified time
    Searched full:__func__ (Results 251 - 275 of 815) sorted by null

<<11121314151617181920>>

  /ndk/tests/device/fenv/jni/
test_fenv.c 24 (condition)? (void)0 : fail(__FILE__, __LINE__, __func__, #condition)
27 ((x)==(y))? (void)0 : fail(__FILE__, __LINE__, __func__, #x "==" #y)
30 float_eq(x, y)? (void)0 : fail(__FILE__, __LINE__, __func__, "float_eq(" #x "," #y ")")
  /device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_interface.c 152 CDBG("%s E: camera_handler = %d ", __func__, camera_handle);
164 CDBG("%s :X rc = %d", __func__, rc);
412 CDBG("%s E: camera_handler = %d ", __func__, camera_handle);
422 CDBG("%s: ref_count=%d\n", __func__, my_obj->ref_count);
472 CDBG("%s :E camera_handler = %d", __func__, camera_handle);
483 CDBG("%s :X ch_id = %d", __func__, ch_id);
508 CDBG("%s :E ch_id = %d", __func__, ch_id);
519 CDBG("%s :X", __func__);
546 CDBG("%s :E ch_id = %d", __func__, ch_id);
557 CDBG("%s :X", __func__);
    [all...]
mm_camera_stream.c 140 __func__, my_obj->my_hdl, my_obj->fd, my_obj->state);
159 CDBG_ERROR("%s: No memory for mm_camera_node_t", __func__);
179 CDBG_ERROR("%s: No memory for mm_camera_node_t", __func__);
206 __func__, my_obj->my_hdl, my_obj->fd, my_obj->state);
211 __func__, my_obj->state);
270 __func__, my_obj->my_hdl, my_obj->fd, my_obj->state);
274 __func__, cmd_cb->cmd_type);
344 __func__, my_obj->my_hdl, my_obj->fd, my_obj->state);
347 CDBG("%s: Not handling evt in unused state", __func__);
368 CDBG("%s: Not a valid state (%d)", __func__, my_obj->state)
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_interface.c 152 CDBG("%s E: camera_handler = %d ", __func__, camera_handle);
164 CDBG("%s :X rc = %d", __func__, rc);
412 CDBG("%s E: camera_handler = %d ", __func__, camera_handle);
422 CDBG("%s: ref_count=%d\n", __func__, my_obj->ref_count);
472 CDBG("%s :E camera_handler = %d", __func__, camera_handle);
483 CDBG("%s :X ch_id = %d", __func__, ch_id);
508 CDBG("%s :E ch_id = %d", __func__, ch_id);
519 CDBG("%s :X", __func__);
546 CDBG("%s :E ch_id = %d", __func__, ch_id);
557 CDBG("%s :X", __func__);
    [all...]
mm_camera_stream.c 140 __func__, my_obj->my_hdl, my_obj->fd, my_obj->state);
159 CDBG_ERROR("%s: No memory for mm_camera_node_t", __func__);
179 CDBG_ERROR("%s: No memory for mm_camera_node_t", __func__);
206 __func__, my_obj->my_hdl, my_obj->fd, my_obj->state);
211 __func__, my_obj->state);
271 __func__, my_obj->my_hdl, my_obj->fd, my_obj->state);
275 __func__, cmd_cb->cmd_type);
345 __func__, my_obj->my_hdl, my_obj->fd, my_obj->state);
348 CDBG("%s: Not handling evt in unused state", __func__);
369 CDBG("%s: Not a valid state (%d)", __func__, my_obj->state)
    [all...]
  /external/chromium/third_party/libevent/
signal.c 83 event_err(1, "%s: read", __func__);
110 event_warn("%s: socketpair", __func__);
112 event_err(1, "%s: socketpair", __func__);
158 __func__, evsignal, sig->sh_old_max));
211 event_errx(1, "%s: EV_SIGNAL incompatible use", __func__);
215 event_debug(("%s: %p: changing signal handler", __func__, ev));
281 event_debug(("%s: %p: restoring signal handler", __func__, ev));
294 __func__, sig);
  /external/chromium_org/third_party/libevent/
signal.c 83 event_err(1, "%s: read", __func__);
110 event_warn("%s: socketpair", __func__);
112 event_err(1, "%s: socketpair", __func__);
158 __func__, evsignal, sig->sh_old_max));
211 event_errx(1, "%s: EV_SIGNAL incompatible use", __func__);
215 event_debug(("%s: %p: changing signal handler", __func__, ev));
281 event_debug(("%s: %p: restoring signal handler", __func__, ev));
294 __func__, sig);
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
spdhelper.cpp 42 ALOGD("%s SpdDebug is %s", __func__, (b ? "TRUE" : "FALSE"));
86 ALOGD("%s '%s' (%d) is %sa known bad patch file", __func__, mPatchId.c_str(), mErrorCount, (mIsPatchBad ? "" : "not "));
  /external/openssh/openbsd-compat/
xmmap.c 75 fatal("%s: ftruncate: %s", __func__, strerror(errno));
84 __func__);
  /external/tinycompress/
cplay.c 125 printf("%s: exit\n", __func__);
212 printf("%s: entry\n", __func__);
259 printf("%s: Opened compress device\n", __func__);
271 printf("%s: Doing first buffer write of %d\n", __func__, num_read);
290 printf("%s: You should hear audio NOW!!!\n", __func__);
307 printf("%s: wrote %d\n", __func__, wrote);
313 printf("%s: exit success\n", __func__);
327 printf("%s: exit failure\n", __func__);
  /hardware/ti/wlan/mac80211/wpa_supplicant_lib/
driver_mac80211_nl.c 57 wpa_printf(MSG_DEBUG, "%s: set btcoex state to '%c' result = %d", __func__,
96 wpa_printf(MSG_INFO, "%s: Unsupported command %s", __func__, cmd);
  /external/openssh/
authfile.c 188 error("%s: BIO_new failed", __func__);
252 error("%s: cannot save key type %d", __func__, key->type);
329 error("%s: fstat of key file %.200s%sfailed: %.100s", __func__,
338 error("%s: key file %.200s%stoo large", __func__,
349 __func__, filename == NULL ? "" : filename,
366 __func__, filename == NULL ? "" : filename,
506 error("%s: RSA_blinding_on failed", __func__);
529 error("%s: BIO_new_mem_buf failed", __func__);
536 debug("%s: PEM_read_PrivateKey failed", __func__);
548 error("%s: RSA_blinding_on failed", __func__);
    [all...]
auth-pam.c 266 fatal("%s: setreuid failed: %s", __func__, strerror(errno));
269 fatal("%s: setreuid failed: %s", __func__, strerror(errno));
278 debug3("%s %d", __func__, reqd);
280 fatal("%s: PAM authctxt not initialized", __func__);
301 debug3("PAM: %s entering", __func__);
312 __func__, num_env);
349 debug3("PAM: %s entering, %d messages", __func__, n);
461 fatal("%s: PAM authctxt not initialized", __func__);
533 debug3("PAM: %s entering", __func__);
548 debug3("PAM: %s entering, %d messages", __func__, n)
    [all...]
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3HWI.cpp 206 ALOGE("%s: %s module not found", __func__, POWER_HARDWARE_MODULE_ID);
222 ALOGV("%s: E", __func__);
282 ALOGV("%s: X", __func__);
302 ALOGE("%s: multiple simultaneous camera instance not supported", __func__);
419 ALOGE("%s: initParamters failed %d", __func__, rc);
453 ALOGE("%s: NULL stream configuration", __func__);
457 ALOGE("%s: NULL stream list", __func__);
462 ALOGE("%s: Bad number of streams requested: %d", __func__,
501 __func__, newStream->stream_type, newStream->format,
532 ALOGE("%s: Multiple input streams requested!", __func__);
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_wired.c 569 "packet socket", __func__);
573 "SIOCADDMULTI", __func__);
577 "flags", __func__);
582 "for multicast", __func__);
586 __func__);
591 __func__);
598 __func__);
619 "group (PACKET)", __func__);
625 "group (SIOCDELMULTI)", __func__);
633 __func__);
    [all...]
  /bionic/libc/kernel/common/linux/
kernel.h 45 #define __FUNCTION__ (__func__)
  /bionic/libc/upstream-netbsd/
netbsd-compat.h 22 #define _DIAGASSERT(e) ((e) ? (void) 0 : __assert2(__FILE__, __LINE__, __func__, #e))
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_data.c 62 CDBG_ERROR("%s: No memory for mm_camera_q_node_t", __func__);
154 __func__, strerror(errno));
207 CDBG_ERROR("%s: No memory for mm_camera_cmdcb_t", __func__);
219 CDBG("%s: pthread dead already\n", __func__);
  /external/chromium/third_party/libevent/sample/
signal-test.c 37 printf("%s: got signal %d\n", __func__, EVENT_SIGNAL(signal));
time-test.c 39 printf("%s: called at %d: %d\n", __func__, newtime,
  /external/chromium/third_party/libevent/test/
test-eof.c 44 printf("%s: read %d%s\n", __func__,
test-weof.c 46 printf("%s: write %d%s\n", __func__,
  /external/chromium_org/third_party/libevent/sample/
signal-test.c 37 printf("%s: got signal %d\n", __func__, EVENT_SIGNAL(signal));
time-test.c 39 printf("%s: called at %d: %d\n", __func__, newtime,
  /external/chromium_org/third_party/libevent/test/
test-eof.c 44 printf("%s: read %d%s\n", __func__,

Completed in 1848 milliseconds

<<11121314151617181920>>