Home
last modified time | relevance | path

Searched defs:report (Results 1 – 25 of 393) sorted by relevance

12345678910>>...16

/external/doclava/test/doclava/
DApiCheckTest.java43 Report report = apiCheck.checkApi(args); in testEquivalentApi() local
50 Report report = apiCheck.checkApi(args); in testMethodReturnTypeChanged() local
58 Report report = apiCheck.checkApi(args); in testMethodParameterChanged() local
72 Report report = apiCheck.checkApi(args); in testConstructorParameterChanged() local
85 Report report = apiCheck.checkApi(args); in testAddedClass() local
93 Report report = apiCheck.checkApi(args); in testRemovedClass() local
101 Report report = apiCheck.checkApi(args); in testRemovedDeprecatedClass() local
109 Report report = apiCheck.checkApi(args); in testChangedSuper() local
120 Report report = apiCheck.checkApi(args); in testChangedAssignableReturn() local
128 Report report = apiCheck.checkApi(args); in testInsertedSuper() local
[all …]
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator_report.cpp46 ScopedAllocatorErrorReport report("calloc-overflow", stack); in ReportCallocOverflow() local
57 ScopedAllocatorErrorReport report("reallocarray-overflow", stack); in ReportReallocArrayOverflow() local
68 ScopedAllocatorErrorReport report("pvalloc-overflow", stack); in ReportPvallocOverflow() local
79 ScopedAllocatorErrorReport report("invalid-allocation-alignment", stack); in ReportInvalidAllocationAlignment() local
89 ScopedAllocatorErrorReport report("invalid-aligned-alloc-alignment", stack); in ReportInvalidAlignedAllocAlignment() local
107 ScopedAllocatorErrorReport report("invalid-posix-memalign-alignment", in ReportInvalidPosixMemalignAlignment() local
121 ScopedAllocatorErrorReport report("allocation-size-too-big", stack); in ReportAllocationSizeTooBig() local
130 ScopedAllocatorErrorReport report("out-of-memory", stack); in ReportOutOfMemory() local
139 ScopedAllocatorErrorReport report("rss-limit-exceeded", stack); in ReportRssLimitExceeded() local
/external/webrtc/pc/
Dstats_collector.cc66 StatsReport* report = reports->ReplaceOrAddNew(id); in AddTrackReport() local
76 StatsReport* report = AddTrackReport(reports, track_id); in CreateTrackReport() local
91 StatsReport* report, in ExtractCommonSendProperties()
105 StatsReport* report) { in ExtractCommonReceiveProperties()
109 void SetAudioProcessingStats(StatsReport* report, in SetAudioProcessingStats()
146 StatsReport* report, in ExtractStats()
208 StatsReport* report, in ExtractStats()
269 StatsReport* report, in ExtractStats()
330 StatsReport* report, in ExtractStats()
374 StatsReport* report) { in ExtractStats()
[all …]
Drtc_stats_collector_unittest.cc131 std::string IdForType(const RTCStatsReport* report) { in IdForType()
586 const rtc::scoped_refptr<const RTCStatsReport>& report, in ExpectReportContainsCertificateInfo()
785 rtc::scoped_refptr<const RTCStatsReport> report = stats_->GetStatsReport(); in TEST_F() local
811 rtc::scoped_refptr<const RTCStatsReport> report = stats_->GetStatsReport(); in TEST_F() local
868 rtc::scoped_refptr<const RTCStatsReport> report = stats_->GetStatsReport(); in TEST_F() local
948 rtc::scoped_refptr<const RTCStatsReport> report = stats_->GetStatsReport(); in TEST_F() local
973 rtc::scoped_refptr<const RTCStatsReport> report = stats_->GetStatsReport(); in TEST_F() local
984 rtc::scoped_refptr<const RTCStatsReport> report = stats_->GetStatsReport(); in TEST_F() local
1044 rtc::scoped_refptr<const RTCStatsReport> report = stats_->GetStatsReport(); in TEST_F() local
1205 rtc::scoped_refptr<const RTCStatsReport> report = stats_->GetStatsReport(); in TEST_F() local
[all …]
Drtc_stats_integrationtest.cc206 RTCStatsVerifier(const RTCStatsReport* report, const RTCStats* stats) in RTCStatsVerifier()
352 explicit RTCStatsReportVerifier(const RTCStatsReport* report) in RTCStatsReportVerifier()
1096 rtc::scoped_refptr<const RTCStatsReport> report = GetStatsFromCaller(); in TEST_F() local
1107 rtc::scoped_refptr<const RTCStatsReport> report = GetStatsFromCallee(); in TEST_F() local
1121 rtc::scoped_refptr<const RTCStatsReport> report = in TEST_F() local
1140 rtc::scoped_refptr<const RTCStatsReport> report = in TEST_F() local
1161 rtc::scoped_refptr<const RTCStatsReport> report = in TEST_F() local
1172 rtc::scoped_refptr<const RTCStatsReport> report = in TEST_F() local
1222 rtc::scoped_refptr<const RTCStatsReport> report = GetStatsFromCallee(); in TEST_F() local
/external/openscreen/cast/streaming/
Dpacket_receive_stats_tracker_unittest.cc21 RtcpReportBlock report; in GetSentinel() local
68 RtcpReportBlock report = GetSentinel(); in TEST() local
83 RtcpReportBlock report = GetSentinel(); in TEST() local
111 RtcpReportBlock report = GetSentinel(); in TEST() local
148 RtcpReportBlock report = GetSentinel(); in TEST() local
180 RtcpReportBlock report; in TEST() local
192 RtcpReportBlock report; in TEST() local
/external/dagger2/java/dagger/internal/codegen/validation/
DComponentHierarchyValidator.java64 ValidationReport.Builder<TypeElement> report = in validate() local
81 ValidationReport.Builder<?> report, in validateSubcomponentMethods()
112 ValidationReport.Builder<?> report, in validateFactoryMethodParameters()
136 ValidationReport.Builder<TypeElement> report, in validateScopeHierarchy()
175 ValidationReport.Builder<TypeElement> report, in validateProductionModuleUniqueness()
212 ValidationReport.Builder<TypeElement> report, in validateRepeatedScopedDeclarations()
DDependencyRequestValidator.java75 ValidationReport.Builder<?> report, Element requestElement, TypeMirror requestType) { in validateDependencyRequest()
84 private void checkQualifiers(ValidationReport.Builder<?> report, Element requestElement) { in checkQualifiers()
116 ValidationReport.Builder<?> report, Element requestElement, TypeMirror requestType) { in checkType()
163 void checkNotProducer(ValidationReport.Builder<?> report, VariableElement requestElement) { in checkNotProducer()
DMembersInjectionValidator.java49 ValidationReport.Builder<Element> report = ValidationReport.about(requestElement); in validateMembersInjectionRequest() local
65 ValidationReport.Builder<ExecutableElement> report = ValidationReport.about(method); in validateMembersInjectionMethod() local
72 private void checkQualifiers(ValidationReport.Builder<?> report, Element element) { in checkQualifiers()
DComponentCreatorValidator.java79 ValidationReport.Builder<TypeElement> report = ValidationReport.about(type); in validateUncached() local
96 ValidationReport.Builder<?> report) { in validateOnlyOneCreatorAnnotation()
118 private final ValidationReport.Builder<TypeElement> report; field in ComponentCreatorValidator.ElementValidator
124 ValidationReport.Builder<TypeElement> report, in ElementValidator()
DInjectValidator.java323 ValidationReport<VariableElement> report = validateField(element); in validateMembersInjectionType() local
332 ValidationReport<ExecutableElement> report = validateMethod(element); in validateMembersInjectionType() local
345 ValidationReport<TypeElement> report = validateType(MoreTypes.asTypeElement(superclass)); in validateMembersInjectionType() local
364 ValidationReport<TypeElement> report = validateConstructor(element); in validateType() local
/external/libabigail/src/
Dabg-leaf-reporter.cc234 leaf_reporter::report(const typedef_diff& d, in report() function in abigail::comparison::leaf_reporter
254 leaf_reporter::report(const qualified_type_diff& d, ostream& out, in report() function in abigail::comparison::leaf_reporter
268 leaf_reporter::report(const pointer_diff &d, in report() function in abigail::comparison::leaf_reporter
291 leaf_reporter::report(const reference_diff& d, in report() function in abigail::comparison::leaf_reporter
307 leaf_reporter::report(const fn_parm_diff& d, in report() function in abigail::comparison::leaf_reporter
335 leaf_reporter::report(const function_type_diff& d, in report() function in abigail::comparison::leaf_reporter
370 leaf_reporter::report(const scope_diff& d, in report() function in abigail::comparison::leaf_reporter
490 leaf_reporter::report(const array_diff& d, in report() function in abigail::comparison::leaf_reporter
525 leaf_reporter::report(const class_or_union_diff& d, in report() function in abigail::comparison::leaf_reporter
721 leaf_reporter::report(const class_diff& d, in report() function in abigail::comparison::leaf_reporter
[all …]
Dabg-default-reporter.cc67 default_reporter::report(const type_decl_diff& d, in report() function in abigail::comparison::default_reporter
107 default_reporter::report(const enum_diff& d, ostream& out, in report() function in abigail::comparison::default_reporter
266 default_reporter::report(const typedef_diff& d, in report() function in abigail::comparison::default_reporter
358 default_reporter::report(const qualified_type_diff& d, ostream& out, in report() function in abigail::comparison::default_reporter
396 default_reporter::report(const pointer_diff& d, ostream& out, in report() function in abigail::comparison::default_reporter
468 default_reporter::report(const reference_diff& d, ostream& out, in report() function in abigail::comparison::default_reporter
503 default_reporter::report(const fn_parm_diff& d, ostream& out, in report() function in abigail::comparison::default_reporter
619 default_reporter::report(const function_type_diff& d, ostream& out, in report() function in abigail::comparison::default_reporter
663 default_reporter::report(const array_diff& d, ostream& out, in report() function in abigail::comparison::default_reporter
698 default_reporter::report(const base_diff& d, ostream& out, in report() function in abigail::comparison::default_reporter
[all …]
/external/compiler-rt/lib/tsan/rtl/
Dtsan_debugging.cc64 int __tsan_get_report_data(void *report, const char **description, int *count, in __tsan_get_report_data()
83 int __tsan_get_report_stack(void *report, uptr idx, void **trace, in __tsan_get_report_stack()
93 int __tsan_get_report_mop(void *report, uptr idx, int *tid, void **addr, in __tsan_get_report_mop()
109 int __tsan_get_report_loc(void *report, uptr idx, const char **type, in __tsan_get_report_loc()
128 int __tsan_get_report_mutex(void *report, uptr idx, uptr *mutex_id, void **addr, in __tsan_get_report_mutex()
141 int __tsan_get_report_thread(void *report, uptr idx, int *tid, uptr *os_id, in __tsan_get_report_thread()
157 int __tsan_get_report_unique_tid(void *report, uptr idx, int *tid) { in __tsan_get_report_unique_tid()
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_debugging.cpp72 int __tsan_get_report_data(void *report, const char **description, int *count, in __tsan_get_report_data()
91 int __tsan_get_report_tag(void *report, uptr *tag) { in __tsan_get_report_tag()
98 int __tsan_get_report_stack(void *report, uptr idx, void **trace, in __tsan_get_report_stack()
108 int __tsan_get_report_mop(void *report, uptr idx, int *tid, void **addr, in __tsan_get_report_mop()
124 int __tsan_get_report_loc(void *report, uptr idx, const char **type, in __tsan_get_report_loc()
143 int __tsan_get_report_loc_object_type(void *report, uptr idx, in __tsan_get_report_loc_object_type()
153 int __tsan_get_report_mutex(void *report, uptr idx, uptr *mutex_id, void **addr, in __tsan_get_report_mutex()
166 int __tsan_get_report_thread(void *report, uptr idx, int *tid, tid_t *os_id, in __tsan_get_report_thread()
182 int __tsan_get_report_unique_tid(void *report, uptr idx, int *tid) { in __tsan_get_report_unique_tid()
/external/pigweed/pw_protobuf/
Ddecoding.rst10 Full size report
20 Incremental size report
/external/webrtc/pc/test/
Drtc_stats_obtainer.h28 const rtc::scoped_refptr<const RTCStatsReport>& report) override { in OnStatsDelivered()
35 rtc::scoped_refptr<const RTCStatsReport> report() const { in report() function
/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DDeviceReportActivity.java104 StringBuffer report = new StringBuffer(); in reportDeviceInfo() local
117 StringBuffer report = new StringBuffer(); in reportAllMicrophones() local
138 StringBuffer report = new StringBuffer(); in reportExtraDeviceInfo() local
/external/mockito/src/test/java/org/mockito/internal/util/reflection/
DFieldInitializerTest.java41 FieldInitializationReport report = fieldInitializer.initialize(); in should_keep_same_instance_if_field_initialized() local
51 FieldInitializationReport report = fieldInitializer.initialize(); in should_instantiate_field_when_type_has_no_constructor() local
61 FieldInitializationReport report = fieldInitializer.initialize(); in should_instantiate_field_with_default_constructor() local
71 FieldInitializationReport report = fieldInitializer.initialize(); in should_instantiate_field_with_private_default_constructor() local
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/validator/
DProblemReporter.java27 public void report(NodeWithTokenRange<?> node, String message, Object... args) { in report() method in ProblemReporter
31 public void report(TokenRange range, String message, Object... args) { in report() method in ProblemReporter
/external/slf4j/slf4j-api/src/main/java/org/slf4j/helpers/
DUtil.java75 static final public void report(String msg, Throwable t) { in report() method in Util
81 static final public void report(String msg) { in report() method in Util
/external/webrtc/stats/
Drtc_stats_report_unittest.cc56 rtc::scoped_refptr<RTCStatsReport> report = RTCStatsReport::Create(1337); in TEST() local
90 rtc::scoped_refptr<RTCStatsReport> report = RTCStatsReport::Create(1337); in TEST() local
108 rtc::scoped_refptr<RTCStatsReport> report = RTCStatsReport::Create(0); in TEST() local
/external/clang/lib/StaticAnalyzer/Checkers/
DObjCAtSyncChecker.cpp50 auto report = in checkPreStmt() local
74 auto report = in checkPreStmt() local
/external/webrtc/video/
Dreport_block_stats.cc35 Report report; in Store() local
43 const Report& report) { in StoreAndAddPacketIncrement()
/external/llvm-project/libcxx/src/filesystem/
Dfilesystem_common.h150 T report(const error_code& ec) const { in report() function
168 T report(const error_code& ec, const char* msg, Args const&... args) const { in report() function
186 T report(errc const& err) const { return report(make_error_code(err)); } in report() function
189 T report(errc const& err, const char* msg, Args const&... args) const { in report() function

12345678910>>...16