Searched refs:fType (Results 101 - 125 of 228) sorted by relevance

12345678910

/haiku/src/preferences/filetypes/
H A DMimeTypeListView.h24 const char* Type() const { return fType.String(); }
44 BString fType; member in class:MimeTypeItem
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DIndex.cpp22 fType(0),
42 fType = type;
H A DIndex.h40 uint32 Type() const { return fType; }
70 uint32 fType; member in class:Index
/haiku/src/libs/icon/style/
H A DGradientTransformable.h94 { return fType; }
117 gradients_type fType; member in class:Gradient
H A DGradientTransformable.cpp35 fType(GRADIENT_LINEAR),
57 fType(GRADIENT_LINEAR),
83 if (archive->FindInt32("type", (int32*)&fType) < B_OK)
84 fType = GRADIENT_LINEAR;
106 fType(other.fType),
150 ret = into->AddInt32("type", (int32)fType);
176 SetType(other.fType);
205 fType == other.fType
[all...]
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPProtocol.h56 { return fType; }
137 char *fType; member in class:KPPPProtocol
/haiku/src/preferences/mail/
H A DConfigWindow.h48 item_types Type() { return fType; }
52 item_types fType; member in class:AccountItem
/haiku/headers/private/storage/mime/
H A DDatabase.h170 fType(type)
172 if (fDatabase != NULL && fType != NULL)
173 fDatabase->DeferInstallNotification(fType);
178 if (fDatabase != NULL && fType != NULL)
179 fDatabase->UndeferInstallNotification(fType);
184 const char* fType; member in class:BPrivate::Storage::Mime::InstallNotificationDeferrer
/haiku/headers/private/debugger/elf/
H A DElfFile.h33 uint32 Type() const { return fType; }
49 uint32 fType; member in class:ElfSection
68 uint32 Type() { return fType; }
82 uint32 fType; member in class:ElfSegment
129 uint16 Type() const { return fType; }
200 uint16 fType; member in class:ElfFile
/haiku/src/kits/debugger/dwarf/
H A DDebugInfoEntries.cpp276 fType(NULL)
285 fType = dynamic_cast<DIEType*>(value.reference);
286 return fType != NULL ? B_OK : B_BAD_DATA;
409 fType(NULL)
418 fType = dynamic_cast<DIEType*>(value.reference);
419 return fType != NULL ? B_OK : B_BAD_DATA;
873 fType(NULL),
930 fType = dynamic_cast<DIEType*>(value.reference);
931 return fType != NULL ? B_OK : B_BAD_DATA;
1052 fType(NUL
[all...]
H A DDebugInfoEntries.h255 DIEType* GetType() const { return fType; }
261 DIEType* fType; member in class:DIEModifiedType
324 DIEType* GetType() const { return fType; }
330 DIEType* fType; member in class:DIEDerivedType
576 DIEType* GetType() const { return fType; }
603 DIEType* fType; member in class:DIEFormalParameter
683 DIEType* GetType() const { return fType; }
714 DIEType* fType; member in class:DIEMember
887 DIEType* GetType() const { return fType; }
902 DIEType* fType; member in class:DIEInheritance
1044 DIEType* fType; member in class:DIEWithStatement
1151 DIEType* fType; member in class:DIEConstant
1376 DIEType* fType; member in class:DIETemplateTypeParameter
1397 DIEType* fType; member in class:DIETemplateValueParameter
1419 DIEType* fType; member in class:DIEThrownType
1456 DIEType* fType; member in class:DIEVariantPart
1503 DIEType* fType; member in class:DIEVariable
[all...]
/haiku/src/bin/
H A Dnotify.cpp52 notification_type fType; member in class:NotifyApp
76 fType(B_INFORMATION_NOTIFICATION),
120 fType = (notification_type)i;
231 BNotification notification(fType);
242 if (fType == B_PROGRESS_NOTIFICATION)
H A Dreindex.cpp47 type_code Type() const { return fType; }
52 type_code fType; member in class:Attribute
81 fType = info.type;
87 ssize_t bytesRead = node->ReadAttr(fName.String(), fType, 0, fBuffer,
101 ssize_t bytesWritten = node->WriteAttr(fName.String(), fType, 0, fBuffer,
/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DHIDCollection.cpp24 fType(type),
98 if (type == COLLECTION_ALL || fType == type)
171 switch (fType) {
196 TRACE_ALWAYS("%s\ttype: %u %s\n", indent, fType, typeName);
220 if (type == COLLECTION_ALL || fType == type) {
/haiku/src/kits/debugger/debug_info/
H A DDwarfTypes.cpp461 fType(type)
463 fType->AcquireReference();
469 fType->ReleaseReference();
476 return fType;
488 fType(type)
490 fType->AcquireReference();
496 fType->ReleaseReference();
509 return fType;
549 fType(type)
551 fType
[all...]
/haiku/src/bin/mkfs/
H A DFsCreator.cpp55 fType(type),
116 if (roster.GetDiskSystem(&diskSystem, fType) != B_OK) {
117 std::cerr << kProgramName << ": " << fType local
/haiku/headers/private/debugger/value/value_nodes/
H A DBMessageValueNode.h64 Type* fType; member in class:BMessageValueNode
99 Type* fType; member in class:BMessageValueNode::BMessageFieldNode
132 Type* fType; member in class:BMessageValueNode::BMessageFieldNodeChild
/haiku/src/kits/interface/
H A DGradient.cpp98 fType(TYPE_NONE)
115 fType(TYPE_NONE)
128 if (archive->FindInt32("type", (int32*)&fType) < B_OK)
129 fType = TYPE_LINEAR;
203 ret = into->AddInt32("type", (int32)fType);
265 fType = other.fType;
266 switch (fType) {
311 fType == other.fType) {
[all...]
/haiku/headers/private/shared/
H A DVariant.h81 inline type_code Type() const { return fType; }
145 type_code fType; member in class:BVariant
175 fType(0),
438 return TypeIsNumber(fType);
445 return TypeIsInteger(fType, _isSigned);
452 return TypeIsFloat(fType);
/haiku/src/build/libroot/
H A Dfs_descriptors.h92 uint32 Type() const { return fType; }
102 uint32 fType; member in struct:BPrivate::AttributeDescriptor
/haiku/src/kits/support/
H A DArchivingManagers.h37 fType(type)
96 manager_type fType; member in class:BPrivate::Archiving::BManagerBase
/haiku/headers/private/debugger/model/
H A DStackFrame.h50 stack_frame_type Type() const { return fType; }
94 stack_frame_type fType; member in class:StackFrame
/haiku/headers/os/interface/
H A DGradient.h87 { return fType; }
120 Type fType; member in class:BGradient
/haiku/src/kits/package/
H A DCommitTransactionResult.cpp25 fType(B_WRITABLE_FILE_TYPE_MISMATCH),
39 fType(type),
63 return fType;
106 switch (fType) {
192 if ((error = message.AddInt32("type", (int32)fType)) != B_OK
222 fType = (BType)type;
233 fType = other.fType;
/haiku/src/add-ons/kernel/partitioning_systems/common/
H A DPartitionMap.cpp249 fType(0),
261 fType = type;
275 fType = kPartitionTypes[i].type;
286 fType = type;
305 fType = kPartitionContentTypes[i].type;
321 if (fType < kPartitionTypes[i].type) {
322 fType = kPartitionTypes[i].type;
363 fType(0),
375 fType(0),
400 fType
[all...]

Completed in 138 milliseconds

12345678910