Home
last modified time | relevance | path

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

/external/libmojo/base/android/
Dfield_trial_list.cc16 static ScopedJavaLocalRef<jstring> FindFullName( in FindFullName() function
22 env, base::FieldTrialList::FindFullName(trial_name)); in FindFullName()
/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/libchrome/base/
Dsys_info.cc41 base::FieldTrialList::FindFullName("MemoryReduction"); in IsLowEndDevice()
/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 CFX_ByteStringC FindFullName(const AbbrPair* table, in FindFullName() function
181 CFX_ByteStringC fullname = FindFullName( in ReplaceAbbr()
194 fullname = FindFullName( in ReplaceAbbr()
221 CFX_ByteStringC fullname = FindFullName( in ReplaceAbbr()
239 return FindFullName(InlineKeyAbbr, FX_ArraySize(InlineKeyAbbr), abbr); in PDF_FindKeyAbbreviationForTesting()
244 return FindFullName(InlineValueAbbr, FX_ArraySize(InlineValueAbbr), abbr); in PDF_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/libchrome/base/metrics/
Dfield_trial.h412 static std::string FindFullName(const std::string& trial_name);
Dfield_trial_unittest.cc573 EXPECT_EQ("def", FieldTrialList::FindFullName("Abc")); in TEST_F()
574 EXPECT_EQ("zyx", FieldTrialList::FindFullName("Xyz")); in TEST_F()
611 EXPECT_EQ("def", FieldTrialList::FindFullName("Abc")); in TEST_F()
Dfield_trial.cc434 std::string FieldTrialList::FindFullName(const std::string& trial_name) { in FindFullName() function in base::FieldTrialList
/external/webrtc/webrtc/modules/video_coding/
Djitter_estimator.cc421 webrtc::field_trial::FindFullName("WebRTC-ReducedJitterDelay"); in LowRateExperimentEnabled()
/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()