Searched refs:Attribute (Results 1 - 25 of 101) sorted by relevance

12345

/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/client/
H A DShareAttrDirIterator.h8 class Attribute;
18 void SetCurrentAttribute(Attribute* attribute);
19 Attribute* GetCurrentAttribute() const;
20 Attribute* NextAttribute();
25 Attribute* fCurrentAttribute;
H A DShareAttrDir.h15 // Attribute
16 class Attribute : public SLListLinkImpl<Attribute> { class in inherits:SLListLinkImpl
17 Attribute(const char* name,
19 ~Attribute();
23 Attribute** attribute);
24 static void DeleteAttribute(Attribute* attribute);
60 void RemoveAttribute(Attribute* attribute);
62 Attribute* GetAttribute(const char* name) const;
63 Attribute* GetFirstAttribut
[all...]
H A DShareAttrDir.cpp19 compare_attributes(const Attribute* a, const Attribute* b)
36 return compare_attributes(*(const Attribute**)_a, *(const Attribute**)_b);
58 Attribute::Attribute(const char* name, const attr_info& info, function in class:Attribute
78 Attribute::~Attribute()
84 Attribute::CreateAttribute(const char* name, const attr_info& info,
85 const void* data, Attribute** attribut
[all...]
H A DShareAttrDirIterator.cpp28 ShareAttrDirIterator::SetCurrentAttribute(Attribute* attribute)
34 Attribute*
41 Attribute*
/haiku-fatelf/src/bin/makeudfimage/
H A DAttribute.cpp8 /*! \file Attribute.h
13 #include "Attribute.h"
15 Attribute::Attribute(BNode &node, const char *attribute) function in class:Attribute
22 Attribute::Read(void *buffer, size_t size)
28 Attribute::Write(const void *buffer, size_t size)
H A DAttribute.h8 /*! \file Attribute.h
20 class Attribute : public BDataIO { class in inherits:BDataIO
22 Attribute(BNode &node, const char *attribute);
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/client/
H A DShareAttrDirIterator.h8 class Attribute;
19 void SetCurrentAttribute(Attribute* attribute);
20 Attribute* GetCurrentAttribute() const;
21 Attribute* NextAttribute();
26 Attribute* fCurrentAttribute;
H A DShareAttrDir.h15 // Attribute
16 class Attribute : public SLListLinkImpl<Attribute> { class in inherits:SLListLinkImpl
17 Attribute(const char* name,
19 ~Attribute();
23 Attribute** attribute);
24 static void DeleteAttribute(Attribute* attribute);
61 void RemoveAttribute(Attribute* attribute);
63 Attribute* GetAttribute(const char* name) const;
64 Attribute* GetFirstAttribut
[all...]
H A DShareAttrDir.cpp19 compare_attributes(const Attribute* a, const Attribute* b)
36 return compare_attributes(*(const Attribute**)_a, *(const Attribute**)_b);
58 Attribute::Attribute(const char* name, const attr_info& info, function in class:Attribute
78 Attribute::~Attribute()
84 Attribute::CreateAttribute(const char* name, const attr_info& info,
85 const void* data, Attribute** attribut
[all...]
H A DShareAttrDirIterator.cpp30 ShareAttrDirIterator::SetCurrentAttribute(Attribute* attribute)
36 Attribute*
43 Attribute*
/haiku-fatelf/src/add-ons/kernel/file_systems/ramfs/
H A DAttributeIndex.h8 class Attribute;
16 virtual status_t Added(Attribute *attribute) = 0;
17 virtual bool Removed(Attribute *attribute) = 0;
18 virtual status_t Changed(Attribute *attribute,
H A DAttribute.cpp0 // Attribute.cpp
4 #include "Attribute.h"
11 Attribute::Attribute(Volume *volume, Node *node, const char *name, function in class:Attribute
24 Attribute::~Attribute()
30 Attribute::InitCheck() const
37 Attribute::SetType(uint32 type)
52 Attribute::SetSize(off_t newSize)
67 Attribute
[all...]
H A DAttributeIterator.h11 class Attribute;
28 status_t GetNext(Attribute **attribute);
29 Attribute *GetCurrent() const { return fAttribute; }
34 void SetCurrent(Attribute *attribute, bool isNext);
41 Attribute *fAttribute;
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A DAttributeIndex.h8 class Attribute;
16 virtual status_t Added(Attribute *attribute) = 0;
17 virtual bool Removed(Attribute *attribute) = 0;
18 virtual status_t Changed(Attribute *attribute,
H A DAttributeIterator.h11 class Attribute;
28 status_t GetNext(Attribute **attribute);
29 Attribute *GetCurrent() const { return fAttribute; }
34 void SetCurrent(Attribute *attribute, bool isNext);
41 Attribute *fAttribute;
H A DAttribute.cpp0 // Attribute.cpp
4 #include "Attribute.h"
11 Attribute::Attribute(Volume *volume, Node *node, const char *name, function in class:Attribute
24 Attribute::~Attribute()
30 Attribute::InitCheck() const
37 Attribute::SetType(uint32 type)
52 Attribute::WriteAt(off_t offset, const void *buffer, size_t size,
84 Attribute
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/server/
H A DAttributeDirectory.h19 // Attribute
20 class Attribute : public SLListLinkImpl<Attribute> { class in inherits:SLListLinkImpl
21 Attribute(const char* name,
23 ~Attribute();
27 Attribute** attribute);
28 static void DeleteAttribute(Attribute* attribute);
56 void RemoveAttribute(Attribute* attribute);
59 Attribute* GetAttribute(const char* name) const;
60 Attribute* GetFirstAttribut
[all...]
H A DAttributeDirectory.cpp17 Attribute::Attribute(const char* name, const attr_info& info, function in class:Attribute
37 Attribute::~Attribute()
43 Attribute::CreateAttribute(const char* name, const attr_info& info,
44 const void* data, Attribute** attribute)
51 int32 size = sizeof(Attribute) + nameLen;
59 *attribute = new(buffer) Attribute(name, info, data);
65 Attribute::DeleteAttribute(Attribute* attribut
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/server/
H A DAttributeDirectory.h19 // Attribute
20 class Attribute : public SLListLinkImpl<Attribute> { class in inherits:SLListLinkImpl
21 Attribute(const char* name,
23 ~Attribute();
27 Attribute** attribute);
28 static void DeleteAttribute(Attribute* attribute);
56 void RemoveAttribute(Attribute* attribute);
59 Attribute* GetAttribute(const char* name) const;
60 Attribute* GetFirstAttribut
[all...]
H A DAttributeDirectory.cpp16 Attribute::Attribute(const char* name, const attr_info& info, function in class:Attribute
36 Attribute::~Attribute()
42 Attribute::CreateAttribute(const char* name, const attr_info& info,
43 const void* data, Attribute** attribute)
50 int32 size = sizeof(Attribute) + nameLen;
58 *attribute = new(buffer) Attribute(name, info, data);
64 Attribute::DeleteAttribute(Attribute* attribut
[all...]
/haiku-fatelf/src/add-ons/translators/exr/openexr/ilmimf/
H A DImfAttribute.cpp39 // class Attribute
56 Attribute::Attribute () {} function in class:Imf::Attribute
59 Attribute::~Attribute () {}
74 typedef Attribute* (*Constructor)();
105 Attribute::knownType (const char typeName[])
115 Attribute::registerAttributeType (const char typeName[],
116 Attribute *(*newAttribute)())
131 Attribute
[all...]
H A DImfOpaqueAttribute.h58 class OpaqueAttribute: public Attribute
82 virtual Attribute * copy () const;
96 virtual void copyValueFrom (const Attribute &other);
H A DImfAttribute.h42 // class Attribute
54 class Attribute class in namespace:Imf
62 Attribute ();
63 virtual ~Attribute ();
77 virtual Attribute * copy () const = 0;
91 virtual void copyValueFrom (const Attribute &other) = 0;
95 // Attribute factory
98 static Attribute * newAttribute (const char typeName[]);
116 Attribute *(*newAttribute)());
133 class TypedAttribute: public Attribute
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/btrfs/
H A DAttribute.h22 class Attribute { class
24 Attribute(Inode* inode);
25 Attribute(Inode* inode, attr_cookie* cookie);
26 ~Attribute();
/haiku-fatelf/src/apps/mediaplayer/playlist/
H A DPlaylistItem.h57 } Attribute; typedef in class:PlaylistItem
59 virtual status_t SetAttribute(const Attribute& attribute,
61 virtual status_t GetAttribute(const Attribute& attribute,
64 virtual status_t SetAttribute(const Attribute& attribute,
66 virtual status_t GetAttribute(const Attribute& attribute,
69 virtual status_t SetAttribute(const Attribute& attribute,
71 virtual status_t GetAttribute(const Attribute& attribute,

Completed in 101 milliseconds

12345