HomeSort by relevance Sort by last modified time
    Searched full:mime (Results 701 - 725 of 1798) sorted by null

<<21222324252627282930>>

  /external/chromium_org/net/base/
filter.h 68 // What mime type was specified in the header for this data?
195 // advertised in the GET), as well as the mime type of the content.
  /external/chromium_org/net/url_request/
url_fetcher_core.h 63 // For POST requests, set |content_type| to the MIME type of the
257 std::string upload_content_type_; // MIME type of POST payload
  /external/chromium_org/third_party/WebKit/Source/core/loader/cache/
Resource.h 207 // List of acceptable MIME types separated by ",".
208 // A MIME type may contain a wildcard, e.g. "text/*".
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventSource.cpp 236 // To keep the signal-to-noise ratio low, we only log 200-response with an invalid MIME type.
239 message.appendLiteral("EventSource's response has a MIME type (\"");
  /external/chromium_org/third_party/launchpad_translations/
inspector_strings_fi.xtb 77 <translation id="4510290974676570902">MIME-tyyppi</translation>
197 <translation id="9001035236599590379">MIME-tyyppi</translation>
  /external/chromium_org/third_party/npapi/bindings/
npfunctions.h 217 * These can be called to retreive MIME information from the plugin dynamically
220 * to get mime info from the plugin only on OSX and may not be supported
  /external/chromium_org/third_party/openssl/openssl/crypto/x509/
x509_vpm.c 332 "pkcs7", /* S/MIME sign parameters */
342 "smime_sign", /* S/MIME sign parameters */
  /external/chromium_org/ui/base/dragdrop/
os_exchange_data_provider_aurax11.cc 53 // We don't know all possible MIME types at compile time.
75 // We don't know all possible MIME types at compile time.
  /external/chromium_org/webkit/child/
multipart_response_delegate.cc 28 // response when generating a WebURLResponse for a MIME payload.
320 // as per MIME specifications. Individual data fragements however don't
resource_loader_bridge.h 65 // \r\n-terminated list of MIME headers. They should be ASCII-encoded using
66 // the standard MIME header encoding rules. The headers parameter can also
  /external/dnsmasq/contrib/dynamic-dnsmasq/
dynamic-dnsmasq.pl 38 use MIME::Base64;
125 my ($user,$pass) = split ":", MIME::Base64::decode($1);
  /external/oauth/core/src/main/java/net/oauth/
OAuthMessage.java 140 * The MIME type of the body of this message.
142 * @return the MIME type, or null to indicate the type is unknown.
  /external/openssl/crypto/x509/
x509_vpm.c 332 "pkcs7", /* S/MIME sign parameters */
342 "smime_sign", /* S/MIME sign parameters */
  /frameworks/av/media/libstagefright/mp4/
FragmentedMP4Parser.cpp     [all...]
  /frameworks/base/core/java/android/webkit/
CacheManager.java 145 * Gets the MIME type of this cache entry.
147 * @return the MIME type of this cache entry
URLUtil.java 296 * @param mimeType Mime-type of the content or null
364 // Compare the last segment of the extension against the mime type.
  /frameworks/base/docs/html/training/contacts-provider/
retrieve-names.jd 576 To search for a particular type of detail data, you have to know the custom MIME type value
577 for the data type. Each data type has a unique MIME type
581 data is {@link android.provider.ContactsContract.CommonDataKinds.Email}, and the custom MIME
635 The name of the column that contains the custom MIME type value. This name is always
639 The custom MIME type value for the data type. As described previously, this is the constant
641 {@link android.provider.ContactsContract.CommonDataKinds} subclass. For example, the MIME
657 * and email MIME type
666 * Searches for a MIME type that matches
    [all...]
  /frameworks/base/media/java/android/media/
MediaFile.java 131 // maps mime type to MTP format code
134 // maps MTP format code to mime type
  /frameworks/opt/vcard/java/com/android/vcard/
VCardParserImpl_V30.java 102 // See Section 5.8.1 of RFC 2425 (MIME-DIR document).
317 * It only requires that data should be MIME-encoded.
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardEntryTests.java 307 property.setValues("mime;value");
309 AndroidCustomData androidCustom = new AndroidCustomData("mime", Arrays.asList("value"));
  /packages/apps/Email/src/com/android/email/provider/
AttachmentProvider.java 97 * Returns the mime type for a given attachment. There are three possible results:
100 * - Returns the mime type of the attachment
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/
msg_16.txt 18 MIME-version: 1.0
95 MIME-version: 1.0
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/
msg_16.txt 18 MIME-version: 1.0
95 MIME-version: 1.0
  /frameworks/base/core/java/android/content/
ContentResolver.java 164 * This is the Android platform's base MIME type for a content: URI
170 * message in the inbox, whose MIME type would be reported as
178 * This is the Android platform's base MIME type for a content: URI
184 * messages in its inbox, whose MIME type would be reported as
187 * <p>Note how the base MIME type varies between this and
296 * Return the MIME type of the given content URL.
300 * @return A MIME type for the content, or null if the URL is invalid or the type is unknown
337 * Query for the possible MIME types for the representations the given
346 * @param mimeTypeFilter The desired MIME type. This may be a pattern,
347 * such as *\/*, to query for all available MIME types that match th
    [all...]
  /cts/suite/pts/deviceTests/videoperf/src/com/android/pts/videoperf/
CodecInfo.java 44 * @param mimeType codec type in mime format like "video/avc"

Completed in 2172 milliseconds

<<21222324252627282930>>