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

1 2

  /external/clearsilver/util/
neo_err.h 17 /* For compilers (well, cpp actually) which don't define __PRETTY_FUNCTION__ */
19 #define __PRETTY_FUNCTION__ "unknown_function"
88 nerr_raisef(__PRETTY_FUNCTION__,__FILE__,__LINE__,e,f,__VA_ARGS__)
91 nerr_raisef(__PRETTY_FUNCTION__,__FILE__,__LINE__,e,f,##a)
102 nerr_raise_errnof(__PRETTY_FUNCTION__,__FILE__,__LINE__,e,f,__VA_ARGS__)
105 nerr_raise_errnof(__PRETTY_FUNCTION__,__FILE__,__LINE__,e,f,##a)
122 nerr_passf(__PRETTY_FUNCTION__,__FILE__,__LINE__,e)
142 nerr_pass_ctxf(__PRETTY_FUNCTION__,__FILE__,__LINE__,e,f,__VA_ARGS__)
145 nerr_pass_ctxf(__PRETTY_FUNCTION__,__FILE__,__LINE__,e,f,##a)
  /external/webkit/WebCore/platform/
NotImplemented.h 48 #define notImplemented() LOGV("%s: notImplemented\n", __PRETTY_FUNCTION__)
49 #define lowPriority_notImplemented() //printf("%s\n", __PRETTY_FUNCTION__)
52 #define notImplemented() fprintf(stderr, "%s\n", __PRETTY_FUNCTION__)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
compiletime_settings.h 49 __PRETTY_FUNCTION__, omp_get_thread_num(), (n), get_max_threads());
  /development/simulator/app/
LoadableImage.cpp 31 fprintf(stderr, "bad params to %s\n", __PRETTY_FUNCTION__);
  /external/webkit/WebCore/bridge/jni/
JNIUtility.cpp 80 fprintf(stderr, "%s: JNI_GetCreatedJavaVMs failed, returned %ld\n", __PRETTY_FUNCTION__, static_cast<long>(jniError));
96 fprintf(stderr, "%s: AttachCurrentThread failed, returned %ld\n", __PRETTY_FUNCTION__, static_cast<long>(jniError));
322 fprintf(stderr, "%s: invalid field type (%d)\n", __PRETTY_FUNCTION__, static_cast<int>(type));
325 fprintf(stderr, "%s: Could not find field: %s\n", __PRETTY_FUNCTION__, name);
333 fprintf(stderr, "%s: Could not find class for object\n", __PRETTY_FUNCTION__);
JNIUtility.h 215 fprintf(stderr, "%s: Could not find method: %s for %p\n", __PRETTY_FUNCTION__, name, obj);
222 fprintf(stderr, "%s: Could not find class for %p\n", __PRETTY_FUNCTION__, obj);
257 fprintf(stderr, "%s: Could not find method: %s for %p\n", __PRETTY_FUNCTION__, methodName, cls);
  /external/bluetooth/glib/glib/
gmacros.h 124 /* Wrap the gcc __PRETTY_FUNCTION__ and __FUNCTION__ variables with
130 #define G_GNUC_PRETTY_FUNCTION __PRETTY_FUNCTION__
146 # define G_STRLOC __FILE__ ":" G_STRINGIFY (__LINE__) ":" __PRETTY_FUNCTION__ "()"
153 # define G_STRFUNC ((const char*) (__PRETTY_FUNCTION__))
gmessages.h 239 * order to support gcc's __PRETTY_FUNCTION__ capability.
261 __PRETTY_FUNCTION__, \
270 __PRETTY_FUNCTION__, \
281 __PRETTY_FUNCTION__); \
290 __PRETTY_FUNCTION__); \
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
assert.h 103 /* Version 2.4 and later of GCC define a magical variable `__PRETTY_FUNCTION__'
109 # define __ASSERT_FUNCTION __PRETTY_FUNCTION__
  /external/webkit/WebCore/bridge/jni/v8/
JavaClassV8.cpp 37 fprintf(stderr, "%s: unable to call getClass on instance %p\n", __PRETTY_FUNCTION__, anInstance);
JavaInstanceV8.cpp 177 LOGE("%s: could not get GlobalRef for %p\n", __PRETTY_FUNCTION__, instance);
  /external/webkit/WebCore/bridge/
testbindings.mm 41 fprintf (stderr, "%s: ", __PRETTY_FUNCTION__); \
119 NSLog (@"%s: key = %@", __PRETTY_FUNCTION__, key);
126 NSLog (@"%s: key = %@", __PRETTY_FUNCTION__, key);
  /hardware/msm7k/libgralloc-qsd8k/
pmemalloc.cpp 35 #define BEGIN_FUNC LOGV("%s begin", __PRETTY_FUNCTION__)
36 #define END_FUNC LOGV("%s end", __PRETTY_FUNCTION__)
  /external/webkit/JavaScriptCore/wtf/
Assertions.h 111 #define WTF_PRETTY_FUNCTION __PRETTY_FUNCTION__
  /external/webkit/WebCore/bridge/jni/jsc/
JavaClassJSC.cpp 43 fprintf(stderr, "%s: unable to call getClass on instance %p\n", __PRETTY_FUNCTION__, anInstance);
JavaInstanceJSC.cpp 347 LOGE("%s: could not get GlobalRef for %p\n", __PRETTY_FUNCTION__, instance);
349 fprintf(stderr, "%s: could not get GlobalRef for %p\n", __PRETTY_FUNCTION__, instance);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
cdefs.h 241 #define __func__ __PRETTY_FUNCTION__
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
cdefs.h 241 #define __func__ __PRETTY_FUNCTION__
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
cdefs.h 241 #define __func__ __PRETTY_FUNCTION__
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
cdefs.h 241 #define __func__ __PRETTY_FUNCTION__
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
cdefs.h 241 #define __func__ __PRETTY_FUNCTION__
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
cdefs.h 241 #define __func__ __PRETTY_FUNCTION__
  /bionic/libc/include/sys/
cdefs.h 230 #define __func__ __PRETTY_FUNCTION__
  /development/ndk/platforms/android-3/include/sys/
cdefs.h 236 #define __func__ __PRETTY_FUNCTION__
  /development/ndk/platforms/android-9/include/sys/
cdefs.h 230 #define __func__ __PRETTY_FUNCTION__

Completed in 2112 milliseconds

1 2