Searched refs:cfstring (Results 1 – 5 of 5) sorted by relevance
/external/libchrome/base/strings/ |
D | sys_string_conversions_mac.mm | 25 static StringType CFStringToSTLStringWithEncodingT(CFStringRef cfstring, 27 CFIndex length = CFStringGetLength(cfstring); 33 CFIndex converted = CFStringGetBytes(cfstring, 53 converted = CFStringGetBytes(cfstring, 82 base::ScopedCFTypeRef<CFStringRef> cfstring(CFStringCreateWithBytesNoCopy( 89 if (!cfstring) 92 return CFStringToSTLStringWithEncodingT<OutStringType>(cfstring,
|
/external/llvm/test/tools/llvm-objdump/X86/ |
D | macho-symbolized-disassembly.test | 19 ObjC-OBJ: 0000000000000008 leaq 0xb1(%rip), %rax ## Objc cfstring ref: @"The current date an… 25 ObjC-EXE: 0000000100000ee8 leaq 0x159(%rip), %rax ## Objc cfstring ref: @"The current date an…
|
/external/libchrome/base/files/ |
D | file_path.cc | 1202 ScopedCFTypeRef<CFStringRef> cfstring( in GetHFSDecomposedForm() local 1210 if (cfstring) { in GetHFSDecomposedForm() 1214 CFIndex length = CFStringGetMaximumSizeOfFileSystemRepresentation(cfstring); in GetHFSDecomposedForm() 1221 Boolean success = CFStringGetFileSystemRepresentation(cfstring, in GetHFSDecomposedForm()
|
/external/llvm/test/tools/llvm-objdump/AArch64/ |
D | macho-symbolized-disassembly.test | 21 ObjC-EXE: 0000000100007f2c add x0, x0, #0x20 ; Objc cfstring ref: @"The current date and time is: %…
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 2452 bool &cfstring) { in GuessPointerPointer() argument 2456 cfstring = false; in GuessPointerPointer() 2493 cfstring = true; in GuessPointerPointer() 6140 bool classref, selref, msgref, cfstring; in GuessLiteralPointer() local 6142 selref, msgref, cfstring); in GuessLiteralPointer() 6170 if (cfstring) { in GuessLiteralPointer()
|