Searched refs:fType (Results 126 - 150 of 228) sorted by relevance

12345678910

/haiku/headers/os/interface/
H A DInput.h70 input_device_type fType; member in class:BInputDevice
/haiku/headers/private/userlandfs/private/
H A DRequest.h69 uint32 fType; member in class:UserlandFSUtil::Request
/haiku/src/tools/restest/
H A DResourceItem.h53 type_code fType; member in class:ResourceItem
/haiku/headers/os/package/solver/
H A DSolverProblem.h70 BType fType; member in class:BPackageKit::BSolverProblem
H A DSolverProblemSolution.h59 BType fType; member in class:BPackageKit::BSolverProblemSolutionElement
/haiku/headers/os/package/hpkg/
H A DDataReader.h64 uint32 fType; member in class:BPackageKit::BHPKG::BAttributeDataReader
/haiku/headers/private/debugger/value/value_nodes/
H A DBListValueNode.h59 Type* fType; member in class:BListValueNode
/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DHIDReport.cpp24 fType(type),
48 fType, fReportID);
269 switch (fType) {
281 TRACE_ALWAYS("\ttype: %u %s\n", fType, typeName);
/haiku/headers/private/storage/
H A DResourceItem.h79 type_code fType; member in class:BPrivate::Storage::ResourceItem
/haiku/src/preferences/network/
H A DInterfaceListItem.cpp35 fType(type),
174 switch (fType) {
288 switch (fType) {
335 switch (fType) {
/haiku/src/build/libroot/
H A Dfs_descriptors.cpp290 fType(type),
320 if (fs_write_attr(fFileFD, fAttribute, fType, 0, NULL, 0) < 0)
329 if (fs_write_attr(fFileFD, fAttribute, fType, 0, NULL, 0) < 0)
344 ssize_t bytesRead = fs_read_attr(fFileFD, fAttribute, fType, 0, fData,
386 ssize_t bytesWritten = fs_write_attr(fFileFD, fAttribute, fType, 0,
/haiku/src/system/kernel/arch/x86/64/
H A Ddescriptors.cpp53 unsigned fType :4; member in struct:Descriptor::__anon1880::__anon1881
127 unsigned fType :4;
193 fType(static_cast<unsigned>(type)),
213 fType = static_cast<unsigned>(DescriptorType::TSS);
299 fType(static_cast<unsigned>(InterruptDescriptorType::Interrupt)),
/haiku/src/kits/app/
H A DNotification.cpp32 fType(type),
76 fType = (notification_type)type;
172 status = archive->AddInt32("_type", (int32)fType);
242 return fType;
313 if (fType != B_PROGRESS_NOTIFICATION)
/haiku/src/preferences/filetypes/
H A DIconView.cpp363 //fType = B_VECTOR_ICON_TYPE;
673 if (!strcasecmp(type, fType.Type())) {
688 && !strcasecmp(type, fType.Type())) {
913 icon->SetTo(fRef, fType.Type());
915 icon->SetTo(fType);
995 fType.SetTo(fileType);
997 fType.Unset();
1013 fType.SetTo(type.Type());
1043 fType.Unset();
1076 if (bitmap != NULL && icon_for_type(fType, *bitma
[all...]
/haiku/src/kits/debugger/debug_info/
H A DDwarfTypes.h162 { return fType; }
168 DwarfType* fType; member in class:DwarfInheritance
182 { return fType; }
189 DwarfType* fType; member in class:DwarfDataMember
220 { return fType; }
223 DwarfType* fType; member in class:DwarfArrayDimension
244 DwarfType* fType; member in class:DwarfFunctionParameter
257 virtual Type* GetType() const { return fType; }
263 Type* fType; member in class:DwarfTemplateParameter
/haiku/src/add-ons/media/media-add-ons/vst_host/
H A DVSTHost.cpp103 fType = VST_PARAM_CHECKBOX;
117 fType = VST_PARAM_DROPLIST;
127 fType = VST_PARAM_SLIDER;
196 if (fType == VST_PARAM_DROPLIST) {
220 if (fType == VST_PARAM_DROPLIST) {
270 return fType;
/haiku/src/kits/storage/
H A DMimeType.cpp77 fType(NULL),
87 fType(NULL),
111 fType = new(std::nothrow) char[strlen(mimeType) + 1];
112 if (fType) {
113 strlcpy(fType, mimeType, B_MIME_TYPE_LENGTH);
127 delete [] fType;
128 fType = NULL;
145 return fType;
164 size_t len = strlen(fType);
166 if (fType[
[all...]
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DCookie.cpp66 && fLength == lock.fLength && fType == lock.fType;
H A DCookie.h45 LockType fType; member in struct:LockInfo
/haiku/src/apps/diskprobe/
H A DDataEditor.h51 type_code Type() const { return fType; }
122 type_code fType; member in class:DataEditor
/haiku/src/add-ons/print/transports/ipp/
H A DIpp.cpp24 { fURI=uri; fType=type; }
26 uint32 fType, fState; member in class:IPPPrinter
/haiku/src/add-ons/kernel/network/protocols/unix/
H A DUnixFifo.h102 UnixFifoType fType; member in class:UnixBufferQueue
166 UnixFifoType fType; member in class:UnixFifo
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DAttributeIndex.cpp76 fType(type)
92 int cmp = QueryParser::compareKeys(fType, a.data, a.length, b->data,
109 int cmp = QueryParser::compareKeys(fType, a->data, a->length, b->data,
118 uint32 fType; member in struct:AttributeIndex::TreeDefinition
/haiku/src/kits/tracker/
H A DRecentItems.cpp370 fType(ofType),
383 fType(NULL),
417 fType.Length() ? fType.String() : NULL,
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPOptionHandler.cpp30 fType(type),

Completed in 208 milliseconds

12345678910