/external/smack/src/org/jivesoftware/smack/sasl/ |
SASLAnonymous.java | 28 * Implementation of the SASL ANONYMOUS mechanism
|
SASLMechanism.java | 45 * <li>{@link #getName()} -- returns the common name of the SASL mechanism.</li>
130 * The server is challenging the SASL mechanism for the stanza he just sent. Send a
157 * Returns the common name of the SASL mechanism. E.g.: PLAIN, DIGEST-MD5 or GSSAPI.
159 * @return the common name of the SASL mechanism.
192 * Initiating SASL authentication by select a mechanism.
200 throw new NullPointerException("SASL mechanism name shouldn't be null.");
208 stanza.append("<auth mechanism=\"").append(name);
|
/external/valgrind/main/none/tests/s390x/ |
op_exception.c | 4 There are some programs out there that use this mechanism to detect available
|
/external/valgrind/main/none/tests/ |
sigstackgrowth.c | 8 building mechanism can create at least 4MB of signal delivery
|
/frameworks/base/core/java/android/transition/ |
package.html | 11 <p>A <b>Transition</b> is a mechanism to automatically animate changes that occur
|
/frameworks/base/core/java/android/view/ |
RemotableViewMethod.java | 27 * is alllowed to be used with the {@link android.widget.RemoteViews} mechanism.
|
/frameworks/base/services/java/com/android/server/power/ |
ScreenOnBlocker.java | 20 * Low-level screen on blocker mechanism which is used to keep the screen off
|
/libcore/luni/src/main/java/java/util/logging/ |
Filter.java | 21 * A {@code Filter} provides a mechanism for exercising fine-grained control
|
/libcore/luni/src/main/java/javax/crypto/ |
BadPaddingException.java | 23 * The exception that is thrown when a padding mechanism is expected for the
|
NoSuchPaddingException.java | 23 * The exception that is thrown when the requested padding mechanism is not
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
pycapsule.h | 9 Python import mechanism to link to one another.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_binhex.py | 4 Uses the mechanism of the python binhex module
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
pycapsule.h | 9 Python import mechanism to link to one another.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_binhex.py | 4 Uses the mechanism of the python binhex module
|
/frameworks/base/docs/html/google/gcm/ |
ccs.jd | 42 <p>You can continue to use the HTTP request mechanism to send messages to GCM servers, side-by-side with CCS which uses XMPP. Some of the benefits of CCS include:</p> 65 <li>GCM HTTP: 3rd-party servers send messages as HTTP POST requests and wait for a response. This mechanism is synchronous and causes the sender to block before sending another message.</li> 86 <p>CCS requires a SASL PLAIN authentication mechanism using {@code <your_GCM_Sender_Id>@gcm.googleapis.com} (GCM sender ID) and the API key as the password, where the sender ID and API key are the same as described in <a href="gs.html">Getting Started</a>.</p> 101 <mechanism>X-OAUTH2</mechanism> 102 <mechanism>X-GOOGLE-TOKEN</mechanism> 103 <mechanism>PLAIN</mechanism> 109 <pre><auth mechanism="PLAIN" [all...] |
/external/openssh/ |
pkcs11.h | 680 ck_mechanism_type_t mechanism; member in struct:ck_mechanism 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...] |
/development/samples/BackupRestore/src/com/example/android/backuprestore/ |
FileHelperExampleAgent.java | 34 * <p>"Backup helpers" are a general mechanism that an agent implementation 64 // All we need to do when working within the BackupAgentHelper mechanism
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
RecognizerSharedState.as | 27 * ad naseum. This is a failsafe mechanism to guarantee that at least 64 * something nonnull so that the auto token emit mechanism will not
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
RecognizerSharedState.js | 26 * ad naseum. This is a failsafe mechanism to guarantee that at least 63 * something nonnull so that the auto token emit mechanism will not
|
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
RecognizerSharedState.pm | 34 # ad naseum. This is a failsafe mechanism to guarantee that at least 80 # something nonnull so that the auto token emit mechanism will not
|
/external/chromium_org/chrome/app/ |
image_pre_reader_win.h | 26 // mechanism to use. 36 // mechanism to use.
|
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/ |
NOTES | 7 'vtxfmt' mechanism of core mesa for tnl functionality in all 70 mechanism.
|
/external/libnfc-nci/src/udrv/include/ |
usb.h | 79 /**** Data Buffering Mechanism ****/ 183 UINT8 buf; /* Data buffering mechanism */
|
/external/mesa3d/src/mesa/tnl/ |
NOTES | 7 'vtxfmt' mechanism of core mesa for tnl functionality in all 70 mechanism.
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ims/ |
SecurityAgreeParser.java | 97 // the security-mechanism: 136 // the security-mechanism:
|