Searched refs:fType (Results 151 - 175 of 228) sorted by relevance

12345678910

/haiku/headers/os/app/
H A DNotification.h90 notification_type fType; member in class:BNotification
/haiku/src/preferences/filetypes/
H A DAttributeListView.cpp160 fType(type),
173 fType(B_STRING_TYPE),
201 name_for_type(type, fType, fDisplayAs.String());
248 fType = other.Type();
H A DMimeTypeListView.cpp41 fType(type.Type()),
51 fType(type),
96 BMimeType mimeType(fType.String());
175 BMimeType type(fType.String());
/haiku/headers/build/os/storage/
H A DMimeType.h157 char *fType; member in class:BMimeType
/haiku/src/apps/gradients/
H A DGradientsView.cpp20 fType(BGradient::TYPE_LINEAR)
33 switch (fType) {
284 fType = type;
/haiku/src/tests/kits/interface/layout/
H A DLayoutTest1.cpp94 : fType(NULL)
101 fType(NULL)
108 delete fType;
113 delete fType;
117 fType = new FixedSumType((int)value);
120 fType = new FixedProductType((int)value);
124 fType = new FixedAspectRatioType(value);
132 return BLayoutUtils::ComposeSize(ExplicitMinSize(), fType->MinSize());
136 return BLayoutUtils::ComposeSize(ExplicitMaxSize(), fType->MaxSize());
141 fType
286 HeightForWidthType* fType; member in class:HeightForWidthTestView
[all...]
/haiku/src/kits/interface/
H A DInput.cpp115 return fType;
236 fType(B_UNDEFINED_DEVICE)
252 fType = type;
/haiku/src/servers/package/
H A DFSTransaction.cpp35 fType(type),
75 switch (fType) {
127 Type fType; member in struct:FSTransaction::OperationInfo
/haiku/src/kits/network/libnetapi/
H A DNetworkSettings.cpp1334 fType = parse_type(string);
1336 fType = type_for_protocol(fProtocol);
1338 fType = serviceType;
1380 return fType;
1387 fType = type;
1430 fType(-1),
1441 fType(-1),
1480 fType = parse_type(string);
1482 fType = type_for_protocol(fProtocol);
1495 fType, fProtoco
[all...]
/haiku/src/bin/
H A Dcopyattr.cpp110 fType(B_ANY_TYPE)
117 fType = type;
124 return (fType == B_ANY_TYPE || type == fType);
129 type_code fType; member in struct:AttributeFilter
/haiku/src/kits/debugger/source_language/c_family/
H A DCLanguageExpressionEvaluator.cpp193 fType(NULL),
202 fType(NULL),
211 fType(NULL),
220 fType(NULL),
230 fType(NULL),
240 fType(NULL),
268 SetTo(X.fType);
298 fType = type;
299 fType->AcquireReference();
309 if (fType !
1425 Type* fType; local
[all...]
/haiku/src/add-ons/kernel/network/protocols/unix/
H A DUnixFifo.cpp104 fType(type)
154 if (fType == UnixFifoType::Datagram) {
203 if (fType == UnixFifoType::Datagram) {
242 if (fType == UnixFifoType::Datagram) {
307 if (fType == UnixFifoType::Datagram) {
664 switch (fType) {
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DRequest.h108 uint32 fType; member in class:Request
/haiku/headers/os/net/
H A DNetEndpoint.h96 int fType; member in class:BNetEndpoint
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DInodeRegular.cpp107 data.fType = OPEN_DELEGATE_NONE;
176 if (data.fType != OPEN_DELEGATE_NONE) {
252 data.fType = OPEN_DELEGATE_NONE;
270 if (data.fType != OPEN_DELEGATE_NONE) {
H A DInode.h148 uint32 fType; member in class:Inode
203 return sNFSFileTypeToHaiku[fType];
H A DWorkQueue.cpp65 entry->fType = type;
128 switch (entry->fType) {
/haiku/src/kits/tracker/
H A DStatusWindow.h153 int32 fType; member in class:BPrivate::BStatusView
/haiku/headers/os/package/
H A DCommitTransactionResult.h92 BType fType; member in class:BPackageKit::BTransactionIssue
/haiku/src/add-ons/kernel/drivers/network/ether/usb_asix/
H A DASIXDevice.h32 } fType; member in struct:DeviceInfo
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DIndex.cpp20 fType(type),
/haiku/headers/os/interface/
H A DAlert.h119 uint8 fType; member in class:BAlert
/haiku/src/add-ons/kernel/drivers/audio/ac97/sis7018/
H A DMixer.cpp290 uint16 fType; member in struct:MIXControlInfo
475 = Controls[index].id = IdReg | Info.fType;
484 if (Info.fType & MIX_Mute) {
495 if (Info.fType & MIX_Enable) {
511 if (Info.fType & MIX_LGain) {
521 if (Info.fType & MIX_RGain) {
531 if (Info.fType & MIX_Boost) {
545 if (Info.fType & MIX_MUX) {
/haiku/headers/os/add-ons/network_settings/
H A DNetworkSettings.h228 int fType; member in class:BNetworkKit::BNetworkServiceAddressSettings
277 int32 fType; member in class:BNetworkKit::BNetworkServiceSettings
/haiku/src/kits/debugger/elf/
H A DCoreFile.h99 int32 Type() const { return fType; }
119 int32 fType; member in struct:CoreFileImageInfo

Completed in 273 milliseconds

12345678910