/external/qemu/distrib/sdl-1.2.15/src/loadso/macosx/ |
SDL_dlcompat.c | 296 static void warning(const char *str) function 299 fprintf(stderr, "WARNING: dlcompat: %s\n", str); 541 warning("trying to open a .dylib with RTLD_LOCAL"); 793 warning("trying to open a .dylib with RTLD_LOCAL"); 1130 warning("trying to close a .dylib!"); [all...] |
/libcore/luni/src/test/java/libcore/xml/ |
XsltXPathConformanceTestSuite.java | 390 + " (Warning=" + errorRecorder.warning + ")"); 614 Exception warning; field in class:XsltXPathConformanceTestSuite.ErrorRecorder 617 public void warning(TransformerException exception) { method in class:XsltXPathConformanceTestSuite.ErrorRecorder 618 if (this.warning == null) { 619 this.warning = exception;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/ |
__init__.py | 31 'StreamHandler', 'WARN', 'WARNING', 'addLevelName', 'basicConfig', 34 'info', 'log', 'makeLogRecord', 'setLoggerClass', 'warn', 'warning'] 131 WARNING = 30 132 WARN = WARNING 140 WARNING : 'WARNING', 146 'WARN' : WARNING, 147 'WARNING' : WARNING, 157 If the level is one of the predefined levels (CRITICAL, ERROR, WARNING, 1151 def warning(self, msg, *args, **kwargs): member in class:Logger 1432 def warning(self, msg, *args, **kwargs): member in class:LoggerAdapter 1595 def warning(msg, *args, **kwargs): function [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/ |
__init__.py | 31 'StreamHandler', 'WARN', 'WARNING', 'addLevelName', 'basicConfig', 34 'info', 'log', 'makeLogRecord', 'setLoggerClass', 'warn', 'warning'] 131 WARNING = 30 132 WARN = WARNING 140 WARNING : 'WARNING', 146 'WARN' : WARNING, 147 'WARNING' : WARNING, 157 If the level is one of the predefined levels (CRITICAL, ERROR, WARNING, 1151 def warning(self, msg, *args, **kwargs): member in class:Logger 1432 def warning(self, msg, *args, **kwargs): member in class:LoggerAdapter 1595 def warning(msg, *args, **kwargs): function [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
DeviceAdminSample.java | 476 String warning = mActivity.getString(R.string.number_format_warning, valueString); local 477 Toast.makeText(mActivity, warning, Toast.LENGTH_SHORT).show(); 578 String warning = mActivity.getString(R.string.number_format_warning, valueString); local 579 Toast.makeText(mActivity, warning, Toast.LENGTH_SHORT).show(); 713 String warning = mActivity.getString(R.string.number_format_warning, valueString); local 714 Toast.makeText(mActivity, warning, Toast.LENGTH_SHORT).show(); [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
ErrorManager.java | 290 * the error or warning? 310 public void warning(Message msg) { 520 return messages.getInstanceOf("warning").render(); 609 public static void warning(int msgID, Object arg) { method in class:ErrorManager 612 getErrorListener().warning(new ToolMessage(msgID, arg)); 621 getErrorListener().warning(msg); 643 getErrorListener().warning(msg); 662 getErrorListener().warning(msg); 695 getErrorListener().warning(msg); 742 getErrorListener().warning(msg) [all...] |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/ |
SAX2DTM.java | 2182 public void warning(SAXParseException e) throws SAXException method in class:SAX2DTM [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
SerializerBase.java | 982 * @see org.xml.sax.ErrorHandler#warning(SAXParseException) 984 public void warning(SAXParseException exc) throws SAXException method in class:SerializerBase [all...] |
/external/chromium_org/third_party/libxml/src/ |
xmllint.c | 259 warningSAXFunc warning = NULL; local 275 warning = ctxt->sax->warning; 277 ctxt->sax->warning = NULL; 284 if (warning != NULL) 285 ctxt->sax->warning = warning; 307 if (warning != NULL) 308 ctxt->sax->warning = warning; [all...] |
/external/chromium_org/third_party/openssl/openssl/apps/ |
apps.c | 2838 static int warning=1; local 2894 static int warning=1; local 2922 static int warning=1; local [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
CStringChecker.cpp | 594 const char *warning = local 599 BugReport *report = new BugReport(*BT_AdditionOverflow, warning, N); 643 // warning for things like strcpy((char[]){'a', 0}, "b"); 685 // a warning is for labels. [all...] |
/external/libxml2/ |
xmllint.c | 263 warningSAXFunc warning = NULL; local 279 warning = ctxt->sax->warning; 281 ctxt->sax->warning = NULL; 288 if (warning != NULL) 289 ctxt->sax->warning = warning; 311 if (warning != NULL) 312 ctxt->sax->warning = warning; [all...] |
/external/nist-sip/java/gov/nist/javax/sip/header/ |
HeaderFactoryImpl.java | 1140 Warning warning = new Warning(); local [all...] |
/external/openssl/apps/ |
apps.c | 2838 static int warning=1; local 2894 static int warning=1; local 2922 static int warning=1; local [all...] |
/frameworks/base/core/java/android/view/ |
VolumePanel.java | 875 final WarningDialogReceiver warning = new WarningDialogReceiver(mContext, local [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/include/ |
bfdlink.h | 138 const char *warning; /* Warning (bfd_link_hash_warning only). */ 534 /* A function which is called to issue a linker warning. For 535 example, this is called when there is a reference to a warning 536 symbol. WARNING is the warning to be issued. SYMBOL is the name 537 of the symbol which triggered the warning; it may be NULL if 539 which trigerred the warning; either ABFD or SECTION or both may member in struct:bfd_link_callbacks 541 bfd_boolean (*warning) 542 (struct bfd_link_info *, const char *warning, const char *symbol 137 const char *warning; \/* Warning (bfd_link_hash_warning only). *\/ member in struct:bfd_link_hash_entry::__anon33427::__anon33430 [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/include/ |
bfdlink.h | 140 const char *warning; /* Warning (bfd_link_hash_warning only). */ 564 /* A function which is called to issue a linker warning. For 565 example, this is called when there is a reference to a warning 566 symbol. WARNING is the warning to be issued. SYMBOL is the name 567 of the symbol which triggered the warning; it may be NULL if 569 which trigerred the warning; either ABFD or SECTION or both may member in struct:bfd_link_callbacks 571 bfd_boolean (*warning) 572 (struct bfd_link_info *, const char *warning, const char *symbol 139 const char *warning; \/* Warning (bfd_link_hash_warning only). *\/ member in struct:bfd_link_hash_entry::__anon33820::__anon33823 [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/include/ |
bfdlink.h | 138 const char *warning; /* Warning (bfd_link_hash_warning only). */ 534 /* A function which is called to issue a linker warning. For 535 example, this is called when there is a reference to a warning 536 symbol. WARNING is the warning to be issued. SYMBOL is the name 537 of the symbol which triggered the warning; it may be NULL if 539 which trigerred the warning; either ABFD or SECTION or both may member in struct:bfd_link_callbacks 541 bfd_boolean (*warning) 542 (struct bfd_link_info *, const char *warning, const char *symbol 137 const char *warning; \/* Warning (bfd_link_hash_warning only). *\/ member in struct:bfd_link_hash_entry::__anon34156::__anon34159 [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/include/ |
bfdlink.h | 140 const char *warning; /* Warning (bfd_link_hash_warning only). */ 564 /* A function which is called to issue a linker warning. For 565 example, this is called when there is a reference to a warning 566 symbol. WARNING is the warning to be issued. SYMBOL is the name 567 of the symbol which triggered the warning; it may be NULL if 569 which trigerred the warning; either ABFD or SECTION or both may member in struct:bfd_link_callbacks 571 bfd_boolean (*warning) 572 (struct bfd_link_info *, const char *warning, const char *symbol 139 const char *warning; \/* Warning (bfd_link_hash_warning only). *\/ member in struct:bfd_link_hash_entry::__anon34549::__anon34552 [all...] |
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/include/ |
bfdlink.h | 138 const char *warning; /* Warning (bfd_link_hash_warning only). */ 534 /* A function which is called to issue a linker warning. For 535 example, this is called when there is a reference to a warning 536 symbol. WARNING is the warning to be issued. SYMBOL is the name 537 of the symbol which triggered the warning; it may be NULL if 539 which trigerred the warning; either ABFD or SECTION or both may member in struct:bfd_link_callbacks 541 bfd_boolean (*warning) 542 (struct bfd_link_info *, const char *warning, const char *symbol 137 const char *warning; \/* Warning (bfd_link_hash_warning only). *\/ member in struct:bfd_link_hash_entry::__anon34899::__anon34902 [all...] |
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/include/ |
bfdlink.h | 140 const char *warning; /* Warning (bfd_link_hash_warning only). */ 564 /* A function which is called to issue a linker warning. For 565 example, this is called when there is a reference to a warning 566 symbol. WARNING is the warning to be issued. SYMBOL is the name 567 of the symbol which triggered the warning; it may be NULL if 569 which trigerred the warning; either ABFD or SECTION or both may member in struct:bfd_link_callbacks 571 bfd_boolean (*warning) 572 (struct bfd_link_info *, const char *warning, const char *symbol 139 const char *warning; \/* Warning (bfd_link_hash_warning only). *\/ member in struct:bfd_link_hash_entry::__anon34918::__anon34921 [all...] |
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/include/ |
bfdlink.h | 138 const char *warning; /* Warning (bfd_link_hash_warning only). */ 534 /* A function which is called to issue a linker warning. For 535 example, this is called when there is a reference to a warning 536 symbol. WARNING is the warning to be issued. SYMBOL is the name 537 of the symbol which triggered the warning; it may be NULL if 539 which trigerred the warning; either ABFD or SECTION or both may member in struct:bfd_link_callbacks 541 bfd_boolean (*warning) 542 (struct bfd_link_info *, const char *warning, const char *symbol 137 const char *warning; \/* Warning (bfd_link_hash_warning only). *\/ member in struct:bfd_link_hash_entry::__anon34941::__anon34944 [all...] |
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/include/ |
bfdlink.h | 140 const char *warning; /* Warning (bfd_link_hash_warning only). */ 564 /* A function which is called to issue a linker warning. For 565 example, this is called when there is a reference to a warning 566 symbol. WARNING is the warning to be issued. SYMBOL is the name 567 of the symbol which triggered the warning; it may be NULL if 569 which trigerred the warning; either ABFD or SECTION or both may member in struct:bfd_link_callbacks 571 bfd_boolean (*warning) 572 (struct bfd_link_info *, const char *warning, const char *symbol 139 const char *warning; \/* Warning (bfd_link_hash_warning only). *\/ member in struct:bfd_link_hash_entry::__anon34962::__anon34965 [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/include/ |
bfdlink.h | 138 const char *warning; /* Warning (bfd_link_hash_warning only). */ 534 /* A function which is called to issue a linker warning. For 535 example, this is called when there is a reference to a warning 536 symbol. WARNING is the warning to be issued. SYMBOL is the name 537 of the symbol which triggered the warning; it may be NULL if 539 which trigerred the warning; either ABFD or SECTION or both may member in struct:bfd_link_callbacks 541 bfd_boolean (*warning) 542 (struct bfd_link_info *, const char *warning, const char *symbol 137 const char *warning; \/* Warning (bfd_link_hash_warning only). *\/ member in struct:bfd_link_hash_entry::__anon34987::__anon34990 [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/include/ |
bfdlink.h | 140 const char *warning; /* Warning (bfd_link_hash_warning only). */ 564 /* A function which is called to issue a linker warning. For 565 example, this is called when there is a reference to a warning 566 symbol. WARNING is the warning to be issued. SYMBOL is the name 567 of the symbol which triggered the warning; it may be NULL if 569 which trigerred the warning; either ABFD or SECTION or both may member in struct:bfd_link_callbacks 571 bfd_boolean (*warning) 572 (struct bfd_link_info *, const char *warning, const char *symbol 139 const char *warning; \/* Warning (bfd_link_hash_warning only). *\/ member in struct:bfd_link_hash_entry::__anon35380::__anon35383 [all...] |