HomeSort by relevance Sort by last modified time
    Searched refs:__FUNCTION__ (Results 1 - 25 of 1372) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-i386/
got1b.c 6 printf ("%s\n", __FUNCTION__);
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-plugin/
lto-11b.c 5 printf("Hello from %s!\n", __FUNCTION__);
lto-11c.c 5 printf("Hello from %s!\n", __FUNCTION__);
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-x86-64/
gotpcrel1b.c 6 printf ("%s\n", __FUNCTION__);
gotpcrel1d.S 5 leaq __FUNCTION__.2215(%rip), %rdi
11 leaq __FUNCTION__.2219(%rip), %rdi
14 leaq __FUNCTION__.2219(%rip), %rdi
19 .type __FUNCTION__.2219, @object
20 .size __FUNCTION__.2219, 4
21 __FUNCTION__.2219:
23 .type __FUNCTION__.2215, @object
24 .size __FUNCTION__.2215, 4
25 __FUNCTION__.2215:
  /external/clang/test/CodeGen/
block-with-perdefinedexpr.c 11 handler( ^(){ syslog("%s", __FUNCTION__); } );
13 // CHECK: @__FUNCTION__.spd_block_invoke_2 = private unnamed_addr constant [19 x i8] c"spd_block_invoke_2\00"
15 // CHECK: @__FUNCTION__.spd_block_invoke_2
predefined-expr.c 19 printf("__FUNCTION__ %s\n", __FUNCTION__);
25 printf("__FUNCTION__ %s\n", __FUNCTION__);
31 printf("__FUNCTION__ %s\n", __FUNCTION__);
39 printf("__FUNCTION__ %s\n", __FUNCTION__);
46 printf("__FUNCTION__ %s\n", __FUNCTION__);
    [all...]
  /external/selinux/libselinux/src/android/
android_vendor.c 6 selinux_log(SELINUX_ERROR, "%s: not implemented for vendor variant of libselinux\n", __FUNCTION__);
12 selinux_log(SELINUX_ERROR, "%s: not implemented for vendor variant of libselinux\n", __FUNCTION__);
  /hardware/invensense/6515/libsensors_iio/software/core/driver/include/
mlinclude.h 25 #define INVENSENSE_FUNC_START __pragma(message(__FILE__ "|"__FUNCTION__ )) \
26 int dslkQjDsd = functionEnterLog(__FILE__, __FUNCTION__)
32 #define INVENSENSE_FUNC_START int dslkQjDsd = profileEnter(__FILE__, __FUNCTION__)
33 #define return if ( profileExit(__FILE__, __FUNCTION__) ) return
36 // #define return if ( functionExitLog(__FILE__, __FUNCTION__) ) return
  /hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
mlinclude.h 25 #define INVENSENSE_FUNC_START __pragma(message(__FILE__ "|"__FUNCTION__ )) \
26 int dslkQjDsd = functionEnterLog(__FILE__, __FUNCTION__)
32 #define INVENSENSE_FUNC_START int dslkQjDsd = profileEnter(__FILE__, __FUNCTION__)
33 #define return if ( profileExit(__FILE__, __FUNCTION__) ) return
36 // #define return if ( functionExitLog(__FILE__, __FUNCTION__) ) return
  /external/clang/test/SemaCXX/
predefined-expr.cpp 7 static_assert(sizeof(__FUNCTION__) == 4, "foo");
14 static_assert(sizeof(__FUNCTION__) == 4, "bar");
23 static_assert(sizeof(__FUNCTION__) == 4, "baz");
28 static_assert(sizeof(__FUNCTION__) == 11, "operator()");
37 static_assert(sizeof(__FUNCTION__) == 27, "___Z3bazIiEiv_block_invoke");
45 static_assert(sizeof(__FUNCTION__) == 4, "baz");
54 static_assert(sizeof(__FUNCTION__) == 5, "main");
59 static_assert(sizeof(__FUNCTION__) == 11, "operator()");
68 static_assert(sizeof(__FUNCTION__) == 20, "__main_block_invoke");
76 static_assert(sizeof(__FUNCTION__) == 5, "main")
    [all...]
  /hardware/libhardware/modules/camera/3_4/arc/
