/external/clang/test/SemaCXX/ |
warn-unreachable.cpp | 80 // Don't warn about unreachable code in template instantiations, as 101 // Do warn about explict template specializations, as they represent
|
/frameworks/base/core/java/android/util/ |
LogPrinter.java | 36 * {@link android.util.Log#WARN Log.WARN}, or
|
Slog.java | 60 return Log.println_native(Log.LOG_ID_SYSTEM, Log.WARN, tag, msg); 64 return Log.println_native(Log.LOG_ID_SYSTEM, Log.WARN, tag, 69 return Log.println_native(Log.LOG_ID_SYSTEM, Log.WARN, tag, Log.getStackTraceString(tr));
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/bin/ |
c++ | |
g++ | |
gcc | |
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/bin/ |
mipsel-linux-android-c++ | |
mipsel-linux-android-g++ | |
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/mipsel-linux-android/bin/ |
c++ | |
g++ | |
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/bin/ |
i686-linux-android-c++ | |
i686-linux-android-cpp | |
i686-linux-android-g++ | |
i686-linux-android-gcc | |
i686-linux-android-gcc-4.6 | |
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/i686-linux-android/bin/ |
c++ | |
g++ | |
gcc | |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
collector.py | 36 self.warn = None 113 if hasattr(sys, "gettrace") and self.warn: 116 self.warn(msg % sys.gettrace()) 145 def __init__(self, should_trace, timid, branch, warn): 161 `warn` is a warning function, taking a single string message argument, 166 self.warn = warn 206 tracer.warn = self.warn
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
errwarn.c | 65 typedef struct warn { struct 66 /*@reldef@*/ STAILQ_ENTRY(warn) link; 70 } warn; typedef in typeref:struct:warn 71 static STAILQ_HEAD(warn_head, warn) yasm_warns; 241 /* Remember previous err/warn */ 337 warn *w = STAILQ_FIRST(&yasm_warns); 358 warn *w; 363 w = yasm_xmalloc(sizeof(warn)); 386 warn *w = STAILQ_FIRST(&yasm_warns);
|
/bionic/libc/include/ |
err.h | 39 * Don't use va_list in the err/warn prototypes. Va_list is typedef'd in two 58 void warn(const char *, ...) 69 * versions of err*,warn* do not get used.
|
/development/ndk/platforms/android-8/include/ |
err.h | 39 * Don't use va_list in the err/warn prototypes. Va_list is typedef'd in two 58 void warn(const char *, ...) 69 * versions of err*,warn* do not get used.
|
/external/chromium_org/ppapi/proxy/ |
serialized_handle.cc | 61 // No default so the compiler will warn us if a new type is added. 86 // No default so the compiler will warn us if a new type is added. 135 // No default so the compiler will warn us if a new type is added.
|
/external/clang/test/SemaObjCXX/ |
arc-0x.mm | 14 // <rdar://problem/12031870>: don't warn about this 60 // warn when initializing an 'auto' variable with an 'id' initializer expression 71 // ...but don't warn if it's coming from a template parameter.
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/ |
err.h | 39 * Don't use va_list in the err/warn prototypes. Va_list is typedef'd in two 58 void warn(const char *, ...) 69 * versions of err*,warn* do not get used.
|