HomeSort by relevance Sort by last modified time
    Searched defs:__FUNCTION__ (Results 1 - 24 of 24) sorted by null

  /external/libvncserver/libvncserver/tightvnc-filetransfer/
filelistinfo.c 46 #define __FUNCTION__ "unknown"
58 __FILE__, __FUNCTION__);
handlefiletransferrequest.c 95 #define __FUNCTION__ "unknown"
112 " not changed\n", __FILE__, __FUNCTION__);
118 __FILE__, __FUNCTION__, path);
124 __FILE__, __FUNCTION__);
130 __FILE__, __FUNCTION__);
208 __FILE__, __FUNCTION__);
268 __FILE__, __FUNCTION__);
276 " length\n", __FILE__, __FUNCTION__);
287 "greater that PATH_MAX\n", __FILE__, __FUNCTION__);
296 __FILE__, __FUNCTION__);
    [all...]
filetransfermsg.c 130 #define __FUNCTION__ "unknown"
220 " list failed\n", __FILE__, __FUNCTION__, fullpath);
229 "list failed\n", __FILE__, __FUNCTION__, fullpath);
269 __FILE__, __FUNCTION__);
290 __FILE__, __FUNCTION__, fullpath);
297 " list failed\n", __FILE__, __FUNCTION__, fullpath);
307 "list failed\n", __FILE__, __FUNCTION__, fullpath);
316 __FILE__, __FUNCTION__);
459 __FILE__, __FUNCTION__);
497 __FILE__, __FUNCTION__, path);
    [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_compiler.h 112 #ifndef __FUNCTION__
113 # define __FUNCTION__ __func__
  /external/webrtc/webrtc/base/
common.h 129 #define __FUNCTION__ ""
138 (rtc::AssertNoBreak((x), __FUNCTION__, __FILE__, __LINE__, #x) ? \
142 (void)rtc::Assert((x), __FUNCTION__, __FILE__, __LINE__, #x)
149 (rtc::AssertNoBreak((x), __FUNCTION__, __FILE__, __LINE__, #x) ? \
152 #define VERIFY(x) rtc::Assert((x), __FUNCTION__, __FILE__, __LINE__, #x)
  /hardware/interfaces/usb/1.1/vts/functional/
VtsHalUsbV1_1TargetTest.cpp 133 ALOGI(__FUNCTION__);
  /hardware/qcom/display/msm8909/libqdutils/
display_config.cpp 58 ALOGE("%s: Failed to get external status err=%d", __FUNCTION__, err);
83 ALOGE("%s() failed with err %d", __FUNCTION__, err);
101 ALOGE("%s: Failed to get external status err=%d", __FUNCTION__, err);
121 __FUNCTION__, dpy, err);
142 __FUNCTION__, dpy, err);
159 ALOGE("%s: Failed for dpy %d status = %d err=%d", __FUNCTION__, dpy,
178 ALOGE("%s: Failed setting op %d err=%d", __FUNCTION__, op, err);
193 ALOGI("%s() Received num configs %d", __FUNCTION__, numConfigs);
195 ALOGE("%s() failed with err %d", __FUNCTION__, err);
211 ALOGI("%s() Received active config index %d", __FUNCTION__,
    [all...]
  /hardware/qcom/display/msm8909w_3100/libqdutils/
display_config.cpp 58 ALOGE("%s: Failed to get external status err=%d", __FUNCTION__, err);
83 ALOGE("%s() failed with err %d", __FUNCTION__, err);
101 ALOGE("%s: Failed to get external status err=%d", __FUNCTION__, err);
121 __FUNCTION__, dpy, err);
142 __FUNCTION__, dpy, err);
159 ALOGE("%s: Failed for dpy %d status = %d err=%d", __FUNCTION__, dpy,
178 ALOGE("%s: Failed setting op %d err=%d", __FUNCTION__, op, err);
193 ALOGI("%s() Received num configs %d", __FUNCTION__, numConfigs);
195 ALOGE("%s() failed with err %d", __FUNCTION__, err);
211 ALOGI("%s() Received active config index %d", __FUNCTION__,
    [all...]
  /hardware/qcom/display/msm8994/liboverlay/
mdpWrapper.h 194 __FUNCTION__, list.num_overlays, id);
209 ALOGD("%s Pipe mask after OVERLAY_PREPARE 0x%04x", __FUNCTION__, id);
228 __FUNCTION__, ovId);
260 ALOGD_IF(Overlay::isDebugPipeLifecycle(), "%s", __FUNCTION__);
  /hardware/qcom/display/msm8998/libqdutils/
display_config.cpp 58 ALOGE("%s: Failed to get external status err=%d", __FUNCTION__, err);
83 ALOGE("%s() failed with err %d", __FUNCTION__, err);
101 ALOGE("%s: Failed to get external status err=%d", __FUNCTION__, err);
121 __FUNCTION__, dpy, err);
142 __FUNCTION__, dpy, err);
159 ALOGE("%s: Failed for dpy %d status = %d err=%d", __FUNCTION__, dpy,
178 ALOGE("%s: Failed setting op %d err=%d", __FUNCTION__, op, err);
193 ALOGI("%s() Received num configs %d", __FUNCTION__, numConfigs);
195 ALOGE("%s() failed with err %d", __FUNCTION__, err);
211 ALOGI("%s() Received active config index %d", __FUNCTION__,
    [all...]
  /frameworks/av/camera/
CameraMetadata.cpp 61 ALOGE("%s: Assignment to a locked CameraMetadata!", __FUNCTION__);
85 ALOGE("%s: Can't unlock a non-locked CameraMetadata!", __FUNCTION__);
90 __FUNCTION__);
99 ALOGE("%s: CameraMetadata is locked", __FUNCTION__);
109 ALOGE("%s: CameraMetadata is locked", __FUNCTION__);
120 ALOGE("%s: CameraMetadata is locked", __FUNCTION__);
128 __FUNCTION__, buffer);
133 ALOGE("%s: CameraMetadata is locked", __FUNCTION__);
145 ALOGE("%s: CameraMetadata is locked", __FUNCTION__);
166 ALOGE("%s: CameraMetadata is locked", __FUNCTION__);
    [all...]
  /hardware/interfaces/camera/common/1.0/default/
CameraMetadata.cpp 62 ALOGE("%s: Assignment to a locked CameraMetadata!", __FUNCTION__);
86 ALOGE("%s: Can't unlock a non-locked CameraMetadata!", __FUNCTION__);
91 __FUNCTION__);
100 ALOGE("%s: CameraMetadata is locked", __FUNCTION__);
110 ALOGE("%s: CameraMetadata is locked", __FUNCTION__);
121 ALOGE("%s: CameraMetadata is locked", __FUNCTION__);
129 __FUNCTION__, buffer);
134 ALOGE("%s: CameraMetadata is locked", __FUNCTION__);
146 ALOGE("%s: CameraMetadata is locked", __FUNCTION__);
167 ALOGE("%s: CameraMetadata is locked", __FUNCTION__);
    [all...]
  /external/e2fsprogs/lib/ext2fs/
