HomeSort by relevance Sort by last modified time
    Searched refs:mechanism (Results 1 - 25 of 336) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webrtc/webrtc/libjingle/xmpp/
xmppauth.cc 70 // No good mechanism found
75 const std::string& mechanism) {
76 if (mechanism == buzz::AUTH_MECHANISM_OAUTH2) {
78 mechanism, jid_.Str(), auth_token_, "oauth2");
79 } else if (mechanism == buzz::AUTH_MECHANISM_GOOGLE_TOKEN) {
80 return new buzz::SaslCookieMechanism(mechanism, jid_.Str(), auth_token_);
81 // } else if (mechanism == buzz::AUTH_MECHANISM_GOOGLE_COOKIE) {
82 // return new buzz::SaslCookieMechanism(mechanism, jid.Str(), sid_);
83 } else if (mechanism == buzz::AUTH_MECHANISM_PLAIN) {
saslcookiemechanism.h 24 SaslCookieMechanism(const std::string & mechanism,
28 : mechanism_(mechanism),
33 SaslCookieMechanism(const std::string & mechanism,
36 : mechanism_(mechanism),
saslhandler.h 22 // Creates mechanisms to deal with a given mechanism
34 // Creates a SaslMechanism for the given mechanism name (you own it
37 virtual SaslMechanism * CreateSaslMechanism(const std::string & mechanism) = 0;
plainsaslhandler.h 46 // Creates a SaslMechanism for the given mechanism name (you own it
48 virtual SaslMechanism * CreateSaslMechanism(const std::string & mechanism) {
49 if (mechanism == "PLAIN") {
xmppauth.h 50 const std::string& mechanism);
xmppclientsettings.h 30 void set_auth_token(const std::string& mechanism,
32 auth_mechanism_ = mechanism;
  /libcore/ojluni/src/main/java/javax/crypto/
ExemptionMechanism.java 41 * This class provides the functionality of an exemption mechanism, examples
45 * <p>Applications or applets that use an exemption mechanism may be granted
59 // The name of the exemption mechanism.
60 private String mechanism; field in class:ExemptionMechanism
77 * @param mechanism the exemption mechanism
81 String mechanism) {
84 this.mechanism = mechanism;
88 * Returns the exemption mechanism name of thi
    [all...]
  /compatibility/cdd/5_multimedia/
5_8_secure-media.md 11 * [C-2-1] MUST secure the link with a cryptographically strong mechanism such
  /compatibility/cdd/6_dev-tools-and-options/
6_1_developer_tools.md 14 there MUST be a user-accessible mechanism to turn on the Android Debug
18 * [C-0-6] MUST provide a mechanism allowing adb to be connected from a
37 mechanism to turn on Systrace
6_2_developer_options.md 15 * [C-0-2] MUST hide Developer Options by default and MUST provide a mechanism
  /compatibility/cdd/9_security-model/
9_12_data-deletion.md 5 * [C-0-1] MUST provide users a mechanism to perform a "Factory Data Reset".
9_8_privacy.md 59 If device implementations have a mechanism, enabled out-of-box by default, that
63 * [C-2-1] MUST ask for the user's consent before enabling that mechanism,
9_4_alternate-execution-environments.md 14 file via the &lt;`uses-permission`&gt; mechanism.
  /compatibility/cdd/3_software/
3_10_accessibility.md 20 provide a user-accessible mechanism to enable and disable the third-party
36 * SHOULD provide a mechanism in the out-of-box setup flow for users to enable
  /prebuilts/go/darwin-x86/src/net/smtp/
auth.go 14 // Auth is implemented by an SMTP authentication mechanism.
47 // mechanism as defined in RFC 4616. The returned Auth uses the given
91 // mechanism as defined in RFC 2195.
93 // to the server using the challenge-response mechanism.
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue13268.go 11 // errorcheckoutput mechanism.
  /prebuilts/go/linux-x86/src/net/smtp/
auth.go 14 // Auth is implemented by an SMTP authentication mechanism.
47 // mechanism as defined in RFC 4616. The returned Auth uses the given
91 // mechanism as defined in RFC 2195.
93 // to the server using the challenge-response mechanism.
  /prebuilts/go/linux-x86/test/fixedbugs/
issue13268.go 11 // errorcheckoutput mechanism.
  /compatibility/cdd/2_device-types/
2_4_watch-reqs.md 11 * Have a mechanism provided to be worn on the body.
  /prebuilts/go/darwin-x86/src/go/types/
self_test.go 47 // We're not using testing's benchmarking mechanism directly
  /prebuilts/go/linux-x86/src/go/types/
self_test.go 47 // We're not using testing's benchmarking mechanism directly
  /compatibility/cdd/7_hardware-compatibility/
7_2_input-devices.md 5 * [C-0-1] MUST include an input mechanism, such as a
40 * [C-1-1] MUST provide a reasonable alternative user interface mechanism for the
42 upstream Android open source implementation includes a selection mechanism
59 The Home function SHOULD be the mechanism for this user affordance.
74 * [SR] are STRONGLY RECOMMENDED to not provide the input mechanism for the
  /external/python/cpython3/Lib/
smtplib.py 604 def auth(self, mechanism, authobject, *, initial_response_ok=True):
607 'mechanism' specifies which authentication mechanism is to
626 mechanism = mechanism.upper()
630 (code, resp) = self.docmd("AUTH", mechanism + " " + response)
632 (code, resp) = self.docmd("AUTH", mechanism)
    [all...]
  /external/junit-params/
RELEASES.md 71 You can create custom annotations for parameter providers. `@FileParameters` have been refactored to use this mechanism and should serve as a perfect usage example.
  /external/parameter-framework/
XmlGenerator.mk 30 # Scripts are not compiled so the prebuild mechanism is used to export them.

Completed in 552 milliseconds

1 2 3 4 5 6 7 8 91011>>