Searched refs:warning (Results 1 - 25 of 266) sorted by relevance

1234567891011

/external/stlport/src/
H A Dwarning_disable.h8 # pragma warning( disable : 4097 ) /* typedef-name used as based class of (...) */
9 # pragma warning( disable : 4251 ) /* DLL interface needed */
10 # pragma warning( disable : 4284 ) /* for -> operator */
11 # pragma warning( disable : 4503 ) /* decorated name length exceeded, name was truncated */
12 # pragma warning( disable : 4514 ) /* unreferenced inline function has been removed */
13 # pragma warning( disable : 4660 ) /* template-class specialization '...' is already instantiated */
14 # pragma warning( disable : 4701 ) /* local variable 'base' may be used without having been initialized */
15 # pragma warning( disable : 4710 ) /* function (...) not inlined */
16 # pragma warning( disable : 4786 ) /* identifier truncated to 255 characters */
20 # pragma warning( disabl
[all...]
/external/bluetooth/glib/
H A Dmsvc_recommended_pragmas.h8 #pragma warning(error:4002) /* too many actual parameters for macro */
9 #pragma warning(error:4003) /* not enough actual parameters for macro */
10 #pragma warning(1:4010) /* single-line comment contains line-continuation character */
11 #pragma warning(error:4013) /* 'function' undefined; assuming extern returning int */
12 #pragma warning(1:4016) /* no function return type; using int as default */
13 #pragma warning(error:4020) /* too many actual parameters */
14 #pragma warning(error:4021) /* too few actual parameters */
15 #pragma warning(error:4027) /* function declared without formal parameter list */
16 #pragma warning(error:4029) /* declared formal parameter list different from definition */
17 #pragma warning(erro
[all...]
/external/stlport/stlport/stl/config/
H A D_warnings_off.h10 * we have to disable this warning as the string are used as data members type of many iostream classes.
12 # pragma warning ( disable : 4251 ) // ignore template classes being exported in .dll's
16 # pragma warning( disable : 4097 ) // typedef-name used as based class of (...)
17 # pragma warning( disable : 4231 ) // non standard extension : 'extern' before template instanciation
18 # pragma warning( disable : 4244 ) // implicit conversion: possible loss of data
19 # pragma warning( disable : 4284 ) // for -> operator
20 //This warning is necessary because of the native platform headers:
21 # pragma warning( disable : 4290 ) // c++ exception specification ignored
22 # pragma warning( disable : 4514 ) // unreferenced inline function has been removed
23 # pragma warning( disabl
[all...]
H A D_prolog.h4 # pragma warning (push)
40 # pragma warning 604 10 /* must lookahead to determine... */
41 # pragma warning 594 10 /* resolved as declaration/type */
42 # pragma warning 595 10 /* resolved as an expression */
H A D_epilog.h3 # pragma warning (pop)
/external/webkit/WebKit/win/
H A DCodeAnalysisConfig.h29 // warning C6011: dereferencing NULL pointer <name>
30 // warning C6031: return value ignored: <function> could return unexpected value
31 // warning C6211: Leaking memory due to an exception. Consider using a local catch block to clean up memory.
32 // warning C6255: _alloca indicates failure by raising a stack overflow exception. Consider using _alloca_s instead
33 // warning C6387: <argument> may be <value>: this does not adhere to the specification for the function <function name>: Lines: x, y
34 #pragma warning(disable: 6011 6031 6211 6255 6387)
H A DWebDocumentLoader.h28 #pragma warning(push, 0)
30 #pragma warning(pop)
H A DWebKitSystemBits.cpp32 #pragma warning(push, 0)
34 #pragma warning(pop)
H A DWebURLAuthenticationChallengeSenderCurl.cpp37 #pragma warning(push, 0)
39 #pragma warning(pop)
H A DWebFramePolicyListener.h34 #pragma warning(push, 0)
36 #pragma warning(pop)
H A DWebNodeHighlight.h32 #pragma warning(push, 0)
34 #pragma warning(pop)
H A DWebURLAuthenticationChallengeSenderCFNet.cpp36 #pragma warning(push, 0)
38 #pragma warning(pop)
/external/neven/Embedded/common/src/b_BasicEm/
H A DConfig.h53 /* disable warning "unreferenced formal parameter": */
54 #pragma warning( disable : 4100 )
56 /* disable warning for constant expression in condition: */
57 #pragma warning( disable : 4127 )
59 /* disable warning for short += short: */
60 #pragma warning( disable : 4244 )
62 /* disable warning 'unreachable code' in release build: */
63 /* this warning occurs due to a wrong code evaluation of the compiler */
64 #pragma warning( disable : 4702 )
66 /* disable warning fo
[all...]
/external/e2fsprogs/util/
H A Dgcc-wall-cleanup19 /warning: missing initializer/d
20 /warning: (near initialization for/d
/external/proguard/src/proguard/classfile/util/
H A DWarningPrinter.java72 * Prints out the given warning and increments the warning count, if
75 public void print(String className, String warning) argument
79 print(warning);
95 * Prints out the given warning and increments the warning count, if
98 public void print(String className1, String className2, String warning) argument
102 print(warning);
119 * Prints out the given warning and increments the warning coun
121 print(String warning) argument
[all...]
/external/stlport/stlport/stl/
H A D_stdexcept_base.h45 /* We disable the 4275 warning for
55 # pragma warning (push)
56 # pragma warning (disable: 4275) // Non dll interface class 'exception' used as base
89 # pragma warning (pop)
H A D_alloc.c30 # pragma warning 13 9
31 # pragma warning 367 9
32 # pragma warning 368 9
/external/e2fsprogs/lib/ext2fs/
H A Dflushb.c70 #warning BLKFLSBUF not defined
77 #warning FDFLUSH not defined
/external/icu4c/tools/genrb/
H A Derrmsg.h24 void warning (uint32_t linenumber, const char *msg, ...);
/external/webkit/WebKit/mac/Misc/
H A DWebAssertions.h30 #warning <WebKit/WebAssertions.h> is deprecated. Please move away from this SPI as soon as is possible.
/external/e2fsprogs/lib/uuid/
H A Dgen_uuid_nt.c10 #pragma warning(push,4)
/external/libxml2/
H A DSAX.c36 * @warning: flag if non-zero sets the handler warning procedure
42 initxmlDefaultSAXHandler(xmlSAXHandlerV1 *hdlr, int warning) argument
71 if (warning == 0)
72 hdlr->warning = NULL;
74 hdlr->warning = xmlParserWarning;
120 hdlr->warning = xmlParserWarning;
167 hdlr->warning = xmlParserWarning;
/external/quake/quake/src/QW/server/
H A Dqwsvdef.h27 #pragma warning( disable : 4244 4127 4201 4214 4514 4305 4115 4018)
/external/webkit/WebCore/platform/
H A DStaticConstructors.h48 #pragma warning(disable:4075)
/external/junit/src/junit/framework/
H A DTestSuite.java49 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("N
[all...]

Completed in 387 milliseconds

1234567891011