/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/dbus/test/data/auth/ |
D | mechanisms.auth-script | 1 ## this tests that the server sends a list of mechanisms
|
D | client-out-of-mechanisms.auth-script | 2 ## known mechanisms
|
/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 | 17 so that we can test result gathering and reporting mechanisms.
|
D | control.dummy | 17 so that we can test result gathering and reporting mechanisms.
|
/external/dbus/dbus/ |
D | dbus-auth.h | 49 const char **mechanisms);
|
D | dbus-server.h | 87 const char **mechanisms);
|
D | dbus-transport.h | 96 const char **mechanisms);
|
D | dbus-server.c | 1049 const char **mechanisms) in dbus_server_set_auth_mechanisms() argument 1057 if (mechanisms != NULL) in dbus_server_set_auth_mechanisms() 1059 copy = _dbus_dup_string_array (mechanisms); in dbus_server_set_auth_mechanisms()
|
/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/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/netperf/ |
D | README.solaris | 20 reports. The CPU time accounting mechanisms either do not track time
|
/external/autotest/server/tests/barriertest_2client/ |
D | control.srv | 9 A functional test of autotest's Barrier mechanisms for synchronizing
|
/external/dbus/bus/ |
D | config-parser.c | 99 DBusList *mechanisms; /**< Auth mechanisms */ member 330 while ((link = _dbus_list_pop_first_link (&included->mechanisms))) in merge_included() 331 _dbus_list_append_link (&parser->mechanisms, link); in merge_included() 512 _dbus_list_foreach (&parser->mechanisms, in bus_config_parser_unref() 516 _dbus_list_clear (&parser->mechanisms); in bus_config_parser_unref() 2530 if (!_dbus_list_append (&parser->mechanisms, in bus_config_parser_content() 2651 return &parser->mechanisms; in bus_config_parser_get_mechanisms() 3126 if (!lists_of_c_strings_equal (a->mechanisms, b->mechanisms)) in config_parsers_equal()
|
/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/dbus/test/ |
D | Makefile.am | 219 data/auth/client-out-of-mechanisms.auth-script \ 230 data/auth/mechanisms.auth-script \
|
/external/clang/docs/ |
D | SafeStack.rst | 102 handling mechanisms, intrinsics such as ``__builtin_frame_address``, or 110 stronger safe stack protection mechanisms, that rely on software fault
|
/external/libmicrohttpd/doc/chapters/ |
D | sessions.inc | 69 instead of in memory. Still, having mechanisms to expire data
|