HomeSort by relevance Sort by last modified time
    Searched full:mechanisms (Results 26 - 50 of 554) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderOverflow.h 31 // There are two types of overflow: layout overflow (which is expected to be reachable via scrolling mechanisms) and
32 // visual overflow (which is not expected to be reachable via scrolling mechanisms).
  /external/chromium_org/third_party/WebKit/Source/wtf/
DynamicAnnotations.h 58 /* Annotations for user-defined synchronization mechanisms.
60 * synchronization mechanisms: the race detector will infer an arc from
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
CMSObjectIdentifiers.java 34 * dod(6) internet(1) security(5) mechanisms(5) pkix(7) ri(16) }
  /external/chromium_org/chrome/browser/resources/chromeos/
neterror.js 23 // mechanisms (Currently just iOS).
  /external/chromium_org/jingle/notifier/base/
gaia_token_pre_xmpp_auth.h 53 const std::vector<std::string>& mechanisms, bool encrypted) OVERRIDE;
  /external/chromium_org/net/http/
http_log_util_unittest.cc 47 // Multi-round mechanisms partially elided.
  /external/chromium_org/remoting/webapp/
host.js 42 * app (a difference of 1 is tolerated due to the different update mechanisms)
signal_strategy.js 11 * Abstract interface for various signaling mechanisms.
  /external/llvm/include/llvm/Support/
Watchdog.h 24 /// the timeout is an unrecoverable situation and no mechanisms to attempt
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PAssertedIdentityHeader.java 47 * privacy mechanisms to the identity problem.
  /external/smack/src/org/apache/qpid/management/common/sasl/
JCAProvider.java 32 * Creates the security provider with a map from SASL mechanisms to implementing factories.
  /libcore/dalvik/src/main/java/org/apache/harmony/dalvik/
NativeTestTarget.java 21 * class are all effectively no-ops and may be used to test the mechanisms
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
charmap.py 4 conversion mechanisms supplied by unicode() and .encode().
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
charmap.py 4 conversion mechanisms supplied by unicode() and .encode().
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmpplogintask.cc 198 // Collect together the SASL auth mechanisms presented by the server
199 std::vector<std::string> mechanisms; local
205 mechanisms.push_back(pelMech->BodyText());
208 // Given all the mechanisms, choose the best
209 std::string choice(pctx_->ChooseBestSaslMechanism(mechanisms, pctx_->IsEncrypted()));
saslmechanism.h 55 // to abort (for mechanisms that do not do challenge-response)
xmppauth.h 63 const std::vector<std::string>& mechanisms,
xmppengine_unittest.cc 100 "<mechanisms xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>"
103 "</mechanisms>"
129 "<mechanisms xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>"
132 "</mechanisms>"
  /external/smack/src/org/jivesoftware/smack/sasl/
SASLMechanism.java 43 * Base class for SASL mechanisms. Subclasses must implement these methods:
90 String[] mechanisms = { getName() }; local
92 sc = Sasl.createSaslClient(mechanisms, username, "xmpp", host, props, this);
107 String[] mechanisms = { getName() }; local
109 sc = Sasl.createSaslClient(mechanisms, username, "xmpp", host, props, cbh);
  /libcore/luni/src/main/java/org/xml/sax/helpers/
XMLReaderFactory.java 42 * configuration mechanisms aren't set up. That method should do its
45 * those configuration mechanisms would see it.</p>
90 * support that flexibility, other mechanisms to determine the default
  /external/chromium_org/chrome/browser/invalidation/
invalidation_service_android.h 26 // Android operating system has its own mechanisms for delivering invalidations.
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
msr_server_win.py 10 to avoid dealing with the pipe security mechanisms. We take the port as a
  /external/e2fsprogs/lib/uuid/
uuid_time.3.in 50 function. It may or may not work with UUIDs created by other mechanisms.
  /external/smack/src/org/jivesoftware/smack/
SASLAuthentication.java 44 * <p>The server may support many SASL mechanisms to use for authenticating. Out of the box
45 * Smack provides several SASL mechanisms, but it is possible to register new SASL Mechanisms. Use
46 * {@link #registerSASLMechanism(String, Class)} to register a new mechanisms. A registered
48 * the list of supported SASL mechanisms is determined from the {@link SmackConfiguration}. </p>
90 // Register SASL mechanisms supported by Smack
484 * @param mechanisms collection of strings with the available SASL mechanism reported
487 void setAvailableSASLMethods(Collection<String> mechanisms) {
488 this.serverMechanisms = mechanisms;
SASLAuthentication.java.orig 44 * <p>The server may support many SASL mechanisms to use for authenticating. Out of the box
45 * Smack provides several SASL mechanisms, but it is possible to register new SASL Mechanisms. Use
46 * {@link #registerSASLMechanism(String, Class)} to register a new mechanisms. A registered
48 * the list of supported SASL mechanisms is determined from the {@link SmackConfiguration}. </p>
90 // Register SASL mechanisms supported by Smack
484 * @param mechanisms collection of strings with the available SASL mechanism reported
487 void setAvailableSASLMethods(Collection<String> mechanisms) {
488 this.serverMechanisms = mechanisms;

Completed in 1485 milliseconds

12 3 4 5 6 7 8 91011>>