HomeSort by relevance Sort by last modified time
    Searched full:__func__ (Results 976 - 1000 of 1478) sorted by null

<<31323334353637383940>>

  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_assert.h 64 #if defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 199901L) /* C99 supports __func__ as a standard. */
65 # define SDL_FUNCTION __func__
  /system/bt/btif/src/
btif_hh.c 417 BTIF_TRACE_DEBUG("%s", __func__);
796 BTIF_TRACE_DEBUG("%s: uhid fd=%d local_vup=%d", __func__, p_dev->fd, p_dev->local_vup);
    [all...]
  /system/core/gatekeeperd/
gatekeeperd.cpp 126 ALOGE("%s: could not remove file [%s], attempting 0 write", __func__, strerror(errno));
289 ALOGE("%s: permission denied for [%d:%d]", __func__, calling_pid, calling_uid);
  /external/dhcpcd-6.8.2/
dhcp.c 387 logger(ctx, LOG_ERR, "%s: %m", __func__);
624 logger(ifp->ctx, LOG_ERR, "%s: %m", __func__);
637 logger(ifp->ctx, LOG_ERR, "%s: %m", __func__);
666 logger(ifp->ctx, LOG_ERR, "%s: %m", __func__);
    [all...]
dhcp-common.c 780 logger(ctx, LOG_ERR, "%s: %m", __func__);
820 logger(ctx, LOG_ERR, "%s: %m", __func__);
828 logger(ctx, LOG_ERR, "%s: %m", __func__);
855 ifname, __func__, opt->option);
duid.c 159 logger(ifp->ctx, LOG_ERR, "%s: %m", __func__);
  /development/ndk/platforms/android-21/include/sys/
cdefs.h 250 * C99 defines __func__ predefined identifier, which was made available
255 #define __func__ __PRETTY_FUNCTION__ macro
257 #define __func__ __FUNCTION__ macro
259 #define __func__ "" macro
  /development/ndk/platforms/android-3/include/sys/
cdefs.h 250 * C99 defines __func__ predefined identifier, which was made available
255 #define __func__ __PRETTY_FUNCTION__ macro
257 #define __func__ __FUNCTION__ macro
259 #define __func__ "" macro
  /device/generic/goldfish/lights/
lights_qemu.c 76 " RGB = 0x%08x", __func__,
  /device/huawei/angler/camera/QCamera2/stack/common/
cam_intf.h 542 __func__, __LINE__, TABLE_PTR, META_ID)), (-1))) \
558 __func__, __LINE__, TABLE_PTR, META_ID, COUNT); \
569 __func__, __LINE__, TABLE_PTR, META_ID); \
579 __func__, __LINE__, TABLE_PTR, META_ID); \
    [all...]
  /device/lge/bullhead/camera/QCamera2/stack/common/
cam_intf.h 542 __func__, __LINE__, TABLE_PTR, META_ID)), (-1))) \
558 __func__, __LINE__, TABLE_PTR, META_ID, COUNT); \
569 __func__, __LINE__, TABLE_PTR, META_ID); \
579 __func__, __LINE__, TABLE_PTR, META_ID); \
    [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_display.c 276 CDBG("%s:android dl '%s', fd=%d\n", __func__, ANDROID_FB0, fb_fd);
279 CDBG("%s:LE_FB0 dl, '%s', fd=%d\n", __func__, LE_FB0, fb_fd);
367 CDBG("%s:fb rc=%d\n", __func__, camframe_fb_exit);
430 CDBG("%s: camframe_roi: i=%d, x=%d, y=%d, dx=%d, dy=%d\n", __func__,
  /external/chromium-trace/catapult/telemetry/third_party/mox3/mox3/
stubout.py 133 old_child = classmethod(old_child.__func__)
  /external/chromium-trace/catapult/third_party/mox3/mox3/
stubout.py 133 old_child = classmethod(old_child.__func__)
  /external/clang/test/CodeGen/
exprs.c 100 __func__;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.cc 120 (char*)MmapOrDie(size_to_allocate, __func__);
  /external/libvncserver/libvncclient/
h264.c 65 /*fprintf(stderr,"%s:%s (%d) failed,exit\n", __func__, func, __LINE__);*/ \
66 rfbClientErr("%s:%s:%d failed (0x%x),exit\n", __func__, func, __LINE__, va_status); \
69 /*fprintf(stderr,">> SUCCESS for: %s:%s (%d)\n", __func__, func, __LINE__);*/ \
70 DebugLog(("%s:%s:%d success\n", __func__, func, __LINE__)); \
  /external/mesa3d/src/gallium/drivers/r600/
r600.h 34 fprintf(stderr, "EE %s:%d %s - "fmt, __FILE__, __LINE__, __func__, ##args)
  /external/valgrind/memcheck/tests/vbit-test/
util.c 113 panic(__func__);
  /external/valgrind/none/tests/tilegx/
gen_insn_test.c 207 " printf(\"%cs\\n\", __func__);\n"
212 " printf(\"%cs\\n\", __func__);\n"
457 " printf(\"%cs\\n\", __func__);\n"
462 " printf(\"%cs\\n\", __func__);\n"
  /external/vboot_reference/firmware/2lib/include/
2common.h 36 # define VB2_DEBUG(format, args...) vb2ex_printf(__func__, format, ## args)
  /external/wpa_supplicant_8/src/ap/
authsrv.c 91 wpa_printf(MSG_DEBUG, "%s: Failed to find user", __func__);
  /external/wpa_supplicant_8/src/pae/
ieee802_1x_kay.c 423 wpa_printf(MSG_ERROR, "%s: out of memory", __func__);
473 wpa_printf(MSG_ERROR, "%s: out of memory", __func__);
525 wpa_printf(MSG_ERROR, "KaY-%s: out of memory", __func__);
567 wpa_printf(MSG_ERROR, "KaY-%s: out of memory", __func__);
    [all...]
ieee802_1x_key.c 109 wpa_printf(MSG_ERROR, "MKA-%s: out of memory", __func__);
  /external/wpa_supplicant_8/src/tls/
asn1.c 214 __func__, (unsigned long) len);

Completed in 1102 milliseconds

<<31323334353637383940>>