| /external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/simulator/ | 
| D | link.cc | 19                        QuicBandwidth bandwidth,  in OneWayLink()95                              QuicBandwidth bandwidth,  in SymmetricLink()
 103                              QuicBandwidth bandwidth,  in SymmetricLink()
 
 | 
| D | link.h | 35   QuicBandwidth bandwidth() const { return bandwidth_; }  in bandwidth()  function83   QuicBandwidth bandwidth() { return a_to_b_link_.bandwidth(); }  in bandwidth()  function
 
 | 
| D | simulator_test.cc | 363   const QuicBandwidth bandwidth = QuicBandwidth::FromBytesPerSecond(10000);  in TEST_F()  local600   const QuicBandwidth bandwidth =  in TEST_F()  local
 639   const QuicBandwidth bandwidth =  in TEST_F()  local
 697   const QuicBandwidth bandwidth =  in TEST_F()  local
 753   const QuicBandwidth bandwidth = QuicBandwidth::FromBytesPerSecond(1000);  in TEST_F()  local
 
 | 
| /external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ | 
| D | CellIdentityLteBuilder.java | 29   private int bandwidth = CellInfo.UNAVAILABLE;  field in CellIdentityLteBuilder79   public CellIdentityLteBuilder setBandwidth(int bandwidth) {  in setBandwidth()
 149         int bandwidth,  in newCellIdentityLte()
 162         int bandwidth,  in newCellIdentityLte()
 
 | 
| /external/cronet/net/third_party/quiche/src/quiche/quic/core/ | 
| D | quic_sustained_bandwidth_recorder_test.cc | 25   QuicBandwidth bandwidth =  in TEST_F()  local105   QuicBandwidth bandwidth =  in TEST_F()  local
 
 | 
| D | quic_sustained_bandwidth_recorder.cc | 23     bool in_recovery, bool in_slow_start, QuicBandwidth bandwidth,  in RecordEstimate()
 | 
| D | quic_bandwidth_test.cc | 128   QuicBandwidth bandwidth = QuicBandwidth::FromBytesPerSecond(1000 * 50);  in TEST_F()  local
 | 
| /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/ | 
| D | LoessInterpolator.java | 70     private final double bandwidth;  field in LoessInterpolator124     public LoessInterpolator(double bandwidth, int robustnessIters) throws MathException {  in LoessInterpolator()
 149 …public LoessInterpolator(double bandwidth, int robustnessIters, double accuracy) throws MathExcept…  in LoessInterpolator()
 
 | 
| /external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/testing/integration/ | 
| D | ProxyTest.java | 129     int bandwidth = 64 * 1024;  in smallBandwidth()  local153     int bandwidth = 10 * 1024 * 1024;  in largeBandwidth()  local
 
 | 
| /external/rust/crates/criterion/src/stats/univariate/kde/ | 
| D | mod.rs | 17     bandwidth: A,  field38     pub fn bandwidth(&self) -> A {  in bandwidth()  function
 
 | 
| /external/tensorflow/tensorflow/core/protobuf/ | 
| D | device_properties.proto | 52   int64 bandwidth = 13;  field
 | 
| /external/webrtc/video/adaptation/ | 
| D | quality_rampup_experiment_helper.cc | 58     DataRate bandwidth,  in PerformQualityRampupExperiment()
 | 
| /external/tcpdump/ | 
| D | print-eigrp.c | 131     nd_uint32_t bandwidth;  member151     nd_uint32_t bandwidth;  member
 170     nd_uint32_t bandwidth;  member
 189     nd_uint32_t bandwidth;  member
 
 | 
| /external/cronet/net/third_party/quiche/src/quiche/quic/core/congestion_control/ | 
| D | tcp_cubic_sender_bytes.cc | 173   const QuicBandwidth bandwidth =  in PacingRate()  local223     QuicBandwidth bandwidth, QuicTime::Delta rtt) {  in SetCongestionWindowFromBandwidthAndRtt()
 
 | 
| /external/libvpx/vp9/encoder/ | 
| D | vp9_alt_ref_aq.c | 57                               int segmentation_overhead, int bandwidth) {  in vp9_alt_ref_aq_disable_if()
 | 
| /external/libopus/tests/ | 
| D | opus_decode_fuzzer.c | 52     const int bandwidth = opus_packet_get_bandwidth(toc);  in ParseToc()  local
 | 
| /external/webrtc/modules/audio_coding/codecs/opus/ | 
| D | opus_speed_test.cc | 111 #define ADD_BANDWIDTH_TEST(bandwidth)                                \  argument
 | 
| D | opus_interface.cc | 324     opus_int32 bandwidth;  in WebRtcOpus_GetMaxPlaybackRate()  local426   int32_t bandwidth;  in WebRtcOpus_GetBandwidth()  local
 434 int16_t WebRtcOpus_SetBandwidth(OpusEncInst* inst, int32_t bandwidth) {  in WebRtcOpus_SetBandwidth()
 
 | 
| /external/webrtc/examples/androidapp/src/org/appspot/apprtc/ | 
| D | CaptureQualityController.java | 105   private int calculateFramerate(double bandwidth, CaptureFormat format) {  in calculateFramerate()
 | 
| /external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/output/ | 
| D | MockServerSocket.java | 164 			int bandwidth) {  in setPerformancePreferences()
 | 
| /external/libopus/fuzzer/ | 
| D | opus_dec_fuzzer.cpp | 69   const int bandwidth = opus_packet_get_bandwidth(tocPtr);  in initDecoder()  local
 | 
| /external/webrtc/test/scenario/ | 
| D | probing_test.cc | 121   DataRate bandwidth =  in TEST()  local
 | 
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/manifest/ | 
| D | UrlTemplate.java | 81   public String buildUri(String representationId, long segmentNumber, int bandwidth, long time) {  in buildUri()
 | 
| /external/tensorflow/tensorflow/core/kernels/linalg/ | 
| D | banded_triangular_solve_op_test.cc | 34   Tensor bandwidth(DT_INT32, TensorShape({2}));  in SetDiag()  local
 | 
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/manifest/ | 
| D | UrlTemplate.java | 81   public String buildUri(String representationId, long segmentNumber, int bandwidth, long time) {  in buildUri()
 |