Home
last modified time | relevance | path

Searched refs:CFSTR (Results 1 – 25 of 80) sorted by relevance

1234

/external/chromium_org/third_party/decklink/mac/include/
DDeckLinkAPIDispatch.cpp60 …bundleURL = CFURLCreateWithFileSystemPath(kCFAllocatorDefault, CFSTR(kDeckLinkAPI_BundlePath), kCF… in InitDeckLinkAPI()
66 …eateIteratorFunc)CFBundleGetFunctionPointerForName(gDeckLinkAPIBundleRef, CFSTR("CreateDeckLinkIte… in InitDeckLinkAPI()
67 …IInformationFunc)CFBundleGetFunctionPointerForName(gDeckLinkAPIBundleRef, CFSTR("CreateDeckLinkAPI… in InitDeckLinkAPI()
68 …reviewHelperFunc)CFBundleGetFunctionPointerForName(gDeckLinkAPIBundleRef, CFSTR("CreateOpenGLScree… in InitDeckLinkAPI()
69 …creenPreviewFunc)CFBundleGetFunctionPointerForName(gDeckLinkAPIBundleRef, CFSTR("CreateCocoaScreen… in InitDeckLinkAPI()
70 …sionInstanceFunc)CFBundleGetFunctionPointerForName(gDeckLinkAPIBundleRef, CFSTR("CreateVideoConver… in InitDeckLinkAPI()
71 …veryInstanceFunc)CFBundleGetFunctionPointerForName(gDeckLinkAPIBundleRef, CFSTR("CreateDeckLinkDis… in InitDeckLinkAPI()
161 …bundleURL = CFURLCreateWithFileSystemPath(kCFAllocatorDefault, CFSTR(kBMDStreamingAPI_BundlePath),… in InitBMDStreamingAPI()
167 …iscoveryFunc)CFBundleGetFunctionPointerForName(gBMDStreamingAPIBundleRef, CFSTR("CreateBMDStreamin… in InitBMDStreamingAPI()
168 …ALParserFunc)CFBundleGetFunctionPointerForName(gBMDStreamingAPIBundleRef, CFSTR("CreateBMDStreamin… in InitBMDStreamingAPI()
DDeckLinkAPIDispatch_v8_0.cpp57 …bundleURL = CFURLCreateWithFileSystemPath(kCFAllocatorDefault, CFSTR(kDeckLinkAPI_BundlePath), kCF… in InitDeckLinkAPI()
63 …eateIteratorFunc)CFBundleGetFunctionPointerForName(gDeckLinkAPIBundleRef, CFSTR("CreateDeckLinkIte… in InitDeckLinkAPI()
64 …IInformationFunc)CFBundleGetFunctionPointerForName(gDeckLinkAPIBundleRef, CFSTR("CreateDeckLinkAPI… in InitDeckLinkAPI()
65 …reviewHelperFunc)CFBundleGetFunctionPointerForName(gDeckLinkAPIBundleRef, CFSTR("CreateOpenGLScree… in InitDeckLinkAPI()
66 …creenPreviewFunc)CFBundleGetFunctionPointerForName(gDeckLinkAPIBundleRef, CFSTR("CreateCocoaScreen… in InitDeckLinkAPI()
67 …sionInstanceFunc)CFBundleGetFunctionPointerForName(gDeckLinkAPIBundleRef, CFSTR("CreateVideoConver… in InitDeckLinkAPI()
DDeckLinkAPIDispatch_v7_6.cpp51 …bundleURL = CFURLCreateWithFileSystemPath(kCFAllocatorDefault, CFSTR(kDeckLinkAPI_BundlePath), kCF… in InitDeckLinkAPI_v7_6()
57 … = (CreateIteratorFunc_v7_6)CFBundleGetFunctionPointerForName(gBundleRef, CFSTR("CreateDeckLinkIte… in InitDeckLinkAPI_v7_6()
58 …creenPreviewHelperFunc_v7_6)CFBundleGetFunctionPointerForName(gBundleRef, CFSTR("CreateOpenGLScree… in InitDeckLinkAPI_v7_6()
59 …CocoaScreenPreviewFunc_v7_6)CFBundleGetFunctionPointerForName(gBundleRef, CFSTR("CreateCocoaScreen… in InitDeckLinkAPI_v7_6()
60 …ConversionInstanceFunc_v7_6)CFBundleGetFunctionPointerForName(gBundleRef, CFSTR("CreateVideoConver… in InitDeckLinkAPI_v7_6()
/external/lldb/tools/debugserver/source/
DRNBServices.h20 #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/chrome/browser/extensions/api/image_writer_private/
Dremovable_storage_provider_mac.cc29 CFDictionaryAddValue(matching, CFSTR(kIOMediaWholeKey), kCFBooleanTrue); in PopulateDeviceList()
30 CFDictionaryAddValue(matching, CFSTR(kIOMediaWritableKey), kCFBooleanTrue); in PopulateDeviceList()
53 dict, CFSTR(kIOBSDNameKey)); in PopulateDeviceList()
57 dict, CFSTR(kIOMediaSizeKey)); in PopulateDeviceList()
63 dict, CFSTR(kIOMediaRemovableKey)); in PopulateDeviceList()
76 CFSTR(kIOPropertyDeviceCharacteristicsKey), in PopulateDeviceList()
86 characteristics, CFSTR(kIOPropertyVendorNameKey)); in PopulateDeviceList()
90 characteristics, CFSTR(kIOPropertyProductNameKey)); in PopulateDeviceList()
/external/clang/test/CodeGen/
Dcfstring.c12 #define CFSTR __builtin___CFStringMakeConstantString macro
15 CFSTR("Hello, World!"); in f()
19 void *G = CFSTR("yo joe");
22 static void* h = CFSTR("Goodbye, World!"); in h()
Dcfstring2.c5 #define CFSTR(x) (CFStringRef) __builtin___CFStringMakeConstantString (x) macro
8 CFSTR("Hello, World!"); in f()
12 void *G = CFSTR("yo joe");
Dutf16-cfstrings.c6 #define CFSTR __builtin___CFStringMakeConstantString macro
9 CFSTR("überhund"); in foo()
/external/chromium_org/content/browser/battery_status/
Dbattery_status_manager_mac.cc66 CFSTR(kIOPSPowerSourceStateKey)); in FetchBatteryStatus()
69 CFStringsAreEqual(current_state, CFSTR(kIOPSBatteryPowerValue)); in FetchBatteryStatus()
71 GetValueAsBoolean(description, CFSTR(kIOPSIsChargingKey), true); in FetchBatteryStatus()
73 GetValueAsBoolean(description, CFSTR(kIOPSIsChargedKey), false); in FetchBatteryStatus()
78 GetValueAsSInt64(description, CFSTR(kIOPSCurrentCapacityKey), -1); in FetchBatteryStatus()
80 GetValueAsSInt64(description, CFSTR(kIOPSMaxCapacityKey), -1); in FetchBatteryStatus()
91 GetValueAsSInt64(description, CFSTR(kIOPSTimeToFullChargeKey), -1); in FetchBatteryStatus()
109 GetValueAsSInt64(description, CFSTR(kIOPSTimeToEmptyKey), -1); in FetchBatteryStatus()
135 CFSTR(kIOPSTransportTypeKey)); in GetInternalBatteriesStates()
138 CFStringsAreEqual(transport_type, CFSTR(kIOPSInternalType)); in GetInternalBatteriesStates()
[all …]
/external/chromium_org/device/hid/
Dhid_service_mac.cc95 collections_filter, CFSTR(kIOHIDElementTypeKey), collection_type_id); in GetCollectionInfos()
135 GetHidIntProperty(hid_device, CFSTR(kIOHIDVendorIDKey)); in PopulateDeviceInfo()
137 GetHidIntProperty(hid_device, CFSTR(kIOHIDProductIDKey)); in PopulateDeviceInfo()
139 GetHidStringProperty(hid_device, CFSTR(kIOHIDProductKey)); in PopulateDeviceInfo()
141 GetHidStringProperty(hid_device, CFSTR(kIOHIDSerialNumberKey)); in PopulateDeviceInfo()
145 GetHidIntProperty(hid_device, CFSTR(kIOHIDMaxInputReportSizeKey)); in PopulateDeviceInfo()
150 GetHidIntProperty(hid_device, CFSTR(kIOHIDMaxOutputReportSizeKey)); in PopulateDeviceInfo()
155 GetHidIntProperty(hid_device, CFSTR(kIOHIDMaxFeatureReportSizeKey)); in PopulateDeviceInfo()
/external/qemu/distrib/sdl-1.2.15/src/joystick/darwin/
DSDL_sysjoystick.c239 refType = CFDictionaryGetValue (refElement, CFSTR(kIOHIDElementCookieKey)); in HIDGetElementInfo()
242 refType = CFDictionaryGetValue (refElement, CFSTR(kIOHIDElementMinKey)); in HIDGetElementInfo()
245 refType = CFDictionaryGetValue (refElement, CFSTR(kIOHIDElementMaxKey)); in HIDGetElementInfo()
288 CFTypeRef refElementType = CFDictionaryGetValue (refElement, CFSTR(kIOHIDElementTypeKey)); in HIDAddElement()
289 CFTypeRef refUsagePage = CFDictionaryGetValue (refElement, CFSTR(kIOHIDElementUsagePageKey)); in HIDAddElement()
290 CFTypeRef refUsage = CFDictionaryGetValue (refElement, CFSTR(kIOHIDElementUsageKey)); in HIDAddElement()
400 CFTypeRef refElementTop = CFDictionaryGetValue (deviceProperties, CFSTR(kIOHIDElementKey)); in HIDGetCollectionElements()
412 refCF = CFDictionaryGetValue (value, CFSTR(kIOHIDElementUsagePageKey)); in HIDTopLevelElementHandler()
415 refCF = CFDictionaryGetValue (value, CFSTR(kIOHIDElementUsageKey)); in HIDTopLevelElementHandler()
443 refCF = CFDictionaryGetValue (hidProperties, CFSTR(kIOHIDProductKey)); in HIDGetDeviceInfo()
[all …]
/external/opencv/otherlibs/highgui/
Dgrfmt_imageio.cpp257 imageUTI = CFSTR( "com.microsoft.bmp" ); in FilenameToUTI()
259 imageUTI = CFSTR( "com.ilm.openexr-image" ); in FilenameToUTI()
261 imageUTI = CFSTR( "public.jpeg" ); in FilenameToUTI()
263 imageUTI = CFSTR( "public.jpeg-2000" ); in FilenameToUTI()
265 imageUTI = CFSTR( "com.adobe.pdf" ); in FilenameToUTI()
267 imageUTI = CFSTR( "public.png" ); in FilenameToUTI()
269 imageUTI = CFSTR( "public.tiff" ); in FilenameToUTI()
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
DCDPlayer.c231 theRawTOCDataRef = (CFDataRef)CFDictionaryGetValue (dictRef, CFSTR(kRawTOCDataString)); in ReadTOCData()
234 theSessionArrayRef = (CFArrayRef)CFDictionaryGetValue (dictRef, CFSTR(kSessionsString)); in ReadTOCData()
253 …leadoutBlock = (CFNumberRef) CFDictionaryGetValue (theSessionDict, CFSTR(kLeadoutBlockStrin… in ReadTOCData()
255 … trackArray = (CFArrayRef)CFDictionaryGetValue (theSessionDict, CFSTR(kTrackArrayString)); in ReadTOCData()
270 … trackNumber = (CFNumberRef) CFDictionaryGetValue (theTrackDict, CFSTR(kPointKeyString)); in ReadTOCData()
271 …sessionNumber = (CFNumberRef) CFDictionaryGetValue (theTrackDict, CFSTR(kSessionNumberKeyString)); in ReadTOCData()
272 … startBlock = (CFNumberRef) CFDictionaryGetValue (theTrackDict, CFSTR(kStartBlockKeyString)); in ReadTOCData()
273 … isDataTrack = (CFBooleanRef) CFDictionaryGetValue (theTrackDict, CFSTR(kDataKeyString)); in ReadTOCData()
357 if (CFStringHasSuffix (name, CFSTR(".aiff")) || in ListTrackFiles()
358 CFStringHasSuffix (name, CFSTR(".cdda"))) { in ListTrackFiles()
/external/clang/test/Sema/
Dbuiltins.c26 #define CFSTR __builtin___CFStringMakeConstantString macro
29 X = CFSTR("\242"); // expected-warning {{input conversion stopped}} in test7()
30 X = CFSTR("\0"); // no-warning in test7()
31 …X = CFSTR(242); // expected-error {{CFString literal is not a string constant}} expected-warning {… in test7()
32 X = CFSTR("foo", "bar"); // expected-error {{too many arguments to function call}} in test7()
/external/chromium_org/rlz/mac/lib/
Dmachine_id_mac.cc42 primary_interface, CFSTR(kIOPrimaryInterface), kCFBooleanTrue); in FindEthernetInterfaces()
44 matching_dict, CFSTR(kIOPropertyMatchKey), primary_interface); in FindEthernetInterfaces()
75 CFSTR(kIOMACAddress), in GetMACAddressFromIterator()
107 CFSTR(kIOPlatformSerialNumberKey), in CopySerialNumber()
/external/chromium_org/base/
Dfile_version_info_mac.mm59 return GetString16Value(CFSTR("CFBundleGetInfoString"));
69 base::string16 version(GetString16Value(CFSTR("CrBundleVersion")));
72 return GetString16Value(CFSTR("CFBundleVersion"));
74 return GetString16Value(CFSTR("CFBundleShortVersionString"));
103 return GetString16Value(CFSTR("SCMRevision"));
/external/chromium_org/chrome/utility/image_writer/
Dimage_writer_mac.cc35 CFDictionaryAddValue(matching, CFSTR(kIOMediaWholeKey), kCFBooleanTrue); in IsValidDevice()
36 CFDictionaryAddValue(matching, CFSTR(kIOMediaWritableKey), kCFBooleanTrue); in IsValidDevice()
37 CFDictionaryAddValue(matching, CFSTR(kIOBSDNameKey), cf_bsd_name); in IsValidDevice()
53 dict, CFSTR(kIOMediaRemovableKey)); in IsValidDevice()
/external/chromium_org/third_party/mozilla/
DNSWorkspace+Utils.m47 NSArray* apps = [(NSArray*)LSCopyAllHandlersForURLScheme(CFSTR("https")) autorelease];
59 NSArray* apps = [(NSArray*)LSCopyAllHandlersForURLScheme(CFSTR("feed")) autorelease];
71 …NSString* defaultBundleId = [(NSString*)LSCopyDefaultHandlerForURLScheme(CFSTR("http")) autoreleas…
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/chromium_org/chrome/common/mac/
Dmock_launchd.cc149 CFStringRef program = CFSTR(LAUNCH_JOBKEY_PROGRAM); in CopyJobDictionary()
150 CFStringRef program_pid = CFSTR(LAUNCH_JOBKEY_PID); in CopyJobDictionary()
169 CFStringRef program = CFSTR(LAUNCH_JOBKEY_PROGRAM); in CopyDictionaryByCheckingIn()
170 CFStringRef program_args = CFSTR(LAUNCH_JOBKEY_PROGRAMARGUMENTS); in CopyDictionaryByCheckingIn()
190 CFStringRef socket_key = CFSTR(LAUNCH_JOBKEY_SOCKETS); in CopyDictionaryByCheckingIn()
230 CFStringRef socket_dict_key = CFSTR("ServiceProcessSocket"); in CopyDictionaryByCheckingIn()
/external/stlport/test/eh/
Dmwerks_console_OS_X.c86 theErr = __msl_CreateFrameworkBundleFromName(CFSTR("System.framework"), in InstallConsole()
99 CFBundleGetFunctionPointerForName(__msl_os_x.theBundle, CFSTR("read")); in InstallConsole()
101 CFBundleGetFunctionPointerForName(__msl_os_x.theBundle, CFSTR("write")); in InstallConsole()
/external/clang/test/SemaObjC/
Dformat-strings-objc.m35 #define CFSTR(cStr) ((CFStringRef) __builtin___CFStringMakeConstantString ("" cStr "")) macro
62 …CFStringCreateWithFormat(CFSTR("%i"),test); // expected-warning{{format specifies type 'int' but t…
83 …MyCFStringCreateWithFormat(CFSTR("%@")); // expected-warning {{more '%' conversions than data argu… category
175 CFStringCreateWithFormat(CFSTR("%@"), x); // no-warning
178 CFStringCreateWithFormat(CFSTR("%@"), y); // no-warning
225 …NSLog(@"no specifiers", dict[CFSTR("abc")]); // expected-error{{indexing expression is invalid bec…
226 …NSLog(@"%@", dict[CFSTR("abc")]); // expected-error{{indexing expression is invalid because subscr…
227 …NSLog(@"%@ %@", dict[CFSTR("abc")]); // expected-error{{indexing expression is invalid because sub…
229 …[Foo fooWithFormat:@"no specifiers", dict[CFSTR("abc")]]; // expected-error{{indexing expression i…
230 …[Foo fooWithFormat:@"%@", dict[CFSTR("abc")]]; // expected-error{{indexing expression is invalid b…
[all …]
/external/lldb/source/Host/macosx/
DSymbols.cpp372 …_src_cfpath = static_cast<CFStringRef>(::CFDictionaryGetValue (uuid_dict, CFSTR("DBGSourcePath"))); in LocateMacOSXFilesUsingDebugSymbols()
375 …_src_cfpath = static_cast<CFStringRef>(::CFDictionaryGetValue (uuid_dict, CFSTR("DBGBuildSourcePat… in LocateMacOSXFilesUsingDebugSymbols()
398 …xec_cf_path = static_cast<CFStringRef>(::CFDictionaryGetValue (uuid_dict, CFSTR("DBGSymbolRichExec… in LocateMacOSXFilesUsingDebugSymbols()
584 …cf_str = (CFStringRef)CFDictionaryGetValue ((CFDictionaryRef) uuid_dict, CFSTR("DBGSymbolRichExecu… in GetModuleSpecInfoFromUUIDDictionary()
591 … cf_str = (CFStringRef)CFDictionaryGetValue ((CFDictionaryRef) uuid_dict, CFSTR("DBGDSYMPath")); in GetModuleSpecInfoFromUUIDDictionary()
601 …cf_str = (CFStringRef)CFDictionaryGetValue ((CFDictionaryRef) uuid_dict, CFSTR("DBGArchitecture")); in GetModuleSpecInfoFromUUIDDictionary()
611 …cf_str = (CFStringRef)CFDictionaryGetValue ((CFDictionaryRef) uuid_dict, CFSTR("DBGBuildSourcePath… in GetModuleSpecInfoFromUUIDDictionary()
617 … cf_str = (CFStringRef)CFDictionaryGetValue ((CFDictionaryRef) uuid_dict, CFSTR("DBGSourcePath")); in GetModuleSpecInfoFromUUIDDictionary()
646 …CFTypeRef defaults_setting = CFPreferencesCopyAppValue (CFSTR ("DBGShellCommands"), CFSTR ("com.ap… in DownloadObjectAndSymbolFile()
/external/clang/test/SemaCXX/
Dbuiltins.cpp3 #define CFSTR __builtin___CFStringMakeConstantString macro
6 (void)CFStringRef(CFSTR("Hello")); in f()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DSmartReplaceCF.cpp44 …acterSetAddCharactersInString(smartSet, isPreviousCharacter ? CFSTR("([\"\'#$/-`{") : CFSTR(")].,;… in getSmartSet()
/external/lldb/test/functionalities/data-formatter/rdar-3534688/
Dmain.m23 CFBagSetValue(mutable_bag_ref, CFSTR("Hello world"));
32 CFBinaryHeapAddValue(binheap_ref, CFSTR("Hello world"));

1234