Home
last modified time | relevance | path

Searched refs:mechanisms (Results 1 – 25 of 201) sorted by relevance

123456789

/external/webrtc/webrtc/libjingle/xmpp/
Dxmppauth.cc45 const std::vector<std::string>& mechanisms, in ChooseBestSaslMechanism() argument
49 contains(mechanisms, buzz::AUTH_MECHANISM_OAUTH2)) { in ChooseBestSaslMechanism()
55 contains(mechanisms, buzz::AUTH_MECHANISM_GOOGLE_TOKEN)) { in ChooseBestSaslMechanism()
61 contains(mechanisms, buzz::AUTH_MECHANISM_GOOGLE_COOKIE)) { in ChooseBestSaslMechanism()
66 if (contains(mechanisms, buzz::AUTH_MECHANISM_PLAIN)) { in ChooseBestSaslMechanism()
Dplainsaslhandler.h31 …virtual std::string ChooseBestSaslMechanism(const std::vector<std::string> & mechanisms, bool encr… in ChooseBestSaslMechanism() argument
37 …std::vector<std::string>::const_iterator it = std::find(mechanisms.begin(), mechanisms.end(), "PLA… in ChooseBestSaslMechanism()
38 if (it == mechanisms.end()) { in ChooseBestSaslMechanism()
Dxmpplogintask.cc182 std::vector<std::string> mechanisms; in Advance() local
188 mechanisms.push_back(pelMech->BodyText()); in Advance()
192 std::string choice(pctx_->ChooseBestSaslMechanism(mechanisms, pctx_->IsEncrypted())); in Advance()
Dsaslhandler.h32 …virtual std::string ChooseBestSaslMechanism(const std::vector<std::string> & mechanisms, bool encr…
Dxmppauth.h46 const std::vector<std::string>& mechanisms,
Dxmppengineimpl.cc356 const std::vector<std::string>& mechanisms, bool encrypted) { in ChooseBestSaslMechanism() argument
357 return sasl_handler_->ChooseBestSaslMechanism(mechanisms, encrypted); in ChooseBestSaslMechanism()
Dxmppengineimpl.h180 const std::vector<std::string>& mechanisms, bool encrypted);
/external/python/cpython2/Doc/library/
Di18n.rst9 independent of language and locale by providing mechanisms for selecting a
Dipc.rst8 The modules described in this chapter provide mechanisms for different processes
Ddistutils.rst22 * additional mechanisms for configuring which files to include in source
Dabc.rst142 mechanisms.
177 'super' call mechanisms.
/external/python/cpython3/Doc/library/
Di18n.rst8 independent of language and locale by providing mechanisms for selecting a
Dipc.rst7 The modules described in this chapter provide mechanisms for
Ddistutils.rst24 * additional mechanisms for configuring which files to include in source
/external/e2fsprogs/debian/attic/
Dcomerrg-dev.menu6 have the problems identified with mechanisms commonly in use." \
/external/autotest/test_suites/
Dcontrol.dummy_server16 so that we can test result gathering and reporting mechanisms.
Dcontrol.dummy16 so that we can test result gathering and reporting mechanisms.
Dcontrol.dummy_server_nossp16 so that we can test result gathering and reporting mechanisms.
Dcontrol.hardware_storagequal_cq13 Test the moblab mechanisms that run the storage qual suite in the cq
/external/e2fsprogs/debian/attic/libs/
Dcontrol28 have the problems identified with mechanisms commonly in use.
63 have the problems identified with mechanisms commonly in use.
/external/libpcap/
DREADME.md74 any of the eBPF mechanisms as yet, although it supports many of the
75 memory mapped receive mechanisms.
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
Dwpa_background.sgml51 <para>Keys can be managed using two different mechanisms. WPA can
55 "WPA-Personal", respectively. Both mechanisms will generate a
/external/autotest/server/tests/barriertest_2client/
Dcontrol.srv9 A functional test of autotest's Barrier mechanisms for synchronizing
/external/eigen/doc/
DTopicLazyEvaluation.dox5 Executive summary: Eigen has intelligent compile-time mechanisms to enable lazy evaluation and remo…
23 For these reasons, Eigen has intelligent compile-time mechanisms to determine automatically when to…
/external/e2fsprogs/debian/
Dcontrol74 have the problems identified with mechanisms commonly in use.
87 have the problems identified with mechanisms commonly in use.

123456789