OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CFStringRef
(Results
1 - 25
of
55
) sorted by null
1
2
3
/external/clang/test/CodeGen/
cfstring2.c
3
typedef const struct __CFString *
CFStringRef
;
5
#define CFSTR(x) (
CFStringRef
) __builtin___CFStringMakeConstantString (x)
/external/clang/test/PCH/Inputs/
arc.h
4
typedef const struct __CFString *
CFStringRef
;
7
CFStringRef
CFCreateString();
9
CFStringRef
CFGetString();
/external/compiler-rt/test/asan/TestCases/Darwin/
suppressions-darwin.cc
24
CFStringRef
str =
suppressions-sandbox.cc
16
CFStringRef
str =
/external/google-breakpad/src/common/mac/
string_utilities.h
44
string ConvertToString(
CFStringRef
str);
string_utilities.cc
37
std::string ConvertToString(
CFStringRef
str) {
/external/clang/test/Analysis/
cfref_PR2519.c
7
typedef const struct __CFString *
CFStringRef
;
26
extern void CFNotificationCenterPostNotification(CFNotificationCenterRef center,
CFStringRef
name, const void *object, CFDictionaryRef userInfo, Boolean deliverImmediately);
32
CFStringRef
_key = ((
CFStringRef
) __builtin___CFStringMakeConstantString ("" "Process identifier" ""));
39
((
CFStringRef
) __builtin___CFStringMakeConstantString ("" "GrowlPreferencesChanged" "")),
40
((
CFStringRef
) __builtin___CFStringMakeConstantString ("" "GrowlUserDefaults" "")),
cfref_rdar6080742.c
14
typedef const struct __CFString *
CFStringRef
;
25
extern
CFStringRef
CFStringCreateWithCString(CFAllocatorRef alloc, const char *cStr, CFStringEncoding encoding);
48
CFStringRef
cfString;
uninit-vals-ps.c
73
typedef const struct __CFString *
CFStringRef
;
75
extern
CFStringRef
CFStringConvertEncodingToIANACharSetName(CFStringEncoding encoding);
77
CFStringRef
rdar_6451816(CFNumberRef nr) {
/external/libchrome/base/strings/
sys_string_conversions.h
65
BASE_EXPORT
CFStringRef
SysUTF8ToCFStringRef(const std::string& utf8);
66
BASE_EXPORT
CFStringRef
SysUTF16ToCFStringRef(const string16& utf16);
72
// Converts a
CFStringRef
to an STL string. Returns an empty string on failure.
73
BASE_EXPORT std::string SysCFStringRefToUTF8(
CFStringRef
ref);
74
BASE_EXPORT string16 SysCFStringRefToUTF16(
CFStringRef
ref);
/external/webrtc/webrtc/base/
macconversion.h
20
// given a
CFStringRef
, attempt to convert it to a C++ string.
25
bool p_convertHostCFStringRefToCPPString(const
CFStringRef
cfstr,
macutils.h
27
bool ToUtf8(const
CFStringRef
str16, std::string* str8);
28
bool ToUtf16(const std::string& str8,
CFStringRef
* str16);
macwindowpicker.cc
130
CFStringRef
window_name_ref = reinterpret_cast<
CFStringRef
>(
230
CFStringRef
window_title = reinterpret_cast<
CFStringRef
>(
macutils.cc
23
bool ToUtf8(const
CFStringRef
str16, std::string* str8) {
38
bool ToUtf16(const std::string& str8,
CFStringRef
* str16) {
/system/core/adb/
get_my_path_darwin.cpp
26
CFStringRef
executablePathString = CFURLCopyFileSystemPath(executableURL, kCFURLPOSIXPathStyle);
/external/clang/test/SemaCXX/
builtins.cpp
2
typedef const struct __CFString *
CFStringRef
;
6
(void)
CFStringRef
(CFSTR("Hello"));
/system/core/fastboot/
util_osx.cpp
38
CFStringRef
executablePathString = CFURLCopyFileSystemPath(executableURL, kCFURLPOSIXPathStyle);
/external/webrtc/webrtc/modules/desktop_capture/mac/
window_list_utils.cc
33
CFStringRef
window_title = reinterpret_cast<
CFStringRef
>(
full_screen_chrome_window_detector.cc
89
CFStringRef
title_ref = reinterpret_cast<
CFStringRef
>(
147
CFStringRef
window_title_ref = reinterpret_cast<
CFStringRef
>(
/external/chromium-trace/catapult/telemetry/telemetry/util/mac/
determine_if_keychain_entry_is_decryptable.c
62
CFStringRef
description;
/external/libchrome/base/mac/
foundation_util.h
81
BASE_EXPORT FilePath PathForFrameworkBundleResource(
CFStringRef
resourceName);
158
// converting a
CFStringRef
to NSString.
193
//
CFStringRef
foo2 = NSToCFCast(@"Hello");
269
//
CFStringRef
some_string = base::mac::CFCastStrict<
CFStringRef
>(hello);
352
CFStringRef
key, const std::string& expected_type, CFTypeRef value);
357
T GetValueFromDictionary(CFDictionaryRef dict,
CFStringRef
key) {
396
const
CFStringRef
str);
/external/skia/src/ports/
SkImageDecoder_CG.cpp
263
CFStringRef
type) {
294
CFStringRef
type;
370
CFStringRef
fUTType;
385
static SkImageDecoder::Format UTType_to_Format(const
CFStringRef
uttype) {
402
const
CFStringRef
name = CGImageSourceGetType(imageSrc);
SkOSFile_stdio.cpp
28
CFStringRef
pathRef = CFStringCreateWithCString(NULL, path, kCFStringEncodingUTF8);
35
CFStringRef
imagePath = CFURLCopyFileSystemPath(imageURL, kCFURLPOSIXPathStyle);
/external/compiler-rt/lib/asan/tests/
asan_mac_test.cc
207
CFStringRef
str = CFSTR("Hello world!\n");
208
CFStringRef
str2 = CFStringCreateCopy(0, str);
/prebuilts/gdb/darwin-x86/include/python2.7/
pymactoolbox.h
198
extern PyObject *CFStringRefObj_New(
CFStringRef
);
199
extern int CFStringRefObj_Convert(PyObject *,
CFStringRef
*);
Completed in 1444 milliseconds
1
2
3