HomeSort by relevance Sort by last modified time
    Searched full:warn (Results 76 - 100 of 1427) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/x86/i686-android-linux-4.4.3/bin/
i686-android-linux-gcc-4.4.3 
  /prebuilts/gcc/linux-x86/x86/i686-android-linux-4.4.3/i686-android-linux/bin/
c++ 
g++ 
gcc 
  /system/extras/fatblock/
import.c 104 WARN("importing %s: stat failed: %s\n", path, strerror(errno));
110 WARN("importing %s: couldn't allocate file struct: "
118 WARN("importing %s: couldn't strdup path: out of memory\n",
134 WARN("importing %s: couldn't allocate data extent\n", path);
217 WARN("importing %s: opendir failed: %s\n", path,
224 WARN("importing %s: couldn't allocate dir struct: "
232 WARN("importing %s: couldn't strdup path: out of memory\n",
255 WARN("importing %s: couldn't allocate item struct: "
297 WARN("importing %s: couldn't allocate directory table extent: "
  /external/apache-http/src/org/apache/commons/logging/impl/
NoOpLog.java 52 public void warn(Object message) { } method in class:NoOpLog
54 public void warn(Object message, Throwable t) { } method in class:NoOpLog
100 * Warn is never enabled.
  /external/clang/test/SemaObjC/
warn-superclass-method-mismatch.m 26 -(void) method2: (Base*) x; // no need to warn. At call point we warn if need be.
36 [base method:&x]; // warn. if base is actually 'Sub' it will use -[Sub method] with wrong arguments
idiomatic-parentheses.m 3 // Don't warn about some common ObjC idioms unless we have -Widiomatic-parentheses on.
property-11.m 25 // GCC does *not* warn about the following. Since foo/setFoo: are not in the
  /frameworks/base/core/java/android/util/
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));
  /external/antlr/antlr-3.4/runtime/ActionScript/project/
.actionScriptProperties 3 <compiler additionalCompilerArguments="" copyDependentFiles="false" enableModuleDebug="true" generateAccessible="false" htmlExpressInstall="true" htmlGenerate="false" htmlHistoryManagement="false" htmlPlayerVersion="9.0.28" htmlPlayerVersionCheck="true" outputFolderPath="build" sourceFolderPath="src" strict="true" useApolloConfig="true" verifyDigests="true" warn="true">
  /external/clang/test/Analysis/
uninit-vals.m 27 // PR10163 -- don't warn for default-initialized float arrays.
  /external/clang/test/Driver/
darwin-objc-gc.m 1 // Check that we warn, but accept, -fobjc-gc for iPhone OS.
  /external/clang/test/Preprocessor/
expr_liveness.c 49 // -Wundef should not warn about use of undefined identifier if not live.
  /external/clang/test/Sema/
constant-conversion.c 19 a.bit = 1; // shouldn't warn
25 return 10; // shouldn't warn
54 // Don't warn about this implicit conversion to bool, or at least
55 // don't warn about it just because it's a bitfield.
vla-2.c 16 (void)*(int(*)[(0 << 32,n)])0; // FIXME: We should warn here.
  /external/clang/test/SemaCXX/
uninit-variables.cpp 19 // Don't warn on unevaluated contexts.
26 // Warn for glvalue arguments to typeid whose type is polymorphic.
101 // Don't warn about uninitialized variables in unreachable code.
109 // Don't warn about variables declared in "catch"
warn-new-overaligned-3.cpp 5 #include <warn-new-overaligned-3.h>
  /external/libxml2/include/libxml/
relaxng.h 140 xmlRelaxNGValidityWarningFunc warn,
145 xmlRelaxNGValidityWarningFunc *warn,
170 xmlRelaxNGValidityWarningFunc warn,
175 xmlRelaxNGValidityWarningFunc *warn,
xmlschemas.h 131 xmlSchemaValidityWarningFunc warn,
140 xmlSchemaValidityWarningFunc * warn,
160 xmlSchemaValidityWarningFunc warn,
169 xmlSchemaValidityWarningFunc *warn,
  /external/llvm/test/Bindings/Ocaml/
ext_exc.ml 1 (* RUN: %ocamlopt -warn-error A llvm.cmxa llvm_bitreader.cmxa llvm_executionengine.cmxa %s -o %t
  /external/openssh/regress/
connect-privsep.sh 23 warn "ssh privsep/sandbox+proxyconnect protocol $p failed"
  /external/qemu/distrib/sdl-1.2.12/src/main/macos/exports/
gendef.pl 9 warn "Couldn't open $file: $!\n";
  /packages/apps/Email/src/org/apache/james/mime4j/message/
MemoryTextBody.java 84 log.warn("No MIME charset specified. Using " + javaCharset
87 log.warn("MIME charset '" + mimeCharset + "' has no "
96 log.warn("No MIME charset specified. Using the "
99 log.warn("MIME charset '" + mimeCharset + "' has no "
TempFileTextBody.java 83 log.warn("No MIME charset specified. Using " + javaCharset
86 log.warn("MIME charset '" + mimeCharset + "' has no "
95 log.warn("No MIME charset specified. Using the "
98 log.warn("MIME charset '" + mimeCharset + "' has no "

Completed in 408 milliseconds

1 2 34 5 6 7 8 91011>>