Searched refs:cfstring (Results 1 - 3 of 3) sorted by relevance

/external/opencv3/modules/highgui/src/
H A Dwindow_carbon.cpp495 CFMutableStringRef cfstring = CFStringCreateMutable(alloc_default,maxLength); local
498 CFStringAppendCString(cfstring,trackbar->name,encoding);
499 CFStringAppendCString(cfstring,valueinchar,encoding);
501 SetControlData(trackbar->label, kControlEntireControl,kControlStaticTextCFStringTag, sizeof(cfstring), &cfstring);
/external/libchrome/base/files/
H A Dfile_path.cc1187 ScopedCFTypeRef<CFStringRef> cfstring(
1198 CFIndex length = CFStringGetMaximumSizeOfFileSystemRepresentation(cfstring);
1206 Boolean success = CFStringGetFileSystemRepresentation(cfstring,
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp2292 // a reference to an Objective-C class, selector, message ref or cfstring.
2298 bool &cfstring) {
2302 cfstring = false;
2339 cfstring = true;
2473 // The cfstring object in a 64-bit Mach-O file.
3109 // pointer to a cfstring and returns its name or nullptr.
5611 bool classref, selref, msgref, cfstring; local
5613 selref, msgref, cfstring);
5641 if (cfstring) {
2295 GuessPointerPointer(uint64_t ReferenceValue, struct DisassembleInfo *info, bool &classref, bool &selref, bool &msgref, bool &cfstring) argument

Completed in 182 milliseconds