Searched defs:Report (Results 1 - 17 of 17) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
H A Dreport.cpp27 IMPLEMENT_JS_CLASS(CJS_Report, Report)
29 Report::Report(CJS_Object* pJSObject) : CJS_EmbedObj(pJSObject) function in class:Report
34 Report::~Report()
39 FX_BOOL Report::writeText(IFXJS_Context* cc, const CJS_Parameters& params, CJS_Value& vRet, CFX_WideString& sError)
45 FX_BOOL Report::save(IFXJS_Context* cc, const CJS_Parameters& params, CJS_Value& vRet, CFX_WideString& sError)
/external/pdfium/fpdfsdk/include/javascript/
H A Dreport.h12 class Report : public CJS_EmbedObj class in inherits:CJS_EmbedObj
15 Report(CJS_Object * pJSObject);
16 virtual ~Report();
32 JS_STATIC_METHOD(save, Report)
33 JS_STATIC_METHOD(writeText, Report);
/external/clang/lib/StaticAnalyzer/Checkers/
H A DNSAutoreleasePoolChecker.cpp71 BugReport *Report = new BugReport(*BT, "Use -drain instead of -release when " local
73 Report->addRange(msg.getSourceRange());
74 C.emitReport(Report);
H A DUnixAPIChecker.cpp86 BugReport *Report = new BugReport(*BT_open, Msg, N); local
87 Report->addRange(SR);
88 C.emitReport(Report);
H A DDeadStoresChecker.cpp164 void Report(const VarDecl *V, DeadStoreKind dsk, function in class:__anon1315::DeadStoreObs
225 Report(VD, dsk, ExLoc, Val->getSourceRange());
381 Report(V, DeadInit, Loc, E->getSourceRange());
H A DMacOSKeychainAPIChecker.cpp252 // Report deallocator mismatch. Remove the region from tracking - reporting a
272 BugReport *Report = new BugReport(*BT, os.str(), N); local
273 Report->addVisitor(llvm::make_unique<SecKeychainBugVisitor>(AP.first));
274 Report->addRange(ArgExpr->getSourceRange());
275 markInteresting(Report, AP);
276 C.emitReport(Report);
317 BugReport *Report = new BugReport(*BT, os.str(), N); local
318 Report->addVisitor(llvm::make_unique<SecKeychainBugVisitor>(V));
319 Report->addRange(ArgExpr->getSourceRange());
320 Report
373 BugReport *Report = new BugReport(*BT, local
439 BugReport *Report = new BugReport(*BT, local
550 BugReport *Report = new BugReport(*BT, os.str(), N, LocUsedForUniqueing, local
[all...]
/external/doclava/src/com/google/doclava/apicheck/
H A DApiCheck.java75 Report report = acheck.checkApi(originalArgs);
85 public Report checkApi(String[] originalArgs) {
112 return new Report(2, Errors.getErrors());
142 return new Report(1, Errors.getErrors());
154 return new Report(Errors.hadError ? 1 : 0, Errors.getErrors());
229 public class Report { class in class:ApiCheck
233 private Report(int code, Set<ErrorMessage> errors) { method in class:ApiCheck.Report
/external/google-breakpad/src/processor/
H A Dcfi_frame_info.cc141 if (!token) return Report();
150 if (!Report()) return false;
165 bool CFIRuleParser::Report() { function in class:google_breakpad::CFIRuleParser
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flag_parser.cc36 void Report() { function in class:__sanitizer::UnknownFlags
48 unknown_flags.Report();
H A Dsanitizer_deadlock_detector2.cc103 void Report(DDPhysicalThread *pt, DDLogicalThread *lt, int npath);
392 return Report(pt, lt, npath); // Bingo!
405 void DD::Report(DDPhysicalThread *pt, DDLogicalThread *lt, int npath) { function in class:__sanitizer::DD
/external/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp48 Report enumerator in enum:__anon11153::CodeCoverageTool::Command
365 case Report:
477 CoverageReport Report(ViewOpts, std::move(Coverage));
479 Report.renderFileReports(llvm::outs());
481 Report.renderFunctionReports(SourceFiles, llvm::outs());
492 return Tool.run(CodeCoverageTool::Report, argc, argv);
/external/gptfdisk/
H A Dgptcurses.cc310 Report("Could not delete partition!");
461 Report("Error creating partition!");
491 Report("The kernel may be using the old partition table. Reboot to use the new\npartition table!");
493 Report("Problem saving data! Your partition table may be damaged!");
522 Report("Restoration failed!");
756 Report("Display is too small; it must be at least 80 x 14 characters!");
759 Report("Warning! Problems found on disk! Use the Verify function to learn more.\n"
797 void Report(string theText) { function
805 } // Report()
/external/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h414 const Optional<LoopAccessReport> &getReport() const { return Report; }
485 Optional<LoopAccessReport> Report; member in class:llvm::LoopAccessInfo
/external/clang/lib/Basic/
H A DDiagnostic.cpp130 Report(DelayedDiagID) << DelayedDiagArg1 << DelayedDiagArg2;
316 void DiagnosticsEngine::Report(const StoredDiagnostic &storedDiag) { function in class:DiagnosticsEngine
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.test.performance_3.6.0.v20091014.jarMETA-INF/MANIFEST.MF plugin.properties about.html scripts/cs.sh scripts/derby. ...
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
H A Dapitooling-ant.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 448 milliseconds