HomeSort by relevance Sort by last modified time
    Searched refs:CFSTR (Results 1 - 25 of 53) sorted by null

1 2 3

  /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/lldb/tools/debugserver/source/
RNBServices.h 20 #define DTSERVICES_APP_FRONTMOST_KEY CFSTR("isFrontApp")
21 #define DTSERVICES_APP_PATH_KEY CFSTR("executablePath")
22 #define DTSERVICES_APP_ICON_PATH_KEY CFSTR("iconPath")
23 #define DTSERVICES_APP_DISPLAY_NAME_KEY CFSTR("displayName")
24 #define DTSERVICES_APP_PID_KEY CFSTR("pid")
  /external/chromium_org/third_party/decklink/mac/include/
DeckLinkAPIDispatch_v7_6.cpp 51 bundleURL = CFURLCreateWithFileSystemPath(kCFAllocatorDefault, CFSTR(kDeckLinkAPI_BundlePath), kCFURLPOSIXPathStyle, true);
57 gCreateIteratorFunc = (CreateIteratorFunc_v7_6)CFBundleGetFunctionPointerForName(gBundleRef, CFSTR("CreateDeckLinkIteratorInstance"));
58 gCreateOpenGLPreviewFunc = (CreateOpenGLScreenPreviewHelperFunc_v7_6)CFBundleGetFunctionPointerForName(gBundleRef, CFSTR("CreateOpenGLScreenPreviewHelper"));
59 gCreateCocoaPreviewFunc = (CreateCocoaScreenPreviewFunc_v7_6)CFBundleGetFunctionPointerForName(gBundleRef, CFSTR("CreateCocoaScreenPreview"));
60 gCreateVideoConversionFunc = (CreateVideoConversionInstanceFunc_v7_6)CFBundleGetFunctionPointerForName(gBundleRef, CFSTR("CreateVideoConversionInstance"));
DeckLinkAPIDispatch_v8_0.cpp 57 bundleURL = CFURLCreateWithFileSystemPath(kCFAllocatorDefault, CFSTR(kDeckLinkAPI_BundlePath), kCFURLPOSIXPathStyle, true);
63 gCreateIteratorFunc = (CreateIteratorFunc)CFBundleGetFunctionPointerForName(gDeckLinkAPIBundleRef, CFSTR("CreateDeckLinkIteratorInstance_0001"));
64 gCreateAPIInformationFunc = (CreateAPIInformationFunc)CFBundleGetFunctionPointerForName(gDeckLinkAPIBundleRef, CFSTR("CreateDeckLinkAPIInformationInstance_0001"));
65 gCreateOpenGLPreviewFunc = (CreateOpenGLScreenPreviewHelperFunc)CFBundleGetFunctionPointerForName(gDeckLinkAPIBundleRef, CFSTR("CreateOpenGLScreenPreviewHelper_0001"));
66 gCreateCocoaPreviewFunc = (CreateCocoaScreenPreviewFunc)CFBundleGetFunctionPointerForName(gDeckLinkAPIBundleRef, CFSTR("CreateCocoaScreenPreview_0001"));
67 gCreateVideoConversionFunc = (CreateVideoConversionInstanceFunc)CFBundleGetFunctionPointerForName(gDeckLinkAPIBundleRef, CFSTR("CreateVideoConversionInstance_0001"));
DeckLinkAPIDispatch.cpp 60 bundleURL = CFURLCreateWithFileSystemPath(kCFAllocatorDefault, CFSTR(kDeckLinkAPI_BundlePath), kCFURLPOSIXPathStyle, true);
66 gCreateIteratorFunc = (CreateIteratorFunc)CFBundleGetFunctionPointerForName(gDeckLinkAPIBundleRef, CFSTR("CreateDeckLinkIteratorInstance_0002"));
67 gCreateAPIInformationFunc = (CreateAPIInformationFunc)CFBundleGetFunctionPointerForName(gDeckLinkAPIBundleRef, CFSTR("CreateDeckLinkAPIInformationInstance_0001"));
68 gCreateOpenGLPreviewFunc = (CreateOpenGLScreenPreviewHelperFunc)CFBundleGetFunctionPointerForName(gDeckLinkAPIBundleRef, CFSTR("CreateOpenGLScreenPreviewHelper_0001"));
69 gCreateCocoaPreviewFunc = (CreateCocoaScreenPreviewFunc)CFBundleGetFunctionPointerForName(gDeckLinkAPIBundleRef, CFSTR("CreateCocoaScreenPreview_0001"));
70 gCreateVideoConversionFunc = (CreateVideoConversionInstanceFunc)CFBundleGetFunctionPointerForName(gDeckLinkAPIBundleRef, CFSTR("CreateVideoConversionInstance_0001"));
71 gCreateDeckLinkDiscoveryFunc = (CreateDeckLinkDiscoveryInstanceFunc)CFBundleGetFunctionPointerForName(gDeckLinkAPIBundleRef, CFSTR("CreateDeckLinkDiscoveryInstance_0001"));
161 bundleURL = CFURLCreateWithFileSystemPath(kCFAllocatorDefault, CFSTR(kBMDStreamingAPI_BundlePath), kCFURLPOSIXPathStyle, true);
167 gCreateDiscoveryFunc = (CreateDiscoveryFunc)CFBundleGetFunctionPointerForName(gBMDStreamingAPIBundleRef, CFSTR("CreateBMDStreamingDiscoveryInstance_0001"));
168 gCreateNALParserFunc = (CreateNALParserFunc)CFBundleGetFunctionPointerForName(gBMDStreamingAPIBundleRef, CFSTR("CreateBMDStreamingH264NALParser_0001"))
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
removable_storage_provider_mac.cc 29 CFDictionaryAddValue(matching, CFSTR(kIOMediaWholeKey), kCFBooleanTrue);
30 CFDictionaryAddValue(matching, CFSTR(kIOMediaWritableKey), kCFBooleanTrue);
53 dict, CFSTR(kIOBSDNameKey));
57 dict, CFSTR(kIOMediaSizeKey));
63 dict, CFSTR(kIOMediaRemovableKey));
76 CFSTR(kIOPropertyDeviceCharacteristicsKey),
86 characteristics, CFSTR(kIOPropertyVendorNameKey));
90 characteristics, CFSTR(kIOPropertyProductNameKey));
  /external/chromium_org/third_party/mozilla/
