Searched refs:cf_type (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/lldb/source/Host/macosx/cfcpp/ |
D | CFCString.cpp | 51 CFCString::SetFileSystemRepresentationFromCFType(CFTypeRef cf_type) { in SetFileSystemRepresentationFromCFType() argument 53 if (cf_type != NULL) { in SetFileSystemRepresentationFromCFType() 54 CFTypeID cf_type_id = ::CFGetTypeID(cf_type); in SetFileSystemRepresentationFromCFType() 58 new_value = (CFStringRef)::CFRetain(cf_type); in SetFileSystemRepresentationFromCFType() 61 ::CFURLCopyFileSystemPath((CFURLRef)cf_type, kCFURLPOSIXPathStyle); in SetFileSystemRepresentationFromCFType()
|
D | CFCString.h | 27 CFStringRef SetFileSystemRepresentationFromCFType(CFTypeRef cf_type);
|
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/ |
D | CFString.cpp | 54 CFStringRef CFString::SetFileSystemRepresentationFromCFType(CFTypeRef cf_type) { in SetFileSystemRepresentationFromCFType() argument 56 if (cf_type != NULL) { in SetFileSystemRepresentationFromCFType() 57 CFTypeID cf_type_id = ::CFGetTypeID(cf_type); in SetFileSystemRepresentationFromCFType() 61 new_value = (CFStringRef)::CFRetain(cf_type); in SetFileSystemRepresentationFromCFType() 64 ::CFURLCopyFileSystemPath((CFURLRef)cf_type, kCFURLPOSIXPathStyle); in SetFileSystemRepresentationFromCFType()
|
D | CFString.h | 30 CFStringRef SetFileSystemRepresentationFromCFType(CFTypeRef cf_type);
|
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_instruction_alu.h | 117 ECFAluOpCode cf_type() const {return m_cf_type;} in cf_type() function 118 void set_cf_type(ECFAluOpCode cf_type){ m_cf_type = cf_type; } in set_cf_type() argument
|
D | sfn_ir_to_assembly.cpp | 348 cf_op = ai.cf_type(); in emit_alu()
|
/external/python/cffi/c/ |
D | _cffi_backend.c | 225 CTypeDescrObject *cf_type; member 703 Py_DECREF(cf->cf_type); in cfield_dealloc() 711 {"type", T_OBJECT, OFF(cf_type), READONLY}, 1129 CTypeDescrObject *ct = cf->cf_type; in convert_to_object_bitfield() 1330 return convert_from_object(data, cf->cf_type, value); in convert_field_from_object() 1338 if ((cf->cf_type->ct_flags & CT_ARRAY) && cf->cf_type->ct_size < 0) { in convert_vfield_from_object() 1340 cf->cf_type->ct_itemdescr, &value); in convert_vfield_from_object() 1348 itemsize = cf->cf_type->ct_itemdescr->ct_size; in convert_vfield_from_object() 1728 CTypeDescrObject *ct = cf->cf_type; in convert_from_object_bitfield() 2747 return convert_to_object(data, cf->cf_type); in cdata_getattro() [all …]
|