Home
last modified time | relevance | path

Searched refs:reliable (Results 1 – 25 of 173) sorted by relevance

1234567

/external/webrtc/modules/audio_processing/aec3/
Dmatched_filter.h78 LagEstimate(float accuracy, bool reliable, size_t lag, bool updated) in LagEstimate()
79 : accuracy(accuracy), reliable(reliable), lag(lag), updated(updated) {} in LagEstimate()
82 bool reliable = false; member
Dmatched_filter_unittest.cc221 !lag_estimates[k].reliable || in TEST()
222 !lag_estimates[*expected_most_accurate_lag_estimate].reliable); in TEST()
234 lag_estimates[*expected_most_accurate_lag_estimate].reliable || in TEST()
237 .reliable); in TEST()
240 if (lag_estimates[*expected_most_accurate_lag_estimate].reliable) { in TEST()
296 EXPECT_FALSE(le.reliable); in TEST()
352 EXPECT_FALSE(le.reliable); in TEST()
Dmatched_filter_lag_aggregator.cc49 if (lag_estimates[k].updated && lag_estimates[k].reliable) { in Aggregate()
/external/webrtc/api/
Ddata_channel_interface.h37 bool reliable = false; member
144 virtual bool reliable() const = 0;
/external/pigweed/
DMETADATA5 "reliable development on small-footprint MMU-less 32-bit microcontrollers."
/external/grpc-grpc-java/protobuf-lite/
DBUILD.bazel17 # This config is not fully-reliable. If it breaks, it is probably because you
/external/webrtc/examples/androidtests/third_party/
DREADME.webrtc5 an entry in this file that refers to reliable documentation of the project's
/external/autotest/server/site_tests/firmware_Cr50USB/
Dcontrol16 connection is reliable.
/external/autotest/server/site_tests/firmware_Cr50UpdateScriptStress/
Dcontrol17 to verify that the cr50 update is reliable.
Dcontrol.faft_cr50_tot17 to verify that the cr50 update is reliable.
/external/skqp/third_party/
DREADME11 create a README that refers to reliable documentation of the project's license
/external/skia/third_party/
DREADME11 create a README that refers to reliable documentation of the project's license
/external/llvm-project/clang/test/CodeGen/
Dthinlto-backend-option.ll5 ; than that this error is produced, this provides a reliable way to test this
/external/webrtc/pc/
Drtp_data_channel.cc42 BYPASS_PROXY_CONSTMETHOD0(bool, reliable)
101 if (config_.reliable || config_.id != -1 || config_.maxRetransmits || in Init()
Dsctp_data_channel_transport.cc46 sd_params.reliable = !(params.max_rtx_count || params.max_rtx_ms); in SendData()
Drtp_data_channel.h83 bool reliable() const override { return false; } in reliable() function
Dsctp_data_channel.h131 bool reliable() const override;
Dsctp_data_channel.cc45 BYPASS_PROXY_CONSTMETHOD0(bool, reliable)
231 bool SctpDataChannel::reliable() const { in reliable() function in webrtc::SctpDataChannel
/external/webrtc/media/sctp/
Dsctp_transport_reliability_unittest.cc657 send_params.reliable = true; in TEST_F()
695 send_params.reliable = true; in TEST_F()
734 send_params.reliable = false; in TEST_F()
771 send_params.reliable = true; in TEST_F()
/external/iproute2/tc/
DREADME.last37 is not reliable.
/external/libgsm/
DREADME19 The quality of the algorithm is good enough for reliable speaker
/external/llvm-project/llvm/unittests/Support/
DCMakeLists.txt102 # as it does things intentionally, and there is no reliable way of
/external/bazelbuild-rules_android/
DROADMAP.md43 * Stable and reliable CI
/external/llvm-project/libcxx/docs/
DAddingNewCIJobs.rst63 velocity. We also try to make sure that jobs run on reliable infrastructure in
/external/libxml2/result/HTML/
Dtest2.html.sax30 … border='0', width='468', height='60', alt='Atipa Linux solutions. Your reliable cluster, server, …

1234567