Searched refs:mechanisms (Results 1 – 25 of 201) sorted by relevance
123456789
/external/webrtc/webrtc/libjingle/xmpp/ |
D | xmppauth.cc | 45 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()
|
D | plainsaslhandler.h | 31 …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()
|
D | xmpplogintask.cc | 182 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()
|
D | saslhandler.h | 32 …virtual std::string ChooseBestSaslMechanism(const std::vector<std::string> & mechanisms, bool encr…
|
D | xmppauth.h | 46 const std::vector<std::string>& mechanisms,
|
D | xmppengineimpl.cc | 356 const std::vector<std::string>& mechanisms, bool encrypted) { in ChooseBestSaslMechanism() argument 357 return sasl_handler_->ChooseBestSaslMechanism(mechanisms, encrypted); in ChooseBestSaslMechanism()
|
D | xmppengineimpl.h | 180 const std::vector<std::string>& mechanisms, bool encrypted);
|
/external/python/cpython2/Doc/library/ |
D | i18n.rst | 9 independent of language and locale by providing mechanisms for selecting a
|
D | ipc.rst | 8 The modules described in this chapter provide mechanisms for different processes
|
D | distutils.rst | 22 * additional mechanisms for configuring which files to include in source
|
D | abc.rst | 142 mechanisms. 177 'super' call mechanisms.
|
/external/python/cpython3/Doc/library/ |
D | i18n.rst | 8 independent of language and locale by providing mechanisms for selecting a
|
D | ipc.rst | 7 The modules described in this chapter provide mechanisms for
|
D | distutils.rst | 24 * additional mechanisms for configuring which files to include in source
|
/external/e2fsprogs/debian/attic/ |
D | comerrg-dev.menu | 6 have the problems identified with mechanisms commonly in use." \
|
/external/autotest/test_suites/ |
D | control.dummy_server | 16 so that we can test result gathering and reporting mechanisms.
|
D | control.dummy | 16 so that we can test result gathering and reporting mechanisms.
|
D | control.dummy_server_nossp | 16 so that we can test result gathering and reporting mechanisms.
|
D | control.hardware_storagequal_cq | 13 Test the moblab mechanisms that run the storage qual suite in the cq
|
/external/e2fsprogs/debian/attic/libs/ |
D | control | 28 have the problems identified with mechanisms commonly in use. 63 have the problems identified with mechanisms commonly in use.
|
/external/libpcap/ |
D | README.md | 74 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/ |
D | wpa_background.sgml | 51 <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/ |
D | control.srv | 9 A functional test of autotest's Barrier mechanisms for synchronizing
|
/external/eigen/doc/ |
D | TopicLazyEvaluation.dox | 5 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/ |
D | control | 74 have the problems identified with mechanisms commonly in use. 87 have the problems identified with mechanisms commonly in use.
|
123456789