Searched refs:SetType (Results 26 - 50 of 152) sorted by relevance

1234567

/haiku/src/tools/restest/
H A DResourceItem.h29 void SetType(type_code type);
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DAttributeIterator.cpp27 key.SetType(BTRFS_KEY_TYPE_XATTR_ITEM);
H A DDirectoryIterator.cpp28 key.SetType(BTRFS_KEY_TYPE_DIR_INDEX);
123 key.SetType(BTRFS_KEY_TYPE_DIR_ITEM);
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DAttribute.h32 void SetType(uint32 type);
/haiku/headers/build/os/storage/
H A DNodeInfo.h54 virtual status_t SetType(const char *type);
H A DMimeType.h110 status_t SetType(const char *mimeType);
/haiku/headers/private/storage/
H A DResourceItem.h59 void SetType(type_code type);
H A DMutablePartition.h50 status_t SetType(const char* type);
/haiku/src/add-ons/disk_systems/gpt/
H A DGPTPartitionHandle.h31 virtual status_t SetType(BMutablePartition* child, const char* type);
H A DGPTPartitionHandle.cpp213 GPTPartitionHandle::SetType(BMutablePartition* child, const char* type) function in class:GPTPartitionHandle
215 return child->SetType(type);
/haiku/src/kits/media/
H A DTimeCode.cpp260 if (SetType(type) == B_OK) {
269 if (SetType(clone.Type()) == B_OK) {
282 if (SetType(type) == B_OK) {
309 BTimeCode::SetType(timecode_type type) function in class:BTimeCode
343 SetType(clone.Type());
/haiku/src/system/boot/platform/efi/arch/x86/
H A Darch_smp.cpp333 item->SetType(MENU_ITEM_MARKABLE);
341 item->SetType(MENU_ITEM_MARKABLE);
349 item->SetType(MENU_ITEM_MARKABLE);
359 item->SetType(MENU_ITEM_MARKABLE);
371 item->SetType(MENU_ITEM_MARKABLE);
/haiku/src/system/boot/loader/
H A Dmenu.cpp138 MenuItem::SetType(menu_item_type type) function in class:MenuItem
355 item->SetType(MENU_ITEM_SEPARATOR);
533 SetType(MENU_ITEM_MARKABLE);
1266 item->SetType(MENU_ITEM_NO_CHOICE);
1275 item->SetType(MENU_ITEM_NO_CHOICE);
1280 item->SetType(MENU_ITEM_NO_CHOICE);
1297 item->SetType(MENU_ITEM_MARKABLE);
1303 item->SetType(MENU_ITEM_MARKABLE);
1309 item->SetType(MENU_ITEM_MARKABLE);
1333 item->SetType(MENU_ITEM_MARKABL
[all...]
/haiku/src/system/kernel/fs/
H A DVnode.h64 inline void SetType(uint32 type);
240 vnode::SetType(uint32 type) function in class:vnode
/haiku/headers/os/media/
H A DTimeCode.h71 status_t SetType(timecode_type type);
/haiku/src/servers/notification/
H A DNotificationReceived.cpp133 NotificationReceived::SetType(notification_type type) function in class:NotificationReceived
/haiku/headers/os/storage/
H A DNodeInfo.h32 virtual status_t SetType(const char* type);
/haiku/src/libs/icon/style/
H A DGradientTransformable.h92 void SetType(gradients_type type);
/haiku/src/preferences/screen/
H A DAlertWindow.cpp35 SetType(B_WARNING_ALERT);
/haiku/src/kits/storage/
H A DResourceItem.cpp106 // SetType
108 ResourceItem::SetType(type_code type) function in class:BPrivate::Storage::ResourceItem
/haiku/src/system/boot/platform/riscv/
H A Dvideo.cpp63 item->SetType(MENU_ITEM_NO_CHOICE);
/haiku/src/add-ons/kernel/partitioning_systems/common/
H A DPartitionMap.h119 bool SetType(uint8 type);
120 bool SetType(const char* typeName);
183 void SetType(uint8 type) function in class:Partition
/haiku/src/tests/kits/storage/
H A DNodeInfoTest.cpp371 CHK(nodeInfo.SetType(testType1) == B_OK);
378 CHK(nodeInfo.SetType(testType2) == B_OK);
385 // status_t SetType(const char *type)
392 CHK(nodeInfo.SetType(NULL) == B_OK);
402 CHK(nodeInfo.SetType(testType1) == B_NO_INIT);
410 CHK(nodeInfo.SetType(invalidTestType) == B_OK);
424 CHK(nodeInfo.SetType(NULL) == B_OK);
428 CHK(nodeInfo.SetType(tooLongTestType) == B_OK);
436 CHK(nodeInfo.SetType(tooLongTestType) == B_BAD_VALUE);
952 CHK(nodeInfo.SetType(invalidTestTyp
[all...]
/haiku/src/add-ons/kernel/partitioning_systems/intel/
H A Dwrite_support.cpp415 ptype.SetType(type);
736 ptype.SetType(type);
882 type.SetType(child->type);
890 primary->SetType(type.Type());
1219 ptype.SetType(type);
1228 primary->SetType(ptype.Type());
1236 primary->SetType(oldType);
1315 primary->SetType(oldActive);
1445 ptype.SetType(type);
1466 primary->SetType(ptyp
[all...]
/haiku/src/system/boot/platform/bios_ia32/
H A Dsmp.cpp570 item->SetType(MENU_ITEM_MARKABLE);
578 item->SetType(MENU_ITEM_MARKABLE);
586 item->SetType(MENU_ITEM_MARKABLE);
599 item->SetType(MENU_ITEM_MARKABLE);
608 item->SetType(MENU_ITEM_MARKABLE);
623 item->SetType(MENU_ITEM_MARKABLE);

Completed in 191 milliseconds

1234567