/external/qemu/ |
a.out.h | 306 #define IMAGE_COMDAT_SELECT_NODUPLICATES (1) /* Warn if duplicates. */ 308 #define IMAGE_COMDAT_SELECT_SAME_SIZE (3) /* Warn if different size. */ 309 #define IMAGE_COMDAT_SELECT_EXACT_MATCH (4) /* Warn if different. */
|
/bionic/libc/bionic/ |
err.c | 86 warn(const char *fmt, ...) function
|
/development/pdk/docs/community/ |
groups-charter.jd | 23 <p>The most important rule is friendliness. Remember: disrespect and rudeness are not welcome in our community under any circumstances. We don't have a formal policy on dealing with troublemakers, and we hope we never need one.That said, we do pledge to do our best to be fair, and we will always try to warn someone before banning him or her.
|
/development/tools/apkcheck/src/com/android/apkcheck/ |
ApkCheck.java | 85 } else if (args[idx].equals("--warn")) { 87 } else if (args[idx].equals("--no-warn")) { 151 System.err.println(" --[no-]warn enable or disable display of warnings"); 372 System.out.println("(warn) " + sCurrentApk.getDebugString() +
|
/external/bluetooth/glib/tests/ |
scannerapi.c | 133 g_test_add ("/scanner/warn", ScannerFixture, 0, scanner_fixture_setup, test_scanner_warn, scanner_fixture_teardown);
|
/external/clearsilver/python/examples/base/ |
log.py | 100 def warn(*args): function
|
/external/dbus/dbus/ |
dbus-macros.h | 108 * Tells gcc to warn about a function or type if it's used.
|
/external/ppp/pppd/ |
sys-solaris.c | 1046 warn("Serial link is not 8-bit clean:"); 1047 warn("All received characters had %s", s); 1155 warn("speed %d not supported", bps); [all...] |
auth.c | 736 warn("peer refused to authenticate: terminating link"); 936 warn("auth_peer_success: unknown protocol %x", protocol); 1014 warn("auth_withpeer_success: unknown protocol %x", protocol); [all...] |
tty.c | 585 warn("Couldn't reset non-blocking mode on device: %m"); 597 warn("Couldn't restrict write permissions to %s: %m", devnam); 740 warn("Welcome script failed"); 780 warn("disconnect script failed"); 1055 warn("couldn't set pty master to nonblock: %m"); 1059 warn("couldn't set %s to nonblock: %m", (ifd==0? "stdin": "tty")); 1064 warn("couldn't set stdout to nonblock: %m"); [all...] |
/external/webkit/LayoutTests/fast/js/resources/ |
standalone-pre.js | 68 debug("WARN: shouldBe() expects string arguments");
|
js-test-pre.js | 78 debug("WARN: tryAndLog() expects a string argument"); 94 debug("WARN: shouldBe() expects string arguments");
|
/external/webkit/LayoutTests/http/tests/appcache/ |
dynamic-entries-no-cache.html-disabled | 33 log("WARN: shouldBe() expects string arguments");
|
/external/webkit/WebCore/page/ |
Console.h | 90 void warn(ScriptCallStack*);
|
/system/core/fastboot/ |
usb_osx.c | 45 #define WARN(x...) fprintf(stderr, x) 47 #define WARN(x...) 116 WARN("Unable to create plugin (%08x)\n", kr); 156 WARN("Could not open interface: (%08x)\n", kr);
|
/system/core/sh/bltin/ |
bltin.h | 68 #define warn sh_warn macro
|
/system/core/toolbox/ |
dd.h | 46 #define ISCHR 0x01 /* character device (warn on short) */
|
/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/ |
ElemAttribute.java | 99 // transformer.getMsgMgr().warn(this, 107 // // warn(templateChild, sourceNode, "Trying to add attribute after element child has been added, ignoring...");
|
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/ |
rebaseline_chromium_webkit_tests.py | 142 logging.warn(msg) 285 logging.warn('No tests found that need rebaselining.') 467 logging.warn(' No new baselines found in archive.') 470 logging.warn(' Failed to add baselines to SVN.') 532 logging.warn('Files to compare have different ext. ' 627 logging.warn(' Failed to add file to SVN: "%s"', filename) 628 logging.warn(' Svn status output: "%s"', status_output) 629 logging.warn(' Svn add output: "%s"', add_output) [all...] |
/hardware/ti/omap3/dspbridge/inc/ |
gt.h | 79 * - GT_6CLASS Warn whenever SERVICES function fails 81 * - GT_7CLASS Warn failure of Critical failures
|
/bionic/libc/tzcode/ |
strftime.c | 152 int warn; local 155 warn = IN_NONE; 156 p = _fmt(((format == NULL) ? "%c" : format), t, s, s + maxsize, &warn, locale); 158 if (warn != IN_NONE && getenv(YEAR_2000_NAME) != NULL) { 165 if (warn == IN_SOME) 167 else if (warn == IN_THIS)
|
/external/elfcopy/ |
dwarf.c | 68 static void warn (const char *, ...); // ATTRIBUTE_PRINTF_1; //HACK 253 warn (_("badly formed extended line op encountered!\n")); 316 warn (_("DW_FORM_strp offset too big: %lx\n"), offset); 3856 warn (const char *message, ...) function [all...] |
/system/core/libcutils/ |
tzstrftime.c | 103 int warn; local 105 warn = IN_NONE; 106 p = _fmt(((format == NULL) ? "%c" : format), t, s, s + maxsize, &warn, Locale); 108 if (warn != IN_NONE && getenv(YEAR_2000_NAME) != NULL) { 115 if (warn == IN_SOME) 117 else if (warn == IN_THIS)
|
/external/webkit/WebKitTools/Scripts/ |
prepare-ChangeLog | 452 # Silently allow --git-commit to win, we could warn if $nameFromArgs is defined. 461 # Silently allow --git-commit to win, we could warn if $emailAddressFromArgs is defined. 578 warn "mismatched quotes at line $. in $file_name\n"; 634 warn "declaring a method but don't have interface on line $. in $file_name\n"; 772 warn "missing close braces in $file_name (probable start at $brace_start)\n" if ($in_braces > 0); 773 warn "too many close braces in $file_name (probable start at $brace_end)\n" if ($in_braces < 0); 775 warn "mismatched parentheses in $file_name\n" if $in_parentheses; 860 warn "mismatched quotes at line $. in $file_name\n"; [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/man/man1/ |
arm-eabi-cpp.1 | 280 Warn whenever a comment-start sequence \fB/*\fR appears in a \fB/*\fR 297 Warn about certain constructs that behave differently in traditional and 298 \&\s-1ISO\s0 C. Also warn about \s-1ISO\s0 C constructs that have no traditional C 302 Warn the first time \fB#import\fR is used. 305 Warn whenever an identifier which is not a macro is encountered in an 310 Warn about macros defined in the main file that are unused. A macro 312 The preprocessor will also warn if the macro has not been used at the 330 Warn whenever an \fB#else\fR or an \fB#endif\fR are followed by text. [all...] |