/external/webkit/Source/WebCore/platform/network/mac/ |
WebCoreURLResponse.mm | 47 CFSTR("3g2"), 48 CFSTR("3gp"), 49 CFSTR("ai"), 50 CFSTR("aif"), 51 CFSTR("aifc"), 52 CFSTR("aiff"), 53 CFSTR("au"), 54 CFSTR("avi"), 55 CFSTR("bcpio"), 56 CFSTR("bin") [all...] |
/external/clang/test/CodeGen/ |
utf16-cfstrings.c | 6 #define CFSTR __builtin___CFStringMakeConstantString 9 CFSTR("überhund");
|
cfstring.c | 12 #define CFSTR __builtin___CFStringMakeConstantString 15 CFSTR("Hello, World!"); 19 void *G = CFSTR("yo joe"); 22 static void* h = CFSTR("Goodbye, World!");
|
cfstring2.c | 5 #define CFSTR(x) (CFStringRef) __builtin___CFStringMakeConstantString (x) 8 CFSTR("Hello, World!"); 12 void *G = CFSTR("yo joe");
|
/external/clang/test/SemaCXX/ |
builtins.cpp | 3 #define CFSTR __builtin___CFStringMakeConstantString 6 (void)CFStringRef(CFSTR("Hello"));
|
/external/webkit/Tools/DumpRenderTree/cf/ |
WebArchiveDumpSupport.cpp | 49 if (CFStringCompare(mimeType, CFSTR("text/xml"), kCFCompareAnchored | kCFCompareCaseInsensitive) == kCFCompareEqualTo) 50 CFStringReplaceAll(mimeType, CFSTR("application/xml")); 53 if (CFStringCompare(mimeType, CFSTR("application/x-javascript"), kCFCompareAnchored | kCFCompareCaseInsensitive) == kCFCompareEqualTo) 54 CFStringReplaceAll(mimeType, CFSTR("text/javascript")); 59 CFMutableStringRef mimeType = (CFMutableStringRef)CFDictionaryGetValue(resource, CFSTR("WebResourceMIMEType")); 64 if (CFStringHasPrefix(mimeType, CFSTR("text/")) || CFArrayContainsValue(supportedMIMETypes, CFRangeMake(0, CFArrayGetCount(supportedMIMETypes)), mimeType)) { 65 CFStringRef textEncodingName = static_cast<CFStringRef>(CFDictionaryGetValue(resource, CFSTR("WebResourceTextEncodingName"))); 72 CFDataRef data = static_cast<CFDataRef>(CFDictionaryGetValue(resource, CFSTR("WebResourceData"))); 75 CFDictionarySetValue(resource, CFSTR("WebResourceData"), dataAsString.get()); 82 if (CFDictionaryContainsKey(fields, CFSTR("Date")) [all...] |
/external/webkit/Source/WebKit2/WebProcess/WebPage/win/ |
WebInspectorWin.cpp | 39 RetainPtr<CFURLRef> localizedStringsURLRef(AdoptCF, CFBundleCopyResourceURL(webKitBundle(), CFSTR("localizedStrings"), CFSTR("js"), 0));
|
/external/webkit/Source/WebKit/win/ |
WebPreferences.cpp | 186 CFDictionaryAddValue(defaults, CFSTR(WebKitStandardFontPreferenceKey), CFSTR("Times New Roman")); 187 CFDictionaryAddValue(defaults, CFSTR(WebKitFixedFontPreferenceKey), CFSTR("Courier New")); 188 CFDictionaryAddValue(defaults, CFSTR(WebKitSerifFontPreferenceKey), CFSTR("Times New Roman")); 189 CFDictionaryAddValue(defaults, CFSTR(WebKitSansSerifFontPreferenceKey), CFSTR("Arial")); 190 CFDictionaryAddValue(defaults, CFSTR(WebKitCursiveFontPreferenceKey), CFSTR("Comic Sans MS")) [all...] |
/external/webkit/Source/JavaScriptGlue/ |
testjsglue.cpp | 33 CFSTR("\ 49 JSObjectRef getX = JSObjectCopyProperty(globalObject, CFSTR("getX"));
|
JSBase.cpp | 69 CFSTR("<JSTypeRef- ptr:0x%lx type: %d, retaincount: %ld>"),
|
/external/webkit/Source/WebKit2/WebProcess/mac/ |
FullKeyboardAccessWatcher.mm | 30 const CFStringRef AppleKeyboardUIMode = CFSTR("AppleKeyboardUIMode"); 31 const CFStringRef UniversalAccessDomain = CFSTR("com.apple.universalaccess");
|
/system/core/adb/ |
get_my_path_darwin.c | 27 CFSTR("CFBundleExecutable"));
|
/external/webkit/Source/WebKit2/Shared/win/ |
WebKitBundle.cpp | 39 if (CFBundleRef existingBundle = CFBundleGetBundleWithIdentifier(CFSTR("com.apple.WebKit"))) { 51 RetainPtr<CFURLRef> resourcesDirectoryURL(AdoptCF, CFURLCreateCopyAppendingPathComponent(0, dllDirectoryURL.get(), CFSTR("WebKit.resources"), true));
|
/system/core/fastboot/ |
util_osx.c | 40 CFSTR("CFBundleExecutable"));
|
/external/clang/test/Sema/ |
builtins.c | 26 #define CFSTR __builtin___CFStringMakeConstantString 29 X = CFSTR("\242"); // expected-warning {{input conversion stopped}} 30 X = CFSTR("\0"); // no-warning 31 X = CFSTR(242); // expected-error {{CFString literal is not a string constant}} expected-warning {{incompatible integer to pointer conversion}} 32 X = CFSTR("foo", "bar"); // expected-error {{too many arguments to function call}}
|
/external/webkit/Source/WebCore/platform/network/cf/ |
ResourceResponseCFNet.cpp | 46 CFSTR("Age"), CFSTR("Cache-Control"), CFSTR("Date"), CFSTR("Etag"), CFSTR("Expires"), CFSTR("Last-Modified"), CFSTR("Pragma")
|
/external/webkit/Source/WebCore/plugins/mac/ |
PluginPackageMac.cpp | 75 (BP_CreatePluginMIMETypesPreferencesFuncPtr)CFBundleGetFunctionPointerForName(bundle, CFSTR("BP_CreatePluginMIMETypesPreferences")); 138 WTF::RetainPtr<CFTypeRef> mimeTypesFileName = CFBundleGetValueForInfoDictionaryKey(m_module, CFSTR("WebPluginMIMETypesFilename")); 143 WTF::RetainPtr<CFStringRef> path = CFStringCreateWithFormat(0, 0, CFSTR("%@/Library/Preferences/%@"), homeDir.get(), fileName.get()); 149 (CFStringRef)CFDictionaryGetValue(plist.get(), CFSTR("WebPluginLocalizationName")); 161 mimeDict = (CFDictionaryRef)CFDictionaryGetValue(plist.get(), CFSTR("WebPluginMIMETypes")); 165 mimeDict = (CFDictionaryRef)CFBundleGetValueForInfoDictionaryKey(m_module, CFSTR("WebPluginMIMETypes")); 178 WTF::RetainPtr<CFNumberRef> enabled = (CFNumberRef)CFDictionaryGetValue(extensionsDict.get(), CFSTR("WebPluginTypeEnabled")); 186 WTF::RetainPtr<CFArrayRef> extensions = (CFArrayRef)CFDictionaryGetValue(extensionsDict.get(), CFSTR("WebPluginExtensions")); 197 String description = (CFStringRef)CFDictionaryGetValue(extensionsDict.get(), CFSTR("WebPluginTypeDescription")); 201 m_name = (CFStringRef)CFBundleGetValueForInfoDictionaryKey(m_module, CFSTR("WebPluginName")) [all...] |
/external/webkit/Source/WebKit2/UIProcess/cf/ |
WebBackForwardListCF.cpp | 46 DEFINE_STATIC_GETTER(CFStringRef, SessionHistoryCurrentIndexKey, (CFSTR("SessionHistoryCurrentIndex"))); 47 DEFINE_STATIC_GETTER(CFStringRef, SessionHistoryEntriesKey, (CFSTR("SessionHistoryEntries"))); 48 DEFINE_STATIC_GETTER(CFStringRef, SessionHistoryEntryTitleKey, (CFSTR("SessionHistoryEntryTitle"))); 49 DEFINE_STATIC_GETTER(CFStringRef, SessionHistoryEntryURLKey, (CFSTR("SessionHistoryEntryURL"))); 50 DEFINE_STATIC_GETTER(CFStringRef, SessionHistoryEntryOriginalURLKey, (CFSTR("SessionHistoryEntryOriginalURL"))); 51 DEFINE_STATIC_GETTER(CFStringRef, SessionHistoryEntryDataKey, (CFSTR("SessionHistoryEntryData")));
|
/external/webkit/Source/WebCore/platform/win/ |
LocalizedStringsWin.cpp | 46 if (CFBundleRef existingBundle = CFBundleGetBundleWithIdentifier(CFSTR("com.apple.WebKit"))) { 59 RetainPtr<CFURLRef> resourcesDirectoryURL(AdoptCF, CFURLCreateCopyAppendingPathComponent(0, dllDirectoryURL.get(), CFSTR("WebKit.resources"), true)); 78 static CFStringRef notFound = CFSTR("localized string not found");
|
/external/chromium/chrome/common/ |
chrome_content_plugin_client.cc | 28 CFStringCreateWithFormat(kCFAllocatorDefault, NULL, CFSTR("%@ (%@)"),
|
/external/webkit/Source/WebCore/platform/text/cf/ |
StringCF.cpp | 48 return static_cast<CFStringRef>(CFRetain(CFSTR("")));
|
/external/webkit/Source/WebCore/editing/ |
SmartReplaceCF.cpp | 44 CFCharacterSetAddCharactersInString(smartSet, isPreviousCharacter ? CFSTR("([\"\'#$/-`{") : CFSTR(")].,;:?\'!\"%*-/}"));
|
/external/opencv/otherlibs/highgui/ |
grfmt_imageio.cpp | 257 imageUTI = CFSTR( "com.microsoft.bmp" ); 259 imageUTI = CFSTR( "com.ilm.openexr-image" ); 261 imageUTI = CFSTR( "public.jpeg" ); 263 imageUTI = CFSTR( "public.jpeg-2000" ); 265 imageUTI = CFSTR( "com.adobe.pdf" ); 267 imageUTI = CFSTR( "public.png" ); 269 imageUTI = CFSTR( "public.tiff" );
|
/external/stlport/test/eh/ |
mwerks_console_OS_X.c | 86 theErr = __msl_CreateFrameworkBundleFromName(CFSTR("System.framework"), 99 CFBundleGetFunctionPointerForName(__msl_os_x.theBundle, CFSTR("read")); 101 CFBundleGetFunctionPointerForName(__msl_os_x.theBundle, CFSTR("write"));
|
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/mac/ |
InjectedBundleMac.cpp | 73 WKBundleInitializeFunctionPtr initializeFunction = reinterpret_cast<WKBundleInitializeFunctionPtr>(CFBundleGetFunctionPointerForName(m_platformBundle, CFSTR("WKBundleInitialize")));
|