kernel-jbd.h 24 #define __FUNCTION__ ""
43 __FILE__, __LINE__, __FUNCTION__); \
72 __jbd_kmalloc(__FUNCTION__, (size), (flags), journal_oom_retry)
74 __jbd_kmalloc(__FUNCTION__, (size), (flags), 1)
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_mdpcomp.cpp 82 ALOGE("%s: Invalid hwc context!!",__FUNCTION__);
121 __FUNCTION__);
133 ALOGE("%s: received empty data in timer callback", __FUNCTION__);
138 ALOGE("%s: HWC proc not registered", __FUNCTION__);
270 ALOGE("%s: layer handle is NULL", __FUNCTION__);
338 ALOGE("%s: Invalid pipe type",__FUNCTION__);
349 ALOGD_IF(isDebug(),"%s: MDP Comp. not enabled.", __FUNCTION__);
353 __FUNCTION__);
357 __FUNCTION__);
370 ALOGD_IF(isDebug(), "%s: Idle fallback dpy %d",__FUNCTION__, mDpy)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 663 /* Various error reporting routines want to use __FUNCTION__. */
665 #ifndef __FUNCTION__
666 #define __FUNCTION__ "?"
667 #endif /* ! __FUNCTION__ */
680 #define abort() fancy_abort (__FILE__, __LINE__, __FUNCTION__)
685 ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
705 #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__))
    [all...]
  /system/core/fs_mgr/
