Searched refs:warn (Results 1 - 25 of 468) sorted by relevance

1234567891011>>

/external/clang/test/Misc/
H A Dwarn-in-system-header.c3 #include <warn-in-system-header.h>
4 // expected-warning@warn-in-system-header.h:4 {{the cake is a lie}}
/external/chromium_org/remoting/webapp/js_proto/
H A Dconsole_proto.js29 console.warn = function(var_args) {};
/external/chromium_org/tools/telemetry/telemetry/core/platform/
H A Dios_platform_backend.py16 logging.warn('Not implemented')
21 logging.warn('Not implemented')
25 logging.warn('Not implemented')
29 logging.warn('Not implemented')
33 logging.warn('Not implemented')
37 logging.warn('Not implemented')
/external/chromium_org/third_party/WebKit/ManualTests/inspector/resources/
H A Dscript-console-calls.js3 console.warn("Test console.warn");
/external/chromium_org/tools/git/
H A Dpost-merge10 warn "DEPS has changed; you probably need to re-run gclient sync."
H A Dgit-utils.sh15 warn() { function
H A Dpost-checkout15 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/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
H A Dcros_browser_finder.py117 logging.warn('Could not ssh into %s. Your device must be configured',
119 logging.warn('to allow passwordless login as root.')
120 logging.warn('For a test-build device, pass this to your script:')
121 logging.warn(' --identity $(CHROMITE)/ssh_keys/testing_rsa')
122 logging.warn('')
123 logging.warn('For a developer-mode device, the steps are:')
124 logging.warn(' - Ensure you have an id_rsa.pub (etc) on this computer')
125 logging.warn(' - On the chromebook:')
126 logging.warn(' - Control-Alt-T; shell; sudo -s')
127 logging.warn('
[all...]
/external/chromium_org/third_party/skia/tools/
H A Dgit-skia-verify31 function warn() {
51 warn "You have uncommitted changes!"
57 warn "You have uncommitted changes!"
72 warn "Failed to compile!"
84 warn "Failed to compile!"
/external/skia/tools/
H A Dgit-skia-verify31 function warn() {
51 warn "You have uncommitted changes!"
57 warn "You have uncommitted changes!"
72 warn "Failed to compile!"
84 warn "Failed to compile!"
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dusage.c36 static void warn_builtin(const char *warn, va_list params) argument
38 report(" Warning: ", warn, params);
77 void warning(const char *warn, ...) argument
81 va_start(params, warn);
82 warn_routine(warn, params);
/external/ppp/pppd/plugins/
H A Dpassprompt.c42 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/chromium_org/base/threading/
H A Dthread_collision_warner.cc12 void DCheckAsserter::warn() { function in class:base::DCheckAsserter
39 asserter_->warn();
52 asserter_->warn();
/external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/command/
H A Dinfo.py13 logging.warn('Unknown bundle(s): %s\n' % (', '.join(invalid_bundles)))
16 logging.warn('No valid bundles given.')
H A Duninstall.py15 logging.warn('Unknown bundle(s): %s\n' % (', '.join(invalid_bundles)))
18 logging.warn('No bundles to uninstall.')
/external/qemu/distrib/ext4_utils/src/
H A Dwipe.c53 warn("Discard failed\n");
56 warn("Wipe via secure discard failed, used discard instead\n");
/external/chromium_org/third_party/libusb/src/msvc/
H A Dconfig.h20 #warn "msvc/config.h shouldn't be included for your development environment."
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Divfdec.c79 warn("Failed to read frame size\n");
84 warn("Read invalid frame size (%u)\n", (unsigned int)frame_size);
95 warn("Failed to allocate compressed data buffer\n");
103 warn("Failed to read full frame\n");
/external/clang/test/SemaCXX/
H A Dwarn-new-overaligned-3.cpp5 #include <warn-new-overaligned-3.h>
/external/libvpx/libvpx/
H A Divfdec.c79 warn("Failed to read frame size\n");
84 warn("Read invalid frame size (%u)\n", (unsigned int)frame_size);
95 warn("Failed to allocate compressed data buffer\n");
103 warn("Failed to read full frame\n");
/external/smack/src/org/jivesoftware/smackx/commands/
H A DAdHocCommandNote.java77 warn, enum constant in enum:AdHocCommandNote.Type
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
H A Duncstring_test.c48 const char *warn; member in struct:Test_Entry
108 if (wstr != NULL && test->warn == NULL) {
114 if (wstr == NULL && test->warn != NULL) {
117 test->input, (unsigned long)test->in_len, test->warn);
120 if (wstr && test->warn && strcmp(wstr, test->warn) != 0) {
123 test->input, (unsigned long)test->in_len, test->warn, wstr);
/external/apache-http/src/org/apache/commons/logging/
H A DLog.java31 * <li>warn</li>
134 * <p> Is warn logging currently enabled? </p>
138 * when the log level is more than warn. </p>
140 * @return true if warn is enabled in the underlying logger.
200 * <p> Log a message with warn log level. </p>
204 public void warn(Object message); method in interface:Log
208 * <p> Log an error with warn log level. </p>
213 public void warn(Object message, Throwable t); method in interface:Log
/external/apache-http/src/org/apache/commons/logging/impl/
H A DNoOpLog.java57 public void warn(Object message) { } method in class:NoOpLog
59 public void warn(Object message, Throwable t) { } method in class:NoOpLog
/external/netcat/
H A DAndroid.mk18 # gold in binutils 2.22 will warn about the usage of mktemp

Completed in 6917 milliseconds

1234567891011>>