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

12

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/cocoa/
FontPlatformDataCocoa.mm 209 const void* descriptors[] = { CTFontDescriptorCreateWithNameAndSize(CFSTR("LastResort"), 0) };
259 if (CFEqual(postScriptName.get(), CFSTR("HoeflerText-Italic")) || CFEqual(postScriptName.get(), CFSTR("HoeflerText-BlackItalic")))
  /external/chromium_org/base/i18n/
icu_util.cc 142 base::mac::PathForFrameworkBundleResource(CFSTR(ICU_UTIL_DATA_FILE_NAME));
  /external/chromium_org/chrome/utility/image_writer/
disk_unmounter_mac.cc 67 CFStringRef reason = CFSTR(
image_writer_mac.cc 53 CFStringCompare(kind, CFSTR("IOMedia"), 0) == kCFCompareEqualTo;
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringImplCF.cpp 51 return CFSTR("WTF::String-based allocator");
  /external/chromium_org/third_party/libjingle/source/talk/base/
systeminfo.cc 526 GetProperty(display_service_port, CFSTR("vendor-id"), &info->vendor_id);
527 GetProperty(display_service_port, CFSTR("device-id"), &info->device_id);
528 GetProperty(display_service_port, CFSTR("model"), &info->description);
  /external/chromium_org/third_party/webrtc/base/
systeminfo.cc 509 GetProperty(display_service_port, CFSTR("vendor-id"), &info->vendor_id);
510 GetProperty(display_service_port, CFSTR("device-id"), &info->device_id);
511 GetProperty(display_service_port, CFSTR("model"), &info->description);
  /system/core/adb/
usb_osx.c 92 CFDictionarySetValue(matchingDict, CFSTR(kUSBVendorID),
95 CFDictionarySetValue(matchingDict, CFSTR(kUSBInterfaceSubClass),
98 CFDictionarySetValue(matchingDict, CFSTR(kUSBInterfaceProtocol),
  /external/chromium_org/net/proxy/
proxy_resolver_mac.cc 118 CFSTR("org.chromium.ProxyResolverMac");
  /external/compiler-rt/lib/asan/tests/
asan_mac_test.cc 207 CFStringRef str = CFSTR("Hello world!\n");
  /external/qemu/android/utils/
bufprint.c 121 CFSTR("CFBundleExecutable"));
  /external/lldb/tools/lldb-perf/lib/
Results.cpp 60 dict.AddValueCString(CFSTR("description"), result->GetDescription());
76 CFCString cfstr (result->GetAsString()->GetValue());
77 if (cfstr.get())
78 parent_array.AppendValue(cfstr.get(), true);
131 dict.AddValueCString(CFSTR("description"), result->GetDescription());
  /external/chromium_org/content/browser/gamepad/
xbox_data_fetcher_mac.cc 662 CFSTR(kUSBDevicePropertyLocationID),
712 CFDictionarySetValue(matching_dict, CFSTR(kUSBVendorID), vendor_cf);
713 CFDictionarySetValue(matching_dict, CFSTR(kUSBProductID), product_cf);
  /external/chromium_org/net/cert/
cert_verify_proc_mac.cc 36 #define kSecEVOrganizationName CFSTR("Organization")
696 CFBundleGetBundleWithIdentifier(CFSTR("com.apple.security"));
701 CFSTR("SecTrustCopyExtendedResult")));
  /external/chromium_org/third_party/libusb/src/libusb/os/
darwin_usb.c 199 CFDictionarySetValue (propertyMatchDict, CFSTR(kUSBDevicePropertyLocationID), locationCF);
203 CFDictionarySetValue (matchingDict, CFSTR(kIOPropertyMatchKey), propertyMatchDict);
281 ret = get_ioregistry_value_number (device, CFSTR("sessionID"), kCFNumberSInt64Type, &session);
747 (void) get_ioregistry_value_number (service, CFSTR("sessionID"), kCFNumberSInt64Type, &sessionID);
748 (void) get_ioregistry_value_number (service, CFSTR("PortNum"), kCFNumberSInt8Type, &port);
755 (void) get_ioregistry_value_number (parent, CFSTR("sessionID"), kCFNumberSInt64Type, &parent_sessionID);
    [all...]
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
screen_capturer_mac.mm 388 CFSTR("Chrome Remote Desktop connection active"),
392 IOPMAssertionCreateWithName(CFSTR("UserIsActive"),
394 CFSTR("Chrome Remote Desktop connection active"),
    [all...]
mouse_cursor_monitor_mac.mm 137 if (window_name && CFStringCompare(window_name, CFSTR("Dock"), 0) == 0)
  /external/chromium_org/third_party/mozilla/
NSString+Utils.mm 358 CFSTR(" \"\';/?:@&=+$,#"),
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
ComplexTextControllerCoreText.mm 274 if (CFEqual(fontName.get(), CFSTR("LastResort"))) {
SimpleFontDataMac.mm 121 if (key && !CFEqual(RetainPtr<CFStringRef>(AdoptCF, CTFontCopyPostScriptName(CTFontRef(key))).get(), CFSTR("LastResort"))) {
  /external/qemu/block/
raw-posix.c 783 CFDictionarySetValue( classesToMatch, CFSTR( kIOMediaEjectableKey ), kCFBooleanTrue );
803 bsdPathAsCFString = IORegistryEntryCreateCFProperty( nextMedia, CFSTR( kIOBSDNameKey ), kCFAllocatorDefault, 0 );
    [all...]
  /external/mdnsresponder/mDNSShared/
DebugServices.c 907 path = CFSTR( "/System/Library/Frameworks/System.framework" );
917 functionName = CFSTR( "printf" );
    [all...]
  /external/libusb/libusb/os/
darwin_usb.c 229 locationCF = IORegistryEntryCreateCFProperty (device, CFSTR(kUSBDevicePropertyLocationID), kCFAllocatorDefault, 0);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzVideo.m 271 if (CFStringCompare(fmt, CFSTR(IO32BitDirectPixels),
    [all...]

Completed in 2337 milliseconds

12