OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uti
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/cg/
ImageSourceCGMac.mm
34
String MIMETypeForImageSourceType(const String&
uti
)
36
RetainPtr<CFStringRef> utiref(AdoptCF,
uti
.createCFString());
41
String preferredExtensionForImageSourceType(const String&
uti
)
43
RetainPtr<CFStringRef> type(AdoptCF,
uti
.createCFString());
ImageBufferCG.cpp
298
// FIXME: Add Windows support for all the supported UTIs when a way to convert from MIMEType to
UTI
reliably is found.
321
RetainPtr<CFStringRef>
uti
= utiFromMIMEType(mimeType);
322
ASSERT(
uti
);
324
RetainPtr<CGImageDestinationRef> destination(AdoptCF, CGImageDestinationCreateWithData(data.get(),
uti
.get(), 1, 0));
329
if (CFEqual(
uti
.get(), jpegUTI()) && quality && *quality >= 0.0 && *quality <= 1.0) {
/external/chromium/net/base/
platform_mime_util_mac.cc
25
base::mac::ScopedCFTypeRef<CFStringRef>
uti
(
29
if (!
uti
)
32
UTTypeCopyPreferredTagWithClass(
uti
, kUTTagClassMIMEType));
46
base::mac::ScopedCFTypeRef<CFStringRef>
uti
(
50
if (!
uti
)
53
UTTypeCopyPreferredTagWithClass(
uti
, kUTTagClassFilenameExtension));
/external/webkit/Source/WebCore/platform/network/mac/
WebCoreURLResponse.mm
202
// <rdar://problem/7007389> CoreTypes
UTI
map is missing 100+ file extensions that GateKeeper knew about
450
static RetainPtr<CFStringRef> mimeTypeFromUTITree(CFStringRef
uti
)
452
// Check if this
UTI
has a MIME type.
453
RetainPtr<CFStringRef> mimeType(AdoptCF, UTTypeCopyPreferredTagWithClass(
uti
, kUTTagClassMIMEType));
457
// If not, walk the ancestory of this
UTI
via its "ConformsTo" tags and return the first MIME type we find.
458
RetainPtr<CFDictionaryRef> decl(AdoptCF, UTTypeCopyDeclaration(
uti
));
496
// <rdar://problem/7007389> CoreTypes
UTI
map is missing 100+ file extensions that GateKeeper knew about
506
// looking up the file extension in the
UTI
maps.
507
RetainPtr<CFStringRef>
uti
(AdoptCF, UTTypeCreatePreferredIdentifierForTag(kUTTagClassFilenameExtension, extension.get(), 0));
508
result = mimeTypeFromUTITree(
uti
.get())
[
all
...]
/external/icu4c/test/intltest/
utxttest.cpp
442
int64_t
uti
= 0; // UText position, native index.
local
453
TEST_ASSERT(
uti
== usi);
456
uti
= utext_getNativeIndex(targetUT);
465
uti
= utext_getNativeIndex(targetUT);
466
TEST_ASSERT(
uti
== expectedNativeLength);
518
int64_t
uti
= 0; // UText position, native index.
local
530
TEST_ASSERT(
uti
== usi);
533
uti
= utext_getNativeIndex(targetUT);
539
uti
= utext_getNativeIndex(targetUT);
540
TEST_ASSERT(
uti
== expectedNativeLength)
[
all
...]
/external/webkit/Source/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.mm
[
all
...]
Completed in 944 milliseconds