Searched refs:attribute (Results 126 - 150 of 194) sorted by relevance

12345678

/haiku-fatelf/src/add-ons/kernel/file_systems/ramfs/
H A DQuery.h106 void LiveUpdate(Entry *entry, Node* node, const char *attribute,
/haiku-fatelf/src/build/libroot/
H A Dfs_descriptors.h82 const char* attribute, uint32 type,
H A Dfs_descriptors.cpp263 AttributeDescriptor::AttributeDescriptor(int fileFD, const char* attribute, argument
273 strlcpy(fAttribute, attribute, sizeof(fAttribute));
289 // stat the attribute
296 // create the attribute
305 // truncate the attribute
311 // we have to read in the attribute data
/haiku-fatelf/src/preferences/filetypes/
H A DAttributeWindow.cpp107 // filter out invalid characters that can't be part of an attribute
164 "If Tracker allows to edit this attribute."),
178 "Default column width in Tracker for this attribute."),
431 const char* attribute; local
433 &attribute) == B_OK; i++) {
434 if (!strcmp(fAttribute.Name(), attribute)
435 || !strcmp(newAttribute, attribute)) {
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/server/
H A DNodeMonitoringEvent.cpp116 if (!attribute.SetTo(localName))
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A DQuery.h105 void LiveUpdate(Entry *entry, Node* node, const char *attribute,
/haiku-fatelf/src/bin/gdb/gdb/
H A Ddwarf2read.c502 struct attr_abbrev *attrs; /* an array of attribute descriptions */
519 struct attribute *attrs; /* An array of attributes */
535 struct attribute struct
558 /* Get at parts of an attribute structure */
708 "invalid attribute class or form for '%s' in '%s'", arg1, arg2);
780 static char *read_attribute (struct attribute *, struct attr_abbrev *,
783 static char *read_attribute_value (struct attribute *, unsigned,
820 static struct attribute *dwarf2_attr (struct die_info *, unsigned int,
848 static void dwarf2_const_value (struct attribute *, struct symbol *,
851 static void dwarf2_const_value_data (struct attribute *att
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/bfs/
H A DVolume.h124 const char* attribute, int32 type,
131 bool CheckForLiveQuery(const char* attribute);
/haiku-fatelf/src/bin/
H A Dlistattr.cpp20 /*! Dumps the contents of the attribute in the form of raw data. This view
60 show_attr_contents(BNode& node, const char* attribute, const attr_info& info) argument
62 // limit size of the attribute, only the first kLimit byte will make it on
73 ssize_t bytesRead = node.ReadAttr(attribute, info.type, 0, buffer, size);
75 fprintf(stderr, "Could only read %" B_PRIdOFF " bytes from attribute!\n",
228 " -l, --long Shows the attribute contents as well.\n", program);
/haiku-fatelf/src/kits/print/
H A DPrinter.cpp447 BPrinter::_ReadAttribute(const char* attribute) const
453 spoolDir.ReadAttrString(attribute, &value);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A DVolume.h97 void UpdateLiveQueries(Inode *inode, const char *attribute, int32 type,
100 bool CheckForLiveQuery(const char *attribute);
H A DInode.h108 // a regular node in the standard namespace (i.e. not an index or attribute)
136 // high-level attribute methods
141 // attribute methods
142 status_t GetAttribute(const char *name, Inode **attribute);
143 void ReleaseAttribute(Inode *attribute);
144 status_t CreateAttribute(Transaction *transaction, const char *name, uint32 type, Inode **attribute);
H A DVolume.cpp477 Volume::UpdateLiveQueries(Inode *inode, const char *attribute, int32 type, const uint8 *oldKey, argument
485 query->LiveUpdate(inode, attribute, type, oldKey, oldLength, newKey, newLength);
492 * or value of the specified attribute.
498 Volume::CheckForLiveQuery(const char *attribute) argument
500 // ToDo: check for a live query that depends on the specified attribute
/haiku-fatelf/src/bin/package/
H A Dcommand_extract.cpp456 BPackageEntryAttribute* attribute)
465 // create the attribute
466 int fd = fs_fopen_attr(entryFD, attribute->Name(), attribute->Type(),
473 fprintf(stderr, "Error: Failed to create attribute \"%s\" of "
474 "file \"%s\": %s\n", attribute->Name(),
481 const BPackageData& data = attribute->Data();
455 HandleEntryAttribute(BPackageEntry* entry, BPackageEntryAttribute* attribute) argument
/haiku-fatelf/src/build/libbe/storage/
H A DAppFileInfo.cpp167 attribute/resources is longer than \c B_MIME_TYPE_LENGTH.
168 - \c B_BAD_TYPE: The attribute/resources the type string is stored in have
244 attribute/resources is longer than \c B_MIME_TYPE_LENGTH.
245 - \c B_BAD_TYPE: The attribute/resources the signature is stored in have
324 attribute/resources is longer than \c B_MIME_TYPE_LENGTH * 3.
325 - \c B_BAD_TYPE: The attribute/resources the entry is stored in have
397 - \c B_BAD_TYPE: The attribute/resources the flags are stored in have
459 - \c B_BAD_TYPE: The attribute/resources the supported types are stored in
883 const char *attribute = attributeString.String(); local
898 // other color space than stored in attribute
988 const char *attribute = attributeString.String(); local
[all...]
/haiku-fatelf/src/tests/kits/storage/
H A DAppFileInfoTest.cpp849 const char *attribute = NULL; local
853 attribute = kMiniIconAttribute;
857 attribute = kLargeIconAttribute;
864 CheckAttr(node, attribute, type, data->Bits(), data->BitsLength());
872 const char *attribute = NULL; local
877 attribute = kMiniIconAttribute;
882 attribute = kLargeIconAttribute;
890 CheckResource(file, attribute, resourceID, type, data->Bits(),
917 string attribute; local
922 attribute
946 string attribute; local
975 string attribute; local
996 string attribute; local
[all...]
/haiku-fatelf/src/bin/bfs_tools/lib/
H A DInode.cpp365 // skip name attribute
381 // read attributes out of the attribute directory
401 Attribute *attribute = (Attribute *)Inode::Factory(fDisk, run); local
402 if (attribute == NULL || attribute->InitCheck() < B_OK)
405 *type = attribute->Type();
407 void *buffer = realloc(fAttributeBuffer, attribute->Size());
411 delete attribute;
416 ssize_t size = attribute->Read(fAttributeBuffer, attribute
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A Dhaiku_kernel_emu.cpp104 notify_attribute_changed(dev_t device, ino_t node, const char *attribute, argument
107 if (!attribute)
111 device, 0, 0, node, NULL, attribute);
/haiku-fatelf/headers/private/storage/
H A DQueryPredicate.h77 AttributeNode(const char *attribute);
/haiku-fatelf/src/kits/package/
H A DRepositoryCache.cpp53 BPackageEntryAttribute* attribute)
52 HandleEntryAttribute(BPackageEntry* entry, BPackageEntryAttribute* attribute) argument
/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A DSAX.h104 attribute (void *ctx,
/haiku-fatelf/src/kits/storage/
H A DQueryPredicate.cpp173 AttributeNode::AttributeNode(const char *attribute) argument
175 fAttribute(attribute)
/haiku-fatelf/src/apps/people/
H A DPersonWindow.cpp273 // An attribute was updated.
341 PersonWindow::AddAttribute(const char* label, const char* attribute) argument
343 fView->AddAttribute(label, attribute);
/haiku-fatelf/src/libs/icon/
H A DIconUtils.cpp311 // get the attribute info and check type and size of the attr contents
436 const char *attribute = NULL; local
442 attribute = smallIconAttrName;
448 attribute = largeIconAttrName;
459 // get the attribute info and check type and size of the attr contents
462 ret = node->GetAttrInfo(attribute, &attrInfo);
473 // read the attribute
480 // other color space or bitmap size than stored in attribute
485 read = node->ReadAttr(attribute, attrType, 0, buffer, attrSize);
488 read = node->ReadAttr(attribute, attrTyp
[all...]
/haiku-fatelf/src/system/kernel/fs/
H A Dnode_monitor.cpp103 const char *attribute, int32 cause);
768 /*! \brief Notifies all interested listeners that a node attribute has changed.
771 \param attribute The attribute's name.
773 \c B_ATTR_CHANGED, indicating what exactly happened to the attribute.
780 const char *attribute, int32 cause)
782 if (!attribute)
807 message.AddString("attr", attribute);
1164 /*! \brief Notifies all interested listeners that a node attribute has changed.
1167 \param attribute Th
779 NotifyAttributeChanged(dev_t device, ino_t node, const char *attribute, int32 cause) argument
1175 notify_attribute_changed(dev_t device, ino_t node, const char *attribute, int32 cause) argument
[all...]

Completed in 295 milliseconds

12345678