/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | dwrite_3.h | 90 STDMETHOD_(void, GetMetrics)(THIS_ in DECLARE_INTERFACE_() local 150 STDMETHOD_(void, GetMetrics)(THIS_ DWRITE_FONT_METRICS1*) PURE; in DECLARE_INTERFACE_() local 245 STDMETHOD_(void, GetMetrics)(THIS_ in DECLARE_INTERFACE_() local 305 STDMETHOD_(void, GetMetrics)(THIS_ DWRITE_FONT_METRICS1*) PURE; in DECLARE_INTERFACE_() local 404 STDMETHOD_(void, GetMetrics)(THIS_ in DECLARE_INTERFACE_() local 464 STDMETHOD_(void, GetMetrics)(THIS_ DWRITE_FONT_METRICS1*) PURE; in DECLARE_INTERFACE_() local
|
D | dwrite_2.h | 390 STDMETHOD_(void, GetMetrics)(THIS_ in DECLARE_INTERFACE_() local 450 STDMETHOD_(void, GetMetrics)(THIS_ DWRITE_FONT_METRICS1*) PURE; in DECLARE_INTERFACE_() local
|
D | dwrite_1.h | 177 STDMETHOD_(void, GetMetrics)(THIS_ in DECLARE_INTERFACE_() local 239 STDMETHOD_(void, GetMetrics)(THIS_ DWRITE_FONT_METRICS1*) PURE; in DECLARE_INTERFACE_() local
|
D | dwrite.h | 864 STDMETHOD_(void, GetMetrics)(THIS_ in DECLARE_INTERFACE_() local 958 STDMETHOD_(void, GetMetrics)(THIS_ in DECLARE_INTERFACE_() local 1400 STDMETHOD(GetMetrics)(THIS_ in DECLARE_INTERFACE_() local
|
/aosp_15_r20/external/openthread/src/core/thread/ |
H A D | link_metrics_types.hpp | 89 Metrics &GetMetrics(void) { return static_cast<Metrics &>(mMetrics); } in GetMetrics() function in ot::LinkMetrics::MetricsValues 97 const Metrics &GetMetrics(void) const { return static_cast<const Metrics &>(mMetrics); } in GetMetrics() function in ot::LinkMetrics::MetricsValues
|
/aosp_15_r20/external/libaom/test/ |
H A D | visual_metrics.py | 188 def GetMetrics(file_name): function
|
/aosp_15_r20/external/webrtc/modules/audio_processing/ |
H A D | residual_echo_detector.cc | 199 EchoDetector::Metrics ResidualEchoDetector::GetMetrics() const { in GetMetrics() function in webrtc::ResidualEchoDetector
|
H A D | audio_processing_impl_unittest.cc | 96 EchoDetector::Metrics GetMetrics() const override { return {}; } in GetMetrics() function in webrtc::__anoned83bfd40111::TestEchoDetector
|
/aosp_15_r20/external/pigweed/pw_fuzzer/examples/fuzztest/ |
H A D | metrics.cc | 87 const Vector<Metric>& Metrics::GetMetrics() const { return metrics_; } in GetMetrics() function in pw::fuzzer::examples::Metrics
|
/aosp_15_r20/external/webrtc/modules/audio_processing/aec3/ |
H A D | echo_canceller3_unittest.cc | 129 void GetMetrics(EchoControl::Metrics* metrics) const override {} in GetMetrics() function in webrtc::__anon721ee85a0111::CaptureTransportVerificationProcessor 165 void GetMetrics(EchoControl::Metrics* metrics) const override {} in GetMetrics() function in webrtc::__anon721ee85a0111::RenderTransportVerificationProcessor
|
H A D | block_processor.cc | 223 void BlockProcessorImpl::GetMetrics(EchoControl::Metrics* metrics) const { in GetMetrics() function in webrtc::__anon95fdf32b0111::BlockProcessorImpl
|
H A D | echo_remover.cc | 232 void EchoRemoverImpl::GetMetrics(EchoControl::Metrics* metrics) const { in GetMetrics() function in webrtc::__anone0a75dbf0111::EchoRemoverImpl
|
H A D | echo_canceller3.cc | 915 EchoControl::Metrics EchoCanceller3::GetMetrics() const { in GetMetrics() function in webrtc::EchoCanceller3
|
/aosp_15_r20/kernel/tests/net/test/ |
H A D | tcp_metrics.py | 121 def GetMetrics(self, saddr, daddr): member in TcpMetrics
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/opencensus-proto/gen-go/agent/metrics/v1/ |
D | metrics_service.pb.go | 103 func (x *ExportMetricsServiceRequest) GetMetrics() []*v11.Metric { func
|
/aosp_15_r20/art/runtime/metrics/ |
H A D | reporter.cc | 200 ArtMetrics* MetricsReporter::GetMetrics() { return runtime_->GetMetrics(); } in GetMetrics() function in art::metrics::MetricsReporter
|
H A D | reporter_test.cc | 40 ArtMetrics* GetMetrics() override { return art_metrics_.get(); } in GetMetrics() function in art::metrics::MockMetricsReporter
|
/aosp_15_r20/external/google-cloud-java/java-recaptchaenterprise/google-cloud-recaptchaenterprise/src/main/java/com/google/cloud/recaptchaenterprise/v1/ |
H A D | gapic_metadata.json | 28 "GetMetrics": { object
|
/aosp_15_r20/art/runtime/ |
H A D | runtime.h | 1079 metrics::ArtMetrics* GetMetrics() { return &metrics_; } in GetMetrics() function 1571 inline metrics::ArtMetrics* GetMetrics() { return Runtime::Current()->GetMetrics(); } in GetMetrics() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/server/ |
D | backend_metric_recorder.cc | 223 grpc_core::BackendMetricData ServerMetricRecorder::GetMetrics() const { in GetMetrics() function in grpc::experimental::ServerMetricRecorder
|
/aosp_15_r20/external/grpc-grpc/src/cpp/server/ |
H A D | backend_metric_recorder.cc | 223 grpc_core::BackendMetricData ServerMetricRecorder::GetMetrics() const { in GetMetrics() function in grpc::experimental::ServerMetricRecorder
|
/aosp_15_r20/external/webrtc/net/dcsctp/socket/ |
H A D | dcsctp_socket.cc | 580 absl::optional<Metrics> DcSctpSocket::GetMetrics() const { in GetMetrics() function in dcsctp::DcSctpSocket
|
/aosp_15_r20/external/skia/src/pdf/ |
H A D | SkPDFFont.cpp | 255 const SkAdvancedTypefaceMetrics* SkPDFFont::GetMetrics(const SkTypeface& typeface, in GetMetrics() function in SkPDFFont
|
/aosp_15_r20/external/google-cloud-java/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/proto/google/cloud/recaptchaenterprise/v1/ |
H A D | recaptchaenterprise.proto | 130 rpc GetMetrics(GetMetricsRequest) returns (Metrics) { rpc
|
/aosp_15_r20/external/googleapis/google/cloud/recaptchaenterprise/v1/ |
H A D | recaptchaenterprise.proto | 132 rpc GetMetrics(GetMetricsRequest) returns (Metrics) { rpc
|