Home
last modified time | relevance | path

Searched defs:probes (Results 1 – 25 of 40) sorted by relevance

12

/external/webrtc/modules/congestion_controller/goog_cc/
Dprobe_controller_unittest.cc72 auto probes = probe_controller_->SetBitrates(kMinBitrateBps, kStartBitrateBps, in TEST_F() local
79 auto probes = probe_controller_->SetBitrates(kMinBitrateBps, kStartBitrateBps, in TEST_F() local
87 auto probes = probe_controller_->SetBitrates(kMinBitrateBps, kStartBitrateBps, in TEST_F() local
102 auto probes = probe_controller_->SetBitrates(kMinBitrateBps, kStartBitrateBps, in TEST_F() local
125 auto probes = probe_controller_->SetBitrates(kMinBitrateBps, kStartBitrateBps, in TEST_F() local
139 auto probes = probe_controller_->SetBitrates(kMinBitrateBps, kStartBitrateBps, in TEST_F() local
153 auto probes = probe_controller_->SetBitrates(kMinBitrateBps, kStartBitrateBps, in TEST_F() local
164 auto probes = probe_controller_->SetBitrates(kMinBitrateBps, kStartBitrateBps, in TEST_F() local
180 auto probes = probe_controller_->SetBitrates(kMinBitrateBps, kStartBitrateBps, in TEST_F() local
198 auto probes = probe_controller_->SetBitrates(kMinBitrateBps, kStartBitrateBps, in TEST_F() local
[all …]
Dgoog_cc_network_control.cc191 auto probes = probe_controller_->OnMaxTotalAllocatedBitrate( in OnProcessInterval() local
209 auto probes = probe_controller_->Process(msg.at_time.ms()); in OnProcessInterval() local
561 auto probes = probe_controller_->RequestProbe(report.feedback_time.ms()); in OnTransportPacketsFeedback() local
566 auto probes = probe_controller_->RequestProbe(report.feedback_time.ms()); in OnTransportPacketsFeedback() local
681 auto probes = probe_controller_->SetEstimatedBitrate( in MaybeTriggerOnNetworkChanged() local
Dprobe_controller.cc218 std::vector<int64_t> probes = {first_probe_rate.bps()}; in OnMaxTotalAllocatedBitrate() local
256 std::vector<int64_t> probes = {static_cast<int64_t>( in InitiateExponentialProbing() local
/external/perfetto/test/
Dftrace_integrationtest.cc105 ProbesProducerThread probes(GetTestProducerSockName()); in TEST_F() local
150 ProbesProducerThread probes(GetTestProducerSockName()); in TEST_F() local
239 ProbesProducerThread probes(GetTestProducerSockName()); in TEST_F() local
288 ProbesProducerThread probes(GetTestProducerSockName()); in TEST_F() local
Dandroid_integrationtest.cc105 ProbesProducerThread probes(GetTestProducerSockName()); in TEST() local
239 ProbesProducerThread probes(GetTestProducerSockName()); in TEST() local
/external/kotlinx.coroutines/integration-testing/src/debugAgentTest/kotlin/
DPrecompiledDebugProbesTest.kt25 val probes = File(base, "kotlinx-coroutines-core/jvm/resources/DebugProbesKt.bin") in testClassFileContent() constant
/external/jacoco/org.jacoco.core/src/org/jacoco/core/data/
DExecutionData.java32 private final boolean[] probes; field in ExecutionData
45 final boolean[] probes) { in ExecutionData()
DMappedExecutionData.java44 final boolean[] probes, in MappedExecutionData()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
DClassAnalyzer.java37 private final boolean[] probes; field in ClassAnalyzer
59 final boolean[] probes, final StringPool stringPool) { in ClassAnalyzer()
DInstructionsBuilder.java34 private final boolean[] probes; field in InstructionsBuilder
69 InstructionsBuilder(final boolean[] probes) { in InstructionsBuilder()
/external/libtextclassifier/abseil-cpp/absl/container/internal/
Dhashtable_debug.h80 auto probes = GetHashtableDebugNumProbesHistogram(container); in GetHashtableDebugProbeSummary() local
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Dhashtable_debug.h80 auto probes = GetHashtableDebugNumProbesHistogram(container); in GetHashtableDebugProbeSummary() local
/external/angle/third_party/abseil-cpp/absl/container/internal/
Dhashtable_debug.h80 auto probes = GetHashtableDebugNumProbesHistogram(container); in GetHashtableDebugProbeSummary() local
/external/webrtc/third_party/abseil-cpp/absl/container/internal/
Dhashtable_debug.h80 auto probes = GetHashtableDebugNumProbesHistogram(container); in GetHashtableDebugProbeSummary() local
/external/abseil-cpp/absl/container/internal/
Dhashtable_debug.h80 auto probes = GetHashtableDebugNumProbesHistogram(container); in GetHashtableDebugProbeSummary() local
/external/openscreen/third_party/abseil/src/absl/container/internal/
Dhashtable_debug.h80 auto probes = GetHashtableDebugNumProbesHistogram(container); in GetHashtableDebugProbeSummary() local
/external/libnl/lib/route/
Dneightbl.c674 void rtnl_neightbl_set_app_probes(struct rtnl_neightbl *ntbl, int probes) in rtnl_neightbl_set_app_probes()
686 void rtnl_neightbl_set_ucast_probes(struct rtnl_neightbl *ntbl, int probes) in rtnl_neightbl_set_ucast_probes()
698 void rtnl_neightbl_set_mcast_probes(struct rtnl_neightbl *ntbl, int probes) in rtnl_neightbl_set_mcast_probes()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/runtime/
DOfflineInstrumentationAccessGeneratorTest.java38 private static boolean[] probes; field in OfflineInstrumentationAccessGeneratorTest
/external/bcc/tools/lib/
Dugc.py117 probes = [] variable
/external/jazzer-api/agent/src/main/java/com/code_intelligence/jazzer/instrumentor/
DCoverageRecorder.kt147 val probes = BooleanArray(info.nextEdgeId - info.initialEdgeId) in <lambda>() constant
/external/grpc-grpc-java/core/src/main/java/io/grpc/
DInternalChannelz.java727 public final int probes; field in InternalChannelz.TcpInfo
754 TcpInfo(int state, int caState, int retransmits, int probes, int backoff, int options, in TcpInfo()
794 private int probes; field in InternalChannelz.TcpInfo.Builder
836 public Builder setProbes(int probes) { in setProbes()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/
DMethodAnalyzerTest.java47 private boolean[] probes; field in MethodAnalyzerTest
/external/perfetto/ui/src/frontend/
Drecord_page.ts1412 const probes = []; constant
/external/selinux/libselinux/src/
Davc.c380 int *probes) in avc_search_node()
430 int probes, rc = 0; in avc_lookup() local
/external/oj-libjdwp/src/share/javavm/export/
Djvm.h660 JVM_DTraceProbe* probes; member

12