Home
last modified time | relevance | path

Searched refs:warning (Results 1 – 25 of 362) sorted by relevance

12345678910>>...15

/external/bison/tests/
Dreduce.at92 [[input.y: warning: 9 useless nonterminals
93 input.y:4.8-15: warning: useless nonterminal: useless1
94 input.y:5.8-15: warning: useless nonterminal: useless2
95 input.y:6.8-15: warning: useless nonterminal: useless3
96 input.y:7.8-15: warning: useless nonterminal: useless4
97 input.y:8.8-15: warning: useless nonterminal: useless5
98 input.y:9.8-15: warning: useless nonterminal: useless6
99 input.y:10.8-15: warning: useless nonterminal: useless7
100 input.y:11.8-15: warning: useless nonterminal: useless8
101 input.y:12.8-15: warning: useless nonterminal: useless9
[all …]
Dinput.at77 [[input.y:4.6-15: warning: type clash on default action: <bar> != <>
78 input.y:5.6-8: warning: type clash on default action: <bar> != <>
79 input.y:6.5: warning: empty rule for typed nonterminal, and no action
118 [[input.y:11.10-32: warning: unset value: $$
119 input.y:11.10-32: warning: unused value: $1
120 input.y:11.10-32: warning: unused value: $3
121 input.y:11.10-32: warning: unused value: $5
122 input.y:12.9: warning: empty rule for typed nonterminal, and no action
123 input.y:13.10-35: warning: unset value: $$
124 input.y:13.10-35: warning: unused value: $3
[all …]
/external/neven/Embedded/common/src/b_BasicEm/
DConfig.h54 #pragma warning( disable : 4100 )
57 #pragma warning( disable : 4127 )
60 #pragma warning( disable : 4244 )
64 #pragma warning( disable : 4702 )
67 #pragma warning( disable : 4710 )
70 #pragma warning( disable : 4711 )
73 #pragma warning( disable : 4514 )
/external/junit/src/junit/framework/
DTestSuite.java49 …return warning("Class "+theClass.getName()+" has no public constructor TestCase(String name) or Te… in createTest()
61 return(warning("Cannot instantiate test case: "+name+" ("+exceptionToString(e)+")")); in createTest()
63 …return(warning("Exception in constructor: "+name+" ("+exceptionToString(e.getTargetException())+")… in createTest()
65 return(warning("Cannot access test case: "+name+" ("+exceptionToString(e)+")")); in createTest()
87 public static Test warning(final String message) { in warning() method in TestSuite
126 …addTest(warning("Class "+theClass.getName()+" has no public constructor TestCase(String name) or T…
131 addTest(warning("Class "+theClass.getName()+" is not public"));
145 addTest(warning("No tests found in "+theClass.getName()));
276 addTest(warning("Test method isn't public: "+m.getName()));
/external/emma/core/java12/com/vladium/emma/report/
DAbstractReportGenerator.java77 m_log.warning ("not all instrumented classes were compiled with source file"); in initialize()
78 m_log.warning ("debug data: no sources will be embedded in the report."); in initialize()
105 … m_log.warning ("line coverage requested in a report of type [" + getType () + "] but"); in initialize()
106 m_log.warning ("not all instrumented classes were compiled with line number"); in initialize()
107 …m_log.warning ("debug data: since this was the only requested column, no report will be generated.… in initialize()
113 … m_log.warning ("line coverage requested in a report of type [" + getType () + "] but"); in initialize()
114 m_log.warning ("not all instrumented classes were compiled with line number"); in initialize()
115 m_log.warning ("debug data: this column will be removed from the report."); in initialize()
/external/libxml2/
DSAX.c42 initxmlDefaultSAXHandler(xmlSAXHandlerV1 *hdlr, int warning) in initxmlDefaultSAXHandler() argument
71 if (warning == 0) in initxmlDefaultSAXHandler()
72 hdlr->warning = NULL; in initxmlDefaultSAXHandler()
74 hdlr->warning = xmlParserWarning; in initxmlDefaultSAXHandler()
120 hdlr->warning = xmlParserWarning; in inithtmlDefaultSAXHandler()
167 hdlr->warning = xmlParserWarning; in initdocbDefaultSAXHandler()
/external/grub/
Dconfig.log206 conftest.c:3: warning: no previous prototype for 'cmain'
209 /usr/bin/ld: warning: cannot find entry symbol _start; defaulting to 0000000000002000
214 /usr/bin/ld: warning: cannot find entry symbol _start; defaulting to 0000000000008000
221 /usr/bin/ld: warning: cannot find entry symbol _start; defaulting to 0000000000007c00
436 conftest.c:37: warning: implicit declaration of function 'exit'
437 conftest.c:37: warning: incompatible implicit declaration of built-in function 'exit'
444 conftest.c:22:5: warning: "HAVE_SYS_TYPES_H" is not defined
445 conftest.c:25:5: warning: "HAVE_SYS_STAT_H" is not defined
446 conftest.c:36:5: warning: "HAVE_STRING_H" is not defined
447 conftest.c:42:5: warning: "HAVE_STRINGS_H" is not defined
[all …]
/external/opencore/oscl/oscl/osclbase/src/
Doscl_byte_order.inl74 OSCL_UNUSED_ARG(data); // to remove warning 'unreferenced parameter
75 OSCL_UNUSED_ARG(size); // to remove warning 'unreferenced parameter
94 OSCL_UNUSED_ARG(data); // to remove warning 'unreferenced parameter
95 OSCL_UNUSED_ARG(size); // to remove warning 'unreferenced parameter
112 OSCL_UNUSED_ARG(data); // to remove warning 'unreferenced parameter
113 OSCL_UNUSED_ARG(size); // to remove warning 'unreferenced parameter
131 OSCL_UNUSED_ARG(data); // to remove warning 'unreferenced parameter
132 OSCL_UNUSED_ARG(size); // to remove warning 'unreferenced parameter
/external/webkit/WebKit/win/
DWebLocalizableStrings.cpp31 #pragma warning(push, 0)
35 #pragma warning(pop)
98 #pragma warning(suppress: 6385) in createWebKitBundle()
101 #pragma warning(suppress: 6386) in createWebKitBundle()
DWebURLAuthenticationChallengeSenderCurl.cpp37 #pragma warning(push, 0)
39 #pragma warning(pop)
DWebKitSystemBits.cpp32 #pragma warning(push, 0)
34 #pragma warning(pop)
DWebDocumentLoader.h28 #pragma warning(push, 0)
30 #pragma warning(pop)
DWebNodeHighlight.h32 #pragma warning(push, 0)
34 #pragma warning(pop)
DWebFramePolicyListener.h34 #pragma warning(push, 0)
36 #pragma warning(pop)
DWebURLAuthenticationChallengeSenderCFNet.cpp36 #pragma warning(push, 0)
38 #pragma warning(pop)
DWebActionPropertyBag.h31 #pragma warning(push, 0)
35 #pragma warning(pop)
DWebURLAuthenticationChallengeSender.cpp37 #pragma warning(push, 0)
39 #pragma warning(pop)
DWebURLCredential.h31 #pragma warning(push, 0)
33 #pragma warning(pop)
/external/icu4c/tools/gensprep/
DfilterRFC3454.pl24 $warning = "###################\n# WARNING: This table is generated by filterRFC3454.pl tool. DO NO…
69 print $outFH $warning;
213 $comment = $warning."# This table contains code points from Table B.2 from RFC 3454\n";
222 $comment = $warning."# This table contains code points from Table B.3 from RFC 3454\n";
/external/e2fsprogs/util/
Dgcc-wall-cleanup19 /warning: missing initializer/d
20 /warning: (near initialization for/d
/external/srec/srec/include/
Dsample.h100 #pragma warning (push)
101 #pragma warning (disable: 4201)
103 #pragma warning (pop)
/external/e2fsprogs/lib/ext2fs/
Dflushb.c70 #warning BLKFLSBUF not defined in ext2fs_sync_device()
77 #warning FDFLUSH not defined in ext2fs_sync_device()
/external/gtest/src/
Dgtest-port.cc408 #pragma warning(push)
409 #pragma warning(disable: 4996)
465 #pragma warning(pop)
515 #pragma warning(push) in GetCapturedStderr()
516 #pragma warning(disable: 4996) in GetCapturedStderr()
522 #pragma warning(pop) in GetCapturedStderr()
/external/gtest/include/gtest/internal/
Dgtest-death-test-internal.h206 #pragma warning(push) in ~InternalRunDeathTestFlag()
207 #pragma warning(disable: 4996) in ~InternalRunDeathTestFlag()
211 #pragma warning(pop) in ~InternalRunDeathTestFlag()
/external/grub/netboot/
D3c595.c386 char *reason, *warning; in vxsetlink() local
396 warning = 0; in vxsetlink()
399 warning = "strange connector type in EEPROM."; in vxsetlink()
404 if (warning != 0) { in vxsetlink()
405 printf("warning: %s\n", warning); in vxsetlink()

12345678910>>...15