Searched refs:cfstring (Results 1 - 3 of 3) sorted by relevance
/external/opencv3/modules/highgui/src/ |
H A D | window_carbon.cpp | 495 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 D | file_path.cc | 1187 ScopedCFTypeRef<CFStringRef> cfstring( 1198 CFIndex length = CFStringGetMaximumSizeOfFileSystemRepresentation(cfstring); 1206 Boolean success = CFStringGetFileSystemRepresentation(cfstring,
|
/external/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 2292 // 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