/external/clang/test/CodeGen/ |
func-in-block.c | 9 PRINTF(__func__); 12 PRINTF(__func__); 18 // CHECK: @__func__.__main_block_invoke = private unnamed_addr constant [20 x i8] c"__main_block_invoke\00" 19 // CHECK: call void @PRINTF({{.*}}@__func__.__main_block_invoke
|
predefined-expr.c | 3 // CHECK: @__func__.plainFunction = private unnamed_addr constant [14 x i8] c"plainFunction\00" 5 // CHECK: @__func__.externFunction = private unnamed_addr constant [15 x i8] c"externFunction\00" 7 // CHECK: @__func__.privateExternFunction = private unnamed_addr constant [22 x i8] c"privateExternFunction\00" 9 // CHECK: @__func__.staticFunction = private unnamed_addr constant [15 x i8] c"staticFunction\00" 15 printf("__func__ %s\n", __func__); 21 printf("__func__ %s\n", __func__); 27 printf("__func__ %s\n", __func__); [all...] |
/external/clang/test/CodeGenObjC/ |
predefined-expr.m | 3 // CHECK: @"__func__.-[Foo instanceTest1]" = private unnamed_addr constant [21 x i8] c"-[Foo instanceTest1]\00" 4 // CHECK: @"__func__.-[Foo instanceTest2:]" = private unnamed_addr constant [22 x i8] c"-[Foo instanceTest2:]\00" 5 // CHECK: @"__func__.-[Foo instanceTest3:withB:]" = private unnamed_addr constant [28 x i8] c"-[Foo instanceTest3:withB:]\00" 6 // CHECK: @"__func__.-[Foo instanceTest4]" = private unnamed_addr constant [21 x i8] c"-[Foo instanceTest4]\00" 7 // CHECK: @"__func__.+[Foo classTest1]" = private unnamed_addr constant [18 x i8] c"+[Foo classTest1]\00" 8 // CHECK: @"__func__.+[Foo classTest2:]" = private unnamed_addr constant [19 x i8] c"+[Foo classTest2:]\00" 9 // CHECK: @"__func__.+[Foo classTest3:withB:]" = private unnamed_addr constant [25 x i8] c"+[Foo classTest3:withB:]\00" 10 // CHECK: @"__func__.+[Foo classTest4]" = private unnamed_addr constant [18 x i8] c"+[Foo classTest4]\00" 11 // CHECK: @"__func__.-[Foo(Category) instanceTestWithCategory]" = private unnamed_addr constant [42 x i8] c"-[Foo(Category) instanceTestWithCategory]\00" 12 // CHECK: @"__func__.+[Foo(Category) classTestWithCategory]" = private unnamed_addr constant [39 x i8] c"+[Foo(Category (…) [all...] |
/external/clang/test/Sema/ |
predef.c | 4 const char (*ss)[12] = &__func__; 5 static int arr[sizeof(__func__)==12 ? 1 : -1]; 8 char *X = __func__; // expected-warning {{predefined identifier is only valid}} \ 12 __func__[0] = 'a'; // expected-error {{variable is not assignable}} 16 const char *b = __func__; // expected-warning {{predefined identifier is only valid}}
|
/system/extras/ext4_utils/ |
ext4_jbd2.h | 42 #define ext4_journal_get_undo_access(handle, bh) __ext4_journal_get_undo_access(__func__, (handle), (bh)) 43 #define ext4_journal_get_write_access(handle, bh) __ext4_journal_get_write_access(__func__, (handle), (bh)) 44 #define ext4_forget(handle, is_metadata, inode, bh, block_nr) __ext4_forget(__func__, (handle), (is_metadata), (inode), (bh), (block_nr)) 45 #define ext4_journal_get_create_access(handle, bh) __ext4_journal_get_create_access(__func__, (handle), (bh)) 46 #define ext4_handle_dirty_metadata(handle, inode, bh) __ext4_handle_dirty_metadata(__func__, (handle), (inode), (bh)) 50 #define ext4_journal_stop(handle) __ext4_journal_stop(__func__, (handle))
|
/device/lge/mako/camera/QCamera/stack/mm-camera-test/src/ |
mm_qcamera_dual_test.c | 60 CDBG_ERROR("%s:mm_app_open() back camera err=%d\n",__func__, rc); 65 CDBG_ERROR("%s:system_dimension_set() err=%d\n",__func__, rc); 71 CDBG_ERROR("%s: back camera startPreview() err=%d\n", __func__, rc); 77 CDBG_ERROR("%s:mm_app_open() front camera err=%d\n",__func__, rc); 82 CDBG_ERROR("%s:system_dimension_set() err=%d\n",__func__, rc); 88 CDBG_ERROR("%s: startPreview() backcamera err=%d\n", __func__, rc); 94 CDBG_ERROR("%s: startPreview() backcamera err=%d\n", __func__, rc); 99 CDBG("%s: startPreview() err=%d\n", __func__, rc); 104 CDBG_ERROR("%s:mm_app_close() err=%d\n",__func__, rc); 114 CDBG("%s:END, rc = %d\n", __func__, rc) [all...] |
mm_qcamera_unit_test.c | 56 CDBG_ERROR("%s:Query Failed: Num of cameras = %d\n",__func__, cam_apps->num_cameras); 62 CDBG_ERROR("%s:mm_app_open() err=%d\n",__func__, rc); 67 CDBG_ERROR("%s:system_dimension_set() err=%d\n",__func__, rc); 74 CDBG_ERROR("%s: startPreview() err=%d\n", __func__, rc); 78 CDBG_ERROR("%s: Preview Callback not received in time or qbuf failed\n", __func__); 83 CDBG("%s: startPreview() err=%d\n", __func__, rc); 89 CDBG_ERROR("%s:mm_app_close() err=%d\n",__func__, rc); 95 printf("%s: Preview Start/Stop Fails for Camera %d in %d iteration", __func__, i,j); 108 CDBG("%s:END, rc = %d\n", __func__, rc); 121 CDBG_ERROR("%s:mm_app_open() err=%d\n",__func__, rc) [all...] |
mm_qcamera_snapshot.c | 84 CDBG("%s:dump snapshot frame to '%s'\n", __func__, bufp); 154 CDBG("%s: BEGIN\n", __func__); 162 CDBG("%s:set raw snapshot format err=%d\n", __func__, rc); 165 CDBG("%s: END, rc=%d\n", __func__, rc); 182 __func__, pme->dim.raw_picture_width, pme->dim.raw_picture_height); 186 CDBG_ERROR("%s Error allocating memory for mplanar struct ", __func__); 212 CDBG("%s:no mem for snapshot buf\n", __func__); 241 CDBG("%s:reg snapshot buf err=%d\n", __func__, rc); 245 CDBG("%s: END, rc=%d\n", __func__, rc); 257 CDBG("%s: BEGIN\n", __func__); [all...] |
/external/clang/test/CodeGenCXX/ |
predefined-expr.cpp | 106 printf("__func__ %s\n", __func__); 117 printf("__func__ %s\n", __func__); 131 printf("__func__ %s\n", __func__); 140 printf("__func__ %s\n", __func__); 146 printf("__func__ %s\n", __func__); [all...] |
/device/asus/flo/camera/QCamera2/stack/mm-camera-test/src/ |
mm_qcamera_unit_test.c | 52 __func__, i, rc); 59 __func__, i, rc); 68 CDBG("%s:END, rc = %d\n", __func__, rc); 84 __func__, i, rc); 92 __func__, i, rc); 99 __func__, i, rc); 107 __func__, i, rc); 116 CDBG("%s:END, rc = %d\n", __func__, rc); 132 __func__, i, rc); 140 __func__, i, rc) [all...] |
mm_qcamera_dual_test.c | 91 CDBG_ERROR("%s:mm_app_open() back camera err=%d\n",__func__, rc); 96 CDBG_ERROR("%s:system_dimension_set() err=%d\n",__func__, rc); 103 CDBG_ERROR("%s:mm_app_open() front camera err=%d\n",__func__, rc); 109 CDBG_ERROR("%s:system_dimension_set() err=%d\n",__func__, rc); 116 CDBG_ERROR("%s: back camera startPreview() err=%d\n", __func__, rc); 124 CDBG_ERROR("%s: startPreview() backcamera err=%d\n", __func__, rc); 132 CDBG_ERROR("%s: startPreview() backcamera err=%d\n", __func__, rc); 139 CDBG_ERROR("%s:mm_app_close() err=%d\n",__func__, rc); 146 CDBG("%s: startPreview() err=%d\n", __func__, rc); 152 CDBG_ERROR("%s:mm_app_close() err=%d\n",__func__, rc) [all...] |
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/ |
mm_qcamera_unit_test.c | 52 __func__, i, rc); 59 __func__, i, rc); 68 CDBG("%s:END, rc = %d\n", __func__, rc); 84 __func__, i, rc); 92 __func__, i, rc); 99 __func__, i, rc); 107 __func__, i, rc); 116 CDBG("%s:END, rc = %d\n", __func__, rc); 132 __func__, i, rc); 140 __func__, i, rc) [all...] |
mm_qcamera_dual_test.c | 91 CDBG_ERROR("%s:mm_app_open() back camera err=%d\n",__func__, rc); 96 CDBG_ERROR("%s:system_dimension_set() err=%d\n",__func__, rc); 103 CDBG_ERROR("%s:mm_app_open() front camera err=%d\n",__func__, rc); 109 CDBG_ERROR("%s:system_dimension_set() err=%d\n",__func__, rc); 116 CDBG_ERROR("%s: back camera startPreview() err=%d\n", __func__, rc); 124 CDBG_ERROR("%s: startPreview() backcamera err=%d\n", __func__, rc); 132 CDBG_ERROR("%s: startPreview() backcamera err=%d\n", __func__, rc); 139 CDBG_ERROR("%s:mm_app_close() err=%d\n",__func__, rc); 146 CDBG("%s: startPreview() err=%d\n", __func__, rc); 152 CDBG_ERROR("%s:mm_app_close() err=%d\n",__func__, rc) [all...] |
/hardware/samsung_slsi/exynos5/libexynosutils/ |
ExynosMutex.cpp | 61 ALOGE("%s::Already created", __func__); 77 ALOGE("%s::unmatched type(%d) fail", __func__, type); 83 ALOGE("%s::Mutex create fail", __func__); 98 ALOGE("%s::Not yet created", __func__); 117 ALOGE("%s::Not yet created", __func__); 122 ALOGD("%s::%s'lock() start", __func__, m_name); 126 ALOGE("%s::m_core->lock() fail", __func__); 131 ALOGD("%s::%s'lock() end", __func__, m_name); 140 ALOGE("%s::Not yet created", __func__); 145 ALOGD("%s::%s'unlock() start", __func__, m_name) [all...] |
/hardware/samsung_slsi/exynos5/libv4l2/ |
exynos_v4l2.c | 182 ALOGE("%s: invalid fd: %d", __func__, fd); 199 ALOGE("%s: invalid fd: %d", __func__, fd); 206 ALOGE("%s: no matching index founds", __func__); 227 ALOGE("%s: invalid fd: %d", __func__, fd); 252 ALOGE("%s: invalid fd: %d", __func__, fd); 261 ALOGE("%s: unsupported capabilities", __func__); 274 ALOGE("%s: unsupported capabilities", __func__); 304 ALOGE("%s: unsupported pixel format", __func__); 320 ALOGE("%s: invalid fd: %d", __func__, fd); 325 ALOGE("%s: fmt is NULL", __func__); [all...] |
/external/qemu/ |
qemu-thread.c | 34 error_exit(err, __func__); 43 error_exit(err, __func__); 52 error_exit(err, __func__); 80 error_exit(err, __func__); 90 error_exit(err, __func__); 99 error_exit(err, __func__); 108 error_exit(err, __func__); 117 error_exit(err, __func__); 126 error_exit(err, __func__); 135 error_exit(err, __func__); [all...] |
/device/lge/mako/camera/QCamera/HAL/core/src/ |
QCameraStream.cpp | 117 LOGE("%s: error - can't get camera dimension!", __func__); 118 LOGE("%s: X", __func__); 124 LOGV("%s:ch_acquire MM_CAMERA_CH_PREVIEW, rc=%d\n",__func__, rc); 127 LOGE("%s: preview channel acquir error =%d\n", __func__, rc); 128 LOGE("%s: X", __func__); 137 LOGV("%s: preview channel fmt = %d", __func__, 139 LOGV("%s: preview channel resolution = %d X %d", __func__, 143 LOGV("%s: preview MM_CAMERA_PARM_CH_IMAGE_FMT rc = %d\n", __func__, rc); 145 LOGE("%s:set preview channel format err=%d\n", __func__, ret); 146 LOGE("%s: X", __func__); [all...] |
/device/lge/mako/camera/ |
QCameraStream.cpp | 118 ALOGE("%s: error - can't get camera dimension!", __func__); 119 ALOGE("%s: X", __func__); 125 ALOGV("%s:ch_acquire MM_CAMERA_CH_PREVIEW, rc=%d\n",__func__, rc); 128 ALOGE("%s: preview channel acquir error =%d\n", __func__, rc); 129 ALOGE("%s: X", __func__); 138 ALOGV("%s: preview channel fmt = %d", __func__, 140 ALOGV("%s: preview channel resolution = %d X %d", __func__, 144 ALOGV("%s: preview MM_CAMERA_PARM_CH_IMAGE_FMT rc = %d\n", __func__, rc); 146 ALOGE("%s:set preview channel format err=%d\n", __func__, ret); 147 ALOGE("%s: X", __func__); [all...] |
/external/openssh/ |
sandbox-systrace.c | 83 debug3("%s: preparing systrace sandbox", __func__); 86 fatal("%s: socketpair: %s", __func__, strerror(errno)); 102 debug3("%s: ready", __func__); 104 fatal("%s: write: %s", __func__, strerror(errno)); 107 fatal("%s: read: %s", __func__, strerror(errno)); 108 debug3("%s: started", __func__); 120 debug3("%s: wait for child %ld", __func__, (long)child_pid); 125 fatal("%s: read: %s", __func__, strerror(errno)); 126 debug3("%s: child %ld ready", __func__, (long)child_pid); 130 fatal("%s: open(\"/dev/systrace\"): %s", __func__, [all...] |
monitor_wrap.c | 98 fatal("%s: no log channel", __func__); 113 fatal("%s: write: %s", __func__, strerror(errno)); 133 debug3("%s entering: type %d", __func__, type); 138 fatal("%s: write: %s", __func__, strerror(errno)); 140 fatal("%s: write: %s", __func__, strerror(errno)); 149 debug3("%s entering", __func__); 154 fatal("%s: read: %s", __func__, strerror(errno)); 158 fatal("%s: read: bad msg_len %d", __func__, msg_len); 162 fatal("%s: read: %s", __func__, strerror(errno)); 170 debug3("%s entering: type %d", __func__, type) [all...] |
schnorr.c | 75 error("%s: BN_new", __func__); 90 "%s: hashblob", __func__)); 93 error("%s: hash_buffer", __func__); 97 error("%s: BN_bin2bn", __func__); 101 SCHNORR_DEBUG_BN((h, "%s: h = ", __func__)); 133 SCHNORR_DEBUG_BN((x, "%s: x = ", __func__)); 134 SCHNORR_DEBUG_BN((g_x, "%s: g_x = ", __func__)); 138 error("%s: g_x < 1", __func__); 142 error("%s: g_x > g", __func__); 148 error("%s: BN_CTX_new", __func__); [all...] |
jpake.c | 88 debug3("%s: alloc %p", __func__, ret); 96 debug3("%s: free %p", __func__, pctx); 152 fatal("%s: vasprintf failed", __func__); 154 debug3("%s: %s (ctx at %p)", __func__, out, pctx); 187 debug3("%s: %s done", __func__, out); 202 fatal("%s: BN_CTX_new", __func__); 217 fatal("%s: bn_rand_range_gt_one", __func__); 225 fatal("%s: BN_new", __func__); 227 fatal("%s: BN_mod_exp", __func__); 229 fatal("%s: BN_mod_exp", __func__); [all...] |
/device/asus/flo/camera/QCamera2/HAL/ |
QCameraThermalAdapter.cpp | 65 ALOGV("%s E", __func__); 70 __func__, error ? error : ""); 78 __func__, error ? error: ""); 86 __func__, error ? error: ""); 95 __func__, mCameraHandle); 102 __func__, mCamcorderHandle); 108 ALOGV("%s X", __func__); 119 ALOGV("%s X", __func__); 125 ALOGV("%s E", __func__); 143 ALOGV("%s X", __func__); [all...] |
/hardware/qcom/camera/QCamera2/HAL/ |
QCameraThermalAdapter.cpp | 65 ALOGV("%s E", __func__); 70 __func__, error ? error : ""); 78 __func__, error ? error: ""); 86 __func__, error ? error: ""); 95 __func__, mCameraHandle); 102 __func__, mCamcorderHandle); 108 ALOGV("%s X", __func__); 119 ALOGV("%s X", __func__); 125 ALOGV("%s E", __func__); 143 ALOGV("%s X", __func__); [all...] |
/development/ndk/sources/android/libportable/arch-mips/ |
waitpid.c | 35 ALOGV("%s(status:%p) {", __func__, 51 ALOGV("%s: (*status):0x%08x = portable_status:0x%08x", __func__, 56 ALOGV("%s: return; }", __func__); 64 ALOGV("%s(pid:%d, status:%p, options:0x%x) {", __func__, 71 ALOGV("%s: return rv:%d; }", __func__, rv); 80 ALOGV("%s(status:%p) {", __func__, 87 ALOGV("%s: return rv:%d; }", __func__, rv); 96 ALOGV("%s(status:%p, options:0x%x, rusage:%p) {", __func__, 103 ALOGV("%s: return rv:%d; }", __func__, rv); 117 ALOGV("%s(pid:%d, status:%p, options:0x%x, rusage:%p) {", __func__, [all...] |