/external/chromium/third_party/libjingle/source/talk/examples/login/ |
xmppauth.cc | 72 // No good mechanism found 77 const std::string & mechanism) { 78 if (mechanism == "X-GOOGLE-TOKEN") { 79 return new buzz::SaslCookieMechanism(mechanism, jid_.Str(), auth_cookie_); 80 //} else if (mechanism == "X-GOOGLE-COOKIE") { 81 // return new buzz::SaslCookieMechanism(mechanism, jid.Str(), sid_); 82 } else if (mechanism == "PLAIN") {
|
xmppauth.h | 63 const std::string & mechanism);
|
/external/chromium/third_party/libjingle/source/talk/xmpp/ |
saslcookiemechanism.h | 41 SaslCookieMechanism(const std::string & mechanism, 45 : mechanism_(mechanism), 50 SaslCookieMechanism(const std::string & mechanism, 53 : mechanism_(mechanism),
|
saslhandler.h | 39 // Creates mechanisms to deal with a given mechanism 51 // Creates a SaslMechanism for the given mechanism name (you own it 54 virtual SaslMechanism * CreateSaslMechanism(const std::string & mechanism) = 0;
|
plainsaslhandler.h | 61 // Creates a SaslMechanism for the given mechanism name (you own it 63 virtual SaslMechanism * CreateSaslMechanism(const std::string & mechanism) { 64 if (mechanism == "PLAIN") {
|
/libcore/luni/src/main/java/javax/crypto/ |
ExemptionMechanism.java | 33 * This class implements the functionality of an exemption mechanism such as 47 // Store mechanism name 48 private final String mechanism; field in class:ExemptionMechanism 66 * @param mechanism 67 * the name of the mechanism. 70 Provider provider, String mechanism) { 71 this.mechanism = mechanism; 83 return mechanism; 88 * specified exemption mechanism algorithm [all...] |
/external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/ |
ExemptionMechanism_ImplTest.java | 289 public myEM(ExemptionMechanismSpi spi, Provider prov, String mechanism) { 290 super(spi, prov, mechanism);
|
/external/dbus/dbus/ |
dbus-auth.c | 95 * This function is called when the mechanism is abandoned. 100 * Virtual table representing a particular auth mechanism. 104 const char *mechanism; /**< Name of the mechanism */ member in struct:__anon5168 163 const DBusAuthMechanismHandler *mech; /**< Current auth mechanism */ 177 DBusKeyring *keyring; /**< Keyring for cookie mechanism. */ 429 _dbus_verbose ("%s: Shutting down mechanism %s\n", 430 DBUS_AUTH_NAME (auth), auth->mech->mechanism); 442 * DBUS_COOKIE_SHA1 mechanism 1016 * EXTERNAL mechanism [all...] |
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
ExemptionMechanismTest.java | 61 * Assertion: creates new object using provider and mechanism name 86 assertNull("Incorrect mechanism", em.getName()); 178 protected Mock_ExemptionMechanism(ExemptionMechanismSpi exmechSpi, Provider provider, String mechanism) { 179 super(exmechSpi, provider, mechanism);
|
/external/mesa3d/docs/OLD/ |
MESA_packed_depth_stencil.spec | 34 Provides a mechanism for DrawPixels and ReadPixels to efficiently
|
/hardware/ti/omap4xxx/security/tf_sdk/include/ |
pkcs11.h | 276 CK_MECHANISM_TYPE mechanism; member in struct:CK_MECHANISM
|
/external/mesa3d/docs/ |
MESA_swap_frame_usage.spec | 64 There is also a mechanism to determine whether a frame swap was
|
/external/chromium/net/base/ |
ev_root_ca_metadata.cc | 346 od.mechanism = CKM_INVALID_MECHANISM;
|
x509_certificate_nss.cc | 571 od.mechanism = CKM_INVALID_MECHANISM; [all...] |
/external/flac/libFLAC/ppc/as/ |
lpc_asm.s | 57 ; the branch mechanism may prevent dynamic loading; I still need to examine
|
/external/flac/libFLAC/ppc/gas/ |
lpc_asm.s | 59 # the branch mechanism may prevent dynamic loading; I still need to examine
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/ |
proxy_form_controller.js | 305 * A generic mechanism for setting proxy data.
|
/external/blktrace/doc/ |
blktrace.tex | 31 blktrace is a block layer IO tracing mechanism which provides detailed 738 The blktrace facility provides an efficient event transfer mechanism which [all...] |
/build/core/ |
main.mk | 538 $(warning * ALL_PREBUILT is a deprecated mechanism that)
|
/external/blktrace/btreplay/doc/ |
btreplay.tex | 198 \emph{This is the primary problem with any IO replay mechanism -- how
|
/frameworks/base/docs/html/resources/ |
resources-data.js | 82 en: 'Input Method Editors (IMEs) provide the mechanism for entering text into text fields and other Views. Android devices come bundled with at least one IME, but users can install additional IMEs. This article covers the basics of developing an IME for the Android platform.'
|
/external/blktrace/btt/doc/ |
btt.tex | 36 is a block layer IO tracing mechanism which provides detailed [all...] |
/external/iproute2/doc/ |
ip-cref.tex | [all...] |
/external/v8/test/mjsunit/ |
unicode-test.js | [all...] |
/external/dropbear/libtomcrypt/ |
crypt.tex | [all...] |