Searched refs:fType (Results 76 - 100 of 228) sorted by relevance

12345678910

/haiku/headers/private/debugger/model/
H A DImageInfo.h35 image_type Type() const { return fType; }
46 image_type fType; member in class:ImageInfo
/haiku/headers/private/debugger/value/value_nodes/
H A DAddressValueNode.h37 AddressType* fType; member in class:AddressValueNode
58 Type* fType; member in class:AddressValueNodeChild
H A DCompoundValueNode.h49 CompoundType* fType; member in class:CompoundValueNode
H A DExpressionValueNode.h30 Type* fType; member in class:ExpressionValueNode
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DIndex.h31 uint32 GetType() const { return fType; }
53 uint32 fType; member in class:Index
H A DAttribute.h33 uint32 GetType() const { return fType; }
59 uint32 fType; member in class:Attribute
/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DHIDCollection.h21 uint8 Type() { return fType; };
54 uint8 fType; member in class:HIDCollection
H A DHIDReport.h30 uint8 Type() { return fType; };
69 uint8 fType; member in class:HIDReport
/haiku/src/kits/debugger/value/value_nodes/
H A DBMessageValueNode.cpp41 fType(type)
44 fType->AcquireReference();
50 fType->ReleaseReference();
60 return fType;
101 Type* fType; member in class:BMessageWhatNodeChild
112 fType(type),
118 fType->AcquireReference();
124 fType->ReleaseReference();
137 return fType;
173 CompoundType* baseType = dynamic_cast<CompoundType*>(fType);
[all...]
/haiku/src/preferences/input/
H A DMouseView.cpp85 fType(-1),
102 fType = type;
179 const int32* offset = getButtonOffsets(fType);
181 for (int32 i = 0; i <= fType; i++) {
277 const int32* offset = getButtonOffsets(fType);
278 for (int32 i = 1; i < fType; i++) {
283 for (int32 i = 0; i < fType; i++) {
299 if (i == fType - 1)
340 if (fType < 3)
H A DMouseView.h56 int32 fType; member in class:MouseView
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPProtocol.cpp61 fType = strdup(type);
63 fType = NULL;
81 free(fType);
/haiku/src/kits/interface/
H A DGradientRadialFocus.cpp22 fType = TYPE_RADIAL_FOCUS;
35 fType = TYPE_RADIAL_FOCUS;
48 fType = TYPE_RADIAL_FOCUS;
/haiku/src/kits/network/libnetapi/
H A DNetEndpoint.cpp25 fType(type),
38 fType(type),
81 fStatus = archive->FindInt32("_BNetEndpoint_proto", (int32 *)&fType);
92 fType(endpoint.fType),
115 fType(endpoint.fType),
135 fType = endpoint.fType;
194 status = into->AddInt32("_BNetEndpoint_proto", fType);
[all...]
/haiku/src/kits/network/libnetservices/
H A DHttpForm.cpp245 fType(B_HTTP_FORM_URL_ENCODED)
253 fType(other.fType),
261 fType(B_HTTP_FORM_URL_ENCODED)
291 if (fType == B_HTTP_FORM_URL_ENCODED) {
322 } else if (fType == B_HTTP_FORM_MULTIPART) {
404 if (fType != B_HTTP_FORM_MULTIPART)
453 if (fType != B_HTTP_FORM_MULTIPART)
483 fType = type;
485 if (fType
[all...]
/haiku/src/add-ons/kernel/file_systems/packagefs/package_links/
H A DPackageLinkSymlink.cpp85 fType(type)
106 if (fType == TYPE_SETTINGS)
110 package->Volume()->MountType(), fType);
H A DPackageLinkSymlink.h55 Type fType; member in class:PackageLinkSymlink
/haiku/headers/private/notification/
H A DNotificationReceived.h41 notification_type fType; member in class:NotificationReceived
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DTuner.h65 tuner_type fType; member in class:CTuner
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DDelegation.h60 return fData.fType;
H A DWorkQueue.h37 JobType fType; member in struct:WorkQueueEntry
/haiku/headers/os/package/solver/
H A DSolverResult.h38 BType fType; member in class:BPackageKit::BSolverResultElement
/haiku/headers/private/kernel/boot/
H A Dmenu.h48 menu_item_type Type() const { return fType; }
77 menu_item_type fType; member in class:MenuItem
103 menu_type Type() const { return fType; }
165 menu_type fType; member in class:Menu
/haiku/src/kits/debugger/model/
H A DWatchpoint.cpp12 fType(type),
/haiku/src/preferences/network/
H A DInterfaceListItem.h55 BNetworkInterfaceType fType; member in class:InterfaceListItem

Completed in 152 milliseconds

12345678910