HomeSort by relevance Sort by last modified time
    Searched refs:uti (Results 1 - 7 of 7) 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 440 int64_t uti = 0; // UText position, native index. local
451 TEST_ASSERT(uti == usi);
454 uti = utext_getNativeIndex(targetUT);
463 uti = utext_getNativeIndex(targetUT);
464 TEST_ASSERT(uti == expectedNativeLength);
516 int64_t uti = 0; // UText position, native index. local
528 TEST_ASSERT(uti == usi);
531 uti = utext_getNativeIndex(targetUT);
537 uti = utext_getNativeIndex(targetUT);
538 TEST_ASSERT(uti == expectedNativeLength)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.mm     [all...]
  /external/strace/
file.c 2337 int uti[2]; member in union:__anon15657
    [all...]

Completed in 222 milliseconds