/external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/command/ |
uninstall.py | 15 logging.warn('Unknown bundle(s): %s\n' % (', '.join(invalid_bundles))) 18 logging.warn('No bundles to uninstall.')
|
/external/chromium_org/tools/git/ |
post-checkout | 15 warn "DEPS has local modifications; do you need to re-run gclient sync?" 19 warn "DEPS has changed; you probably need to re-run gclient sync."
|
/external/clang/test/Sema/ |
warn-sizeof-arrayarg.c | 13 /* Should warn. */ 23 /* Shouldn't warn. */
|
return-noreturn.c | 20 // This test case illustrates that we don't warn about the missing return 32 // PR5298 - -Wmissing-noreturn shouldn't warn if the function is already 39 // Do not warn here.
|
/external/clang/test/Frontend/ |
macros.c | 7 // PR13747 - Don't warn about unused results with statement exprs in macros.
|
/external/clang/test/SemaCXX/ |
for-range-unused.cpp | 3 // PR9968: We used to warn that __range is unused in a dependent for-range.
|
warn-shadow.cpp | 40 // TODO: this should warn, <rdar://problem/5018057> 55 double Bar = 12; // Don't warn. 78 extern int bob; // don't warn for shadowing.
|
/external/netcat/ |
Android.mk | 18 # gold in binutils 2.22 will warn about the usage of mktemp
|
/ndk/tests/build/warn-non-system-libs-in-linker-flags/jni/ |
Android.mk | 12 # ndk-build should warn about this.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
sha.py | 7 warnings.warn("the sha module is deprecated; use the hashlib module instead",
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
sha.py | 7 warnings.warn("the sha module is deprecated; use the hashlib module instead",
|
/external/chromium_org/v8/test/webkit/ |
function-declarations-in-switch-statement-expected.txt | 24 WARN: shouldBe() expects string arguments 26 WARN: shouldBe() expects string arguments 28 WARN: shouldBe() expects string arguments
|
/external/ppp/pppd/plugins/ |
passprompt.c | 42 warn("Can't make a pipe for %s", promptprog); 46 warn("Can't fork to run %s", promptprog); 91 warn("error waiting for %s: %m", promptprog); 99 warn("%s terminated abnormally", promptprog); 101 warn("%s exited with code %d", promptprog, WEXITSTATUS(status));
|
/external/skia/tools/ |
git-skia-verify | 31 function warn() { 51 warn "You have uncommitted changes!" 57 warn "You have uncommitted changes!" 72 warn "Failed to compile!" 84 warn "Failed to compile!"
|
/system/extras/fatblock/ |
fatblock.c | 59 WARN("underlying filesystem has been modified; stopping.\n"); 89 WARN("setting USB mass storage file: fopen(%s) failed: %s\n", 94 WARN("writing '/dev/block/ublock%d' to %s.\n", index, filename); 112 WARN("clearing USB mass storage file: fopen(%s) failed: %s\n", 127 WARN("cleanup: clearing USB mass storage file\n"); 129 WARN("cleanup: destroying block device\n"); 135 WARN("received signal %d\n", sig);
|
/external/clang/test/SemaObjC/ |
atomoic-property-synnthesis-rules.m | 10 Cases marked WARN should warn one the following: 16 Cases not marked WARN only satisfy the indicated subset 17 of the conditions required to warn. 25 /* WARN */ int Get; 26 /* WARN */ int Set; 43 /* WARN */ int Get_ReadWriteInExt; 44 /* WARN */ int Set_ReadWriteInExt; 53 /* WARN */ int Get_LateSynthesize; 54 /* WARN */ int Set_LateSynthesize [all...] |
/external/clang/test/Analysis/ |
NewDelete-intersections.mm | 18 free(&i); // no warn 21 free(++p1); // no warn 25 free(p2); // no warn 27 int *p3 = (int *)malloc(sizeof(int)); // no warn 31 int j = *p4; // no warn 36 delete p; // no warn
|
/system/core/toolbox/cp/ |
utils.c | 80 warn("utimes: %s", file); 88 warn("lutimes: %s", file); 121 warn("%s", entp->fts_path); 155 warn("stat: %s", to.p_path); 177 warn("%s", to.p_path); 190 warn("%s", to.p_path); 242 warn("%s", to.p_path); 253 warn("%s", entp->fts_path); 263 warn("%s", to.p_path); 272 warn("%s", entp->fts_path) [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
MsgMgr.java | 52 * Warn the user of a problem. 81 * Warn the user of a problem. 90 public void warn(SourceLocator srcLctr, String msg) throws TransformerException method in class:MsgMgr 92 warn(srcLctr, null, null, msg, null); method 96 * Warn the user of a problem. 106 public void warn(SourceLocator srcLctr, String msg, Object[] args) throws TransformerException method in class:MsgMgr 108 warn(srcLctr, null, null, msg, args); method 112 * Warn the user of a problem. 124 public void warn(SourceLocator srcLctr, Node styleNode, Node sourceNode, String msg) method in class:MsgMgr 127 warn(srcLctr, styleNode, sourceNode, msg, null) method 143 public void warn(SourceLocator srcLctr, Node styleNode, Node sourceNode, String msg, Object args[]) method in class:MsgMgr [all...] |
/external/chromium/base/threading/ |
thread_collision_warner.cc | 12 void DCheckAsserter::warn() { function in class:base::DCheckAsserter 39 asserter_->warn(); 52 asserter_->warn();
|
/external/chromium_org/base/threading/ |
thread_collision_warner.cc | 12 void DCheckAsserter::warn() { function in class:base::DCheckAsserter 39 asserter_->warn(); 52 asserter_->warn();
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/ |
Makefile.inc | 19 EXTRA_DIST += modules/objfmts/bin/tests/integer-warn.asm 20 EXTRA_DIST += modules/objfmts/bin/tests/integer-warn.hex 21 EXTRA_DIST += modules/objfmts/bin/tests/integer-warn.errwarn
|
/frameworks/base/core/tests/coretests/src/android/util/ |
LogTest.java | 48 // Check to make sure that all levels expect for INFO, WARN, ERROR, and ASSERT are loggable. 52 Assert.assertTrue(Log.isLoggable(LOG_TAG, Log.WARN)); 63 Assert.assertTrue(Log.isLoggable(LOG_TAG, Log.WARN)); 74 Assert.assertTrue(Log.isLoggable(LOG_TAG, Log.WARN)); 85 Assert.assertTrue(Log.isLoggable(LOG_TAG, Log.WARN)); 89 // Set the log level to be WARN for this tag. 90 SystemProperties.set(PROPERTY_TAG, "WARN"); 92 // Test to make sure all log levels >= WARN are loggable. 96 Assert.assertTrue(Log.isLoggable(LOG_TAG, Log.WARN)); 107 Assert.assertFalse(Log.isLoggable(LOG_TAG, Log.WARN)); [all...] |
/external/chromium-trace/trace-viewer/third_party/closure_linter/ |
README.chromium | 17 Lines ending with @supress longLineCheck do not warn
|
/external/chromium_org/chrome/renderer/extensions/ |
console.h | 25 void Warn(content::RenderView* render_view, const std::string& message); 38 void Warn(v8::Handle<v8::Context> context, const std::string& message); 48 // Returns a new v8::Object with each standard log method (Debug/Log/Warn/Error) 49 // bound to respective debug/log/warn/error methods. This is a direct drop-in
|