Home
last modified time | relevance | path

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

12345678910>>...27

/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;
/external/libpcap/testprogs/
Dselpolltest.c73 const char *mechanism; in main() local
85 mechanism = NULL; in main()
103 mechanism = "select() and pcap_dispatch()"; in main()
108 mechanism = "poll() and pcap_dispatch()"; in main()
168 device, mechanism); in main()
185 mechanism); in main()
/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.'
18 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/autotest/server/site_tests/platform_BootLockboxServer/
Dcontrol7 PURPOSE = 'Tests the boot lockbox mechanism.'
8 CRITERIA = 'Fails if the lockbox mechanism does not function as expected.'
16 This test verifies that boot lockbox mechanism is functional. It tests that
/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/u-boot/drivers/i2c/muxes/
DKconfig6 one of several buses using some sort of control mechanism. The
15 one of several buses using some sort of control mechanism. The
25 response mechanism where masters have to claim the bus by asserting
/external/autotest/client/site_tests/autoupdate_Backoff/
Dcontrol8 Client side test of the update_engine backoff mechanism.
13 PURPOSE = 'Client side test of the update_engine backoff 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/perfetto/src/tracing/
DREADME.md20 mechanism that allows Producer(s), Consumer(s) and Service to be hosted on
29 Similar to Option 2, but the client creates its own transport mechanism,
52 platform-specific things like implementation of shared memory and RPC mechanism.
/external/cldr/specs/rfc/
Ddraft-davis-t-langtag-ext.txt254 A transformation mechanism is an optional field that indicates the
440 [UTS35]: the transform mechanism. That field is summarized here:
442 a. The transform mechanism consists of a sequence of subtags
452 mechanism subtags. Each mechanism subtag has a length of 3 to 8
455 the mechanism subtag 'ungegn' in "und-Cyrl-t-und-latn-m0-ungegn".
456 In many cases, only one mechanism subtag is necessary, but
460 Gregorian calendar. It MAY occur in any mechanism field, but it
511 mechanism. For example, if the mechanism XXX uses versions of
519 requested transform, including the specification of the mechanism.
535 | Subtag | The proposed mechanism subtag (or subtag sequence). |
[all …]
/external/wayland/
DTODO13 - we need a "no kb focus please" mechanism. Or should this be
31 when user clicks there. We could use the region mechanism here
36 - subsurface mechanism. we need this for cases where we would use an
62 - Needs a mechanism to pass buffers to client.
/external/tensorflow/tensorflow/core/framework/
Dgraph.proto47 // are ready. The caller may want to use Tuple() mechanism to
52 // consumer may want to use Tuple() mechanism to ensure the
/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/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestBcp47Transforms.java116 source, target, mechanism enumConstant
123 String newMechanism = getStandard(Type.mechanism, variant, id); in getStandard0()
184 if (type == Type.mechanism) { in getStandard()
/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/iptables/libipq/
Dlibipq.pc.in8 Description: Interface to the (old) ip_queue mechanism
/external/python/cpython3/Lib/
Dsmtplib.py605 def auth(self, mechanism, authobject, *, initial_response_ok=True): argument
627 mechanism = mechanism.upper()
631 (code, resp) = self.docmd("AUTH", mechanism + " " + response)
633 (code, resp) = self.docmd("AUTH", 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/blktrace/
DMETADATA3 "blktrace is a block layer IO tracing mechanism which provides detailed "
/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

12345678910>>...27