NSWorkspace+Utils.m 47 NSArray* apps = [(NSArray*)LSCopyAllHandlersForURLScheme(CFSTR("https")) autorelease];
59 NSArray* apps = [(NSArray*)LSCopyAllHandlersForURLScheme(CFSTR("feed")) autorelease];
71 NSString* defaultBundleId = [(NSString*)LSCopyDefaultHandlerForURLScheme(CFSTR("http")) autorelease];
81 return [(NSString*)LSCopyDefaultHandlerForURLScheme(CFSTR("feed")) autorelease];
102 LSSetDefaultHandlerForURLScheme(CFSTR("http"), (CFStringRef)bundleID);
103 LSSetDefaultHandlerForURLScheme(CFSTR("https"), (CFStringRef)bundleID);
110 LSSetDefaultHandlerForURLScheme(CFSTR("feed"), (CFStringRef)bundleID);
  /external/clang/test/SemaCXX/
builtins.cpp 3 #define CFSTR __builtin___CFStringMakeConstantString
6 (void)CFStringRef(CFSTR("Hello"));
  /external/chromium_org/content/browser/battery_status/
battery_status_manager_mac.cc 66 CFSTR(kIOPSPowerSourceStateKey));
69 CFStringsAreEqual(current_state, CFSTR(kIOPSBatteryPowerValue));
71 GetValueAsBoolean(description, CFSTR(kIOPSIsChargingKey), true);
73 GetValueAsBoolean(description, CFSTR(kIOPSIsChargedKey), false);
78 GetValueAsSInt64(description, CFSTR(kIOPSCurrentCapacityKey), -1);
80 GetValueAsSInt64(description, CFSTR(kIOPSMaxCapacityKey), -1);
91 GetValueAsSInt64(description, CFSTR(kIOPSTimeToFullChargeKey), -1);
109 GetValueAsSInt64(description, CFSTR(kIOPSTimeToEmptyKey), -1);
135 CFSTR(kIOPSTransportTypeKey));
138 CFStringsAreEqual(transport_type, CFSTR(kIOPSInternalType))
    [all...]
  /external/chromium_org/chrome/common/extensions/image_writer/
image_writer_util_mac.cc 33 if (CFStringCompare(class_name.get(), CFSTR("IOUSBMassStorageClass"), 0) ==
  /external/chromium_org/rlz/mac/lib/
machine_id_mac.cc 42 primary_interface, CFSTR(kIOPrimaryInterface), kCFBooleanTrue);
44 matching_dict, CFSTR(kIOPropertyMatchKey), primary_interface);
75 CFSTR(kIOMACAddress),
107 CFSTR(kIOPlatformSerialNumberKey),
  /external/chromium_org/third_party/WebKit/Source/core/editing/
SmartReplaceCF.cpp 44 CFCharacterSetAddCharactersInString(smartSet, isPreviousCharacter ? CFSTR("([\"\'#$/-`{") : CFSTR(")].,;:?\'!\"%*-/}"));
  /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/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/chromium_org/chrome/utility/image_writer/
