Home
last modified time | relevance | path

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

12345678910>>...12

/dports/sysutils/android-file-transfer/android-file-transfer-linux-4.2/mtp/ptp/
H A DObjectFormat.cpp93 const ObjectFormat GetType(const std::string &) { return ObjectFormat::Undefined; } in GetType()
113 return mtp::ObjectFormat::Mp3; in ObjectFormatFromFilename()
152 case ObjectFormat::Aiff: in IsAudioFormat()
153 case ObjectFormat::Wav: in IsAudioFormat()
154 case ObjectFormat::Mp3: in IsAudioFormat()
155 case ObjectFormat::M4a: in IsAudioFormat()
157 case ObjectFormat::Wma: in IsAudioFormat()
158 case ObjectFormat::Ogg: in IsAudioFormat()
159 case ObjectFormat::Aac: in IsAudioFormat()
160 case ObjectFormat::Audible: in IsAudioFormat()
[all …]
H A DObjectFormat.h33 enum struct ObjectFormat : u16 enum
40 DECLARE_ENUM(ObjectFormat, u16);
41 std::string ToString(ObjectFormat property);
56 ObjectFormat ObjectFormatFromFilename(const std::string &filename);
58 bool IsAudioFormat(ObjectFormat format);
59 bool IsImageFormat(ObjectFormat format);
69 template<> struct hash<mtp::ObjectFormat>
70 …{ public: size_t operator()(mtp::ObjectFormat format) const { return static_cast<size_t>(format); …
H A DMessages.h46 std::vector<ObjectFormat> CaptureFormats;
47 std::vector<ObjectFormat> ImageFormats;
77 bool Supports(ObjectFormat format) const;
141 mtp::ObjectFormat ObjectFormat; member
160 ObjectInfo(): StorageId(), ObjectFormat(), ProtectionStatus(), ObjectCompressedSize(), in ObjectInfo()
170 stream >> ObjectFormat; in Read()
195 stream << ObjectFormat; in Write()
H A DSession.h88 …les GetObjectHandles(StorageId storageId = AllStorages, ObjectFormat objectFormat = ObjectFormat::…
109 msg::ObjectPropertiesSupported GetObjectPropertiesSupported(ObjectFormat format);
126 …ByteArray GetObjectPropertyList(ObjectId objectId, ObjectFormat format, ObjectProperty property, u…
127 …stResponse SendObjectPropList(StorageId storageId, ObjectId parentId, ObjectFormat format, u64 obj…
/dports/sysutils/android-file-transfer-qt5/android-file-transfer-linux-4.2/mtp/ptp/
H A DObjectFormat.cpp93 const ObjectFormat GetType(const std::string &) { return ObjectFormat::Undefined; } in GetType()
113 return mtp::ObjectFormat::Mp3; in ObjectFormatFromFilename()
152 case ObjectFormat::Aiff: in IsAudioFormat()
153 case ObjectFormat::Wav: in IsAudioFormat()
154 case ObjectFormat::Mp3: in IsAudioFormat()
155 case ObjectFormat::M4a: in IsAudioFormat()
157 case ObjectFormat::Wma: in IsAudioFormat()
158 case ObjectFormat::Ogg: in IsAudioFormat()
159 case ObjectFormat::Aac: in IsAudioFormat()
160 case ObjectFormat::Audible: in IsAudioFormat()
[all …]
H A DObjectFormat.h33 enum struct ObjectFormat : u16 enum
40 DECLARE_ENUM(ObjectFormat, u16);
41 std::string ToString(ObjectFormat property);
56 ObjectFormat ObjectFormatFromFilename(const std::string &filename);
58 bool IsAudioFormat(ObjectFormat format);
59 bool IsImageFormat(ObjectFormat format);
69 template<> struct hash<mtp::ObjectFormat>
70 …{ public: size_t operator()(mtp::ObjectFormat format) const { return static_cast<size_t>(format); …
H A DMessages.h46 std::vector<ObjectFormat> CaptureFormats;
47 std::vector<ObjectFormat> ImageFormats;
77 bool Supports(ObjectFormat format) const;
141 mtp::ObjectFormat ObjectFormat; member
160 ObjectInfo(): StorageId(), ObjectFormat(), ProtectionStatus(), ObjectCompressedSize(), in ObjectInfo()
170 stream >> ObjectFormat; in Read()
195 stream << ObjectFormat; in Write()
H A DSession.h88 …les GetObjectHandles(StorageId storageId = AllStorages, ObjectFormat objectFormat = ObjectFormat::…
109 msg::ObjectPropertiesSupported GetObjectPropertiesSupported(ObjectFormat format);
126 …ByteArray GetObjectPropertyList(ObjectId objectId, ObjectFormat format, ObjectProperty property, u…
127 …stResponse SendObjectPropList(StorageId storageId, ObjectId parentId, ObjectFormat format, u64 obj…
/dports/lang/kawa/kawa-3.1.1/gnu/kawa/functions/
H A DObjectFormat.java13 public class ObjectFormat extends ReportFormat class
21 private static ObjectFormat readableFormat;
22 private static ObjectFormat plainFormat;
24 public static ObjectFormat getInstance(boolean readable) in getInstance()
29 readableFormat = new ObjectFormat(true); in getInstance()
35 plainFormat = new ObjectFormat(false); in getInstance()
40 public ObjectFormat(boolean readable) in ObjectFormat() method in ObjectFormat
46 public ObjectFormat(boolean readable, int maxChars) in ObjectFormat() method in ObjectFormat
/dports/sysutils/android-file-transfer/android-file-transfer-linux-4.2/cli/
H A DSession.cpp548 ToString(info.ObjectFormat), " ", in List()
563 …auto format = mtp::ObjectFormat(_session->GetObjectIntegerProperty(objectId, ObjectProperty::Objec… in List()
590 …mtp::ObjectFormat format = (mtp::ObjectFormat)_session->GetObjectIntegerProperty(object, mtp::Obje… in CompletePath()
591 if (format == mtp::ObjectFormat::Association) in CompletePath()
678 …mtp::ObjectFormat format = static_cast<mtp::ObjectFormat>(_session->GetObjectIntegerProperty(srcId… in Get()
679 if (format == mtp::ObjectFormat::Association) in Get()
781ObjectFormat format = ObjectFormat(_session->GetObjectIntegerProperty(existingObject, ObjectProper… in Put()
782 if (format != ObjectFormat::Association) in Put()
861ObjectFormat format = ObjectFormat(_session->GetObjectIntegerProperty(objectId, ObjectProperty::Ob… in Put()
863 if (format != ObjectFormat::Association) in Put()
[all …]
/dports/sysutils/android-file-transfer-qt5/android-file-transfer-linux-4.2/cli/
H A DSession.cpp548 ToString(info.ObjectFormat), " ", in List()
563 …auto format = mtp::ObjectFormat(_session->GetObjectIntegerProperty(objectId, ObjectProperty::Objec… in List()
590 …mtp::ObjectFormat format = (mtp::ObjectFormat)_session->GetObjectIntegerProperty(object, mtp::Obje… in CompletePath()
591 if (format == mtp::ObjectFormat::Association) in CompletePath()
678 …mtp::ObjectFormat format = static_cast<mtp::ObjectFormat>(_session->GetObjectIntegerProperty(srcId… in Get()
679 if (format == mtp::ObjectFormat::Association) in Get()
781ObjectFormat format = ObjectFormat(_session->GetObjectIntegerProperty(existingObject, ObjectProper… in Put()
782 if (format != ObjectFormat::Association) in Put()
861ObjectFormat format = ObjectFormat(_session->GetObjectIntegerProperty(objectId, ObjectProperty::Ob… in Put()
863 if (format != ObjectFormat::Association) in Put()
[all …]
/dports/sysutils/android-file-transfer-qt5/android-file-transfer-linux-4.2/python/example/
H A Dmenu.py32 if info.ObjectFormat == aftl.ObjectFormat.Association:
34 return {'name': name, 'value': (object, info.ObjectFormat) }
37 objects = session.get_object_handles(storage, aftl.ObjectFormat.Any, parent)
71 if type == aftl.ObjectFormat.Association:
/dports/sysutils/android-file-transfer/android-file-transfer-linux-4.2/python/example/
H A Dmenu.py32 if info.ObjectFormat == aftl.ObjectFormat.Association:
34 return {'name': name, 'value': (object, info.ObjectFormat) }
37 objects = session.get_object_handles(storage, aftl.ObjectFormat.Any, parent)
71 if type == aftl.ObjectFormat.Association:
/dports/www/gitea/gitea-1.16.5/vendor/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability/
H A Dcapability.go235 ObjectFormat Capability = "object-format" const
250 ObjectFormat: true, Filter: true,
254 Agent: true, PushCert: true, SymRef: true, ObjectFormat: true,
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability/
H A Dcapability.go235 ObjectFormat Capability = "object-format" const
250 ObjectFormat: true, Filter: true,
254 Agent: true, PushCert: true, SymRef: true, ObjectFormat: true,
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability/
H A Dcapability.go235 ObjectFormat Capability = "object-format" const
250 ObjectFormat: true, Filter: true,
254 Agent: true, PushCert: true, SymRef: true, ObjectFormat: true,
/dports/devel/gitty/gitty-0.3.0/vendor/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability/
H A Dcapability.go235 ObjectFormat Capability = "object-format" const
250 ObjectFormat: true, Filter: true,
254 Agent: true, PushCert: true, SymRef: true, ObjectFormat: true,
/dports/sysutils/android-file-transfer/android-file-transfer-linux-4.2/mtp/metadata/
H A DLibrary.cpp21 …ByteArray data = _session->GetObjectPropertyList(parentId, ObjectFormat::Association, ObjectProper… in ListAssociations()
31 auto objects = _session->GetObjectHandles(_storage, mtp::ObjectFormat::Association, parentId); in GetOrCreate()
51 _artistSupported = _session->GetDeviceInfo().Supports(ObjectFormat::Artist); in Library()
54 auto propsSupported = _session->GetObjectPropertiesSupported(ObjectFormat::AbstractAudioAlbum); in Library()
61 …ByteArray data = _session->GetObjectPropertyList(Session::Root, ObjectFormat::Association, ObjectP… in Library()
94 …artists = _session->GetObjectPropertyList(Session::Root, mtp::ObjectFormat::Artist, mtp::ObjectPro… in Library()
104 …albums = _session->GetObjectPropertyList(Session::Root, mtp::ObjectFormat::AbstractAudioAlbum, mt… in Library()
217 …auto response = _session->SendObjectPropList(_storage, _artistsFolder, ObjectFormat::Artist, 0, pr… in CreateArtist()
287 …auto response = _session->SendObjectPropList(_storage, _albumsFolder, ObjectFormat::AbstractAudioA… in CreateAlbum()
314 ObjectFormat type, in CreateTrack()
[all …]
/dports/sysutils/android-file-transfer-qt5/android-file-transfer-linux-4.2/mtp/metadata/
H A DLibrary.cpp21 …ByteArray data = _session->GetObjectPropertyList(parentId, ObjectFormat::Association, ObjectProper… in ListAssociations()
31 auto objects = _session->GetObjectHandles(_storage, mtp::ObjectFormat::Association, parentId); in GetOrCreate()
51 _artistSupported = _session->GetDeviceInfo().Supports(ObjectFormat::Artist); in Library()
54 auto propsSupported = _session->GetObjectPropertiesSupported(ObjectFormat::AbstractAudioAlbum); in Library()
61 …ByteArray data = _session->GetObjectPropertyList(Session::Root, ObjectFormat::Association, ObjectP… in Library()
94 …artists = _session->GetObjectPropertyList(Session::Root, mtp::ObjectFormat::Artist, mtp::ObjectPro… in Library()
104 …albums = _session->GetObjectPropertyList(Session::Root, mtp::ObjectFormat::AbstractAudioAlbum, mt… in Library()
217 …auto response = _session->SendObjectPropList(_storage, _artistsFolder, ObjectFormat::Artist, 0, pr… in CreateArtist()
287 …auto response = _session->SendObjectPropList(_storage, _albumsFolder, ObjectFormat::AbstractAudioA… in CreateAlbum()
314 ObjectFormat type, in CreateTrack()
[all …]
/dports/devel/py-keystone-engine/keystone-engine-0.9.1-3/src/llvm/lib/Support/
H A DTriple.cpp610 ObjectFormat(UnknownObjectFormat) { in Triple()
628 if (ObjectFormat == UnknownObjectFormat) in Triple()
629 ObjectFormat = getDefaultFormat(*this); in Triple()
645 ObjectFormat = getDefaultFormat(*this); in Triple()
663 if (ObjectFormat == Triple::UnknownObjectFormat) in Triple()
664 ObjectFormat = getDefaultFormat(*this); in Triple()
697 ObjectFormat = parseFormat(Components[4]); in normalize()
742 ObjectFormat = parseFormat(Comp); in normalize()
821 if (ObjectFormat == UnknownObjectFormat || ObjectFormat == Triple::COFF) in normalize()
837 if (ObjectFormat != UnknownObjectFormat && ObjectFormat != Triple::COFF) { in normalize()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/InterfaceStub/
H A DIFSStub.h67 Optional<std::string> ObjectFormat; member
79 Lhs.ObjectFormat != Rhs.ObjectFormat || Lhs.Triple != Rhs.Triple)
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/InterfaceStub/
H A DIFSStub.h67 Optional<std::string> ObjectFormat; member
79 Lhs.ObjectFormat != Rhs.ObjectFormat || Lhs.Triple != Rhs.Triple)
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/InterfaceStub/
H A DIFSStub.h67 Optional<std::string> ObjectFormat; member
79 Lhs.ObjectFormat != Rhs.ObjectFormat || Lhs.Triple != Rhs.Triple)
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/InterfaceStub/
H A DIFSStub.h67 Optional<std::string> ObjectFormat; member
79 Lhs.ObjectFormat != Rhs.ObjectFormat || Lhs.Triple != Rhs.Triple)
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/InterfaceStub/
H A DIFSStub.h67 Optional<std::string> ObjectFormat; member
79 Lhs.ObjectFormat != Rhs.ObjectFormat || Lhs.Triple != Rhs.Triple)

12345678910>>...12