Home
last modified time | relevance | path

Searched refs:FindFullName (Results 1 – 14 of 14) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Doveruse_detector.cc40 webrtc::field_trial::FindFullName(kAdaptiveThresholdExperiment); in AdaptiveThresholdExperimentIsEnabled()
50 webrtc::field_trial::FindFullName(kAdaptiveThresholdExperiment); in ReadExperimentConstants()
/external/webrtc/webrtc/system_wrappers/include/
Dfield_trial.h63 std::string FindFullName(const std::string& name);
/external/webrtc/webrtc/system_wrappers/source/
Dfield_trial_default.cc22 std::string FindFullName(const std::string& name) { in FindFullName() function
/external/pdfium/core/fpdfapi/page/
Dcpdf_streamcontentparser.cpp163 ByteStringView FindFullName(const AbbrPair* table, in FindFullName() function
180 ByteStringView fullname = FindFullName( in ReplaceAbbr()
194 FindFullName(InlineValueAbbr, FX_ArraySize(InlineValueAbbr), in ReplaceAbbr()
222 FindFullName(InlineValueAbbr, FX_ArraySize(InlineValueAbbr), in ReplaceAbbr()
1636 return FindFullName(InlineKeyAbbr, FX_ArraySize(InlineKeyAbbr), abbr); in FindKeyAbbreviationForTesting()
1642 return FindFullName(InlineValueAbbr, FX_ArraySize(InlineValueAbbr), abbr); in FindValueAbbreviationForTesting()
/external/webrtc/talk/media/webrtc/
Dsimulcast.cc258 webrtc::field_trial::FindFullName(kScreencastLayerFieldTrialName); in GetDefault()
Dwebrtcvideocapturer.cc270 webrtc::field_trial::FindFullName("WebRTC-CVO"); in SetApplyRotation()
Dwebrtcvideoengine2.cc514 if (webrtc::field_trial::FindFullName("WebRTC-SendSideBwe") == "Enabled") { in GetCapabilities()
/external/webrtc/webrtc/modules/video_coding/
Djitter_estimator.cc421 webrtc::field_trial::FindFullName("WebRTC-ReducedJitterDelay"); in LowRateExperimentEnabled()
/external/libchrome/base/metrics/
Dfield_trial.h490 static std::string FindFullName(const std::string& trial_name);
Dfield_trial_unittest.cc589 EXPECT_EQ("def", FieldTrialList::FindFullName("Abc")); in TEST_F()
590 EXPECT_EQ("zyx", FieldTrialList::FindFullName("Xyz")); in TEST_F()
627 EXPECT_EQ("def", FieldTrialList::FindFullName("Abc")); in TEST_F()
Dfield_trial.cc618 std::string FieldTrialList::FindFullName(const std::string& trial_name) { in FindFullName() function in base::FieldTrialList
/external/webrtc/talk/app/webrtc/java/jni/
Dandroidmediaencoder_jni.cc343 scale_ = (codecType_ != kVideoCodecVP9) && (webrtc::field_trial::FindFullName( in InitEncode()
/external/webrtc/webrtc/p2p/base/
Dp2ptransportchannel.cc226 webrtc::field_trial::FindFullName("WebRTC-StunInterPacketDelay").c_str(), in P2PTransportChannel()
/external/webrtc/talk/app/webrtc/
Dpeerconnection.cc622 } else if (webrtc::field_trial::FindFullName("WebRTC-IPv6Default") == in Initialize()