image_writer_mac.cc 35 CFDictionaryAddValue(matching, CFSTR(kIOMediaWholeKey), kCFBooleanTrue);
36 CFDictionaryAddValue(matching, CFSTR(kIOMediaWritableKey), kCFBooleanTrue);
37 CFDictionaryAddValue(matching, CFSTR(kIOBSDNameKey), cf_bsd_name);
53 dict, CFSTR(kIOMediaRemovableKey));
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringCF.cpp 58 return CFSTR("");
  /external/chromium_org/device/hid/
hid_service_mac.cc 95 collections_filter, CFSTR(kIOHIDElementTypeKey), collection_type_id);
135 GetHidIntProperty(hid_device, CFSTR(kIOHIDVendorIDKey));
137 GetHidIntProperty(hid_device, CFSTR(kIOHIDProductIDKey));
139 GetHidStringProperty(hid_device, CFSTR(kIOHIDProductKey));
141 GetHidStringProperty(hid_device, CFSTR(kIOHIDSerialNumberKey));
145 GetHidIntProperty(hid_device, CFSTR(kIOHIDMaxInputReportSizeKey));
150 GetHidIntProperty(hid_device, CFSTR(kIOHIDMaxOutputReportSizeKey));
155 GetHidIntProperty(hid_device, CFSTR(kIOHIDMaxFeatureReportSizeKey));
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
CDPlayer.c 231 theRawTOCDataRef = (CFDataRef)CFDictionaryGetValue (dictRef, CFSTR(kRawTOCDataString));
234 theSessionArrayRef = (CFArrayRef)CFDictionaryGetValue (dictRef, CFSTR(kSessionsString));
253 leadoutBlock = (CFNumberRef) CFDictionaryGetValue (theSessionDict, CFSTR(kLeadoutBlockString));
255 trackArray = (CFArrayRef)CFDictionaryGetValue (theSessionDict, CFSTR(kTrackArrayString));
270 trackNumber = (CFNumberRef) CFDictionaryGetValue (theTrackDict, CFSTR(kPointKeyString));
271 sessionNumber = (CFNumberRef) CFDictionaryGetValue (theTrackDict, CFSTR(kSessionNumberKeyString));
272 startBlock = (CFNumberRef) CFDictionaryGetValue (theTrackDict, CFSTR(kStartBlockKeyString));
273 isDataTrack = (CFBooleanRef) CFDictionaryGetValue (theTrackDict, CFSTR(kDataKeyString));
357 if (CFStringHasSuffix (name, CFSTR(".aiff")) ||
358 CFStringHasSuffix (name, CFSTR(".cdda")))
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/joystick/darwin/
SDL_sysjoystick.c 239 refType = CFDictionaryGetValue (refElement, CFSTR(kIOHIDElementCookieKey));
242 refType = CFDictionaryGetValue (refElement, CFSTR(kIOHIDElementMinKey));
245 refType = CFDictionaryGetValue (refElement, CFSTR(kIOHIDElementMaxKey));
251 refType = CFDictionaryGetValue (refElement, CFSTR(kIOHIDElementScaledMinKey));
254 refType = CFDictionaryGetValue (refElement, CFSTR(kIOHIDElementScaledMaxKey));
257 refType = CFDictionaryGetValue (refElement, CFSTR(kIOHIDElementSizeKey));
260 refType = CFDictionaryGetValue (refElement, CFSTR(kIOHIDElementIsRelativeKey));
263 refType = CFDictionaryGetValue (refElement, CFSTR(kIOHIDElementIsWrappingKey));
266 refType = CFDictionaryGetValue (refElement, CFSTR(kIOHIDElementIsNonLinearKey));
269 refType = CFDictionaryGetValue (refElement, CFSTR(kIOHIDElementHasPreferedStateKey))
    [all...]
  /external/chromium_org/remoting/host/
desktop_resizer_mac.cc 88 if (CFStringCompare(encoding, CFSTR(IO32BitDirectPixels),
92 encoding, CFSTR(IO16BitDirectPixels),
96 encoding, CFSTR(IO8BitIndexedPixels),
  /development/ide/xcode/ports/
skia_mac.cp 58 err = CreateNibReference(CFSTR("main"), &nibRef);
63 err = SetMenuBarFromNib(nibRef, CFSTR("MenuBar"));
68 err = CreateWindowFromNib(nibRef, CFSTR("MainWindow"), &window);
  /external/chromium_org/chrome/common/mac/
mock_launchd.cc 149 CFStringRef program = CFSTR(LAUNCH_JOBKEY_PROGRAM);
150 CFStringRef program_pid = CFSTR(LAUNCH_JOBKEY_PID);
169 CFStringRef program = CFSTR(LAUNCH_JOBKEY_PROGRAM);
170 CFStringRef program_args = CFSTR(LAUNCH_JOBKEY_PROGRAMARGUMENTS);
190 CFStringRef socket_key = CFSTR(LAUNCH_JOBKEY_SOCKETS);
230 CFStringRef socket_dict_key = CFSTR("ServiceProcessSocket");

Completed in 4123 milliseconds

1 2 3