common.h 13 #define LOGF(level) LOG(level) << __FUNCTION__ << "(): "
14 #define LOGFID(level, id) LOG(level) << __FUNCTION__ << "(): id: " << id << ": "
15 #define LOGF_IF(level, res) LOG_IF(level, res) << __FUNCTION__ << "(): "
17 #define VLOGF(level) VLOG(level) << __FUNCTION__ << "(): "
19 VLOG(level) << __FUNCTION__ << "(): id: " << id << ": "
  /system/update_engine/common/
boot_control_stub.cc 30 LOG(ERROR) << __FUNCTION__ << " should never be called.";
37 LOG(ERROR) << __FUNCTION__ << " should never be called.";
42 LOG(ERROR) << __FUNCTION__ << " should never be called.";
47 LOG(ERROR) << __FUNCTION__ << " should never be called.";
52 LOG(ERROR) << __FUNCTION__ << " should never be called.";
  /frameworks/wilhelm/src/
trace.h 55 #define SL_ENTER_GLOBAL SLresult result; slTraceEnterGlobal(__FUNCTION__);
56 #define SL_LEAVE_GLOBAL slTraceLeaveGlobal(__FUNCTION__, result); return result;
57 #define SL_ENTER_INTERFACE SLresult result; slTraceEnterInterface(__FUNCTION__);
58 #define SL_LEAVE_INTERFACE slTraceLeaveInterface(__FUNCTION__, result); return result;
59 #define SL_ENTER_INTERFACE_VOID slTraceEnterInterfaceVoid(__FUNCTION__);
60 #define SL_LEAVE_INTERFACE_VOID slTraceLeaveInterfaceVoid(__FUNCTION__); return;
62 #define XA_ENTER_GLOBAL XAresult result; slTraceEnterGlobal(__FUNCTION__);
63 #define XA_LEAVE_GLOBAL slTraceLeaveGlobal(__FUNCTION__, result); return result;
64 #define XA_ENTER_INTERFACE XAresult result; slTraceEnterInterface(__FUNCTION__);
65 #define XA_LEAVE_INTERFACE slTraceLeaveInterface(__FUNCTION__, result); return result
    [all...]
  /device/google/cuttlefish_common/guest/hals/camera/
