Home
last modified time | relevance | path

Searched defs:throughput (Results 1 – 25 of 182) sorted by relevance

12345678

/aosp_15_r20/external/webrtc/modules/congestion_controller/goog_cc/
H A Drobust_throughput_estimator_unittest.cc86 auto throughput = throughput_estimator.bitrate(); in TEST() local
112 auto throughput = throughput_estimator.bitrate(); in TEST() local
124 auto throughput = throughput_estimator.bitrate(); in TEST() local
136 auto throughput = throughput_estimator.bitrate(); in TEST() local
148 auto throughput = throughput_estimator.bitrate(); in TEST() local
162 auto throughput = throughput_estimator.bitrate(); in TEST() local
180 auto throughput = throughput_estimator.bitrate(); in TEST() local
200 auto throughput = throughput_estimator.bitrate(); in TEST() local
222 auto throughput = throughput_estimator.bitrate(); in TEST() local
283 auto throughput = throughput_estimator.bitrate(); in TEST() local
[all …]
/aosp_15_r20/external/python/bumble/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/
DReceiver.kt54 val throughput = (bytesReceived / elapsed.toDouble(DurationUnit.SECONDS)).toInt() in onSequencePacket() constant
DSender.kt76 val throughput = (bytesSent / elapsed.toDouble(DurationUnit.SECONDS)).toInt() in onAckPacket() constant
DModel.kt46 var throughput by mutableIntStateOf(0) variable
/aosp_15_r20/external/tensorflow/tensorflow/python/platform/
H A Dbenchmark.py77 throughput=None, extras=None, metrics=None): argument
263 throughput=None, argument
/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/
Dbenchmark_group.rs84 throughput: Option<Throughput>, field
227 pub fn throughput(&mut self, throughput: Throughput) -> &mut Self { in throughput() method
/aosp_15_r20/external/rust/android-crates-io/crates/want/benches/
Dthroughput.rs7 fn throughput(b: &mut test::Bencher) { in throughput() function
/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_ir_performance.h76 float throughput; member
/aosp_15_r20/external/tensorflow/tensorflow/tools/benchmark/
H A Dbenchmark_model.cc222 double throughput = -1.0) { in RecordBenchmarkEntry()
663 const double throughput = in Main() local
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_ir_performance.h77 float throughput; member
/aosp_15_r20/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DThroughputFilter.java82 Throughput throughput = new Throughput(mTotalFrameCount, in onProcess() local
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiCandidates.java176 void setPredictedMultiLinkThroughputMbps(int throughput); in setPredictedMultiLinkThroughputMbps()
417 public void setPredictedMultiLinkThroughputMbps(int throughput) { in setPredictedMultiLinkThroughputMbps()
DThroughputScorer.java244 int throughput = in calculateThroughputBonusScore() local
/aosp_15_r20/frameworks/base/media/mca/filterpacks/java/android/filterpacks/performance/
H A DThroughputFilter.java90 Throughput throughput = new Throughput(mTotalFrameCount, in process() local
/aosp_15_r20/external/conscrypt/repackaged/benchmark-base/src/main/java/com/android/org/conscrypt/
H A DServerSocketBenchmark.java135 void throughput() throws Exception { in throughput() method in ServerSocketBenchmark
H A DClientSocketBenchmark.java131 void throughput() throws Exception { in throughput() method in ClientSocketBenchmark
/aosp_15_r20/external/conscrypt/benchmark-base/src/main/java/org/conscrypt/
H A DServerSocketBenchmark.java131 void throughput() throws Exception { in throughput() method in ServerSocketBenchmark
H A DClientSocketBenchmark.java129 void throughput() throws Exception { in throughput() method in ClientSocketBenchmark
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/
H A Diterator_ops_test.cc82 CellReader<int64_t> throughput("/tensorflow/data/bytes_fetched"); in TEST_F() local
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/internal/http/pipeline/stages/
H A DHandleResponseStage.java69 double throughput = MetricUtils.bytesPerSec(responseBytesRead, responseReadStart, now); in collectMetrics() local
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dreporter.cc73 double throughput) { in Benchmark()
/aosp_15_r20/frameworks/base/apct-tests/perftests/core/src/android/conscrypt/conscrypt/
H A DServerSocketPerfTest.java203 public void throughput(Config config) throws Exception { in throughput() method in ServerSocketPerfTest
/aosp_15_r20/external/libevent/test/
H A Dbench_httpclient.c183 double throughput; in main() local
/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/html/
Dmod.rs46 throughput: Option<ConfidenceInterval>, field
338 let throughput = measurements in measurement_complete() localVariable
/aosp_15_r20/external/eigen/bench/tensors/
H A Dbenchmark_main.cc169 char throughput[100]; in RunWithArg() local

12345678