Home
last modified time | relevance | path

Searched refs:report (Results 1 – 25 of 823) sorted by relevance

12345678910>>...33

/external/doclava/test/doclava/
DApiCheckTest.java43 Report report = apiCheck.checkApi(args); in testEquivalentApi() local
44 assertEquals(report.errors().size(), 0); in testEquivalentApi()
50 Report report = apiCheck.checkApi(args); in testMethodReturnTypeChanged() local
51 assertEquals(1, report.errors().size()); in testMethodReturnTypeChanged()
52 assertEquals(Errors.CHANGED_TYPE, report.errors().iterator().next().error()); in testMethodReturnTypeChanged()
58 Report report = apiCheck.checkApi(args); in testMethodParameterChanged() local
59 assertEquals(2, report.errors().size()); in testMethodParameterChanged()
61 Iterator<ErrorMessage> errors = report.errors().iterator(); in testMethodParameterChanged()
72 Report report = apiCheck.checkApi(args); in testConstructorParameterChanged() local
73 assertEquals(2, report.errors().size()); in testConstructorParameterChanged()
[all …]
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
Dstatscollector.cc283 const StatsReport& report, in ExtractValueFromReport() argument
286 StatsReport::Values::const_iterator it = report.values.begin(); in ExtractValueFromReport()
287 for (; it != report.values.end(); ++it) { in ExtractValueFromReport()
298 StatsReport* report = reports->ReplaceOrAddNew( in AddTrackReport() local
300 report->type = StatsReport::kStatsReportTypeTrack; in AddTrackReport()
301 report->AddValue(StatsReport::kStatsValueNameTrackId, track_id); in AddTrackReport()
312 void ExtractStats(const cricket::VoiceReceiverInfo& info, StatsReport* report) { in ExtractStats() argument
313 report->AddValue(StatsReport::kStatsValueNameAudioOutputLevel, in ExtractStats()
315 report->AddValue(StatsReport::kStatsValueNameBytesReceived, in ExtractStats()
317 report->AddValue(StatsReport::kStatsValueNameJitterReceived, in ExtractStats()
[all …]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
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 << "| %-66s | %7i |\n" % [ "Total Invocations", rule_invocations ]
[all …]
/external/ceres-solver/internal/ceres/
Dsolver.cc283 void StringifyOrdering(const vector<int>& ordering, string* report) { in StringifyOrdering() argument
285 internal::StringAppendF(report, "AUTOMATIC"); in StringifyOrdering()
290 internal::StringAppendF(report, "%d, ", ordering[i]); in StringifyOrdering()
292 internal::StringAppendF(report, "%d", ordering.back()); in StringifyOrdering()
404 string report = in FullReport() local
409 StringAppendF(&report, "%45s %21s\n", "Original", "Reduced"); in FullReport()
410 StringAppendF(&report, "Parameter blocks % 25d% 25d\n", in FullReport()
412 StringAppendF(&report, "Parameters % 25d% 25d\n", in FullReport()
415 StringAppendF(&report, "Effective parameters% 25d% 25d\n", in FullReport()
418 StringAppendF(&report, "Residual blocks % 25d% 25d\n", in FullReport()
[all …]
/external/llvm/lib/CodeGen/
DMachineVerifier.cpp208 void report(const char *msg, const MachineFunction *MF);
209 void report(const char *msg, const MachineBasicBlock *MBB);
210 void report(const char *msg, const MachineInstr *MI);
211 void report(const char *msg, const MachineOperand *MO, unsigned MONum);
212 void report(const char *msg, const MachineFunction *MF,
214 void report(const char *msg, const MachineBasicBlock *MBB,
216 void report(const char *msg, const MachineFunction *MF,
218 void report(const char *msg, const MachineBasicBlock *MBB,
324 report("Bad instruction parent pointer", MFI); in runOnMachineFunction()
331 report("Missing BundledPred flag, " in runOnMachineFunction()
[all …]
/external/emma/core/res/
Demma_default.properties16 # -Demma.report.txt.out.file=coverage.txt
63 # common report defaults:
65 report.units: instr
66 report.depth: method
67 report.columns: name,class,method,block,line
68 report.sort: +block,+name,+method,+class
69 report.metrics: method:70,block:80,line:80,class:100
72 # txt report properties:
74 report.txt.depth: all
75 report.txt.columns: class,method,block,line,name
[all …]
/external/fonttools/MetaTools/
DroundTrip.py32 def roundTrip(ttFile1, options, report): argument
56 report.write("=============================================================\n")
57 report.write(" \"%s\" differs after round tripping\n" % ttFile1)
58 report.write("-------------------------------------------------------------\n")
59 report.writelines(lines)
77 report = open("report.txt", "a+")
81 roundTrip(ttFile, options, report)
88 report.write("=============================================================\n")
89 report.write(" An exception occurred while round tripping")
90 report.write(" \"%s\"\n" % ttFile)
[all …]
/external/chromium_org/components/feedback/
Dfeedback_common_unittest.cc34 userfeedback::ExtensionSubmit report; member in FeedbackCommonTest
43 feedback->PrepareReport(&report); in TEST_F()
45 EXPECT_EQ(kOne, report.bucket()); in TEST_F()
46 EXPECT_EQ(kTwo, report.common_data().description()); in TEST_F()
47 EXPECT_EQ(kThree, report.web_data().url()); in TEST_F()
48 EXPECT_EQ(kFour, report.common_data().user_email()); in TEST_F()
63 feedback->PrepareReport(&report); in TEST_F()
65 EXPECT_EQ(1, report.web_data().product_specific_data_size()); in TEST_F()
66 EXPECT_EQ(kOne, report.web_data().product_specific_data(0).key()); in TEST_F()
75 feedback->PrepareReport(&report); in TEST_F()
[all …]
/external/chromium_org/content/browser/resources/media/
Dstats_graph_helper.js109 function drawSingleReport(peerConnectionElement, report) { argument
110 var reportType = report.type;
111 var reportId = report.id;
112 var stats = report.stats;
121 peerConnectionElement, report, stats.values[i + 1]);
173 report,
213 function drawReceivedPropagationDelta(peerConnectionElement, report, deltas) { argument
214 var reportId = report.id;
215 var stats = report.stats;
252 report,
[all …]
Dstats_table.js35 addStatsReport: function(peerConnectionElement, report) { argument
36 var statsTable = this.ensureStatsTable_(peerConnectionElement, report);
38 if (report.stats) {
40 report.stats.timestamp, report.stats.values);
79 ensureStatsTable_: function(peerConnectionElement, report) { argument
80 var tableId = peerConnectionElement.id + '-table-' + report.id;
88 summary.textContent = report.id;
97 table.rows[0].cells[0].textContent = 'Statistics ' + report.id;
98 if (report.type == 'ssrc') {
102 table.rows[1].cells[0], GetSsrcFromReport(report));
Dssrc_info_manager.js16 function GetSsrcFromReport(report) { argument
17 if (report.type != 'ssrc') {
29 if (report.stats && report.stats.values) {
30 for (var i = 0; i < report.stats.values.length - 1; i += 2) {
31 if (report.stats.values[i] == 'ssrc') {
32 return report.stats.values[i + 1];
36 return report.id;
/external/chromium_org/tools/gyp/
DPRESUBMIT.py67 report = []
68 report.extend(input_api.canned_checks.PanProjectChecks(
70 return report
74 report = []
91 report.extend(input_api.canned_checks.PanProjectChecks(
93 report.extend(input_api.canned_checks.CheckTreeIsOpen(
107 report.extend(input_api.canned_checks.RunPylint(
114 return report
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
DDirectiveParser.cpp176 mDiagnostics->report(Diagnostics::PP_UNEXPECTED_TOKEN, in lex()
189 mDiagnostics->report(Diagnostics::PP_UNEXPECTED_TOKEN, in lex()
237 mDiagnostics->report(Diagnostics::PP_CONDITIONAL_UNTERMINATED, in lex()
273 mDiagnostics->report(Diagnostics::PP_DIRECTIVE_INVALID_NAME, in parseDirective()
324 mDiagnostics->report(Diagnostics::PP_EOF_IN_DIRECTIVE, in parseDirective()
336 mDiagnostics->report(Diagnostics::PP_UNEXPECTED_TOKEN, in parseDefine()
342 mDiagnostics->report(Diagnostics::PP_MACRO_PREDEFINED_REDEFINED, in parseDefine()
348 mDiagnostics->report(Diagnostics::PP_MACRO_NAME_RESERVED, in parseDefine()
375 mDiagnostics->report(Diagnostics::PP_UNEXPECTED_TOKEN, in parseDefine()
403 mDiagnostics->report(Diagnostics::PP_MACRO_REDEFINED, in parseDefine()
[all …]
/external/emma/lib/
Demma_ant.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/ ...
/external/chromium_org/extensions/common/api/
Dhid.idl29 // Top-level collections from this device's report descriptors.
31 // Top-level collection's maximum input report size.
33 // Top-level collection's maximum output report size.
35 // Top-level collection's maximum feature report size.
69 // |reportId|: The report ID or <code>0</code> if none.
70 // |data|: The content of the report.
73 // |data|: The content of the report.
95 // Receive the next input report from the device.
100 // Send an output report to the device.
102 // |reportId|: The report ID to use, or <code>0</code> if none.
[all …]
/external/chromium_org/tools/perf/
DPRESUBMIT.py53 report = []
54 report.extend(_CommonChecks(input_api, output_api))
55 return report
59 report = []
60 report.extend(_CommonChecks(input_api, output_api))
61 return report
/external/chromium_org/tools/mac/
Dsymbolicate_crash.py428 def PrettyPrintReport(report): argument
430 print 'Process : ' + report.report_info['Process']
431 print 'Version : ' + report.report_info['Version']
432 print 'Date : ' + report.report_info['Date/Time']
433 print 'OS Version : ' + report.report_info['OS Version']
435 if 'Crashed Thread' in report.report_info:
436 print 'Crashed Thread : ' + report.report_info['Crashed Thread']
438 if 'Event' in report.report_info:
439 print 'Event : ' + report.report_info['Event']
442 for thread in report.threads:
[all …]
/external/tremolo/Tremolo/
Dbitwise.c369 void report(char *in){ in report() function
402 report("out of data!\n"); in cliptest()
405 report("looked at incorrect value!\n"); in cliptest()
408 report("premature end of data when reading!\n"); in cliptest()
412 report("read incorrect value!\n"); in cliptest()
417 report("wrong number of bits while reading!\n"); in cliptest()
419 report("wrong number of bytes while reading!\n"); in cliptest()
424 report("leftover bytes after read!\n"); in cliptest()
435 report("\nERROR: too many bits reported left over.\n"); in _end_verify()
439 report("\nERROR: read to but not past exact end tripped EOF.\n"); in _end_verify()
[all …]
/external/clang/lib/StaticAnalyzer/Checkers/
DObjCAtSyncChecker.cpp50 BugReport *report = in checkPreStmt() local
52 bugreporter::trackNullOrUndefValue(N, Ex, *report); in checkPreStmt()
53 C.emitReport(report); in checkPreStmt()
74 BugReport *report = in checkPreStmt() local
76 bugreporter::trackNullOrUndefValue(N, Ex, *report); in checkPreStmt()
78 C.emitReport(report); in checkPreStmt()
/external/chromium_org/chrome/browser/safe_browsing/
Dping_manager.cc71 net::URLFetcher* report = net::URLFetcher::Create( in ReportSafeBrowsingHit() local
75 report->SetLoadFlags(net::LOAD_DISABLE_CACHE); in ReportSafeBrowsingHit()
76 report->SetRequestContext(request_context_getter_.get()); in ReportSafeBrowsingHit()
78 report->SetUploadData("text/plain", post_data); in ReportSafeBrowsingHit()
79 safebrowsing_reports_.insert(report); in ReportSafeBrowsingHit()
80 report->Start(); in ReportSafeBrowsingHit()
85 const std::string& report) { in ReportMalwareDetails() argument
91 fetcher->SetUploadData("application/octet-stream", report); in ReportMalwareDetails()
/external/clang/tools/scan-view/
DScanView.py86 def __init__(self, report, reporter, parameters, server): argument
88 self.report = report
100 self.status = self.reporter.fileReport(self.report, self.parameters)
244 def load_report(self, report): argument
245 path = os.path.join(self.server.root, 'report-%s.html'%report)
283 report = self.get_scalar_field('report')
316 if report != 'None':
338 report = self.get_scalar_field('report')
339 c = self.get_report_context(report)
346 report)
[all …]
DReporter.py109 def fileReport(self, report, parameters): argument
115 """%(report.title, report.description)
123 msg['Subject'] = 'BUG REPORT: %s'%(report.title)
130 for file in report.files:
150 def fileReport(self, report, parameters): argument
196 def fileReport(self, report, parameters): argument
210 … args = ['osascript', script, component, componentVersion, classification, personID, report.title,
211 report.description, diagnosis, config] + map(os.path.abspath, report.files)
/external/chromium_org/components/rappor/
Drappor_metric_unittest.cc43 const ByteVector report = metric.GetReport( in TEST() local
45 EXPECT_EQ(16u, report.size()); in TEST()
61 const ByteVector report = metric.GetReport(secret); in TEST() local
65 ByteVector from_true_reports = report; in TEST()
72 ByteVector from_false_reports = report; in TEST()
/external/chromium_org/third_party/webrtc/tools/loopback_test/
Dstat_tracker.js45 samplingFunctions[varName] = function (report, rowIndex) { argument
47 var record = report.namedItem(recordName);
63 pc.getStats(function (report) { argument
66 var result = report.result();
72 samplingFunctions[v](report, rowIndex);
/external/stlport/etc/
DChangeLog-4.022 (Thanks to Sathish T C for the report)
35 conflict (thanks to Alberto Barbati for the report)
40 …_streambuf.c : added "typename" to out-of-line functions (thanks to Michael Tsirkin for the report)
42 * README fixed to be consistent about SGI iostreams setting (thanks to Ed Brey for the report)
44 * _bitset.h : fixed SUN CC 4.2 crash with -g option (thanks to Alex Vanic for the report),
53 * config/msvc.h - addidional level 4 warnings suppressed (thanks to Ed Brey for the report)
54 * _ios.h : fixed DLL export decl for MSVC (thanks to Alberto Barbati for the report)
59 (thanks to Raphael Bossek for the report)
61 * INSTALL : added some exaples and fixed typos (thanks to Beman Dawes for the report)
65 * _messages_facets.h : added DLL export decls (thanks to John Maddock for the report)
[all …]

12345678910>>...33