EmulatedQemuCameraDevice.cpp 56 ALOGV("%s: Connected to the emulated camera service '%s'", __FUNCTION__,
71 ALOGV("%s", __FUNCTION__);
75 ALOGE("%s: Qemu camera device is not initialized.", __FUNCTION__);
79 ALOGW("%s: Qemu camera device '%s' is already connected.", __FUNCTION__,
87 ALOGV("%s: Connected to device '%s'", __FUNCTION__,
91 ALOGE("%s: Connection to device '%s' failed", __FUNCTION__,
99 ALOGV("%s", __FUNCTION__);
103 ALOGW("%s: Qemu camera device '%s' is already disconnected.", __FUNCTION__,
108 ALOGE("%s: Cannot disconnect from the started device '%s.", __FUNCTION__,
116 ALOGV("%s: Disonnected from device '%s'", __FUNCTION__,
    [all...]
  /external/swiftshader/src/Common/
DebugAndroid.hpp 47 __FUNCTION__, __FILE__, __LINE__); \
57 ALOGE("badness: err %s %s:%d (" format ")", __FUNCTION__, __FILE__, \
64 ALOGE("badness: fixme %s %s:%d (" format ")", __FUNCTION__, __FILE__, \
71 __FUNCTION__, __FILE__, __LINE__); \
77 __FUNCTION__, __FILE__, __LINE__, #value, value); \
83 ALOGV("%s %s:%d (" format ")", __FUNCTION__, __FILE__, \
  /external/honggfuzz/libcommon/
log.h 35 #define LOG_HELP(...) logLog(HELP, __FUNCTION__, __LINE__, false, __VA_ARGS__);
36 #define LOG_HELP_BOLD(...) logLog(HELP_BOLD, __FUNCTION__, __LINE__, false, __VA_ARGS__);
40 logLog(DEBUG, __FUNCTION__, __LINE__, false, __VA_ARGS__); \
44 logLog(INFO, __FUNCTION__, __LINE__, false, __VA_ARGS__); \
48 logLog(WARNING, __FUNCTION__, __LINE__, false, __VA_ARGS__); \
52 logLog(ERROR, __FUNCTION__, __LINE__, false, __VA_ARGS__); \
56 logLog(FATAL, __FUNCTION__, __LINE__, false, __VA_ARGS__); \
61 logLog(DEBUG, __FUNCTION__, __LINE__, true, __VA_ARGS__); \
65 logLog(INFO, __FUNCTION__, __LINE__, true, __VA_ARGS__); \
69 logLog(WARNING, __FUNCTION__, __LINE__, true, __VA_ARGS__);
    [all...]
  /external/libavc/common/
ih264_debug.h 46 printf("\n[H264 DBG] %s/%d:: ", __FUNCTION__, __LINE__); \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
error.h 64 #define SNDERR(...) snd_lib_error(__FILE__, __LINE__, __FUNCTION__, 0, __VA_ARGS__) /**< Shows a sound error message. */
65 #define SYSERR(...) snd_lib_error(__FILE__, __LINE__, __FUNCTION__, errno, __VA_ARGS__) /**< Shows a system error message (related to \c errno). */
67 #define SNDERR(args...) snd_lib_error(__FILE__, __LINE__, __FUNCTION__, 0, ##args) /**< Shows a sound error message. */
68 #define SYSERR(args...) snd_lib_error(__FILE__, __LINE__, __FUNCTION__, errno, ##args) /**< Shows a system error message (related to \c errno). */
  /hardware/nxp/secure_element/libese-spi/p73/spm/
phNxpEse_Spm.cpp 62 ALOGE("%s : failed, device handle is null", __FUNCTION__);
65 ALOGD_IF(ese_debug_enabled, "%s : exit status = %d", __FUNCTION__, status);
103 ALOGE("%s : failed errno = 0x%x", __FUNCTION__, errno);
109 ALOGE("%s : failed errno = 0x%x", __FUNCTION__, errno);
113 ALOGE(" %s : phNxpEse_SPM_GetPwrState Failed", __FUNCTION__);
130 ALOGE("%s : failed errno = 0x%x", __FUNCTION__, errno);
134 ALOGE(" %s : phNxpEse_SPM_GetPwrState Failed", __FUNCTION__);
150 ALOGE("%s : failed errno = 0x%x", __FUNCTION__, errno);
154 ALOGE(" %s : phNxpEse_SPM_GetPwrState Failed", __FUNCTION__);
171 ALOGE("%s : failed errno = 0x%x", __FUNCTION__, errno)
    [all...]
  /hardware/qcom/gps/msm8084/utils/
msg_q.c 96 LOC_LOGE("%s: Invalid msg_q_data parameter!\n", __FUNCTION__);
104 LOC_LOGE("%s: Unable to allocate space for message queue!\n", __FUNCTION__);
110 LOC_LOGE("%s: Unable to initialize storage list!\n", __FUNCTION__);
117 LOC_LOGE("%s: Unable to initialize list mutex!\n", __FUNCTION__);
125 LOC_LOGE("%s: Unable to initialize msg q cond var!\n", __FUNCTION__);
162 LOC_LOGE("%s: Invalid msg_q_data parameter!\n", __FUNCTION__);
190 LOC_LOGE("%s: Invalid msg_q_data parameter!\n", __FUNCTION__);
195 LOC_LOGE("%s: Invalid msg_obj parameter!\n", __FUNCTION__);
202 LOC_LOGD("%s: Sending message with handle = 0x%p\n", __FUNCTION__, msg_obj);
206 LOC_LOGE("%s: Message queue has been unblocked.\n", __FUNCTION__);
    [all...]
  /hardware/qcom/gps/msm8909/utils/
msg_q.c 96 LOC_LOGE("%s: Invalid msg_q_data parameter!\n", __FUNCTION__);
104 LOC_LOGE("%s: Unable to allocate space for message queue!\n", __FUNCTION__);
110 LOC_LOGE("%s: Unable to initialize storage list!\n", __FUNCTION__);
117 LOC_LOGE("%s: Unable to initialize list mutex!\n", __FUNCTION__);
125 LOC_LOGE("%s: Unable to initialize msg q cond var!\n", __FUNCTION__);
162 LOC_LOGE("%s: Invalid msg_q_data parameter!\n", __FUNCTION__);
190 LOC_LOGE("%s: Invalid msg_q_data parameter!\n", __FUNCTION__);
195 LOC_LOGE("%s: Invalid msg_obj parameter!\n", __FUNCTION__);
202 LOC_LOGV("%s: Sending message with handle = 0x%08X\n", __FUNCTION__, msg_obj);
206 LOC_LOGE("%s: Message queue has been unblocked.\n", __FUNCTION__);
    [all...]
  /hardware/qcom/gps/msm8960/utils/
msg_q.c 96 LOC_LOGE("%s: Invalid msg_q_data parameter!\n", __FUNCTION__);
104 LOC_LOGE("%s: Unable to allocate space for message queue!\n", __FUNCTION__);
110 LOC_LOGE("%s: Unable to initialize storage list!\n", __FUNCTION__);
117 LOC_LOGE("%s: Unable to initialize list mutex!\n", __FUNCTION__);
125 LOC_LOGE("%s: Unable to initialize msg q cond var!\n", __FUNCTION__);
162 LOC_LOGE("%s: Invalid msg_q_data parameter!\n", __FUNCTION__);
190 LOC_LOGE("%s: Invalid msg_q_data parameter!\n", __FUNCTION__);
195 LOC_LOGE("%s: Invalid msg_obj parameter!\n", __FUNCTION__);
202 LOC_LOGD("%s: Sending message with handle = 0x%08X\n", __FUNCTION__, msg_obj);
206 LOC_LOGE("%s: Message queue has been unblocked.\n", __FUNCTION__);
    [all...]
  /hardware/qcom/gps/msm8994/utils/
msg_q.c 96 LOC_LOGE("%s: Invalid msg_q_data parameter!\n", __FUNCTION__);
104 LOC_LOGE("%s: Unable to allocate space for message queue!\n", __FUNCTION__);
110 LOC_LOGE("%s: Unable to initialize storage list!\n", __FUNCTION__);
117 LOC_LOGE("%s: Unable to initialize list mutex!\n", __FUNCTION__);
125 LOC_LOGE("%s: Unable to initialize msg q cond var!\n", __FUNCTION__);
162 LOC_LOGE("%s: Invalid msg_q_data parameter!\n", __FUNCTION__);
190 LOC_LOGE("%s: Invalid msg_q_data parameter!\n", __FUNCTION__);
195 LOC_LOGE("%s: Invalid msg_obj parameter!\n", __FUNCTION__);
202 LOC_LOGD("%s: Sending message with handle = 0x%08X\n", __FUNCTION__, msg_obj);
206 LOC_LOGE("%s: Message queue has been unblocked.\n", __FUNCTION__);
    [all...]
  /hardware/qcom/gps/msm8996/utils/
msg_q.c 96 LOC_LOGE("%s: Invalid msg_q_data parameter!\n", __FUNCTION__);
104 LOC_LOGE("%s: Unable to allocate space for message queue!\n", __FUNCTION__);
110 LOC_LOGE("%s: Unable to initialize storage list!\n", __FUNCTION__);
117 LOC_LOGE("%s: Unable to initialize list mutex!\n", __FUNCTION__);
125 LOC_LOGE("%s: Unable to initialize msg q cond var!\n", __FUNCTION__);
162 LOC_LOGE("%s: Invalid msg_q_data parameter!\n", __FUNCTION__);
190 LOC_LOGE("%s: Invalid msg_q_data parameter!\n", __FUNCTION__);
195 LOC_LOGE("%s: Invalid msg_obj parameter!\n", __FUNCTION__);
202 LOC_LOGV("%s: Sending message with handle = 0x%08X\n", __FUNCTION__, msg_obj);
206 LOC_LOGE("%s: Message queue has been unblocked.\n", __FUNCTION__);
    [all...]

Completed in 1129 milliseconds

1 2 3 4 5 6 7 8 91011>>