HomeSort by relevance Sort by last modified time
    Searched refs:warning (Results 176 - 200 of 863) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/webkit/Source/WebCore/svg/
SVGPathByteStreamSource.h 57 #pragma warning(disable: 4701)
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinImeLogger.java 67 public static void logOnWarning(String warning) {
  /prebuilt/darwin-x86/sdl/include/SDL/
begin_code.h 103 #pragma warning(disable: 4103)
  /prebuilt/linux-x86/sdl/include/SDL/
begin_code.h 103 #pragma warning(disable: 4103)
  /prebuilt/windows/sdl/host/include/SDL/
begin_code.h 86 #pragma warning(disable: 4103)
  /prebuilt/windows/sdl/include/SDL/
begin_code.h 103 #pragma warning(disable: 4103)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
ChooseConfigurationPage.java 234 String warning = null; local
263 warning = "The destination file already exists";
271 } else if (warning != null) {
272 setMessage(warning, IMessageProvider.WARNING);
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/
StdSdkLog.java 51 public void warning(String warningFormat, Object... args) { method in class:StdSdkLog
52 String msg = String.format("Warning: " + warningFormat, args);
SdkManager.java 136 * @param log the ISdkLog object receiving warning/error from the parsing. Cannot be null.
245 * @param log the ISdkLog object receiving warning/error from the parsing. Cannot be null.
300 * @param log the ISdkLog object receiving warning/error from the parsing. Cannot be null.
317 log.warning("Ignoring platform '%1$s', not a folder.", platform.getName());
342 * @param log the ISdkLog object receiving warning/error from the parsing. Cannot be null.
377 log.warning(
388 log.warning(
409 log.warning(
468 log.warning("Ignoring platform '%1$s': %2$s is missing.", //$NON-NLS-1$
638 * @param log the ISdkLog object receiving warning/error from the parsing. Cannot be null
    [all...]
  /sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/
MockMonitor.java 97 public void warning(String warningFormat, Object... args) { method in class:MockMonitor
  /build/core/
main.mk 42 $(warning ********************************************************************************)
43 $(warning * You are using version $(MAKE_VERSION) of make.)
44 $(warning * Android can only be built by version 3.81.)
45 $(warning * see http://source.android.com/source/download.html)
46 $(warning ********************************************************************************)
90 $(warning ************************************************************)
91 $(warning You are building on a case-insensitive filesystem.)
92 $(warning Please move your source tree to a case-sensitive filesystem.)
93 $(warning ************************************************************)
102 $(warning ************************************************************)
    [all...]
  /external/grub/netboot/
3c595.c 386 char *reason, *warning; local
396 warning = 0;
399 warning = "strange connector type in EEPROM.";
404 if (warning != 0) {
405 printf("warning: %s\n", warning);
  /external/llvm/utils/Misc/
zkill 20 warning = lambda message: _write_message('warning', message) variable
103 warning('unable to process row: %r' % ln)
114 warning('unable to process %r in row: %r' % (field[0], ln))
261 warning('no processes selected')
273 warning('unable to kill PID: %r' % p.pid)
  /external/gtest/src/
gtest-port.cc 376 // We don't use snprintf or strncpy, as they trigger a warning when
394 severity == GTEST_WARNING ? "[WARNING]" :
408 #pragma warning(push)
409 #pragma warning(disable: 4996)
469 #pragma warning(pop)
517 // Disables Microsoft deprecation warning for fopen and fclose.
519 #pragma warning(push)
520 #pragma warning(disable: 4996)
526 #pragma warning(pop)
581 msg << "WARNING: " << src_tex
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
MsgMgr.java 32 * This class will manage error messages, warning messages, and other types of
69 errHandler.warning(new TransformerException(msg, srcLctr));
151 errHandler.warning(new TransformerException(formattedMsg, srcLctr));
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DefaultErrorHandler.java 102 * Receive notification of a warning.
112 * @param exception The warning information encapsulated in a
117 public void warning(SAXParseException exception) throws SAXException method in class:DefaultErrorHandler
122 pw.println("Parser warning: " + exception.getMessage());
182 * Receive notification of a warning.
192 * @param exception The warning information encapsulated in a
198 public void warning(TransformerException exception) throws TransformerException method in class:DefaultErrorHandler
  /external/chromium/chrome/browser/resources/options/
sync_setup_overlay.css 133 .overlay-warning {
144 #cancel-warning-header {
148 .overlay-warning input {
153 #sync-passphrase-warning {
  /external/llvm/lib/Linker/
LinkItems.cpp 87 return warning("Supposed library '" + Lib.str() + "' isn't a library.");
187 return warning("Ignoring file '" + File.str() +
  /external/llvm/utils/lit/lit/
LitConfig.py 84 self.warning("Unable to find 'bash', running Tcl tests internally.")
121 def warning(self, message): member in class:LitConfig
122 self._write_message('warning', message)
  /external/srec/portable/include/
ptypes.h 55 #pragma warning (disable: 4100 4127)
56 #pragma warning (error: 4133 4020)
  /frameworks/base/tools/layoutlib/bridge/src/android/content/res/
BridgeTypedArray.java 249 Bridge.getLog().warning(LayoutLog.TAG_RESOURCES_FORMAT,
284 Bridge.getLog().warning(LayoutLog.TAG_RESOURCES_FORMAT,
374 // this is an error and not warning since the file existence is checked before
451 Bridge.getLog().warning(LayoutLog.TAG_RESOURCES_FORMAT,
509 Bridge.getLog().warning(LayoutLog.TAG_RESOURCES_FORMAT,
543 Bridge.getLog().warning(LayoutLog.TAG_RESOURCES_FORMAT,
621 Bridge.getLog().warning(LayoutLog.TAG_RESOURCES_FORMAT,
740 Bridge.getLog().warning(LayoutLog.TAG_RESOURCES_RESOLVE,
807 Bridge.getLog().warning(LayoutLog.TAG_RESOURCES_FORMAT,
  /bionic/libc/arch-x86/include/machine/
asm.h 93 * WARN_REFERENCES: create a warning if the specified symbol is referenced
96 .section .gnu.warning. ## _sym ; .ascii _msg ; .text
  /bionic/libc/arch-x86/string/
strcat.S 11 .section .gnu.warning.strcat
12 .ascii "warning: strcat() is almost always misused, please use strlcat()"
  /development/ndk/platforms/android-9/arch-x86/include/machine/
asm.h 93 * WARN_REFERENCES: create a warning if the specified symbol is referenced
96 .section .gnu.warning. ## _sym ; .ascii _msg ; .text
  /external/chromium/third_party/libjingle/source/talk/base/
asyncudpsocket.cc 29 #pragma warning(disable:4786)

Completed in 521 milliseconds

1 2 3 4 5 6 78 91011>>