Searched refs:report (Results 1 - 25 of 202) sorted by relevance

123456789

/external/doclava/test/doclava/
H A DApiCheckTest.java43 Report report = apiCheck.checkApi(args);
44 assertEquals(report.errors().size(), 0);
50 Report report = apiCheck.checkApi(args);
51 assertEquals(1, report.errors().size());
52 assertEquals(Errors.CHANGED_TYPE, report.errors().iterator().next().error());
58 Report report = apiCheck.checkApi(args);
59 assertEquals(2, report.errors().size());
61 Iterator<ErrorMessage> errors = report.errors().iterator();
72 Report report = apiCheck.checkApi(args);
73 assertEquals(2, report
[all...]
/external/clang/utils/ABITest/
H A Dsummarize.sh11 if (! make test.$i.report &> /dev/null); then
H A Dbuild.sh12 $(for i in $(seq 0 $1); do echo test.$i.report; done) -k
/external/emma/core/java12/com/vladium/emma/report/
H A DIReportDataView.java9 package com.vladium.emma.report;
H A DIReportDataModel.java9 package com.vladium.emma.report;
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DIContent.java9 package com.vladium.emma.report.html.doc;
H A DIElementList.java9 package com.vladium.emma.report.html.doc;
H A DTextContent.java9 package com.vladium.emma.report.html.doc;
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/formats/
H A Dantlr.stg40 report(location, message, type) ::= "<type>(<message.id>): <location> <message.text>"
H A Dgnu.stg40 report(location, message, type) ::= "<location> <type>: <message>"
H A Dvs2005.stg40 report(location, message, type) ::= "<location> : <type> <message.id> : <message.text>"
/external/clang/lib/StaticAnalyzer/Checkers/
H A DObjCAtSyncChecker.cpp51 BugReport *report = local
53 report->addVisitor(bugreporter::getTrackNullOrUndefValueVisitor(N, Ex,
54 report));
55 C.EmitReport(report);
75 BugReport *report = local
77 report->addVisitor(bugreporter::getTrackNullOrUndefValueVisitor(N, Ex,
78 report));
80 C.EmitReport(report);
H A DReturnUndefChecker.cpp53 BugReport *report = local
56 report->addRange(RetE->getSourceRange());
57 report->addVisitor(bugreporter::getTrackNullOrUndefValueVisitor(N, RetE,
58 report));
60 C.EmitReport(report);
H A DUndefResultChecker.cpp76 BugReport *report = new BugReport(*BT, OS.str(), N); local
78 report->addRange(Ex->getSourceRange());
79 report->addVisitor(bugreporter::getTrackNullOrUndefValueVisitor(N, Ex,
80 report));
83 report->addVisitor(bugreporter::getTrackNullOrUndefValueVisitor(N, B,
84 report));
85 C.EmitReport(report);
H A DTaintTesterChecker.cpp53 BugReport *report = new BugReport(*BT, "tainted",N); local
54 report->addRange(E->getSourceRange());
55 C.EmitReport(report);
/external/clang/test/Preprocessor/
H A Dc99-6_10_3_4_p9.c7 #define report(test, ...) ((test)?puts(#test):\ macro
18 report(x>y, "x is %d but y is %d", x, y);
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dprofile.rb130 report = '+' << '-' * 78 << "+\n"
131 report << '| ' << "ANTLR Rule Profile".center( 76 ) << " |\n"
132 report << '+' << '-' * 78 << "+\n"
133 report << "| Generated at #{ Time.now }".ljust( 78 ) << " |\n"
134 report << "| Profiled #{ parser_class.name }##{ top_rule }".ljust( 78 ) << " |\n"
135 report << "| Rule source generated from grammar file #{ grammar_file }".ljust( 78 ) << " |\n"
136 report << '+' << '-' * 78 << "+\n"
138 report << '| ' << "Rule Invocations".center( 76 ) << " |\n"
139 report << '+' << '-' * 68 << '+' << '-' * 9 << "+\n"
140 report << "|
353 def report method in class:ANTLR3.Profile.Profiler
[all...]
/external/llvm/lib/CodeGen/
H A DMachineVerifier.cpp200 void report(const char *msg, const MachineFunction *MF);
201 void report(const char *msg, const MachineBasicBlock *MBB);
202 void report(const char *msg, const MachineInstr *MI);
203 void report(const char *msg, const MachineOperand *MO, unsigned MONum);
294 report("Bad instruction parent pointer", MFI);
328 void MachineVerifier::report(const char *msg, const MachineFunction *MF) { function in class:MachineVerifier
340 void MachineVerifier::report(const char *msg, const MachineBasicBlock *MBB) { function in class:MachineVerifier
342 report(msg, MBB->getParent());
352 void MachineVerifier::report(const char *msg, const MachineInstr *MI) { function in class:MachineVerifier
354 report(ms
361 void MachineVerifier::report(const char *msg, function in class:MachineVerifier
[all...]
/external/clang/examples/analyzer-plugin/
H A DMainCallChecker.cpp40 BugReport *report = new BugReport(*BT, BT->getName(), N); local
41 report->addRange(Callee->getSourceRange());
42 C.EmitReport(report);
/external/icu4c/samples/legacy/
H A DMakefile44 .PHONY: all clean distclean check report
63 # Make report: creates a 'report file' with both source and sample run
64 report: $(TARGET).report
66 $(TARGET).report: check $(TARGET).cpp
/external/icu4c/samples/uresb/
H A DMakefile44 .PHONY: all clean distclean check report
70 # Make report: creates a 'report file' with both source and sample run
71 report: $(TARGET).report
73 $(TARGET).report: check $(TARGET).cpp
/external/linux-tools-perf/util/
H A Dusage.c8 static void report(const char *prefix, const char *err, va_list params) function
23 report(" Fatal: ", err, params);
29 report(" Error: ", err, params);
34 report(" Warning: ", warn, params);
/external/skia/tests/
H A DTest.h41 void report(const char testDesc[], Result);
47 this->report(desc, kFailed);
52 this->report(desc, kFailed);
56 this->report(desc, kFailed);
59 this->report(desc.c_str(), kFailed);
/external/kernel-headers/original/linux/
H A Dqic117.h112 unused, mode, motion, report enumerator in enum:__anon6547
130 /* 2*/ {"report next bit", 0x00, 0x00, report, 0, required},\
134 /* 6*/ {"report drive status", 0x00, 0x00, report, 0, required},\
135 /* 7*/ {"report error code", 0x01, 0x01, report, 0, required},\
136 /* 8*/ {"report drive configuration",0x00, 0x00, report, 0, required},\
137 /* 9*/ {"report ro
[all...]
/external/emma/ant/ant14/com/vladium/emma/report/
H A DIReportEnums.java9 package com.vladium.emma.report;
11 import com.vladium.emma.report.IReportProperties;

Completed in 306 milliseconds

123456789