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

1 2 3 4 5 6 7 891011>>

  /external/llvm/include/llvm/
Linker.h 35 /// presented to it. By default, the linker will generate error and warning
285 bool warning(StringRef message);
  /external/llvm/lib/Support/
Mutex.cpp 18 //=== WARNING: Implementation here must contain only TRULY operating system
53 // Note: this line of code generates a warning if pthread_mutex_init is not
54 // declared with weak linkage. It's safe to ignore the warning.
155 #warning Neither LLVM_ON_UNIX nor LLVM_ON_WIN32 was set in Support/Mutex.cpp
RWMutex.cpp 19 //=== WARNING: Implementation here must contain only TRULY operating system
55 // Note: this line of code generates a warning if pthread_rwlock_init is not
56 // declared with weak linkage. It's safe to ignore the warning.
155 #warning Neither LLVM_ON_UNIX nor LLVM_ON_WIN32 was set in Support/Mutex.cpp
  /external/quake/quake/src/QW/client/
quakedef.h 27 #pragma warning( disable : 4244 4127 4201 4214 4514 4305 4115 4018)
glquake.h 23 #pragma warning(disable : 4244) // MIPS
24 #pragma warning(disable : 4136) // X86
25 #pragma warning(disable : 4051) // ALPHA
  /external/stlport/test/unit/
cstring_test.cpp 31 # pragma warning (disable : 4996)
  /external/valgrind/main/helgrind/tests/
tc11_XCHG.c 73 # warning "XCHG_M_R() implementation is missing. Either" \
  /external/webkit/Tools/TestResultServer/model/
jsonresults.py 100 logging.warning("No json results data.")
164 logging.warning(("Build %d in incremental json is older than "
175 logging.warning("Duplicate build %d in incremental json",
367 logging.warning("Nothing to merge.")
  /frameworks/base/opengl/libs/EGL/
getProcAddress.cpp 81 #warning "eglGetProcAddress() partially supported"
  /frameworks/base/services/surfaceflinger/
GLExtensions.cpp 82 #warning "EGL_ANDROID_image_native_buffer not supported"
  /libcore/luni/src/main/java/org/xml/sax/helpers/
DefaultHandler.java 404 * Receive notification of a parser warning.
408 * for each warning, such as inserting the message in a log file or
411 * @param e The warning information encoded as an exception.
414 * @see org.xml.sax.ErrorHandler#warning
417 public void warning (SAXParseException e)
432 * @param e The warning information encoded as an exception.
435 * @see org.xml.sax.ErrorHandler#warning
413 public void warning (SAXParseException e) method in class:DefaultHandler
  /libcore/luni/src/test/java/tests/api/org/xml/sax/
HandlerBaseTest.java 116 h.warning(new SAXParseException("Foo", new LocatorImpl()));
  /ndk/tests/device/test-gnustl-full/unit/
cstring_test.cpp 31 # pragma warning (disable : 4996)
  /ndk/tests/device/test-stlport/unit/
cstring_test.cpp 31 # pragma warning (disable : 4996)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/machine/
asm.h 93 * WARN_REFERENCES: create a warning if the specified symbol is referenced
96 .section .gnu.warning. ## _sym ; .ascii _msg ; .text
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/machine/
asm.h 93 * WARN_REFERENCES: create a warning if the specified symbol is referenced
96 .section .gnu.warning. ## _sym ; .ascii _msg ; .text
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/machine/
asm.h 93 * WARN_REFERENCES: create a warning if the specified symbol is referenced
96 .section .gnu.warning. ## _sym ; .ascii _msg ; .text
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderLoggerTest.java 43 l.warning("slow", "Sample warning", null);
45 assertEquals("Sample Error\n" + "Sample warning\n"
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
SdkUpdaterNoWindow.java 261 public void warning(String warningFormat, Object... args) { method in class:SdkUpdaterNoWindow.ConsoleTaskMonitor
262 mSdkLog.warning(warningFormat, args);
526 public void warning(String warningFormat, Object... args) { method in class:SdkUpdaterNoWindow.ConsoleSubTaskMonitor
527 mRoot.warning(warningFormat, args);
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
MessageBoxLog.java 75 public void warning(String warningFormat, Object... arg) { method in class:MessageBoxLog
77 logMessages.add(String.format("Warning: " + warningFormat, arg));
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
RssService.java 193 mLogger.warning("Error in queryItem: Bad url");
217 mLogger.warning("parseRssDocPubDate couldn't find a <pubDate> tag. Returning default value.");
237 mLogger.warning("Couldn't open an RSS stream");
  /external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-port.h 79 // GTEST_AMBIGUOUS_ELSE_BLOCKER - for disabling a gcc warning.
230 // The GNU compiler emits a warning if nested "if" statements are followed by
574 // MSVC 8 deprecates getenv(), so we want to suppress warning 4996
576 #pragma warning(push) // Saves the current warning state.
577 #pragma warning(disable:4996) // Temporarily disables warning 4996.
579 #pragma warning(pop) // Restores the warning state.
  /external/emma/core/java12/com/vladium/emma/data/
MergeProcessor.java 180 log.warning ("nothing to do: no metadata or coverage data found in any of the input files");
248 log.warning ("the specified output file is one of the input files [" + canonicalDataOutFile + "]");
249 log.warning ("all merged data will be written to a temp file first [" + tempDataOutFile.getAbsolutePath () + "]");
  /external/emma/core/java12/com/vladium/emma/report/
ReportProcessor.java 211 log.warning ("nothing to do: no metadata found in any of the data files");
218 log.warning ("nothing to do: no runtime coverage data found in any of the data files");
225 log.warning ("no collected coverage data found in any of the data files [all reports will be empty]");
  /external/oprofile/gui/
oprof_start_util.cpp 165 QMessageBox::warning(0, 0, out.str().c_str());
251 QMessageBox::warning(0, 0,
276 QMessageBox::warning(0, 0, format(error, 50).c_str());

Completed in 518 milliseconds

1 2 3 4 5 6 7 891011>>