Home
last modified time | relevance | path

Searched refs:mechanism (Results 1 – 25 of 327) sorted by relevance

12345678910>>...14

/external/webrtc/webrtc/libjingle/xmpp/
Dxmppauth.cc75 const std::string& mechanism) { in CreateSaslMechanism() argument
76 if (mechanism == buzz::AUTH_MECHANISM_OAUTH2) { in CreateSaslMechanism()
78 mechanism, jid_.Str(), auth_token_, "oauth2"); in CreateSaslMechanism()
79 } else if (mechanism == buzz::AUTH_MECHANISM_GOOGLE_TOKEN) { in CreateSaslMechanism()
80 return new buzz::SaslCookieMechanism(mechanism, jid_.Str(), auth_token_); in CreateSaslMechanism()
83 } else if (mechanism == buzz::AUTH_MECHANISM_PLAIN) { in CreateSaslMechanism()
Dsaslcookiemechanism.h24 SaslCookieMechanism(const std::string & mechanism, in SaslCookieMechanism() argument
28 : mechanism_(mechanism), in SaslCookieMechanism()
33 SaslCookieMechanism(const std::string & mechanism, in SaslCookieMechanism() argument
36 : mechanism_(mechanism), in SaslCookieMechanism()
Dplainsaslhandler.h48 virtual SaslMechanism * CreateSaslMechanism(const std::string & mechanism) { in CreateSaslMechanism() argument
49 if (mechanism == "PLAIN") { in CreateSaslMechanism()
Dxmppclientsettings.h30 void set_auth_token(const std::string& mechanism, in set_auth_token() argument
32 auth_mechanism_ = mechanism; in set_auth_token()
Dsaslhandler.h37 virtual SaslMechanism * CreateSaslMechanism(const std::string & mechanism) = 0;
Dxmppauth.h50 const std::string& mechanism);
/external/netperf/
DREADME.hpux4 "pstat" CPU utilization mechanism. This mechanism is the familiar
5 HP-UX idle counter mechanism (for all incense and porpoises) and
9 "pstatnew" CPU utilization mechanism. 11.23 adds cycle counts for
17 (since the pstat mechanism has tested that one OK), we will take the
/external/autotest/client/site_tests/platform_BootLockbox/
Dcontrol7 PURPOSE = 'Tests the boot lockbox mechanism.'
8 CRITERIA = 'Fails if the lockbox mechanism does not function as expected.'
20 This test verifies that boot lockbox mechanism is functional. It tests that
/external/clang/test/Index/
Dcomment-misc-tags.m10 @abstract Single-threaded work-loop client request mechanism.
11 @discussion An IOCommandGate instance is an extremely light weight mechanism that
27 // CHECK-NEXT: (CXComment_Text Text=[ Single-threaded work-loop client request mechanism.] Ha…
30 …ment_Text Text=[ An IOCommandGate instance is an extremely light weight mechanism that] HasTrailin…
/external/autotest/server/site_tests/sequences/
Dcontrol.power_weekly25 # TODO(tbroch) Deprecate this control file when SUITES= mechanism detailed @
40 # TODO(tbroch): Add power_Standby here once there's a mechanism to postpone
/external/iptables/libipq/
Dlibipq.pc.in8 Description: Interface to the (old) ip_queue mechanism
/external/dbus/dbus/
Ddbus-auth.c104 const char *mechanism; /**< Name of the mechanism */ member
430 DBUS_AUTH_NAME (auth), auth->mech->mechanism); in shutdown_mech()
1338 while (all_mechanisms[i].mechanism != NULL) in find_mech()
1341 all_mechanisms[i].mechanism)) in find_mech()
1367 mech->mechanism)) in send_auth()
1455 while (all_mechanisms[i].mechanism != NULL) in send_rejected()
1462 all_mechanisms[i].mechanism)) in send_rejected()
1704 auth->mech->mechanism); in handle_auth()
1901 DBUS_AUTH_NAME (auth), mech->mechanism); in record_mechanisms()
1913 DBUS_AUTH_NAME (auth), mech->mechanism); in record_mechanisms()
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/gcs-oauth2-boto-plugin/
DREADME.md30 The default locking mechanism used is threading.Lock. You can switch to using
31 another locking mechanism by calling SetLock. Example:
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
Dwpa_background.sgml15 <para>The original security mechanism of IEEE 802.11 standard was
49 keyed packet authentication mechanism (Michael MIC).</para>
64 of the selected key management mechanism (only the method for
/external/slf4j/jcl-over-slf4j/src/main/resources/META-INF/services/
Dorg.apache.commons.logging.LogFactory3 # Axis gets at JCL through its own mechanism as defined by Commons Discovery, which
/external/dbus/test/data/auth/
Danonymous-client-successful.auth-script5 ## Reject whatever mechanism the client picks first
/external/objenesis/
DREADME.android2 Java's standard constructor mechanism. This is sometimes useful in tests, and
/external/markdown/docs/extensions/
DImageLinks.txt7 ImageLinks is a Python-Markdown extension that provides a mechanism for
/external/e2fsprogs/debian/attic/
Dcomerrg-dev.menu4 description="libcomerr is an attempt to present a common error-handling mechanism to \
/external/google-breakpad/
DDEPS29 # This is used to mimic the svn:externals mechanism for gclient (both Git and
32 # you can still use the hooks mechanism for generating project files by calling
/external/valgrind/docs/internals/
Dnotes.txt107 The redirect mechanism should (could) be used to support vsyscalls on
111 place and making the AT_SYSINFO entry point at it, as that mechanism
127 Redirection mechanism
140 that nameing mechanism involves $ signs etc in symbol names, which
/external/iptables/extensions/
Dlibxt_ecn.man1 … IPv4/IPv6 and TCP header. ECN is the Explicit Congestion Notification mechanism as specified in …
/external/autotest/client/site_tests/autoupdate_CannedOmahaUpdate/
Dcontrol13 Client-side mechanism to update a DUT with a given image. It is used
/external/mesa3d/src/mesa/tnl/
DNOTES7 'vtxfmt' mechanism of core mesa for tnl functionality in all
70 mechanism.
/external/eigen/doc/
DHiPerformance.dox11 In this page we will give a brief overview of the Eigen's internal mechanism to simplify
20 As explained latter, this mechanism has some limitations, and knowing them will allow
43 Unfortunately, this simplification mechanism is not perfect yet and not all expressions which could…

12345678910>>...14