Searched refs:ObjectFormat (Results 1 - 8 of 8) sorted by relevance

/external/llvm/lib/Support/
H A DTriple.cpp389 ObjectFormat(parseFormat(getEnvironmentName())) {
390 if (ObjectFormat == Triple::UnknownObjectFormat)
391 ObjectFormat = getDefaultFormat(*this);
405 Environment(), ObjectFormat(Triple::UnknownObjectFormat) {
406 ObjectFormat = getDefaultFormat(*this);
422 ObjectFormat(parseFormat(EnvironmentStr.str())) {
423 if (ObjectFormat == Triple::UnknownObjectFormat)
424 ObjectFormat = getDefaultFormat(*this);
449 ObjectFormatType ObjectFormat = UnknownObjectFormat; local
451 ObjectFormat
[all...]
/external/llvm/include/llvm/ADT/
H A DTriple.h164 ObjectFormatType ObjectFormat; member in class:llvm::Triple
172 Triple() : Data(), Arch(), Vendor(), OS(), Environment(), ObjectFormat() {}
212 ObjectFormatType getObjectFormat() const { return ObjectFormat; }
/external/libmtp/src/
H A Dlibmtp.c2222 params->objects[i].oi.ObjectFormat = prop->propval.u16;
2302 if (ob->oi.ObjectFormat == PTP_OFC_Association)
2339 file->filetype = map_ptp_type_to_libmtp_type(ob->oi.ObjectFormat);
2396 ret = ptp_mtp_getobjectpropssupported(params, ob->oi.ObjectFormat, &propcnt, &props);
2406 if (ob->oi.ObjectFormat == PTP_OFC_Association)
2603 if(ob->oi.ObjectFormat != PTP_OFC_Association)
3931 if (ob->oi.ObjectFormat == PTP_OFC_Association) {
3947 file->filetype = map_ptp_type_to_libmtp_type(ob->oi.ObjectFormat);
4003 ret = ptp_mtp_getobjectpropssupported(params, ob->oi.ObjectFormat, &propcnt, &props);
4084 file->filetype = map_ptp_type_to_libmtp_type(ob->oi.ObjectFormat);
[all...]
H A Dptp-pack.c472 htod16a(&oidata[PTP_oi_ObjectFormat],oi->ObjectFormat);
573 oi->ObjectFormat=dtoh16a(&data[PTP_oi_ObjectFormat]);
1304 (*ce)[i].u.object.oi.ObjectFormat = dtoh16a(&curdata[PTP_ece_OA_OFC]);
1307 ptp_debug (params, "event %d: objectinfo added oid %08lx, parent %08lx, ofc %04x, size %d, filename %s", i, (*ce)[i].u.object.oid, (*ce)[i].u.object.oi.ParentObject, (*ce)[i].u.object.oi.ObjectFormat, (*ce)[i].u.object.oi.ObjectCompressedSize, (*ce)[i].u.object.oi.Filename);
1313 (*ce)[i].u.object.oi.ObjectFormat = dtoh16a(&curdata[PTP_ece_OI_OFC]);
1318 ptp_debug (params, "event %d: request object transfer oid %08lx, ofc %04x, size %d, filename %s", i, (*ce)[i].u.object.oid, (*ce)[i].u.object.oi.ObjectFormat, (*ce)[i].u.object.oi.ObjectCompressedSize, (*ce)[i].u.object.oi.Filename);
1802 oi->ObjectFormat = dtoh16a(cur + ptp_canon_dir_ofc);
H A Dplaylist-spl.c93 return (oi->ObjectFormat == PTP_OFC_Undefined) &&
H A Dptp.h735 uint16_t ObjectFormat; member in struct:_PTPObjectInfo
H A Dptp.c4437 {PTP_OPC_ObjectFormat,"ObjectFormat"},
4888 oinfo.ObjectFormat = xpl->propval.u16;
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 2448 milliseconds