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

1 2

  /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/chrome/browser/extensions/api/image_writer_private/
removable_storage_provider_mac.cc 28 CFDictionaryAddValue(matching, CFSTR(kIOMediaWholeKey), kCFBooleanTrue);
29 CFDictionaryAddValue(matching, CFSTR(kIOMediaEjectableKey), kCFBooleanTrue);
30 CFDictionaryAddValue(matching, CFSTR(kIOMediaRemovableKey), kCFBooleanTrue);
31 CFDictionaryAddValue(matching, CFSTR(kIOMediaWritableKey), kCFBooleanTrue);
54 dict, CFSTR(kIOBSDNameKey));
58 dict, CFSTR(kIOMediaSizeKey));
67 CFSTR(kIOPropertyDeviceCharacteristicsKey),
77 characteristics, CFSTR(kIOPropertyVendorNameKey));
81 characteristics, CFSTR(kIOPropertyProductNameKey));
  /system/core/adb/
get_my_path_darwin.c 27 CFSTR("CFBundleExecutable"));
  /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"));
  /system/core/fastboot/
util_osx.c 40 CFSTR("CFBundleExecutable"));
  /external/chromium_org/device/hid/
hid_service_mac.cc 143 GetHidIntProperty(hid_device, CFSTR(kIOHIDVendorIDKey));
145 GetHidIntProperty(hid_device, CFSTR(kIOHIDProductIDKey));
147 GetHidIntProperty(hid_device, CFSTR(kIOHIDMaxInputReportSizeKey));
149 GetHidIntProperty(hid_device, CFSTR(kIOHIDMaxOutputReportSizeKey));
151 GetHidIntProperty(hid_device, CFSTR(kIOHIDMaxFeatureReportSizeKey));
153 IOHIDDeviceGetProperty(hid_device, CFSTR(kIOHIDDeviceUsagePairsKey));
161 CFDictionaryGetValue(deviceUsagePair, CFSTR(kIOHIDDeviceUsageKey)));
165 CFDictionaryGetValue(deviceUsagePair, CFSTR(kIOHIDDeviceUsagePageKey)));
171 GetHidStringProperty(hid_device, CFSTR(kIOHIDProductKey));
173 GetHidStringProperty(hid_device, CFSTR(kIOHIDSerialNumberKey))
    [all...]
  /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/third_party/WebKit/Source/wtf/text/
StringCF.cpp 58 return CFSTR("");
  /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");
  /external/lldb/source/Host/macosx/
Symbols.cpp 372 CFStringRef actual_src_cfpath = static_cast<CFStringRef>(::CFDictionaryGetValue (uuid_dict, CFSTR("DBGSourcePath")));
375 CFStringRef build_src_cfpath = static_cast<CFStringRef>(::CFDictionaryGetValue (uuid_dict, CFSTR("DBGBuildSourcePath")));
398 CFStringRef exec_cf_path = static_cast<CFStringRef>(::CFDictionaryGetValue (uuid_dict, CFSTR("DBGSymbolRichExecutable")));
584 cf_str = (CFStringRef)CFDictionaryGetValue ((CFDictionaryRef) uuid_dict, CFSTR("DBGSymbolRichExecutable"));
591 cf_str = (CFStringRef)CFDictionaryGetValue ((CFDictionaryRef) uuid_dict, CFSTR("DBGDSYMPath"));
601 cf_str = (CFStringRef)CFDictionaryGetValue ((CFDictionaryRef) uuid_dict, CFSTR("DBGArchitecture"));
611 cf_str = (CFStringRef)CFDictionaryGetValue ((CFDictionaryRef) uuid_dict, CFSTR("DBGBuildSourcePath"));
617 cf_str = (CFStringRef)CFDictionaryGetValue ((CFDictionaryRef) uuid_dict, CFSTR("DBGSourcePath"));
646 CFTypeRef defaults_setting = CFPreferencesCopyAppValue (CFSTR ("DBGShellCommands"), CFSTR ("com.apple.DebugSymbols"))
    [all...]
  /external/chromium_org/net/base/
network_config_watcher_mac.cc 105 NULL, CFSTR("org.chromium"), DynamicStoreCallback, &context));
  /external/chromium_org/chrome/browser/extensions/api/music_manager_private/
device_id_mac.cc 125 CFSTR(kIOMACAddress),
142 CFSTR(kIOProviderClassKey),
146 if (CFStringCompare(provider_class, CFSTR("IOPCIDevice"), 0) ==
  /external/chromium_org/media/midi/
midi_manager_mac.cc 43 MIDIClientCreate(CFSTR("Chrome"), NULL, NULL, &midi_client_);
53 CFSTR("MIDI Input"),
62 CFSTR("MIDI Output"),

Completed in 5219 milliseconds

1 2