/frameworks/base/cmds/keystore/ |
keystore.cpp | 153 * plaintext, and its size is specified in blob.info. The total size of the two
|
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/ |
DownloadManagerBaseTest.java | 94 PLAINTEXT,
|
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/ |
FileFilter.java | 201 ignoreResultList.add("fast/forms/plaintext-mode-1.html"); // not implemented queryCommandEnabled:BackColor, Undo & Redo
|
/frameworks/base/wifi/java/android/net/wifi/ |
WifiConfiguration.java | 100 /** WPA is not used; plaintext or static WEP could be used. */
|
/external/dropbear/libtomcrypt/src/ciphers/ |
des.c | [all...] |
/external/webkit/Source/WebCore/dom/ |
Element.cpp | [all...] |
Range.cpp | [all...] |
/external/wpa_supplicant/ |
eap.c | 508 * unauthenticated plaintext messages, so this should have minimal [all...] |
tlsv1_client.c | [all...] |
/external/webkit/Source/WebCore/editing/ |
markup.cpp | 222 return plainText(Range::create(node->document(), start, end).get()); [all...] |
ApplyStyleCommand.cpp | 717 // This is a plaintext-only region. Only proceed if it's fully selected. [all...] |
ReplaceSelectionCommand.cpp | 160 String text = plainText(range.get()); [all...] |
/external/webkit/Source/WebCore/inspector/front-end/ |
inspector.css | 652 -webkit-user-modify: read-write-plaintext-only; [all...] |
/external/webkit/Source/WebCore/page/ |
ContextMenuController.cpp | 327 m_client->speak(plainText(selectedRange.get())); [all...] |
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
DumpRenderTreeSupportQt.cpp | 935 QString DumpRenderTreeSupportQt::plainText(const QVariant& range) [all...] |
/external/webkit/Tools/DumpRenderTree/gtk/ |
DumpRenderTree.cpp | [all...] |
/external/webkit/Tools/DumpRenderTree/qt/ |
DumpRenderTreeQt.cpp | 776 frame->addToJavaScriptWindowObject(QLatin1String("plainText"), m_plainTextController); [all...] |
/external/wpa_supplicant_6/wpa_supplicant/ |
events.c | 168 * plaintext or static WEP keys). */
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
eap_tls_common.c | 907 * @in_data: Plaintext phase 2 data to encrypt or %NULL to continue fragments
|
/external/wpa_supplicant_8/src/eap_peer/ |
eap_tls_common.c | 876 * @in_data: Plaintext phase 2 data to encrypt or %NULL to continue fragments
|
/frameworks/base/core/tests/coretests/src/android/app/ |
DownloadManagerBaseTest.java | 89 PLAINTEXT, [all...] |
/external/webkit/Source/WebCore/accessibility/ |
AccessibilityRenderObject.cpp | 1042 return plainText(rangeOfContents(node).get(), textIteratorBehaviorForTextRange()); [all...] |
/external/libvpx/examples/includes/geshi/docs/ |
geshi-doc.txt | 357 Due to a bug with Firefox the issue that should have been fixed with 1.0.2 has reappeared in another form as Firefox includes extra text\markup into plaintext versions of webpage copies. This can sometimes be useful (actually it's used to get the plaintext version of this documentation), but more often is quite annoying. Best practice so far is to either not use line numbers, or offer the visitor of your page a plaintext version of your source. To learn more have a look at the SF.net BugTracker Issue #1651996. This will hopefully be fixed in GeSHi version 1.2 or as soon as Firefox provides webdevelopers with adequate ways to control this feature - whichever comes first! [all...] |
/external/bluetooth/bluez/lib/bluetooth/ |
hci.h | 1615 uint8_t plaintext[16]; member in struct:__anon1673 [all...] |
/external/dropbear/libtomcrypt/notes/ |
cipher_tv.txt | 4 The output of step N is used as the key and plaintext for step N+1 (key bytes repeated as required to fill the key) [all...] |