/external/wpa_supplicant_8/src/crypto/ |
crypto_libtomcrypt.c | 506 __func__, (unsigned long) modlen, 528 "random data for PS", __func__); 539 "%d", __func__, block_type);
|
/external/wpa_supplicant_8/src/utils/ |
common.h | 395 #ifndef __func__ 396 #define __func__ "__func__ not defined" macro
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_new_handlers_p2p.c | [all...] |
/hardware/invensense/60xx/mlsdk/mllite/ |
mldl_cfg_mpu.c | 277 //MPL_LOGI("%s: Resuming to %04lx\n", __func__, mldl_cfg->requested_sensors); 294 //MPL_LOGI("%s: suspending sensors to %04lx\n", __func__, 314 //MPL_LOGI("%s: Will resume next to %04lx\n", __func__, requested);
|
/hardware/qcom/camera/QCamera2/HAL3/ |
QCamera3Factory.cpp | 98 ALOGE("%s: Failed to allocate Camera3Factory object", __func__); 153 ALOGV("%s: E, camera_id = %d", __func__, camera_id); 161 ALOGV("%s: X", __func__);
|
/system/extras/ext4_utils/ |
ext4.h | 20 #define ext4_debug(f, a...) do { printk(KERN_DEBUG "EXT4-fs DEBUG (%s, %d): %s:", __FILE__, __LINE__, __func__); printk(KERN_DEBUG f, ## a); } while (0) 25 #define EXT4_ERROR_INODE(inode, fmt, a...) ext4_error_inode(__func__, (inode), (fmt), ## a); 27 #define EXT4_ERROR_FILE(file, fmt, a...) ext4_error_file(__func__, (file), (fmt), ## a);
|
/external/libnfc-nci/src/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__); 551 GKI_TRACE_1("%s waiting timer mutex", __func__); 555 GKI_TRACE_1("%s exited timer mutex", __func__); 565 GKI_TRACE_1("%s exit", __func__); [all...] |
/external/chromium/third_party/libevent/ |
event_tagging.c | 81 event_err(1, "%s: malloc", __func__); 418 event_err(1, "%s: calloc", __func__);
|
/external/chromium_org/third_party/libevent/ |
event_tagging.c | 81 event_err(1, "%s: malloc", __func__); 418 event_err(1, "%s: calloc", __func__);
|
/external/chromium_org/tools/telemetry/telemetry/page/ |
page_test.py | 78 self.TabForPage.__func__ is not 79 self.__class__.__bases__[0].TabForPage.__func__)
|
/external/llvm/include/llvm/Support/ |
Compiler.h | 324 /// \brief Expands to __func__ on compilers which support it. Otherwise, 329 # define LLVM_FUNCTION_NAME __func__
|
/external/wpa_supplicant_8/src/ap/ |
hostapd.c | 1018 "configuration", __func__); 1243 "the interface", __func__); 1264 "configuration", __func__); [all...] |
/frameworks/av/services/audioflinger/ |
AudioPolicyService.cpp | [all...] |
/hardware/invensense/60xx/libsensors_iio/software/core/driver/include/ |
log.h | 343 __func__, __LINE__); \ 350 __func__, __LINE__); \
|
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/ |
log.h | 347 __func__, __LINE__); \ 354 __func__, __LINE__); \
|
/dalvik/vm/hprof/ |
Hprof.h | 24 -((((uintptr_t)__func__) << 16 | __LINE__) & (0x7fffffff))
|
/device/generic/goldfish/lights/ |
lights_qemu.c | 76 " RGB = 0x%08x", __func__,
|
/device/lge/mako/camera/QCamera/stack/mm-camera-test/src/ |
mm_qcamera_display.c | 278 CDBG("%s:android dl '%s', fd=%d\n", __func__, ANDROID_FB0, fb_fd); 281 CDBG("%s:LE_FB0 dl, '%s', fd=%d\n", __func__, LE_FB0, fb_fd); 369 CDBG("%s:fb rc=%d\n", __func__, camframe_fb_exit); 432 CDBG("%s: camframe_roi: i=%d, x=%d, y=%d, dx=%d, dy=%d\n", __func__,
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
r600.h | 34 fprintf(stderr, "EE %s:%d %s - "fmt, __FILE__, __LINE__, __func__, ##args)
|
/external/mesa3d/src/gallium/drivers/r600/ |
r600.h | 34 fprintf(stderr, "EE %s:%d %s - "fmt, __FILE__, __LINE__, __func__, ##args)
|
/external/openssh/ |
kexdhc.c | 67 fatal("%s: Unexpected KEX type %d", __func__, kex->kex_type);
|
kexdhs.c | 69 fatal("%s: Unexpected KEX type %d", __func__, kex->kex_type);
|
/external/qemu/ |
qerror.h | 43 qerror_report_internal(__FILE__, __LINE__, __func__, fmt, ## __VA_ARGS__)
|
sysemu.h | 88 qemu_error_internal(__FILE__, __LINE__, __func__, fmt, ## __VA_ARGS__)
|
/external/qemu/target-mips/ |
helper.c | 453 __func__, env->active_tc.PC, address, rw, mmu_idx, is_softmmu); 467 __func__, address, ret, physical, prot); 600 __func__, env->active_tc.PC, env->CP0_EPC, name); 801 __func__, env->active_tc.PC, env->CP0_EPC, cause,
|