/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/ |
gki_ulinux.c | 449 GKI_TRACE_1("%s enter", __func__); 468 GKI_TRACE_1("%s exit", __func__); 490 GKI_TRACE_1("%s enter", __func__); 497 GKI_TRACE_ERROR_2 ("%s: fail create thread %d", __func__, retval); 499 GKI_TRACE_1("%s exit", __func__); 515 GKI_TRACE_1("%s: enter", __func__); 524 GKI_TRACE_1( "%s: Start/Stop GKI_timer_update_registered!", __func__ ); 528 GKI_TRACE_1("%s: GKI_run == NO_GKI_RUN_RETURN", __func__); 540 GKI_TRACE_1("%s: pthread_create failed to create timer_thread!", __func__); 544 GKI_TRACE_3("%s: run_cond(%x)=%d ", __func__, p_run_cond, *p_run_cond) [all...] |
/dalvik/vm/alloc/ |
DdmHeap.cpp | 73 ALOGW("%s(): can't lock heap to clear when", __func__); 139 ALOGI("%s(): can't lock heap to set when", __func__); 144 ALOGI("%s(): bad when value 0x%08x", __func__, when); 497 ALOGI("%s(): bad when value 0x%08x", __func__, when); 506 ALOGI("%s(): bad what value 0x%08x", __func__, what); 521 ALOGI("%s(): can't lock heap to set when/what", __func__);
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_format_rgtc.c | 159 fprintf(stderr,"%s\n", __func__); 165 fprintf(stderr,"%s\n", __func__); 171 fprintf(stderr,"%s\n", __func__); 365 fprintf(stderr,"%s\n", __func__); 371 fprintf(stderr,"%s\n", __func__); 377 fprintf(stderr,"%s\n", __func__);
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_format_rgtc.c | 159 fprintf(stderr,"%s\n", __func__); 165 fprintf(stderr,"%s\n", __func__); 171 fprintf(stderr,"%s\n", __func__); 365 fprintf(stderr,"%s\n", __func__); 371 fprintf(stderr,"%s\n", __func__); 377 fprintf(stderr,"%s\n", __func__);
|
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/ |
video_encoder_device.cpp | 314 __func__); 398 DEBUG_PRINT_ERROR("%s: clock_gettime failed", __func__); 403 DEBUG_PRINT_LOW("%s: wait on start done", __func__); 408 DEBUG_PRINT_ERROR("%s: error status = %d, %s", __func__, 413 DEBUG_PRINT_LOW("%s: wait over on start done", __func__); 415 DEBUG_PRINT_LOW("%s: venc_loaded_start success", __func__); 430 DEBUG_PRINT_ERROR("%s: clock_gettime failed", __func__); 435 DEBUG_PRINT_LOW("%s: wait on stop done", __func__); 440 DEBUG_PRINT_ERROR("%s: error status = %d, %s", __func__, 445 DEBUG_PRINT_LOW("%s: wait over on stop done", __func__); [all...] |
/hardware/samsung_slsi/exynos5/libhwc/ |
hwc.cpp | 431 ALOGE("%s: g_dv_preset error, %d", __func__, errno); 442 ALOGE("%s: enum_dv_presets error, %d", __func__, errno); 447 __func__, enum_preset.index, enum_preset.preset, 493 ALOGE("%s: layer%d: reqbufs failed %d", __func__, hl.id, errno); 498 ALOGE("%s: layer%d: didn't get buffer", __func__, hl.id); 504 ALOGE("%s: layer%d: PIXEL_BLEND_ENABLE failed %d", __func__, 510 ALOGV("%s: layer%d enabled", __func__, hl.id); 523 ALOGE("%s: layer%d: streamoff failed %d", __func__, hl.id, errno); 532 ALOGE("%s: layer%d: reqbufs failed %d", __func__, hl.id, errno); 539 ALOGV("%s: layer%d disabled", __func__, hl.id) [all...] |
/external/chromium_org/third_party/mesa/src/src/glx/apple/ |
apple_glx_pbuffer.c | 212 printf("choose_pixel_format error in %s: %s\n", __func__, 224 printf("create_context error in %s: %s\n", __func__, 236 printf("set_current_context error in %s: %s\n", __func__,
|
/external/clang/test/CodeGen/ |
const-init.c | 124 // CHECK: @g25.g26 = internal global i8* getelementptr inbounds ([4 x i8]* @__func__.g25, i32 0, i32 0) 125 // CHECK: @__func__.g25 = private unnamed_addr constant [4 x i8] c"g25\00" 127 static const char *g26 = __func__;
|
blocks.c | 22 void *Q = __func__;
|
/external/mesa3d/src/glx/apple/ |
apple_glx_pbuffer.c | 212 printf("choose_pixel_format error in %s: %s\n", __func__, 224 printf("create_context error in %s: %s\n", __func__, 236 printf("set_current_context error in %s: %s\n", __func__,
|
/external/wpa_supplicant_8/src/ap/ |
wnm_ap.c | 27 wpa_printf(MSG_DEBUG, "%s: TFS get operation %d", __func__, oper); 37 wpa_printf(MSG_DEBUG, "%s: TFS set operation %d", __func__, oper); 64 wpa_printf(MSG_DEBUG, "%s: station not found", __func__);
|
/hardware/samsung_slsi/exynos5/libexynosutils/ |
exynos5_format_v4l2.c | 131 __func__, hal_pixel_format); 216 __func__, v4l2_pixel_format); 310 __func__, hal_pixel_format, width, height);
|
/system/core/libcutils/ |
str_parms.c | 144 ALOGV("%s: source string == '%s'\n", __func__, _string); 180 ALOGV("%s: no items found in string\n", __func__); 346 ALOGI("%s: '%s' stringified is '%s'", __func__, str, out_str);
|
/bionic/libc/include/ |
assert.h | 56 # define assert(e) ((e) ? (void)0 : __assert2(__FILE__, __LINE__, __func__, #e))
|
/development/ndk/platforms/android-3/include/ |
assert.h | 56 # define assert(e) ((e) ? (void)0 : __assert2(__FILE__, __LINE__, __func__, #e))
|
/device/asus/flo/camera/QCamera2/util/ |
QCameraCmdThread.cpp | 114 ALOGE("%s: No memory for camera_cmd_t", __func__); 148 ALOGD("%s: No notify avail", __func__); 178 ALOGE("%s: Error during exit, rc = %d", __func__, rc); 184 ALOGD("%s: pthread dead already\n", __func__);
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
nouveau_driver.h | 69 fprintf(stderr, "%s: " format, __func__, ## __VA_ARGS__)
|
/external/ipsec-tools/src/racoon/ |
misc.h | 40 #define LOCATION debug_location(__FILE__, __LINE__, __func__)
|
/external/iputils/ninfod/ |
ninfod_name.c | 296 DEBUG(LOG_DEBUG, "%s()\n", __func__); 316 __func__, niaddrbuf); 343 __func__, niaddrbuf); 358 DEBUG(LOG_DEBUG, "%s()\n", __func__);
|
/external/llvm/test/CodeGen/Hexagon/ |
always-ext.ll | 16 @__func__.CuSuiteAdd = external unnamed_addr constant [11 x i8], align 8
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nouveau_driver.h | 69 fprintf(stderr, "%s: " format, __func__, ## __VA_ARGS__)
|
/external/openssh/ |
audit-bsm.c | 219 __func__, string, strerror(errno)); 251 error("BSM audit: %s: %s failed: %s", __func__, 349 __func__); 377 debug("%s: unhandled event %d", __func__, event);
|
monitor_mm.c | 147 __func__); 162 fatal("%s: mm_malloc(%lu)", __func__, (u_long)size); 313 debug3("%s: Share sync", __func__); 338 debug3("%s: Share sync end", __func__);
|
/external/qemu/hw/ |
mips_timer.c | 87 qemu_log("%s\n", __func__);
|
/external/wpa_supplicant_8/src/drivers/ |
driver_ndis_.c | 96 wpa_printf(MSG_DEBUG, "%s: ReadFile() failed: %d", __func__,
|