fs_mgr.cpp 122 LWARNING << __FUNCTION__ << "() cannot log " << msg;
172 PINFO << __FUNCTION__ << "(): mount(" << blk_device << "," << target << "," << fs_type
180 LINFO << __FUNCTION__ << "(): unmount(" << target << ") succeeded";
183 PERROR << __FUNCTION__ << "(): umount(" << target << ") failed";
188 PERROR << __FUNCTION__ << "(): umount(" << target << ") timed out";
522 PINFO << __FUNCTION__ << "(source=" << source << ",target=" << target
586 LERROR << __FUNCTION__ << "(): skipping fstab dup mountpoint="
596 LERROR << __FUNCTION__ << "(): skipping mount, invalid ext4, mountpoint="
610 LERROR << __FUNCTION__ << "(): Mounted " << fstab->recs[i].blk_device
    [all...]
fs_mgr_fstab.cpp 659 LERROR << __FUNCTION__ << "(): failed to allocate fstab recs";
732 PERROR << __FUNCTION__<< "(): cannot open file: '" << fstab_path << "'";
740 LERROR << __FUNCTION__ << "(): failed to load fstab from : '" << fstab_path << "'";
754 LINFO << __FUNCTION__ << "(): failed to read fstab from dt";
762 PERROR << __FUNCTION__ << "(): failed to create a file stream for fstab dt";
768 LERROR << __FUNCTION__ << "(): failed to load fstab from kernel:"
816 LINFO << __FUNCTION__ << "(): failed to find device default fstab";
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_mdpcomp.cpp 109 ALOGE("%s: Invalid hwc context!!",__FUNCTION__);
155 __FUNCTION__);
182 ALOGE("%s: received empty data in timer callback", __FUNCTION__);
188 ALOGD_IF(isDebug(), "%s:Do not handle this timeout", __FUNCTION__);
192 ALOGE("%s: HWC proc not registered", __FUNCTION__);
319 ALOGE("%s: layer handle is NULL", __FUNCTION__);
400 ALOGD_IF(isDebug(),"%s: MDP Comp. not enabled.", __FUNCTION__);
407 __FUNCTION__);
411 __FUNCTION__);
415 __FUNCTION__,mDpy)
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_mdpcomp.cpp 110 ALOGE("%s: Invalid hwc context!!",__FUNCTION__);
159 __FUNCTION__);
199 ALOGE("%s: received empty data in timer callback", __FUNCTION__);
205 ALOGD_IF(isDebug(), "%s:Do not handle this timeout", __FUNCTION__);
209 ALOGE("%s: HWC proc not registered", __FUNCTION__);
344 ALOGE("%s: layer handle is NULL", __FUNCTION__);
425 ALOGD_IF(isDebug(),"%s: MDP Comp. not enabled.", __FUNCTION__);
434 __FUNCTION__);
438 __FUNCTION__);
442 __FUNCTION__,mDpy)
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_mdpcomp.cpp 121 ALOGE("%s: Invalid hwc context!!",__FUNCTION__);
232 ALOGE("%s: received empty data in timer callback", __FUNCTION__);
239 ALOGD_IF(isDebug(), "%s:Do not handle this timeout", __FUNCTION__);
244 ALOGE("%s: HWC proc not registered", __FUNCTION__);
259 "max value: %d", __FUNCTION__, maxSupported);
402 ALOGD_IF(isDebug(), "%s: layer handle is NULL", __FUNCTION__);
483 ALOGD_IF(isDebug(),"%s: MDP Comp. not enabled.", __FUNCTION__);
492 __FUNCTION__);
502 __FUNCTION__);
506 __FUNCTION__,mDpy)
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elfxx-sparc.c     [all...]
elfnn-aarch64.c     [all...]
  /device/google/contexthub/firmware/os/drivers/bosch_bmi160/
bosch_bmi160.c     [all...]
  /device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
st_lsm6dsm.c     [all...]

Completed in 2118 milliseconds