Searched refs:__FUNCTION__ (Results 1 - 25 of 1017) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/android_crazy_linker/src/tests/
H A Dbar.cpp11 printf("%s: Entering\n", __FUNCTION__);
15 printf("%s: Calling Foo()\n", __FUNCTION__);
18 printf("%s: Exiting\n", __FUNCTION__);
H A Dzoo.cpp9 printf("%s: Entering\n", __FUNCTION__);
15 printf("%s: Opened libbar.so @%p\n", __FUNCTION__, bar_lib);
24 printf("%s: Found 'Bar' symbol at @%p\n", __FUNCTION__, bar_func);
27 printf("%s: Calling Bar()\n", __FUNCTION__);
30 printf("%s: Closing libbar.so\n", __FUNCTION__);
33 printf("%s: Exiting\n", __FUNCTION__);
H A Dfoo.cpp9 printf("%s: Entering\n", __FUNCTION__);
12 printf("%s: Exiting\n", __FUNCTION__);
H A Dfoo2.cpp11 printf("%s: Entering\n", __FUNCTION__);
14 printf("%s: Exiting\n", __FUNCTION__);
H A Djni_lib.cpp15 printf("%s: Entering\n", __FUNCTION__);
20 __FUNCTION__,
26 printf("%s: Exiting\n", __FUNCTION__);
31 printf("%s: Entering\n", __FUNCTION__);
36 __FUNCTION__,
42 printf("%s: Exiting\n", __FUNCTION__);
H A Dbar_with_relro.cpp26 printf("%s: Entering\n", __FUNCTION__);
33 printf("%s: Bad string at offset=%zu\n", __FUNCTION__, n);
38 printf("%s: Calling Foo()\n", __FUNCTION__);
41 printf("%s: Exiting\n", __FUNCTION__);
/external/libunwind/src/mips/
H A DGis_signal_frame.c33 printf ("%s: implement me\n", __FUNCTION__);
/external/chromium_org/third_party/angle/src/compiler/translator/
H A Dcompilerdebug.h38 Trace("Assert failed: %s(%d): "#expression"\n", __FUNCTION__, __LINE__); \
43 Trace("Unimplemented invoked: %s(%d)\n", __FUNCTION__, __LINE__); \
48 Trace("Unreachable reached: %s(%d)\n", __FUNCTION__, __LINE__); \
/external/clang/test/SemaCXX/
H A Dpredefined-expr.cpp7 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()");
38 static_assert(sizeof(__FUNCTION__) == 1, "__baz_block_invoke");
46 static_assert(sizeof(__FUNCTION__) == 4, "baz");
55 static_assert(sizeof(__FUNCTION__) == 5, "main");
60 static_assert(sizeof(__FUNCTION__) == 11, "operator()");
70 static_assert(sizeof(__FUNCTION__) == 1, "__main_block_invoke");
78 static_assert(sizeof(__FUNCTION__)
[all...]
/external/clang/test/CodeGen/
H A Dpredefined-expr.c19 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/chromium_org/third_party/webrtc/modules/audio_device/ios/
H A Daudio_device_utility_ios.cc24 "%s created", __FUNCTION__);
29 "%s destroyed", __FUNCTION__);
37 "%s", __FUNCTION__);
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DCubicParameterization_Test.cpp37 SkDebugf("%s-1 %d\n", __FUNCTION__, (int)index);
40 SkDebugf("%s-2 %d\n", __FUNCTION__, (int)index);
43 SkDebugf("%s-3 %d\n", __FUNCTION__, (int)index);
46 SkDebugf("%s-4 %d\n", __FUNCTION__, (int)index);
49 SkDebugf("%s-5 %d\n", __FUNCTION__, (int)index);
102 __FUNCTION__, index, inner);
106 __FUNCTION__, index, inner);
110 SkDebugf("%s %d\n", __FUNCTION__, (int)index);
/external/clang/test/Sema/
H A Dms_wide_predefined_expr.cpp8 const wchar_t (*ss)[12] = &STR2WSTR(__FUNCTION__);
9 static int arr[sizeof(STR2WSTR(__FUNCTION__))==12*sizeof(wchar_t) ? 1 : -1];
/external/skia/experimental/Intersection/
H A DCubicParameterization_Test.cpp37 SkDebugf("%s-1 %d\n", __FUNCTION__, (int)index);
40 SkDebugf("%s-2 %d\n", __FUNCTION__, (int)index);
43 SkDebugf("%s-3 %d\n", __FUNCTION__, (int)index);
46 SkDebugf("%s-4 %d\n", __FUNCTION__, (int)index);
49 SkDebugf("%s-5 %d\n", __FUNCTION__, (int)index);
102 __FUNCTION__, index, inner);
106 __FUNCTION__, index, inner);
110 SkDebugf("%s %d\n", __FUNCTION__, (int)index);
/external/clang/test/CodeGenCXX/
H A Dpredefined-expr.cpp109 printf("__FUNCTION__ %s\n", __FUNCTION__);
120 printf("__FUNCTION__ %s\n", __FUNCTION__);
134 printf("__FUNCTION__ %s\n", __FUNCTION__);
143 printf("__FUNCTION__ %s\n", __FUNCTION__);
149 printf("__FUNCTION__ %s\n", __FUNCTION__);
[all...]
H A Dms_wide_predefined_expr.cpp12 wprint(STR2WSTR(__FUNCTION__));
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/
H A Dos_memory_debug.h72 debug_malloc( __FILE__, __LINE__, __FUNCTION__, _size )
74 debug_calloc(__FILE__, __LINE__, __FUNCTION__, _count, _size )
76 debug_free( __FILE__, __LINE__, __FUNCTION__, _ptr )
78 debug_realloc( __FILE__, __LINE__, __FUNCTION__, _ptr, _old_size, _new_size )
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
H A Dvmw_context.h45 #define VMW_FUNC debug_printf("%s\n", __FUNCTION__)
/external/lldb/test/lang/cpp/breakpoints/
H A Dnested.cpp13 printf ("%s returning: %d.\n", __FUNCTION__, m_value);
26 printf ("%s returning: %d.\n", __FUNCTION__, m_value);
36 printf ("%s returning: %d.\n", __FUNCTION__, bar_value);
48 printf ("%s returning: %d.\n", __FUNCTION__, m_value);
/external/mesa3d/src/gallium/auxiliary/os/
H A Dos_memory_debug.h72 debug_malloc( __FILE__, __LINE__, __FUNCTION__, _size )
74 debug_calloc(__FILE__, __LINE__, __FUNCTION__, _count, _size )
76 debug_free( __FILE__, __LINE__, __FUNCTION__, _ptr )
78 debug_realloc( __FILE__, __LINE__, __FUNCTION__, _ptr, _old_size, _new_size )
/external/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_context.h45 #define VMW_FUNC debug_printf("%s\n", __FUNCTION__)
/external/chromium_org/third_party/webrtc/modules/audio_device/android/
H A Daudio_device_utility_android.cc27 "%s created", __FUNCTION__);
33 "%s destroyed", __FUNCTION__);
/external/chromium_org/third_party/webrtc/modules/audio_device/linux/
H A Daudio_device_utility_linux.cc22 "%s created", __FUNCTION__);
28 "%s destroyed", __FUNCTION__);
/external/chromium_org/third_party/webrtc/modules/audio_device/mac/
H A Daudio_device_utility_mac.cc23 "%s created", __FUNCTION__);
33 "%s destroyed", __FUNCTION__);
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Dpatchram.cpp159 ALOGD("%s: config=%s", __FUNCTION__, pConfigName);
163 ALOGD("%s No patchfile defined\n", __FUNCTION__);
169 ALOGD("%s found patchfile %s\n", __FUNCTION__, pBuffer);
173 ALOGD("%s Cannot find patchfile '%s'\n", __FUNCTION__, pConfigName);
188 ALOGD("%s: status=%u", __FUNCTION__, status);
208 ALOGD("%s: status=%i", __FUNCTION__, status);
212 ALOGE("%s: Patch download failed", __FUNCTION__);
226 ALOGD("%s: re-init; don't download firmware", __FUNCTION__);
244 ALOGE("%s: Setting snooze mode failed, status=%i", __FUNCTION__, status);
250 ALOGD("%s: Not using Snooze Mode", __FUNCTION__);
[all...]

Completed in 770 milliseconds

1234567891011>>