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

12 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/view/animation/
package.html 4 <p>Android provides two mechanisms
  /external/smack/src/org/apache/harmony/javax/security/sasl/
Sasl.java 168 public static SaslClient createSaslClient(String[] mechanisms, String authanticationID,
171 if (mechanisms == null) {
186 for (int n = 0; n < mechanisms.length; n++) {
187 if (mech[j].equals(mechanisms[n])) {
195 SaslClient saslC = fact.createSaslClient(mechanisms, authanticationID,
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/
Sasl4Test.java 116 fail("NullPointerException should be thrown when mechanisms is null");
127 fail("SaslException should be thrown when mechanisms is wrong");
141 * method Assertions: throws NullPointerException when mechanisms is null;
149 fail("NullPointerException should be thrown when mechanisms is null");
260 // there is no provider supported MECH-77, MECH-66 mechanisms
306 throw new SaslException("Incorrect mechanisms");
  /external/smack/src/org/jivesoftware/smack/
SmackConfiguration.java 214 * Add a Collection of SASL mechanisms to the list to be used.
216 * @param mechs the Collection of SASL mechanisms to be added
236 * Remove a Collection of SASL mechanisms to the list to be used.
238 * @param mechs the Collection of SASL mechanisms to be removed
247 * Returns the list of SASL mechanisms to be used. If a SASL mechanism is
251 * @return the list of SASL mechanisms to be used.
  /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/chromium_org/chrome/browser/invalidation/
invalidation_service_android.h 25 // Android operating system has its own mechanisms for delivering invalidations.
  /external/chromium_org/chrome/renderer/resources/
neterror.js 26 // 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/remoting/webapp/
host.js 42 * app (a difference of 1 is tolerated due to the different update 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/third_party/libjingle/source/talk/xmpp/
xmpplogintask.cc 191 // Collect together the SASL auth mechanisms presented by the server
192 std::vector<std::string> mechanisms; local
198 mechanisms.push_back(pelMech->BodyText());
201 // Given all the mechanisms, choose the best
202 std::string choice(pctx_->ChooseBestSaslMechanism(mechanisms, pctx_->IsEncrypted()));
saslmechanism.h 55 // to abort (for mechanisms that do not do challenge-response)
  /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,
  /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/chrome/browser/ui/cocoa/extensions/
extension_popup_controller_unittest.mm 95 // TODO(andybons): Better mechanisms for mocking out the extensions service
  /external/chromium/third_party/libjingle/source/talk/examples/login/
xmppauth.h 59 const std::vector<std::string> & mechanisms,
  /external/chromium_org/chrome/renderer/media/
cast_rtp_stream.h 71 // Names of supported FEC (Forward Error Correction) mechanisms.

Completed in 1271 milliseconds

12 3 4 5 6 7 8 91011>>