HomeSort by relevance Sort by last modified time
    Searched refs:warning (Results 51 - 75 of 536) sorted by null

1 23 4 5 6 7 8 91011>>

  /dalvik/libcore/junit/src/main/java/junit/framework/
TestSuite.java 61 addTest(warning("Class "+theClass.getName()+" has no public constructor TestCase(String name) or TestCase()"));
66 addTest(warning("Class "+theClass.getName()+" is not public"));
80 addTest(warning("No tests found in "+theClass.getName()));
110 addTest(warning("Test method isn't public: "+m.getName()));
126 return warning("Class "+theClass.getName()+" has no public constructor TestCase(String name) or TestCase()");
138 return(warning("Cannot instantiate test case: "+name+" ("+exceptionToString(e)+")"));
140 return(warning("Exception in constructor: "+name+" ("+exceptionToString(e.getTargetException())+")"));
142 return(warning("Cannot access test case: "+name+" ("+exceptionToString(e)+")"));
258 * Returns a test which will fail and log a warning message.
260 private static Test warning(final String message) method in class:TestSuite
    [all...]
  /external/junit/src/junit/framework/
TestSuite.java 49 return warning("Class "+theClass.getName()+" has no public constructor TestCase(String name) or TestCase()");
61 return(warning("Cannot instantiate test case: "+name+" ("+exceptionToString(e)+")"));
63 return(warning("Exception in constructor: "+name+" ("+exceptionToString(e.getTargetException())+")"));
65 return(warning("Cannot access test case: "+name+" ("+exceptionToString(e)+")"));
85 * Returns a test which will fail and log a warning message.
87 public static Test warning(final String message) { method in class:TestSuite
88 return new TestCase("warning") {
126 addTest(warning("Class "+theClass.getName()+" has no public constructor TestCase(String name) or TestCase()"));
131 addTest(warning("Class "+theClass.getName()+" is not public"));
145 addTest(warning("No tests found in "+theClass.getName()))
    [all...]
  /external/quake/quake/src/QW/server/
qwsvdef.h 27 #pragma warning( disable : 4244 4127 4201 4214 4514 4305 4115 4018)
  /external/webkit/WebCore/platform/
StaticConstructors.h 48 #pragma warning(disable:4075)
  /external/emma/core/java12/com/vladium/emma/report/
AbstractReportGenerator.java 79 m_log.warning ("not all instrumented classes were compiled with source file");
80 m_log.warning ("debug data: no sources will be embedded in the report.");
107 m_log.warning ("line coverage requested in a report of type [" + getType () + "] but");
108 m_log.warning ("not all instrumented classes were compiled with line number");
109 m_log.warning ("debug data: since this was the only requested column, no report will be generated.");
115 m_log.warning ("line coverage requested in a report of type [" + getType () + "] but");
116 m_log.warning ("not all instrumented classes were compiled with line number");
117 m_log.warning ("debug data: this column will be removed from the report.");
  /external/webkit/WebKit/win/
WebError.h 31 #pragma warning(push, 0)
34 #pragma warning(pop)
WebJavaScriptCollector.cpp 30 #pragma warning(push, 0)
36 #pragma warning(pop)
WebResource.h 32 #pragma warning(push, 0)
38 #pragma warning(pop)
WebURLAuthenticationChallenge.h 31 #pragma warning(push, 0)
34 #pragma warning(pop)
WebURLAuthenticationChallengeSender.cpp 36 #pragma warning(push, 0)
38 #pragma warning(pop)
WebURLProtectionSpace.h 31 #pragma warning(push, 0)
33 #pragma warning(pop)
WebURLResponse.h 31 #pragma warning(push, 0)
33 #pragma warning(pop)
  /external/webkit/WebKitTools/pywebsocket/mod_pywebsocket/
headerparserhandler.py 63 for warning in dispatcher.source_warnings():
64 apache.log_error('mod_pywebsocket: %s' % warning, apache.APLOG_WARNING)
standalone.py 103 for warning in warnings:
104 logging.warning('mod_pywebsocket: %s' % warning)
232 for warning in warnings:
233 logging.warning('mod_pywebsocket: %s' % warning)
251 logging.warning('mod_pywebsocket: %s' % e)
254 logging.warning('mod_pywebsocket: %s' % e)
310 logging.warning('Wrong format in map file:' + line)
  /frameworks/base/awt/org/apache/harmony/awt/internal/nls/
MsgHelp.java 53 Logger.global.warning("Couldn't read resource bundle: " +
57 Logger.global.warning("Couldn't find resource bundle: " +
  /frameworks/base/awt/org/apache/harmony/beans/internal/nls/
MsgHelp.java 53 Logger.global.warning("Couldn't read resource bundle: " +
57 Logger.global.warning("Couldn't find resource bundle: " +
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/
AdtTestData.java 58 sLogger.warning("IOException while using FileLocator, reverting to url");
68 sLogger.warning("Resource data not found using class loader!, Defaulting to no path");
  /external/gtest/include/gtest/internal/
gtest-death-test-internal.h 206 #pragma warning(push)
207 #pragma warning(disable: 4996)
211 #pragma warning(pop)
  /external/srec/srec/include/
sample.h 97 /* disable nameless union/struct warning in mmsytem.h but restore them to
100 #pragma warning (push)
101 #pragma warning (disable: 4201)
103 #pragma warning (pop)
  /external/stlport/stlport/stl/
_cstdlib.h 119 # pragma warning (push)
120 # pragma warning (disable: 4162)
144 # pragma warning (pop)
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/
SdkManager.java 106 * @param log the ISdkLog object receiving warning/error from the parsing. Cannot be null.
214 * @param log the ISdkLog object receiving warning/error from the parsing. Cannot be null.
238 * @param log the ISdkLog object receiving warning/error from the parsing. Cannot be null.
253 log.warning("Ignoring platform '%1$s', not a folder.", platform.getName());
274 * @param log the ISdkLog object receiving warning/error from the parsing. Cannot be null.
288 log.warning(null,
299 log.warning(null,
310 log.warning(null,
365 log.warning(null, "Ignoring platform '%1$s': %2$s is missing.", platform.getName(),
377 * @param log the ISdkLog object receiving warning/error from the parsing. Cannot be null
    [all...]
  /dalvik/libcore/xml/src/main/java/org/xml/sax/
HandlerBase.java 307 * Receive notification of a parser warning.
311 * for each warning, such as inserting the message in a log file or
314 * @param e The warning information encoded as an exception.
317 * @see org.xml.sax.ErrorHandler#warning
320 public void warning (SAXParseException e)
335 * @param e The warning information encoded as an exception.
338 * @see org.xml.sax.ErrorHandler#warning
316 public void warning (SAXParseException e) method in class:HandlerBase
  /external/icu4c/tools/genrb/
errmsg.c 59 void warning(uint32_t linenumber, const char *msg, ...) function
66 fprintf(stderr, "%s:%u: warning: ", gCurrentFileName, (int)linenumber);
  /external/kernel-headers/original/asm-x86/
dwarf2_32.h 5 #warning "asm/dwarf2.h should be only included in pure assembly files"
  /external/stlport/stlport/stl/config/
_windows.h 208 /* Here MSVC produces warning if 64 bits portability issue is activated.
212 # pragma warning (push)
213 # pragma warning (disable : 4311) // pointer truncation from void* to long
214 # pragma warning (disable : 4312) // conversion from long to void* of greater size
223 # pragma warning (pop)

Completed in 7944 milliseconds

1 23 4 5 6 7 8 91011>>