HomeSort by relevance Sort by last modified time
    Searched full:plaintext (Results 201 - 225 of 348) sorted by null

1 2 3 4 5 6 7 891011>>

  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsProvider.java 384 boolean plainText = "text/plain".equals(contentType);
386 if (!plainText && !smilText) {
419 if (plainText) {
    [all...]
  /external/wpa_supplicant/
ChangeLog 465 roaming from WPA enabled AP to plaintext one
    [all...]
  /external/webkit/Source/WebCore/css/
CSSValueKeywords.in 500 read-write-plaintext-only
  /external/webkit/Source/WebCore/dom/
InputElement.cpp 192 unsigned selectionLength = element->focused() ? numGraphemeClusters(plainText(element->document()->frame()->selection()->selection().toNormalizedRange().get())) : 0;
  /external/webkit/Source/WebCore/editing/
TextIterator.h 61 String plainText(const Range*, TextIteratorBehavior defaultBehavior = TextIteratorDefaultBehavior);
  /external/webkit/Source/WebCore/html/
HTMLTextAreaElement.cpp 258 unsigned selectionLength = focused() ? numGraphemeClusters(plainText(document()->frame()->selection()->selection().toNormalizedRange().get())) : 0;
  /external/webkit/Source/WebCore/platform/win/
PasteboardWin.cpp 254 String Pasteboard::plainText(Frame* frame)
  /external/webkit/Source/WebKit/chromium/src/
PlatformBridge.cpp 185 const String& plainText,
189 htmlText, sourceURL, plainText, writeSmartPaste);
192 void PlatformBridge::clipboardWritePlainText(const String& plainText)
194 webKitClient()->clipboard()->writePlainText(plainText);
    [all...]
  /external/wpa_supplicant/wpa_gui/
networkconfig.ui 74 <string>Plaintext or static WEP</string>
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_sake.c 358 wpa_printf(MSG_INFO, "EAP-SAKE: Plaintext password with "
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
networkconfig.ui 93 <string>Plaintext or static WEP</string>
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
networkconfig.ui 60 <string>Plaintext or static WEP</string>
  /external/wpa_supplicant_8/src/eap_server/
eap_server_sake.c 359 wpa_printf(MSG_INFO, "EAP-SAKE: Plaintext password with "
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui/
networkconfig.ui 93 <string>Plaintext or static WEP</string>
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
networkconfig.ui 60 <string>Plaintext (open / no authentication)</string>
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
ConnectionStateSSLv3.java 284 * Retrieves the fragment of the Plaintext structure of
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
rendering-configs.xml 58 android:id="@+id/PlainText"
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
__init__.py 41 SIGNATURE_METHOD = 'PLAINTEXT'
746 name = 'PLAINTEXT'
  /external/dropbear/libtomcrypt/src/ciphers/aes/
aes.c 283 @param pt The input plaintext (16 bytes)
463 @param pt The output plaintext (16 bytes)
  /external/dropbear/libtomcrypt/src/ciphers/
anubis.c     [all...]
blowfish.c 385 @param pt The input plaintext (8 bytes)
448 @param pt The output plaintext (8 bytes)
kseed.c 254 @param pt The input plaintext (16 bytes)
277 @param pt The output plaintext (16 bytes)
  /external/dropbear/libtomcrypt/src/encauth/gcm/
gcm_test.c 49 /* plaintext */
363 printf("\nTag on plaintext wrong %lu\n", x);
  /external/openssl/include/openssl/
ssl3.h 284 * will contain plaintext no larger than this value. */
286 /* Maximum plaintext length: defined by SSL/TLS standards */
  /external/openssl/ssl/
ssl3.h 284 * will contain plaintext no larger than this value. */
286 /* Maximum plaintext length: defined by SSL/TLS standards */

Completed in 284 milliseconds

1 2 3 4 5 6 7 891011>>