Searched defs:Type (Results 126 - 150 of 181) sorted by relevance

12345678

/haiku/src/tools/gensyscalls/
H A Dgensyscalls.cpp53 Type::Type(const char* name, int size, int usedSize, function in class:Type
H A Dgensyscallinfos.cpp59 struct Type { struct
60 Type(const char* type) : type(type) {} function in struct:Type
61 Type(const string& type) : type(type) {} function in struct:Type
[all...]
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DBreakpointListView.cpp59 BreakpointProxy::Type() const function in class:BreakpointProxy
/haiku/src/bin/debug/strace/
H A DSyscall.h19 class Type { class
21 Type(string typeName, TypeHandler *handler) function in class:Type
/haiku/headers/private/net/
H A DProtocolUtilities.h26 typedef mutex Type; typedef in class:MutexLocking
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutobject.c202 AcpiUtCreateInternalObjectDbg( const char *ModuleName, UINT32 LineNumber, UINT32 ComponentId, ACPI_OBJECT_TYPE Type) argument
[all...]
/haiku/headers/libs/print/libprint/
H A DPrinterCap.h121 enum Type { enum in struct:DriverSpecificCap
/haiku/src/add-ons/media/media-add-ons/vst_host/
H A DVSTHost.cpp268 VSTParameter::Type(void) function in class:VSTParameter
/haiku/src/bin/bfs_tools/lib/
H A DBPlusTree.h117 int32 Type() const { return fHeader->data_type; } function in class:BPlusTree
/haiku/src/kits/app/
H A DNotification.cpp240 BNotification::Type() const function in class:BNotification
/haiku/src/servers/input/
H A DInputServer.h55 input_device_type Type() const { return fDevice.type; } function in class:InputDeviceListItem
/haiku/src/kits/network/libnetapi/
H A DNetworkInterface.cpp280 BNetworkInterface::Type() const function in class:BNetworkInterface
/haiku/src/add-ons/kernel/partitioning_systems/common/
H A DPartitionMap.h127 uint8 Type() const { return fType; } function in class:PartitionType
171 uint8 Type() const { return fType; } function in class:Partition
/haiku/src/kits/storage/disk_device/
H A DMutablePartition.cpp242 BMutablePartition::Type() const function in class:BMutablePartition
/haiku/src/kits/network/libnetservices/
H A DHttpForm.cpp169 BHttpFormData::Type() const function in class:BHttpFormData
/haiku/src/apps/debugger/user_interface/cli/
H A DCliContext.cpp45 int Type() const function in struct:CliContext::Event
/haiku/src/kits/debugger/elf/
H A DCoreFile.h99 int32 Type() const { return fType; } function in struct:CoreFileImageInfo
/haiku/src/tests/add-ons/kernel/drivers/tty/
H A Dtty-test.cpp200 Caller(Type *object, int32 (Type::*function)()) argument
219 create_caller(Type *object, int32 (Type::*function)()) argument
/haiku/src/kits/storage/
H A DMimeType.cpp143 BMimeType::Type() const function in class:BMimeType
[all...]
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.h91 uint32 Type() const { return fNode.Type(); } function in class:Inode
/haiku/src/system/boot/loader/file_systems/tarfs/
H A Dtarfs.cpp304 TarFS::File::Type() const function in class:TarFS::File
604 TarFS::Symlink::Type() const function in class:TarFS::Symlink
/haiku/src/kits/interface/
H A DAlert.cpp208 BAlert::Type() const function in class:BAlert
/haiku/src/preferences/filetypes/
H A DApplicationTypeWindow.cpp91 const char* Type() const { return fType.String(); } function in class:SupportedTypeItem
/haiku/src/add-ons/kernel/file_cache/
H A Drule_based_prefetcher.cpp80 rule_type Type() const { return fType; } function in class:Rule
/haiku/src/apps/deskbar/
H A DResourceSet.cpp249 type_code Type() const function in class:TResourcePrivate::TypeList

Completed in 141 milliseconds

12345678