/external/doclava/test/doclava/ |
D | ApiCheckTest.java | 43 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/ |
D | sanitizer_allocator_report.cpp | 46 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/ |
D | stats_collector.cc | 66 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 …]
|
D | rtc_stats_collector_unittest.cc | 131 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 …]
|
/external/openscreen/cast/streaming/ |
D | packet_receive_stats_tracker_unittest.cc | 21 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/ |
D | ComponentHierarchyValidator.java | 64 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()
|
D | DependencyRequestValidator.java | 75 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()
|
D | MembersInjectionValidator.java | 49 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()
|
D | ComponentCreatorValidator.java | 79 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()
|
/external/libabigail/src/ |
D | abg-leaf-reporter.cc | 234 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 …]
|
D | abg-default-reporter.cc | 67 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/ |
D | tsan_debugging.cc | 64 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/ |
D | tsan_debugging.cpp | 72 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/ |
D | decoding.rst | 10 Full size report 20 Incremental size report
|
/external/webrtc/pc/test/ |
D | rtc_stats_obtainer.h | 28 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/ |
D | DeviceReportActivity.java | 104 StringBuffer report = new StringBuffer(); in reportDeviceInfo() local 117 StringBuffer report = new StringBuffer(); in reportAllMicrophones() local 138 StringBuffer report = new StringBuffer(); in reportExtraDeviceInfo() local
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/validator/ |
D | ProblemReporter.java | 27 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/ |
D | Util.java | 75 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/ |
D | rtc_stats_report_unittest.cc | 56 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/mockito/src/test/java/org/mockito/internal/util/reflection/ |
D | FieldInitializerTest.java | 41 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/clang/lib/StaticAnalyzer/Checkers/ |
D | ObjCAtSyncChecker.cpp | 50 auto report = in checkPreStmt() local 74 auto report = in checkPreStmt() local
|
/external/webrtc/video/ |
D | report_block_stats.cc | 35 Report report; in Store() local 43 const Report& report) { in StoreAndAddPacketIncrement()
|
/external/python/cpython2/Demo/tkinter/guido/ |
D | hanoi.py | 18 def hanoi(n, a, b, c, report): argument 88 def report(self, i, a, b): member in Tkhanoi
|
/external/dokka/core/src/main/kotlin/Utilities/ |
D | DokkaLogging.kt | 20 fun report() { in info() method
|
/external/python/cpython3/Tools/demo/ |
D | hanoi.py | 19 def hanoi(n, a, b, c, report): argument 89 def report(self, i, a, b): member in Tkhanoi
|