Searched refs:report (Results 226 - 250 of 361) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DMacroExpander.cpp257 mDiagnostics->report(Diagnostics::PP_MACRO_UNTERMINATED_INVOCATION,
309 mDiagnostics->report(id, identifier.location, identifier.text);
H A DExpressionParser.cpp1044 that there is no unexpected or expected token to report. In that
1045 case, just report a simple "syntax error".
1590 context->diagnostics->report(pp::Diagnostics::PP_DIVISION_BY_ZERO,
1607 context->diagnostics->report(pp::Diagnostics::PP_DIVISION_BY_ZERO,
1705 /* If not already recovering from an error, report this error. */
1905 context->diagnostics->report(pp::Diagnostics::PP_INTEGER_OVERFLOW,
1966 context->diagnostics->report(pp::Diagnostics::PP_INVALID_EXPRESSION,
1994 mDiagnostics->report(Diagnostics::PP_OUT_OF_MEMORY, token->location, "");
1999 mDiagnostics->report(Diagnostics::PP_INTERNAL_ERROR, token->location, "");
/external/clang/lib/StaticAnalyzer/Checkers/
H A DObjCSelfInitChecker.cpp163 BugReport *report = new BugReport(*BT, errorStr, N); local
164 C.emitReport(report);
H A DGenericTaintChecker.cpp13 // example, checkers should report errors which involve tainted data more
100 /// Generate a report if the expression is tainted or points to tainted data.
645 BugReport *report = new BugReport(*BT, Msg, N); local
646 report->addRange(E->getSourceRange());
647 C.emitReport(report);
/external/chromium_org/third_party/WebKit/Source/core/frame/csp/
H A DContentSecurityPolicy.cpp78 const char ContentSecurityPolicy::ReportURI[] = "report-uri";
171 // We disable 'eval()' even in the case of report-only policies, and rely on the check in the
214 // If this is a report-only header inside a <meta> element, bail out.
665 // report-uri. Currently, we send only the current document's URL and the
669 // report-uris (for the same reasons that we supress the Referer in that
690 reportObject->setObject("csp-report", cspReport.release());
696 RefPtr<FormData> report = FormData::create(stringifiedReport.utf8());
705 PingLoader::sendViolationReport(frame, completeURL(reportEndpoints[i]), report, PingLoader::ContentSecurityPolicyViolationReport);
718 logToConsole("The report-only Content Security Policy '" + header + "' was delivered via a <meta> element, which is disallowed. The policy has been ignored.");
728 logToConsole("The Content Security Policy directive '" + name + "' is ignored when delivered in a report
872 didSendViolationReport(const String& report) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.operations_2.0.0.v20100510.jar ... .equinox.internal.p2.operations.ResolutionResult report org.eclipse.core.runtime.IStatus[] details ...
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/
H A DTool.java60 private boolean report = false; field in class:Tool
213 else if (args[i].equals("-report")) {
479 // // print out a backtracking report too (that is not encoded into log)
732 System.err.println(" -report print out a report about the grammar(s) processed");
1138 * Indicates whether ANTLR has generated or will generate a report of various
1142 * @return the report flag
1145 return report;
1320 * Indicate whether ANTLR should generate a report of various
1324 * @param report tru
1326 setReport(boolean report) argument
[all...]
/external/fonttools/Lib/fontTools/ttLib/
H A D__init__.py296 report = "Dumping '%s' table..." % tag
298 report = "No '%s' table found." % tag
300 progress.setLabel(report)
302 debugmsg(report)
305 print(report)
/external/fonttools/Tools/fontTools/ttLib/
H A D__init__.py296 report = "Dumping '%s' table..." % tag
298 report = "No '%s' table found." % tag
300 progress.setLabel(report)
302 debugmsg(report)
305 print(report)
/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/
H A DANTLR3.java96 /** The report attribute */
97 private boolean report; field in class:ANTLR3
184 * Sets a flag to enable report statistics
187 this.report = enable;
509 if (report) {
510 commandline.createArgument().setValue("-report");
/external/chromium_org/build/android/buildbot/
H A Dbb_device_steps.py391 # We report the first failure type back, even if the second
578 """Generates an HTML coverage report using EMMA and uploads it."""
621 for report in glob.glob(
623 RunCmd(['cat', report])
624 os.remove(report)
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_blocking_page.cc86 // After a malware interstitial where the user opted-in to the report
347 // The "report error" and "show diagnostic" commands can have a number
404 void SafeBrowsingBlockingPage::SetReportingPreference(bool report) { argument
408 pref->SetBoolean(prefs::kSafeBrowsingExtendedReportingEnabled, report);
409 UMA_HISTOGRAM_BOOLEAN("SB2.SetExtendedReportingEnabled", report);
H A Dsafe_browsing_blocking_page_test.cc133 // Notify the UI thread that we got a report.
775 safe_browsing::ClientMalwareReportRequest report; local
776 ASSERT_TRUE(report.ParseFromString(serialized));
777 // Verify the report is complete.
778 EXPECT_TRUE(report.complete());
813 // TODO(mattm): Should also verify that no report is sent, but there isn't a
/external/emma/core/java12/com/vladium/emma/rt/
H A DAppRunner.java44 import com.vladium.emma.report.AbstractReportGenerator;
45 import com.vladium.emma.report.IReportGenerator;
46 import com.vladium.emma.report.SourcePathCache;
257 throw new IllegalStateException ("report types not set");
590 // [assertion: the report exit hook is done]
622 log.log (Logger.SEVERE, "exception while creating a report:", reportFailure);
706 // if requested, dump raw data before running report generators:
/external/antlr/antlr-3.4/gunit-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
H A DGUnitExecuteMojo.java100 * @parameter expression="${basedir}/target/gunit-report"
275 getLog().info( "gUnit report directory : " + reportDirectory.getAbsolutePath() );
279 getLog().warn( "mkdirs() reported problem creating report directory" );
305 String report = executor.execTest();
306 writeReportFile( new File( reportDirectory, scriptBaseName + ".txt" ), report );
390 getLog().warn( "Error writing gUnit report file", e );
/external/chromium_org/chrome/browser/profile_resetter/
H A Dresettable_settings_snapshot.cc36 // Dictionary keys for feedback report.
222 void SendSettingsFeedback(const std::string& report, argument
236 feedback_data->set_description(report);
/external/owasp/sanitizer/
H A DMakefile16 @echo " coverage - Runs tests and generates a code coverage report."
126 -Demma.report.out.file=out/coverage/index.html \
127 -Demma.report.out.encoding=UTF-8 \
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/
H A DRuntime.pm96 Please report problems to <Maintainer name(s)> (<contact address>)
/external/chromium_org/content/browser/media/
H A Dwebrtc_internals_browsertest.cc114 // report id (e.g. ssrc-1234) for each stats name (e.g. framerate).
338 const StatsEntry& report) {
340 pc.getIdString() + "-table-" + report.id;
344 for (iter = report.stats.values.begin();
345 iter != report.stats.values.end(); iter++) {
794 // Adds a stats report.
337 VerifyStatsTable(const PeerConnectionEntry& pc, const StatsEntry& report) argument
/external/chromium_org/content/renderer/media/
H A Drtc_peer_connection_handler.h45 virtual void addStatistic(size_t report,
/external/clang/lib/ARCMigrate/
H A DInternals.h97 DiagnosticBuilder report(SourceLocation loc, unsigned diagId,
H A DTransformActions.cpp676 DiagnosticBuilder TransformActions::report(SourceLocation loc, unsigned diagId, function in class:TransformActions
685 report(loc, diag::err_mt_message, range) << message;
690 report(loc, diag::warn_mt_message, range) << message;
695 report(loc, diag::note_mt_message, range) << message;
/external/emma/core/java12/com/vladium/emma/
H A DCommand.java24 import com.vladium.emma.report.reportCommand;
46 else if ("report".equals (name))
/external/emma/core/java12/com/vladium/emma/report/
H A DIItemAttribute.java9 package com.vladium.emma.report;
H A DReportProcessor.java9 package com.vladium.emma.report;
108 throw new IllegalStateException ("report types not set");

Completed in 784 milliseconds

1234567891011>>