/external/webrtc/webrtc/libjingle/xmpp/ |
D | xmppauth.cc | 75 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()
|
D | saslcookiemechanism.h | 24 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()
|
D | plainsaslhandler.h | 48 virtual SaslMechanism * CreateSaslMechanism(const std::string & mechanism) { in CreateSaslMechanism() argument 49 if (mechanism == "PLAIN") { in CreateSaslMechanism()
|
D | xmppclientsettings.h | 30 void set_auth_token(const std::string& mechanism, in set_auth_token() argument 32 auth_mechanism_ = mechanism; in set_auth_token()
|
D | saslhandler.h | 37 virtual SaslMechanism * CreateSaslMechanism(const std::string & mechanism) = 0;
|
/external/libpcap/testprogs/ |
D | selpolltest.c | 73 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/ |
D | control | 7 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/ |
D | pkcs11.h | 680 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/ |
D | control | 7 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/ |
D | user.rst | 22 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/ |
D | Kconfig | 6 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/ |
D | control | 8 Client side test of the update_engine backoff mechanism. 13 PURPOSE = 'Client side test of the update_engine backoff mechanism.'
|
/external/clang/test/Index/ |
D | comment-misc-tags.m | 10 @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/ |
D | README.md | 20 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/ |
D | draft-davis-t-langtag-ext.txt | 254 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/ |
D | TODO | 13 - 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/ |
D | graph.proto | 47 // 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/ |
D | control.power_weekly | 24 # 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/ |
D | TestBcp47Transforms.java | 116 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/ |
D | wpa_background.sgml | 15 <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/ |
D | libipq.pc.in | 8 Description: Interface to the (old) ip_queue mechanism
|
/external/python/cpython3/Lib/ |
D | smtplib.py | 605 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/ |
D | org.apache.commons.logging.LogFactory | 3 # Axis gets at JCL through its own mechanism as defined by Commons Discovery, which
|
/external/blktrace/ |
D | METADATA | 3 "blktrace is a block layer IO tracing mechanism which provides detailed "
|
/external/google-breakpad/ |
D | DEPS | 29 # 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
|