Home
last modified time | relevance | path

Searched refs:ObjectFormat (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Support/
DTriple.cpp486 ObjectFormat(parseFormat(getEnvironmentName())) { in Triple()
487 if (ObjectFormat == Triple::UnknownObjectFormat) in Triple()
488 ObjectFormat = getDefaultFormat(*this); in Triple()
503 Environment(), ObjectFormat(Triple::UnknownObjectFormat) { in Triple()
504 ObjectFormat = getDefaultFormat(*this); in Triple()
521 ObjectFormat(parseFormat(EnvironmentStr.str())) { in Triple()
522 if (ObjectFormat == Triple::UnknownObjectFormat) in Triple()
523 ObjectFormat = getDefaultFormat(*this); in Triple()
554 ObjectFormatType ObjectFormat = UnknownObjectFormat; in normalize() local
556 ObjectFormat = parseFormat(Components[4]); in normalize()
[all …]
/external/llvm/include/llvm/ADT/
DTriple.h193 ObjectFormatType ObjectFormat; variable
201 Triple() : Data(), Arch(), Vendor(), OS(), Environment(), ObjectFormat() {} in Triple()
212 ObjectFormat == Other.ObjectFormat;
254 ObjectFormatType getObjectFormat() const { return ObjectFormat; } in getObjectFormat()
/external/libmtp/src/
Dlibmtp.c2222 params->objects[i].oi.ObjectFormat = prop->propval.u16; in get_all_metadata_fast()
2302 if (ob->oi.ObjectFormat == PTP_OFC_Association) in get_handles_recursively()
2339 file->filetype = map_ptp_type_to_libmtp_type(ob->oi.ObjectFormat); in obj2file()
2396 ret = ptp_mtp_getobjectpropssupported(params, ob->oi.ObjectFormat, &propcnt, &props); in obj2file()
2603 if(ob->oi.ObjectFormat != PTP_OFC_Association) in flush_handles()
3931 if (ob->oi.ObjectFormat == PTP_OFC_Association) { in LIBMTP_Get_Filelisting_With_Callback()
3947 file->filetype = map_ptp_type_to_libmtp_type(ob->oi.ObjectFormat); in LIBMTP_Get_Filelisting_With_Callback()
4003 ret = ptp_mtp_getobjectpropssupported(params, ob->oi.ObjectFormat, &propcnt, &props); in LIBMTP_Get_Filelisting_With_Callback()
4084 file->filetype = map_ptp_type_to_libmtp_type(ob->oi.ObjectFormat); in LIBMTP_Get_Filemetadata()
4482 mtptype = map_ptp_type_to_libmtp_type(ob->oi.ObjectFormat); in LIBMTP_Get_Tracklisting_With_Callback()
[all …]
Dptp-pack.c472 htod16a(&oidata[PTP_oi_ObjectFormat],oi->ObjectFormat); in ptp_pack_OI()
573 oi->ObjectFormat=dtoh16a(&data[PTP_oi_ObjectFormat]); in ptp_unpack_OI()
1304 (*ce)[i].u.object.oi.ObjectFormat = dtoh16a(&curdata[PTP_ece_OA_OFC]); in ptp_unpack_CANON_changes()
1307 …u.object.oid, (*ce)[i].u.object.oi.ParentObject, (*ce)[i].u.object.oi.ObjectFormat, (*ce)[i].u.obj… in ptp_unpack_CANON_changes()
1313 (*ce)[i].u.object.oi.ObjectFormat = dtoh16a(&curdata[PTP_ece_OI_OFC]); in ptp_unpack_CANON_changes()
1318 …size %d, filename %s", i, (*ce)[i].u.object.oid, (*ce)[i].u.object.oi.ObjectFormat, (*ce)[i].u.obj… in ptp_unpack_CANON_changes()
1802 oi->ObjectFormat = dtoh16a(cur + ptp_canon_dir_ofc); in ptp_unpack_canon_directory()
Dplaylist-spl.c93 return (oi->ObjectFormat == PTP_OFC_Undefined) && in is_spl_playlist()
Dptp.h735 uint16_t ObjectFormat; member
Dptp.c4888 oinfo.ObjectFormat = xpl->propval.u16; in ptp_object_want()