Searched refs:Update (Results 1 - 25 of 202) sorted by path

123456789

/haiku-fatelf/headers/os/device/
H A DJoystick.h30 status_t Update();
/haiku-fatelf/headers/os/interface/
H A DListItem.h43 virtual void Update(BView* owner, const BFont* font);
H A DStatusBar.h62 virtual void Update(float delta, const char* text = NULL,
H A DStringItem.h29 virtual void Update(BView* owner, const BFont* font);
/haiku-fatelf/headers/private/kernel/
H A DUserTimer.h117 void Update(Thread* unscheduledThread);
/haiku-fatelf/headers/private/shared/
H A DSHA256.h21 void Update(const void* buffer, size_t size);
/haiku-fatelf/headers/private/storage/
H A DDiskDevice.h27 status_t Update(bool* updated = NULL);
/haiku-fatelf/headers/tools/elfsymbolpatcher/
H A DElfSymbolPatcher.h97 status_t Update(UpdateAdapter* updateAdapter = NULL);
146 status_t Update();
/haiku-fatelf/src/add-ons/input_server/devices/keyboard/
H A DTeamListItem.cpp129 TeamListItem::Update(BView* owner, const BFont* font) function in class:TeamListItem
133 BListItem::Update(owner, font);
H A DTeamListItem.h29 virtual void Update(BView* owner, const BFont* font);
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutdelete.c311 * Update AddressRange list. However, only permanent regions
629 * Update the notify objects for these types (if present)
733 Object = State->Update.Object;
746 /* Free any stacked Update State objects */
H A Dutstate.c221 /* Update the list head */
317 * Action - Update action to be performed
321 * DESCRIPTION: Create an "Update State" - a flavor of the generic state used
349 State->Update.Object = Object;
350 State->Update.Value = Action;
361 * Action - Update action to be performed
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Daclocal.h698 * Update state - used to traverse complex objects such as packages
830 ACPI_UPDATE_STATE Update; member in union:acpi_generic_state
/haiku-fatelf/src/add-ons/kernel/file_systems/bfs/
H A DBPlusTree.cpp929 iterator.Next()->Update(offset, nextOffset, keyIndex, splitAt, change);
1207 // Update the main pointer to link to a duplicate node
2761 TreeIterator::Update(off_t offset, off_t nextOffset, uint16 keyIndex, function in class:TreeIterator
H A DBPlusTree.h367 void Update(off_t offset, off_t nextOffset,
H A DIndex.cpp50 Note, Index::Update() may be called on the object even if this method
62 // in further comparisons (currently only used in Index::Update())
65 // This is used to optimize Index::Update() in case there is no index
216 Index::Update(Transaction& transaction, const char* name, int32 type, function in class:Index
297 return Update(transaction, "name", B_STRING_TYPE, (uint8*)oldName,
308 return Update(transaction, "size", B_INT64_TYPE, NULL, 0, (uint8*)&size,
320 return Update(transaction, "size", B_INT64_TYPE, (uint8*)&size,
333 status_t status = Update(transaction, "size", B_INT64_TYPE,
349 return Update(transaction, "last_modified", B_INT64_TYPE, NULL, 0,
361 return Update(transactio
[all...]
H A DIndex.h32 status_t Update(Transaction& transaction, const char* name,
H A DInode.cpp651 iterator.Next()->Update(index, -1);
848 iterator.Next()->Update(index, 1);
987 index->Update(transaction, name, attribute->Type(), data,
1135 // Update status time on attribute write
1190 // Update status time on attribute write
1209 // Update index. Note, Index::Update() may be called even if
1213 index.Update(transaction, name, type, oldData, oldLength, buffer,
1245 index.Update(transaction, name, smallData->Type(),
2729 // Update th
2911 AttributeIterator::Update(uint16 index, int8 change) function in class:AttributeIterator
[all...]
H A DInode.h452 void Update(uint16 index, int8 change);
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/client/
H A DShareAttrDir.cpp194 // Update
196 ShareAttrDir::Update(const AttrDirInfo& dirInfo, function in class:ShareAttrDir
H A DShareAttrDir.h44 status_t Update(const AttrDirInfo& dirInfo,
55 // Init()/Update() should be sufficient.
H A DShareNode.cpp127 // Update
129 ShareNode::Update(const NodeInfo& nodeInfo) function in class:ShareNode
H A DShareNode.h58 void Update(const NodeInfo& nodeInfo);
H A DShareVolume.cpp2445 node->Update(nodeInfo);
2496 node->Update(nodeInfo);
2664 return attrDir->Update(attrDirInfo,
3093 fRootNode->Update(reply->nodeInfo);
/haiku-fatelf/src/add-ons/kernel/file_systems/packagefs/
H A DPackageLinkDirectory.cpp224 fSelfLink->Update(package, listener);
253 link->Update(resolvablePackage, listener);

Completed in 171 milliseconds

123456789