/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...] |
/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...] |
sandbox-darwin.c | 51 debug3("%s: preparing Darwin sandbox", __func__); 64 debug3("%s: starting Darwin sandbox", __func__); 67 fatal("%s: sandbox_init: %s", __func__, errmsg); 76 __func__, strerror(errno)); 79 __func__, strerror(errno)); 82 __func__, strerror(errno)); 89 debug3("%s: finished", __func__);
|
bufec.c | 60 fatal("%s: BN_CTX_new failed", __func__); 65 __func__, (u_long)len, BUFFER_MAX_ECPOINT_LEN); 72 error("%s: EC_POINT_point2oct length mismatch", __func__); 92 fatal("%s: buffer error", __func__); 105 error("%s: invalid point", __func__); 109 fatal("%s: BN_CTX_new failed", __func__); 111 error("%s: EC_POINT too long: %u > max %u", __func__, 116 error("%s: EC_POINT buffer is empty", __func__); 121 "0x%02x (want 0x%02x)", __func__, buf[0], 143 fatal("%s: buffer error", __func__); [all...] |
/external/openssh/openbsd-compat/ |
port-solaris.c | 57 "contract: %s", __func__, strerror(errno)); 62 "status: %s", __func__, strerror(errno)); 67 __func__, strerror(errno)); 81 error("%s: open %s: %s", __func__, 87 __func__, tmpl_fd); 92 "(pgrponly): %s", __func__, strerror(errno)); 97 "fatal events: %s", __func__, strerror(errno)); 102 "critical events: %s", __func__, strerror(errno)); 107 "informative events: %s", __func__, strerror(errno)); 114 "template: %s", __func__, strerror(errno)) [all...] |
/development/ndk/sources/android/libportable/arch-mips/ |
filefd.c | 114 ALOGV("%s:() {", __func__); 121 ALOGE("%s: type_env_allocated:%p, fd_env_allocated:%p; FIXME!", __func__, 127 ALOGV("%s: type_env_allocated:%p, fd_env_allocated:%p;", __func__, 138 ALOGV("%s: fd_type = %d = filefd_mapped_file[fd:%d]; ++fdcount:%d;", __func__, 142 ALOGV("%s: fd_cloexec = %d = filefd_FD_CLOEXEC_file[fd:%d];", __func__, 169 ALOGE("%s: fd_count:%d != filefd_mapped_files:%d; [Likely Race; add futex?]", __func__, 177 ALOGV("%s: Note: unsetenv() failed!", __func__); 193 ALOGE("%s: rv:%d = setenv(fd_env_name:'%s', fd_env_allocated:'%s' ...);", __func__, 196 ALOGV("%s: rv:%d = setenv(fd_env_name:'%s', fd_env_allocated:'%s' ...);", __func__, 205 __func__, rv, type_env_name, type_env_allocated) [all...] |
pipe.c | 48 ALOGV("%s(portable_flags:0x%x) {", __func__, portable_flags); 58 ALOGV("%s: return(native_flags:%d); }", __func__, native_flags); 68 ALOGV("%s(pipefd[2]:%p, portable_flags:0x%x) {", __func__, 75 ALOGV("%s: pipe2() returned pipefd[0]:%d, pipefd[1]:%d", __func__, 84 ALOGV("%s: return(rv:%d); }", __func__, rv);
|
/external/clang/test/SemaTemplate/ |
instantiate-expr-basic.cpp | 6 __func__; // PredefinedExpr
|
/device/lge/mako/camera/QCamera/HAL/wrapper/ |
QualcommCamera.cpp | 156 LOGE("Q%s: E", __func__); 163 LOGE("Q%s: E", __func__); 174 LOGV("Q%s: X", __func__); 195 LOGE("%s: end in no mem", __func__); 220 LOGE("%s: end rc %d", __func__, rc); 226 LOGE("Q%s: device =%p E", __func__, hw_dev); 268 LOGE("Q%s: E", __func__); 286 LOGE("Q%s: E", __func__); 294 LOGE("Q%s: E", __func__); 305 LOGE("Q%s: E", __func__); [all...] |