/aosp_15_r20/prebuilts/misc/common/jacoco/lib/ |
HD | org.jacoco.report-0.8.8.202204050719.jar | ... jacoco/report/csv/
org/jacoco/report/html/
org/jacoco/report/internal |
/aosp_15_r20/external/doclava/test/doclava/ |
H A D | ApiCheckTest.java | 23 import com.google.doclava.apicheck.ApiCheck.Report; 43 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 [all …]
|
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/ |
D | doubleclicksearch_v2.reports.html | 82 <p class="firstline">Generates and returns a report immediately.</p> 85 <p class="firstline">Polls for the status of a report request.</p> 88 <p class="firstline">Downloads a report file encoded in UTF-8.</p> 91 <p class="firstline">Downloads a report file encoded in UTF-8.</p> 94 <p class="firstline">Inserts a report request into the reporting system.</p> 103 <pre>Generates and returns a report immediately. 109 { # A request object used to create a DoubleClick Search report. 110 …"columns": [ # The columns to include in the report. This includes both DoubleClick Sear… 111 { # A request object used to create a DoubleClick Search report. 112 …mnName": "A String", # Name of a DoubleClick Search column to include in the report. [all …]
|
D | analytics_v3.management.unsampledReports.html | 82 <p class="firstline">Deletes an unsampled report.</p> 85 <p class="firstline">Returns a single unsampled report.</p> 88 <p class="firstline">Create a new unsampled report.</p> 100 <pre>Deletes an unsampled report. 103 accountId: string, Account ID to delete the unsampled report for. (required) 105 profileId: string, View (Profile) ID to delete the unsampled report for. (required) 106 unsampledReportId: string, ID of the unsampled report to be deleted. (required) 112 <pre>Returns a single unsampled report. 115 accountId: string, Account ID to retrieve unsampled report for. (required) 117 profileId: string, View (Profile) ID to retrieve unsampled report for. (required) [all …]
|
D | doubleclickbidmanager_v1.queries.html | 94 <p class="firstline">Runs a stored query to generate a report.</p> 112 "dataRange": "A String", # Range of report data. 113 "format": "A String", # Format of the generated report. 114 …String", # The path to the location in Google Cloud Storage where the latest report is stored. 115 …ePathForLatestReport": "A String", # The path in Google Drive for the latest report. 116 …"latestReportRunTimeMs": "A String", # The time when the latest report started… 119 "running": True or False, # Whether the latest report is currently running. 120 …ion": True or False, # Whether to send an email notification when a report is ready. Default … 121 … [ # List of email addresses which are sent email notifications when the report is finished. Separ… 126 "params": { # Parameters of a query or report. # Query parameters. [all …]
|
D | dfareporting_v3_3.reports.html | 92 <p class="firstline">Deletes a report by its ID.</p> 95 <p class="firstline">Retrieves a report by its ID.</p> 98 <p class="firstline">Creates a report.</p> 107 <p class="firstline">Updates an existing report. This method supports patch semantics.</p> 110 <p class="firstline">Runs a report.</p> 113 <p class="firstline">Updates a report.</p> 122 <pre>Deletes a report by its ID. 126 reportId: string, The ID of the report. (required) 136 <pre>Retrieves a report by its ID. 140 reportId: string, The ID of the report. (required) [all …]
|
D | apigee_v1.organizations.reports.html | 82 …Report for an Organization. A Custom Report provides Apigee Customers to create custom dashboards … 85 <p class="firstline">Deletes an existing custom report definition</p> 88 <p class="firstline">Retrieve a custom report definition.</p> 94 <p class="firstline">Update an existing custom report definition</p> 103 …Report for an Organization. A Custom Report provides Apigee Customers to create custom dashboards … 106 …parent: string, Required. The parent organization name under which the Custom Report will be creat… 111 "chartType": "A String", # This field contains the chart type for the report 112 …;: [ # Legacy field: not used. This field contains a list of comments associated with custom report 116 "dimensions": [ # This contains the list of dimensions for the report 119 "displayName": "A String", # This is the display name for the report [all …]
|
D | doubleclickbidmanager_v1_1.queries.html | 97 <p class="firstline">Runs a stored query to generate a report.</p> 115 "dataRange": "A String", # Range of report data. 116 "format": "A String", # Format of the generated report. 117 …String", # The path to the location in Google Cloud Storage where the latest report is stored. 118 …ePathForLatestReport": "A String", # The path in Google Drive for the latest report. 119 …"latestReportRunTimeMs": "A String", # The time when the latest report started… 122 "running": True or False, # Whether the latest report is currently running. 123 …ion": True or False, # Whether to send an email notification when a report is ready. Default … 124 … [ # List of email addresses which are sent email notifications when the report is finished. Separ… 129 "params": { # Parameters of a query or report. # Query parameters. [all …]
|
/aosp_15_r20/build/make/core/tasks/ |
H A D | cts.mk | 117 cts-test-coverage-report := $(coverage_out)/test-coverage.html 118 cts-system-api-coverage-report := $(coverage_out)/system-api-coverage.html 119 cts-system-api-xml-coverage-report := $(coverage_out)/system-api-coverage.xml 120 cts-verifier-coverage-report := $(coverage_out)/verifier-coverage.html 121 cts-combined-coverage-report := $(coverage_out)/combined-coverage.html 122 cts-combined-xml-coverage-report := $(coverage_out)/combined-coverage.xml 127 cts-api-xml-api-map-report := $(api_map_out)/api-map.xml 128 cts-api-html-api-map-report := $(api_map_out)/api-map.html 129 cts-system-api-xml-api-map-report := $(api_map_out)/system-api-map.xml 130 cts-system-api-html-api-map-report := $(api_map_out)/system-api-map.html [all …]
|
/aosp_15_r20/out/soong/.intermediates/external/cronet/third_party/metrics_proto/cronet_aml_third_party_metrics_proto_metrics_proto_gen_headers/android_arm64_armv8-2a_cortex-a55_apex30/gen/third_party/metrics_proto/ukm/ |
D | report.pb.h | 2 // source: ukm/report.proto 53 class Report; variable 61 template<> ::ukm::Report* Arena::CreateMaybeMessage<::ukm::Report>(Arena*); 90 …AMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:ukm.Report.SourceCounts) */ { 185 return "ukm.Report.SourceCounts"; in Swap() 298 // @@protoc_insertion_point(class_scope:ukm.Report.SourceCounts) in Swap() 321 class Report final : 322 … ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:ukm.Report) */ { 324 inline Report() : Report(nullptr) {} in Report() function 325 ~Report() override; [all …]
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/service/measurement/ |
D | EventReportTest.java | 266 EventReport report = in populateFromSourceAndTrigger_eventSourceAppDestWithoutInstallAttribution() local 280 assertEquals(TRIGGER_PRIORITY, report.getTriggerPriority()); in populateFromSourceAndTrigger_eventSourceAppDestWithoutInstallAttribution() 281 assertEquals(0L, report.getTriggerValue()); in populateFromSourceAndTrigger_eventSourceAppDestWithoutInstallAttribution() 282 assertEquals(TRIGGER_DEDUP_KEY, report.getTriggerDedupKey()); in populateFromSourceAndTrigger_eventSourceAppDestWithoutInstallAttribution() 284 assertEquals(new UnsignedLong(0L), report.getTriggerData()); in populateFromSourceAndTrigger_eventSourceAppDestWithoutInstallAttribution() 285 assertEquals(trigger.getTriggerTime(), report.getTriggerTime()); in populateFromSourceAndTrigger_eventSourceAppDestWithoutInstallAttribution() 286 assertEquals(source.getEventId(), report.getSourceEventId()); in populateFromSourceAndTrigger_eventSourceAppDestWithoutInstallAttribution() 287 assertEquals(source.getEnrollmentId(), report.getEnrollmentId()); in populateFromSourceAndTrigger_eventSourceAppDestWithoutInstallAttribution() 289 report.getAttributionDestinations().get(0)); in populateFromSourceAndTrigger_eventSourceAppDestWithoutInstallAttribution() 290 assertEquals(source.getEventReportWindow().longValue(), report.getReportTime()); in populateFromSourceAndTrigger_eventSourceAppDestWithoutInstallAttribution() [all …]
|
/aosp_15_r20/external/webrtc/pc/ |
H A D | legacy_stats_collector.cc | 61 // Field trial which controls whether to report standard-compliant bytes 68 // our stats report for ice candidate type could conform to that. 74 // Strings used by the stats collector to report adapter types. This fits the 97 // Adds an empty track report. in AddTrackReport() 100 StatsReport* report = reports->ReplaceOrAddNew(id); in AddTrackReport() local 101 report->AddString(StatsReport::kStatsValueNameTrackId, track_id); in AddTrackReport() 102 return report; in AddTrackReport() 110 StatsReport* report = AddTrackReport(reports, track_id); in CreateTrackReport() local 111 RTC_DCHECK(report != nullptr); in CreateTrackReport() 112 (*track_ids)[track_id] = report; in CreateTrackReport() [all …]
|
H A D | rtc_stats_collector_unittest.cc | 165 // Return the ID for an object of the given type in a report. 168 std::string IdForType(const RTCStatsReport* report) { in IdForType() argument 169 auto stats_of_my_type = report->RTCStatsReport::GetStatsOfType<T>(); in IdForType() 642 EXPECT_TRUE_WAIT(callback->report() != nullptr, kGetStatsReportTimeoutMs); in WaitForReport() 644 for (const RTCStats& stats : *callback->report()) { in WaitForReport() 652 return callback->report(); in WaitForReport() 666 const rtc::scoped_refptr<const RTCStatsReport>& report, in ExpectReportContainsCertificateInfo() argument 670 "CF" + certinfo.fingerprints[i], report->timestamp_us()); in ExpectReportContainsCertificateInfo() 678 ASSERT_TRUE(report->Get(expected_certificate_stats.id())); in ExpectReportContainsCertificateInfo() 680 report->Get(expected_certificate_stats.id()) in ExpectReportContainsCertificateInfo() [all …]
|
/aosp_15_r20/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/xml/ |
H A D | XMLFormatterTest.java | 13 package org.jacoco.report.xml; 26 import org.jacoco.report.IReportVisitor; 27 import org.jacoco.report.MemoryOutput; 28 import org.jacoco.report.ReportStructureTestDriver; 29 import org.jacoco.report.internal.xml.XMLSupport; 73 assertPathMatches("session-1", "/report/sessioninfo[1]/@id"); in testSessionInfo() 74 assertPathMatches("12345", "/report/sessioninfo[1]/@start"); in testSessionInfo() 75 assertPathMatches("67890", "/report/sessioninfo[1]/@dump"); in testSessionInfo() 76 assertPathMatches("session-2", "/report/sessioninfo[2]/@id"); in testSessionInfo() 77 assertPathMatches("session-3", "/report/sessioninfo[3]/@id"); in testSessionInfo() [all …]
|
/aosp_15_r20/packages/modules/StatsD/statsd/tests/guardrail/ |
D | StatsdStats_test.cpp | 78 StatsdStatsReport report = getStatsdStatsReport(stats, /* reset stats */ false); in TEST() local 79 ASSERT_EQ(1, report.config_stats_size()); in TEST() 80 const auto& configReport = report.config_stats(0); in TEST() 100 StatsdStatsReport report = getStatsdStatsReport(stats, /* reset stats */ false); in TEST() local 101 ASSERT_EQ(1, report.config_stats_size()); in TEST() 102 const auto& configReport = report.config_stats(0); in TEST() 127 StatsdStatsReport report = getStatsdStatsReport(stats, /* reset stats */ false); in TEST() local 128 ASSERT_EQ(1, report.config_stats_size()); in TEST() 129 const auto& configReport = report.config_stats(0); in TEST() 167 StatsdStatsReport report = getStatsdStatsReport(stats, /* reset stats */ false); in TEST() local [all …]
|
/aosp_15_r20/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/audio/ |
D | RtcpXrEncoder.cpp | 206 tLossReport* report = new tLossReport(); in createLossAnalysisReport() local 207 report->beginSeq = beginSeq; in createLossAnalysisReport() 208 report->endSeq = endSeq; in createLossAnalysisReport() 209 report->numLostPackets = 0; in createLossAnalysisReport() 210 report->numPacketsReceived = 0; in createLossAnalysisReport() 216 report->numPacketsReceived++; in createLossAnalysisReport() 231 report->numLostPackets++; in createLossAnalysisReport() 238 endSeq, report->numLostPackets, report->numPacketsReceived); in createLossAnalysisReport() 240 return report; in createLossAnalysisReport() 246 tJitterReport* report = new tJitterReport(); in createJitterAnalysisReport() local [all …]
|
/aosp_15_r20/external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/oboetester/ |
H A D | DeviceReportActivity.java | 48 * Print a report of all the available audio devices. 132 StringBuffer report = new StringBuffer(); in reportDeviceInfo() local 133 report.append("Device Report:\n"); in reportDeviceInfo() 134 report.append("App: ").append(MainActivity.getVersionText()).append("\n"); in reportDeviceInfo() 135 report.append("Device: ").append(Build.MANUFACTURER).append(", ").append(Build.MODEL) in reportDeviceInfo() 138 report.append(reportExtraDeviceInfo()); in reportDeviceInfo() 141 report.append("\n==== Device =================== " + deviceInfo.getId() + "\n"); in reportDeviceInfo() 143 report.append(item); in reportDeviceInfo() 145 report.append(reportAllMicrophones()); in reportDeviceInfo() 146 report.append(reportUsbDevices()); in reportDeviceInfo() [all …]
|
/aosp_15_r20/external/google-cloud-java/java-channel/proto-google-cloud-channel-v1/src/main/java/com/google/cloud/channel/v1/ |
H A D | Report.java | 25 * The ID and description of a report that was used to generate report data. 29 * Protobuf type {@code google.cloud.channel.v1.Report} 31 public final class Report extends com.google.protobuf.GeneratedMessageV3 class 33 // @@protoc_insertion_point(message_implements:google.cloud.channel.v1.Report) 36 // Use Report.newBuilder() to construct. 37 private Report(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Report() method in Report 41 private Report() { in Report() method in Report 51 return new Report(); in newInstance() 70 com.google.cloud.channel.v1.Report.class, in internalGetFieldAccessorTable() 71 com.google.cloud.channel.v1.Report.Builder.class); in internalGetFieldAccessorTable() [all …]
|
/aosp_15_r20/packages/modules/StatsD/statsd/tests/e2e/ |
D | PartialBucket_e2e_test.cpp | 112 ConfigMetricsReport report = getReports(service->mProcessor, start + 3); in TEST_F() local 114 ASSERT_EQ(1, report.metrics_size()); in TEST_F() 115 ASSERT_EQ(0, report.metrics(0).count_metrics().data_size()); in TEST_F() 131 ConfigMetricsReport report = getReports(service->mProcessor, start + 4); in TEST_F() local 132 ASSERT_EQ(1, report.metrics_size()); in TEST_F() 133 ASSERT_EQ(0, report.metrics(0).count_metrics().data_size()); in TEST_F() 150 ConfigMetricsReport report = getReports(service->mProcessor, start + 4); in TEST_F() local 151 backfillStartEndTimestamp(&report); in TEST_F() 153 ASSERT_EQ(1, report.metrics_size()); in TEST_F() 154 ASSERT_EQ(1, report.metrics(0).count_metrics().data_size()); in TEST_F() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | MachineVerifier.cpp | 233 void report(const char *msg, const MachineFunction *MF); 234 void report(const char *msg, const MachineBasicBlock *MBB); 235 void report(const char *msg, const MachineInstr *MI); 236 void report(const char *msg, const MachineOperand *MO, unsigned MONum, 238 void report(const Twine &Msg, const MachineInstr *MI); 367 // then report an error. in verifyProperties() 371 report("Function has NoVRegs property but there are VReg operands", &MF); in verifyProperties() 427 report("Bad instruction parent pointer", &MBB); in verify() 434 report("Missing BundledPred flag, " in verify() 438 report("BundledPred flag is set, " in verify() [all …]
|
/aosp_15_r20/external/jacoco/org.jacoco.ant.test/src/org/jacoco/ant/ |
H A D | ReportTaskTest.xml | 16 <project name="JaCoCo Report Task Tests" xmlns:au="antlib:org.apache.ant.antunit" xmlns:jacoco="ant… 30 <jacoco:report/> 36 <jacoco:report> 38 </jacoco:report> 44 <jacoco:report> 48 </jacoco:report> 53 <jacoco:report> 58 </jacoco:report> 64 <jacoco:report> 69 </jacoco:report> [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachineVerifier.cpp | 244 void report(const char *msg, const MachineFunction *MF); 245 void report(const char *msg, const MachineBasicBlock *MBB); 246 void report(const char *msg, const MachineInstr *MI); 247 void report(const char *msg, const MachineOperand *MO, unsigned MONum, 354 // then report an error. in verifyProperties() 358 report("Function has NoVRegs property but there are VReg operands", &MF); in verifyProperties() 415 report("Bad instruction parent pointer", &*MFI); in verify() 422 report("Missing BundledPred flag, " in verify() 426 report("BundledPred flag is set, " in verify() 437 report("No bundle header", &*MBBI); in verify() [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/services/costandusagereport/src/main/resources/codegen-resources/ |
H A D | service-2.json | 8 "serviceFullName":"AWS Cost and Usage Report Service", 9 "serviceId":"Cost and Usage Report Service", 28 …"documentation":"<p>Deletes the specified report. Any tags associated with the report are also del… 41 …"documentation":"<p>Lists the Amazon Web Services Cost and Usage Report available to this account.… 56 "documentation":"<p>Lists the tags associated with the specified report definition.</p>" 70 "documentation":"<p>Allows you to programmatically update your report preferences.</p>" 87 "documentation":"<p>Creates a new report using the description that you provide.</p>" 102 "documentation":"<p>Associates a set of tags with a report definition.</p>" 117 "documentation":"<p>Disassociates a set of tags from a report definition.</p>" 123 …"documentation":"<p>The region of the S3 bucket that Amazon Web Services delivers the report into.… [all …]
|
/aosp_15_r20/packages/modules/AdServices/adservices/libraries/cobalt/java/com/android/cobalt/registry/ |
D | RegistryValidator.java | 85 * Checks that an input metric and report combination is valid and supported by the Cobalt 89 * @param report the report being validated 90 * @return true if metric and report are a valid and supported combination 92 public static boolean isValid(MetricDefinition metric, ReportDefinition report) { in isValid() argument 93 if (!validateReportType(metric.getMetricType(), report.getReportType())) { in isValid() 95 "Metric type (%s) and report type (%s) failed validation", in isValid() 96 metric.getMetricType(), report.getReportType()); in isValid() 100 if (!validatePrivacyMechanism(report.getReportType(), report.getPrivacyMechanism())) { in isValid() 102 "Report type (%s) and privacy mechanism (%s) failed validation", in isValid() 103 report.getReportType(), report.getPrivacyMechanism()); in isValid() [all …]
|
/aosp_15_r20/system/extras/simpleperf/ |
H A D | cmd_report_test.cpp | 37 return CreateCommandInstance("report"); in ReportCmd() 43 void Report(const std::string& perf_data, in Report() function in ReportCommandTest 96 Report(PERF_DATA); in TEST_F() 103 Report(PERF_DATA_WITH_MINI_DEBUG_INFO); in TEST_F() 110 Report(PERF_DATA, {"--sort", "pid"}); in TEST_F() 121 Report(PERF_DATA, {"--sort", "comm,pid,dso,symbol"}); in TEST_F() 137 Report(CALLGRAPH_FP_PERF_DATA, {"--children", "--sort", "symbol"}); in TEST_F() 182 Report(CALLGRAPH_FP_PERF_DATA, {"-g"}); in TEST_F() 185 Report(CALLGRAPH_FP_PERF_DATA, {"-g", "callee"}); in TEST_F() 188 Report(CALLGRAPH_FP_PERF_DATA, {"-g", "caller"}); in TEST_F() [all …]
|