Searched refs:fType (Results 51 - 75 of 228) sorted by relevance

12345678910

/haiku/src/kits/storage/disk_device/jobs/
H A DCreateChildJob.h30 char* fType; member in class:BPrivate::CreateChildJob
/haiku/src/system/boot/loader/file_systems/amiga_ffs/
H A DVolume.cpp31 if (read_pos(fDevice, 0, &fType, sizeof(int32)) < B_OK)
34 fType = B_BENDIAN_TO_HOST_INT32(fType);
36 switch (fType) {
47 //printf("amiga_ffs: unsupported: %08lx\n", fType);
/haiku/src/kits/package/solver/
H A DSolverProblem.cpp55 fType(type),
68 fType(type),
85 return fType;
134 size_t index = fType;
H A DSolverProblemSolution.cpp57 fType(type),
73 return fType;
101 size_t index = fType;
/haiku/src/kits/debugger/value/value_nodes/
H A DBListValueNode.cpp39 virtual Type* GetType() const { return fType; };
46 Type* fType; member in class:BListValueNode::BListElementNodeChild
57 fType(type),
62 fType->AcquireReference();
70 fType->ReleaseReference();
107 virtual Type* GetType() const { return fType; };
114 Type* fType; member in class:BListValueNode::BListItemCountNodeChild
125 fType(type),
130 fType->AcquireReference();
137 fType
[all...]
/haiku/src/kits/storage/
H A DResourceItem.cpp25 fType(0),
71 fType = type;
110 fType = type;
117 return fType;
/haiku/src/kits/interface/
H A DGradientConic.cpp20 fType = TYPE_CONIC;
30 fType = TYPE_CONIC;
40 fType = TYPE_CONIC;
H A DGradientDiamond.cpp19 fType = TYPE_DIAMOND;
28 fType = TYPE_DIAMOND;
37 fType = TYPE_DIAMOND;
H A DGradientRadial.cpp20 fType = TYPE_RADIAL;
30 fType = TYPE_RADIAL;
40 fType = TYPE_RADIAL;
H A DGradientLinear.cpp21 fType = TYPE_LINEAR;
32 fType = TYPE_LINEAR;
43 fType = TYPE_LINEAR;
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DAttribute.cpp19 fType(type),
42 if (type != fType) {
45 fType = type;
47 fType)) {
90 GetVolume()->UpdateLiveQueries(NULL, fNode, GetName(), fType, oldKey,
/haiku/src/add-ons/kernel/partitioning_systems/common/
H A DPartitionMap.h124 bool IsEmpty() const { return is_empty_type(fType); }
125 bool IsExtended() const { return is_extended_type(fType); }
127 uint8 Type() const { return fType; }
130 { get_partition_type_string(fType, buffer); }
132 uint8 fType; member in class:PartitionType
154 { return is_empty_type(fType); }
156 { return is_extended_type(fType); }
171 uint8 Type() const { return fType; }
175 { get_partition_type_string(fType, buffer); }
184 { fType
199 uint8 fType; member in class:Partition
[all...]
/haiku/src/preferences/sounds/
H A DHEventList.cpp61 fType(NULL)
73 free(fType);
83 free(fType);
84 fType = strdup(type);
120 BMediaFiles().GetRefFor(fType, row->Name(), &ref);
129 BMediaFiles().RemoveRefFor(fType, row->Name(), ref);
152 BMediaFiles().SetRefFor(fType, row->Name(), ref);
H A DHEventList.h58 char* fType; member in class:HEventList
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DVolumeEvent.h32 uint32 fType; member in class:VolumeEvent
/haiku/src/tests/add-ons/print/ppd/model/
H A DStatement.cpp15 : fType(kUnknown)
33 fType = type;
38 return fType;
131 switch (fType) {
H A DValue.h25 Type fType; member in class:Value
/haiku/headers/os/package/solver/
H A DSolverPackageSpecifier.h44 BType fType; member in class:BPackageKit::BSolverPackageSpecifier
/haiku/headers/private/debugger/value/value_nodes/
H A DArrayValueNode.h27 { return fType; }
55 ArrayType* fType; member in class:AbstractArrayValueNode
117 Type* fType; member in class:ArrayValueNodeChild
138 ArrayType* fType; member in class:InternalArrayValueNodeChild
/haiku/src/kits/debugger/arch/
H A DRegister.cpp20 fType(type),
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DRequest.cpp86 fType(type),
104 return fType;
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPOptionHandler.h35 { return fType; }
75 uint8 fType; member in class:KPPPOptionHandler
/haiku/src/add-ons/kernel/partitioning_systems/session/
H A DDisc.h77 const char* Type() { return fType; }
97 char* fType; member in class:Session
/haiku/src/apps/resedit/
H A DResourceData.h32 type_code GetType(void) const { return fType; }
51 int32 fType; member in class:ResourceData
/haiku/src/preferences/filetypes/
H A DAttributeListView.h29 type_code Type() const { return fType; }
43 type_code fType; member in class:AttributeItem

Completed in 349 milliseconds

12345678910