Searched refs:CFSTR (Results 1 - 14 of 14) sorted by relevance

/external/clang/test/CodeGen/
H A Dutf16-cfstrings.c6 #define CFSTR __builtin___CFStringMakeConstantString macro
9 CFSTR("überhund");
H A Dcfstring.c12 #define CFSTR __builtin___CFStringMakeConstantString macro
15 CFSTR("Hello, World!");
19 void *G = CFSTR("yo joe");
22 static void* h = CFSTR("Goodbye, World!");
H A Dcfstring2.c5 #define CFSTR(x) (CFStringRef) __builtin___CFStringMakeConstantString (x) macro
8 CFSTR("Hello, World!");
12 void *G = CFSTR("yo joe");
/external/lldb/tools/debugserver/source/
H A 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/clang/test/SemaCXX/
H A Dbuiltins.cpp3 #define CFSTR __builtin___CFStringMakeConstantString macro
6 (void)CFStringRef(CFSTR("Hello"));
/external/opencv/otherlibs/highgui/
H A Dgrfmt_imageio.cpp257 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/clang/test/Sema/
H A Dbuiltins.c26 #define CFSTR __builtin___CFStringMakeConstantString macro
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/lldb/source/Host/macosx/
H A DSymbols.cpp372 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 ("co
[all...]
/external/compiler-rt/lib/asan/tests/
H A Dasan_mac_test.cc207 CFStringRef str = CFSTR("Hello world!\n");
/external/lldb/tools/lldb-perf/lib/
H A DResults.cpp60 dict.AddValueCString(CFSTR("description"), result->GetDescription());
131 dict.AddValueCString(CFSTR("description"), result->GetDescription());
/external/google-breakpad/src/client/mac/handler/
H A Dminidump_generator.cc130 CFSTR("/System/Library/CoreServices/SystemVersion.plist");
156 (CFDictionaryGetValue(list, CFSTR("ProductBuildVersion")));
158 (CFDictionaryGetValue(list, CFSTR("ProductVersion")));
/external/harfbuzz_ng/src/
H A Dhb-coretext.cc719 # define kCTLanguageAttributeName CFSTR ("NSLanguage")
/external/mdnsresponder/mDNSShared/
H A DDebugServices.c907 path = CFSTR( "/System/Library/Frameworks/System.framework" );
917 functionName = CFSTR( "printf" );
/external/libusb/libusb/os/
H A Ddarwin_usb.c229 locationCF = IORegistryEntryCreateCFProperty (device, CFSTR(kUSBDevicePropertyLocationID), kCFAllocatorDefault, 0);

Completed in 482 milliseconds