HomeSort by relevance Sort by last modified time
    Searched full:plain (Results 226 - 250 of 1032) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libffi/linux-x86/
fficonfig.h 67 /* Define if read-only mmap of a plain file works. */
  /external/libpng/scripts/
makevms.com 50 $! Build the thing plain or with mms/mmk
  /external/libvpx/examples/includes/geshi/geshi/
applescript.php 57 'hyphens','punctuation','bold','condensed','expanded','hidden','italic','outline','plain',
  /external/openssl/crypto/asn1/
asn_mime.c 83 char *value; /* Value of line e.g. "text/plain" */
554 BIO_printf(out, "Content-Type: text/plain\r\n\r\n");
569 /* Strip off headers if they are text/plain */
586 if (strcmp (hdr->value, "text/plain")) {
  /external/qemu/docs/
ANDROID-CONFIG-FILES.TXT 29 Or, in plain English:
  /external/strace/
ioctl.c 40 * plain integers, eliminating the need to include here everything
  /external/v8/test/mjsunit/
arguments-read-and-assignment.js 33 "arguments in plain value context");
  /external/webkit/WebCore/platform/graphics/gtk/
DataSourceGStreamer.cpp 196 // data. It doesn't make much sense anyway to play plain/text data
  /external/webkit/WebCore/platform/graphics/mac/
WebLayer.mm 76 // FIXME: ideally we'd avoid calling -setNeedsDisplay on a layer that is a plain color,
  /external/webkit/WebCore/platform/gtk/
PasteboardGtk.cpp 168 RefPtr<TextResourceDecoder> decoder = TextResourceDecoder::create("text/plain", "UTF-8", true);
  /external/webkit/WebCore/platform/network/
ResourceResponseBase.h 82 // FIXME: These are used by PluginStream on some platforms. Calculations may differ from just returning plain Last-odified header.
  /external/webkit/WebCore/wml/
WMLGoElement.cpp 161 // text/plain or application/x-www-form-urlencoded
  /external/webkit/WebKit/gtk/tests/
testmimehandling.c 123 g_assert_cmpstr(mime_type, ==, "text/plain");
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/test_types/
text_diff.py 46 plain text dump."""
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Borland.old/
Turbo-C 18 Content-Type: text/plain; charset=US-ASCII
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_i.h 205 struct wpabuf *plain);
  /external/zlib/contrib/minizip/
crypt.h 46 * Update the encryption keys with the next byte of plain text
  /frameworks/base/core/java/com/android/internal/http/multipart/
StringPart.java 56 public static final String DEFAULT_CONTENT_TYPE = "text/plain";
  /frameworks/base/core/java/com/google/android/mms/pdu/
PduContentTypes.java 29 "text/plain", /* 0x03 */
  /libcore/luni/src/main/java/javax/xml/transform/stream/
StreamResult.java 29 * which may be XML, plain Text, HTML, or some other form of markup.</p>
  /libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/file/
FileURLConnection.java 123 return "text/plain";
  /packages/apps/Bluetooth/
AndroidManifest.xml 56 <data android:mimeType="text/plain" />
  /packages/apps/Browser/src/com/android/browser/
FetchUrlMimeType.java 114 if (mimeType.equalsIgnoreCase("text/plain") ||
  /packages/apps/Email/src/com/android/email/
LegacyConversions.java 163 * Copy body text (plain and/or HTML) from MimeMessage to provider Message
513 addTextBodyPart(mp, "text/plain", null,
527 addTextBodyPart(mp, "text/plain", BODY_QUOTED_PART_INTRO,
542 addTextBodyPart(mp, "text/plain", replyTag,
    [all...]
  /packages/apps/Email/src/com/android/email/mail/internet/
MimeBodyPart.java 104 return "text/plain";

Completed in 954 milliseconds

1 2 3 4 5 6 7 8 91011>>