Searched refs:type (Results 376 - 400 of 2123) sorted by relevance

<<11121314151617181920>>

/haiku/src/build/libbe/storage/
H A DNodeInfo.cpp111 /*! \brief Gets the node's MIME type.
114 \a type.
116 \param type A pointer to a pre-allocated character buffer of size
117 \c B_MIME_TYPE_LENGTH or larger into which the MIME type of the
122 - \c B_BAD_VALUE: \c NULL \a type or the type string stored in the
124 - \c B_BAD_TYPE: The attribute the type string is stored in has the wrong
125 type.
126 - \c B_ENTRY_NOT_FOUND: No type is set on the node.
130 BNodeInfo::GetType(char *type) cons
176 SetType(const char *type) argument
632 BMimeType type; local
[all...]
/haiku/src/tools/gensyscalls/
H A Dgensyscalls.cpp474 // return type
537 // create the return type handler
553 // create the parameter type handler
572 static string _GetPointerType(const char* type) argument
574 const char* parenthesis = strchr(type, ')');
576 return string(type) + "*";
577 // function pointer type
578 return string(type, parenthesis - type) + "*" + parenthesis;
581 static string _GetTypeCode(const Type* type) argument
618 _GetTypeCodeTokenize(const char*& type) argument
[all...]
/haiku/headers/private/system/
H A Ddevice_manager_defs.h26 type_code type; member in struct:device_attr_info
/haiku/src/add-ons/kernel/drivers/disk/virtual/nbd/
H A Dnbd.h22 uint32 type; member in struct:nbd_request
/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DPanel.h12 window_type type,
/haiku/src/apps/cortex/addons/audioOps/
H A Daudio_op_tools.h48 type_code type,
/haiku/src/apps/gradients/
H A DGradientsView.h25 void SetType(BGradient::Type type);
/haiku/src/apps/icon-o-matic/generic/gui/panel/
H A DPanel.h18 window_type type,
/haiku/src/apps/launchbox/
H A DPanel.h18 window_type type,
/haiku/src/kits/storage/disk_device/jobs/
H A DCreateChildJob.h22 const char* type, const char* name,
/haiku/src/preferences/filetypes/
H A DDropTargetListView.h15 list_view_type type = B_SINGLE_SELECTION_LIST,
H A DFileTypes.h35 alert_type type = B_WARNING_ALERT);
H A DAttributeListView.cpp84 name_for_type(BString& string, type_code type, const char* displayAs) argument
87 if (kTypeMap[i].type == type) {
96 buffer[1] = 0xff & (type >> 24);
97 buffer[2] = 0xff & (type >> 16);
98 buffer[3] = 0xff & (type >> 8);
99 buffer[4] = 0xff & (type);
107 snprintf(buffer + 6, sizeof(buffer) - 6, " (0x%" B_PRIx32 ")", type);
123 type_code type; local
124 if (attributes.FindInt32("attr:type", inde
154 AttributeItem(const char* name, const char* publicName, type_code type, const char* displayAs, int32 alignment, int32 width, bool visible, bool editable) argument
200 BString type; local
308 SetTo(BMimeType* type) argument
[all...]
/haiku/src/servers/notification/
H A DNotificationReceived.cpp32 notification_type type, bool enabled)
35 fType(type),
133 NotificationReceived::SetType(notification_type type) argument
135 fType = type;
31 NotificationReceived(const char* title, notification_type type, bool enabled) argument
/haiku/src/system/kernel/arch/m68k/
H A Darch_030_mmu.cpp22 entry.type = DT_ROOT;
/haiku/src/tests/kits/app/bmessage/
H A DMessagePointerItemTest.h26 static status_t AddData(BMessage& msg, const char* name, type_code type, argument
28 { return msg.AddData(name, type, data, size); }
45 static status_t FindData(BMessage& msg, const char* name, type_code type, argument
47 { return msg.FindData(name, type, index, data, size); }
/haiku/src/kits/package/hpkg/
H A DPackageContentHandler.cpp19 #define B_DEFINE_HPKG_ATTRIBUTE(id, type, name, constant) \
/haiku/src/preferences/media/
H A DMediaWindow.h49 MediaListItem::media_type type,
52 MediaListItem::media_type type,
65 void _FindNodes(media_type type, uint64 kind,
68 MediaListItem::media_type type);
/haiku/src/add-ons/kernel/partitioning_systems/gpt/
H A Dutility.h27 bool get_guid_for_partition_type(const char* type, guid_t& guid);
/haiku/src/kits/package/solver/
H A DSolverProblem.cpp52 BSolverProblem::BSolverProblem(BType type, BSolverPackage* sourcePackage, argument
55 fType(type),
64 BSolverProblem::BSolverProblem(BType type, BSolverPackage* sourcePackage, argument
68 fType(type),
/haiku/src/add-ons/kernel/network/stack/
H A Ddevice_interfaces.h20 int32 type; member in struct:net_device_handler
73 status_t register_domain_device_handler(struct net_device* device, int32 type,
75 status_t register_device_handler(struct net_device* device, int32 type,
77 status_t unregister_device_handler(struct net_device* device, int32 type);
/haiku/src/system/glue/arch/x86/
H A Dcrti.S20 #define FUNCTION(x) .global x; .type x,@function; x
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DAttributeIndex.h14 AttributeIndex(Volume *volume, const char *name, uint32 type,
/haiku/src/system/libroot/posix/arch/ppc/
H A Dsetjmp_internal.h45 #define FUNCTION(x) .global x; .type x,@function; x
/haiku/src/system/libroot/posix/musl/math/x86/
H A Datan2f.s2 .type atan2f,@function

Completed in 112 milliseconds

<<11121314151617181920>>