HomeSort by relevance Sort by last modified time
    Searched defs:Warn (Results 1 - 10 of 10) sorted by null

  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/
afblue.pl 85 sub Warn
88 warn "$datafile:$INPUT_LINE_NUMBER: warning: $message\n";
103 Warn("data before first section gets ignored") unless $warned_before;
242 Warn("previous section is empty") if ($have_sections
257 Warn("overwriting already defined enumeration \`$curr_enum'")
259 Warn("overwriting already defined array \`$curr_array'")
261 Warn("overwriting already defined maximum value \`$curr_max'")
  /external/mesa3d/src/mapi/glapi/
glapi_nop.c 64 Warn(const char *func)
82 return Warn(" function");
92 #define DISPATCH(func, args, msg) Warn(#func);
93 #define RETURN_DISPATCH(func, args, msg) Warn(#func); return 0
  /device/google/contexthub/util/nanotool/
log.cpp 32 Log::Warn("Re-initializing logger");
55 void Log::Warn(const char *format, ...) {
56 LOG_EX_VARARGS(LogLevel::Warn, format);
111 case LogLevel::Warn:
log.h 33 #define LOGW(fmt, ...) Log::Warn(fmt, ##__VA_ARGS__)
55 Warn,
67 static void Warn(const char *format, ...);
  /frameworks/base/tools/aapt2/
Diagnostics.h 69 Warn,
80 virtual void warn(const DiagMessage& message) { function in struct:aapt::IDiagnostics
82 log(Level::Warn, actual);
107 case Level::Warn:
108 tag = "warn";
  /external/libvncserver/webclients/novnc/include/
util.js 186 Util._log_level = 'warn';
198 'warn' : window.opera.postError,
204 'warn' : function (m) {},
210 Util.Debug = Util.Info = Util.Warn = Util.Error = function (msg) {};
217 case 'warn':
218 Util.Warn = function (msg) { console.warn(msg); };
346 Util.Warn('Invalid property ' + keys[i]);
  /external/llvm/lib/Target/Hexagon/AsmParser/
HexagonAsmParser.cpp 54 cl::desc("Warn for missing parenthesis around predicate registers"),
60 cl::desc("Warn for mismatching a signed and unsigned value"),
63 cl::desc("Warn for register names that arent contigious"),
699 unsigned Warn = Check.getWarning();
700 if (Warn != HexagonMCErrInfo::CHECK_SUCCESS) {
701 if (HexagonMCErrInfo::CHECK_WARN_CURRENT & Warn)
704 else if (HexagonMCErrInfo::CHECK_WARN_TEMPORARY & Warn)
755 // Also check for signed/unsigned mismatches and warn
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
video.h 581 Warn,
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
SemaExpr.cpp 78 // Warn if this is used but marked unused.
166 bool Warn = !D->getAttr<AvailabilityAttr>()->isInherited();
170 if (Warn && HasRedeclarationWithoutAvailabilityInCategory(D))
171 Warn = false;
175 if (Warn && isa<ObjCInterfaceDecl>(D))
176 for (Decl *Redecl = D->getMostRecentDecl(); Redecl && Warn;
180 Warn = false;
182 if (Warn)
317 /// it might warn if a deprecated or unavailable declaration is being
546 // optimizer will delete, so warn about it. People sometimes try to use thi
    [all...]

Completed in 1978 milliseconds