Home
last modified time | relevance | path

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

12345678910>>...17

/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.'
19 This test verifies that boot lockbox mechanism is functional. It tests that
/external/openssh/
Dpkcs11.h680 ck_mechanism_type_t mechanism; member
822 struct ck_mechanism *mechanism,
841 struct ck_mechanism *mechanism,
860 struct ck_mechanism *mechanism));
878 struct ck_mechanism *mechanism,
894 struct ck_mechanism *mechanism,
904 struct ck_mechanism *mechanism,
920 struct ck_mechanism *mechanism,
954 struct ck_mechanism *mechanism,
960 struct ck_mechanism *mechanism,
[all …]
/external/python/cpython2/Doc/library/
Duser.rst22 module implements such a mechanism. A program that wishes to use the mechanism
44 A suggestion for programmers who wish to use this mechanism: a simple way to let
71 Site-wide customization mechanism.
/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/libpcap/
DCMakeLists.txt213 # UN*X - figure out what type of packet capture mechanism we
269 message(STATUS "Packet capture mechanism type: ${PCAP_TYPE}")
279 # UN*X - figure out what type of interface list mechanism we
306 # mechanism, but, for now, this'll catch this
317 # some other mechanism; determine what that mechanism is.
319 # The first thing we use is the type of capture mechanism,
340 # another mechanism, and we should be using that
347 message(STATUS "Find-interfaces mechanism type: ${FINDALLDEVS_TYPE}")
/external/autotest/server/site_tests/sequences/
Dcontrol.power_weekly24 # TODO(tbroch) Deprecate this control file when SUITES= mechanism detailed @
39 # TODO(tbroch): Add power_Standby here once there's a mechanism to postpone
/external/libmojo/mojo/
DREADME.md5 binding mechanism for Chromium.
/external/iptables/libipq/
Dlibipq.pc.in8 Description: Interface to the (old) ip_queue mechanism
/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/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/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/ltp/testcases/realtime/doc/
DTODO4 o Use librt debug output mechanism in all tests, e.g. matrix_mult
/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

12345678910>>...17