OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mime
(Results
676 - 700
of
1812
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/chromium_org/chrome/browser/
file_select_helper.cc
285
// 2) There're multiple extensions for a
MIME
type without parameter, like
399
// Android needs the original
MIME
types and an additional capture value.
478
// of an extension or a "/" in the case of a
MIME
type).
/external/chromium_org/chrome/browser/resources/file_manager/js/metadata/
byte_reader.js
234
// Two bytes is enough to identify the
mime
type.
243
var
mime
= prefixToMime[prefix] ||
247
return 'data:image/' +
mime
+ ';base64,' + b64;
/external/chromium_org/content/common/
plugin_list_win.cc
219
// Returns true if the given plugins share at least one
mime
type. This is used
263
// On windows, the way we get the
mime
types for the library is
292
<< "Plugin " << info->name << " has bad
MIME
types, skipping";
/external/chromium_org/net/http/
http_response_headers.h
170
// Get the
mime
type and charset values in lower case form from the headers.
175
// Get the
mime
type in lower case from the headers. If there's no
mime
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
NetworkManager.js
191
WebInspector.UIString("Resource interpreted as %s but transferred with
MIME
type %s: \"%s\".", networkRequest.type.title(), networkRequest.mimeType, networkRequest.url),
213
// it is 304 Not Modified and its guessed
mime
-type is text/php, which is wrong.
214
// Don't check for
mime
-types in 304-resources.
/external/chromium_org/third_party/WebKit/Tools/Scripts/
svn-create-patch
53
use
MIME
::Base64;
175
open PROPGET, "svn propget svn:
mime
-type $args '$escapedFile' |" or die;
318
print "svn:
mime
-type = ${mimeType}\n\n";
/external/chromium_org/third_party/icu/source/test/testdata/
ra.xlf
22
<bin-unit id = "TestArray_2"
mime
-type = "application" restype = "x-icu-binary" translate = "yes">
30
<bin-unit id = "TestImpport" resname = "TestImpport"
mime
-type = "application" restype = "x-icu-binary" translate = "yes">
369
<bin-unit id = "TestTable_test6" resname = "test6"
mime
-type = "application" restype = "x-icu-binary" translate = "yes">
/external/chromium_org/third_party/launchpad_translations/
inspector_strings_de.xtb
63
<translation id="9001035236599590379">
MIME
-Typ</translation>
77
<translation id="1762939828961535338">Quelle wurde als <ph name="REAL_TYPE"/> eingestuft, aber mit dem
MIME
Typ <ph name="SPECIFIED_TYPE"/> übertragen.</translation>
249
<translation id="4510290974676570902">
MIME
-Typ</translation>
inspector_strings_ru.xtb
12
<translation id="1762939828961535338">??? ??????? ??????????????? ??? <ph name="REAL_TYPE"/>, ????? ??? ??? ?????????
MIME
??? <ph name="SPECIFIED_TYPE"/>.</translation>
111
<translation id="9001035236599590379">???
MIME
</translation>
219
<translation id="4510290974676570902">???
MIME
</translation>
inspector_strings_sv.xtb
22
<translation id="1762939828961535338">Resursen tolkad som <ph name="REAL_TYPE"/> men överförd med
MIME
-typen <ph name="SPECIFIED_TYPE"/>.</translation>
107
<translation id="4510290974676570902">
MIME
-typ</translation>
253
<translation id="9001035236599590379">
MIME
-typ</translation>
/external/icu4c/test/testdata/
ra.xlf
22
<bin-unit id = "TestArray_2"
mime
-type = "application" restype = "x-icu-binary" translate = "yes">
30
<bin-unit id = "TestImpport" resname = "TestImpport"
mime
-type = "application" restype = "x-icu-binary" translate = "yes">
369
<bin-unit id = "TestTable_test6" resname = "test6"
mime
-type = "application" restype = "x-icu-binary" translate = "yes">
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
FwdLockEngine.cpp
188
bool FwdLockEngine::IsMimeTypeSupported(const String8&
mime
) {
189
String8 tmp(
mime
);
343
* 1. path and
mime
type both are not empty strings (meaning unavailable) else content is unknown
/frameworks/av/media/libstagefright/
MP3Extractor.cpp
638
String8
mime
;
local
639
const void *data = id3.getAlbumArt(&dataSize, &
mime
);
643
meta->setCString(kKeyAlbumArtMIME,
mime
.string());
/frameworks/base/media/java/android/media/
SubtitleController.java
316
* the
MIME
type {@link MediaFormat@KEY_MIME}.
385
* the
MIME
type {@link MediaFormat@KEY_MIME}.
400
* the
MIME
type {@link MediaFormat@KEY_MIME}.
/frameworks/ex/variablespeed/tests/src/com/android/ex/variablespeed/
MediaPlayerProxyTestCase.java
61
* A map from filename +
mime
type to the uri we can use to play from the content provider.
65
* This map is keyed from the concatenation of filename and
mime
type with a "+" separator, it's
516
* If this is the first time we've called this method, for a given file type and
mime
type, then
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
AccountType.java
326
* Find the {@link DataKind} for a specific
MIME
-type, if it's handled by
338
throw new DefinitionException("null is not a valid
mime
type");
342
"
mime
type '" + kind.mimeType + "' is already registered");
/packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
Rfc822Output.java
57
// In
MIME
, en_US-like date format should be used. In other words "MMM" should be encoded to
72
/** Single digit [0-9] to ensure uniqueness of the
MIME
boundary */
153
writeHeader(writer, "
MIME
-Version", "1.0");
/packages/apps/Nfc/src/com/android/nfc/handover/
HandoverTransfer.java
115
ArrayList<String> mBtMimeTypes; //
Mime
-types received from Bluetooth OPP
118
HashMap<String, String> mMimeTypes; //
Mime
-types associated with each path
352
// intent to the file directly. We base this decision on the
mime
type
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/
msg_43.txt
5
MIME
-Version: 1.0
17
This is a multi-part message in
MIME
format...
212
MIME
-Version: 1.0
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gettext.py
382
"
MIME
-Version: 1.0\n"
442
"
MIME
-Version: 1.0\n"
463
"
MIME
-Version: 1.0\n"
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/
msg_43.txt
5
MIME
-Version: 1.0
17
This is a multi-part message in
MIME
format...
212
MIME
-Version: 1.0
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gettext.py
382
"
MIME
-Version: 1.0\n"
442
"
MIME
-Version: 1.0\n"
463
"
MIME
-Version: 1.0\n"
/frameworks/base/docs/html/guide/topics/providers/
contacts-provider.jd
341
The type of data stored in this row, expressed as a custom
MIME
type. The Contacts Provider
342
uses the
MIME
types defined in the subclasses of
343
{@link android.provider.ContactsContract.CommonDataKinds}. These
MIME
types are open source,
387
that has the
MIME
type
398
provider's pre-defined
MIME
types. If you do, you may lose the data or cause the provider to
399
malfunction. For example, you should not add a row with the
MIME
type
402
column <code>DATA1</code>. If you use your own custom
MIME
type for the row, then you are free
[
all
...]
/developers/samples/android/common/src/java/com/example/android/common/media/
MediaCodecWrapper.java
146
// Check to see if this is actually a video
mime
type. If it is, then create
147
// a codec that can decode this
mime
type.
/development/samples/browseable/BasicMediaDecoder/src/com.example.android.common.media/
MediaCodecWrapper.java
146
// Check to see if this is actually a video
mime
type. If it is, then create
147
// a codec that can decode this
mime
type.
Completed in 2707 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>