Searched refs:type (Results 351 - 375 of 2122) sorted by relevance

<<11121314151617181920>>

/haiku/src/tests/kits/opengl/direct_mode/
H A DGLDirectMode.cpp17 SampleGLView(BRect frame, uint32 type);
40 SampleGLWindow(BRect frame, uint32 type);
65 uint32 type = BGL_RGB|BGL_DOUBLE|BGL_DEPTH; local
69 theWindow = new SampleGLWindow(windowRect, type);
74 SampleGLWindow::SampleGLWindow(BRect frame, uint32 type) argument
88 theView = new SampleGLView(r, type);
121 SampleGLView::SampleGLView(BRect frame, uint32 type) argument
122 : BGLView(frame, "SampleGLView", B_FOLLOW_ALL_SIDES, 0, type), rotate(0)
/haiku/src/tests/kits/opengl/glsl/
H A Dshaderutil.h10 GLenum type; /**< GL_FLOAT, GL_FLOAT_VEC4, GL_INT, etc */ member in struct:uniform_info
22 GLenum type; /**< GL_FLOAT, GL_FLOAT_VEC4, GL_INT, etc */ member in struct:attrib_info
/haiku/src/kits/storage/disk_device/
H A DDiskSystemAddOn.cpp50 BDiskSystemAddOn::GetParameterEditor(B_PARAMETER_EDITOR_TYPE type, argument
74 BDiskSystemAddOn::GetTypeForContentType(const char* contentType, BString* type) argument
134 int32* cookie, BString* type)
254 const char* type)
261 BPartitionHandle::SetType(BMutablePartition* child, const char* type) argument
275 BPartitionHandle::GetParameterEditor(B_PARAMETER_EDITOR_TYPE type, argument
314 const char* type, BString* name, const char* parameters)
321 BPartitionHandle::CreateChild(off_t offset, off_t size, const char* type, argument
133 GetNextSupportedType(const BMutablePartition* child, int32* cookie, BString* type) argument
253 ValidateSetType(const BMutablePartition* child, const char* type) argument
313 ValidateCreateChild(off_t* offset, off_t* size, const char* type, BString* name, const char* parameters) argument
/haiku/headers/private/storage/mime/
H A DMimeSnifferAddonManager.h41 BMimeType* type);
44 BMimeType* type);
/haiku/src/kits/tracker/
H A DOverrideAlert.h60 alert_type type = B_INFO_ALERT);
66 alert_type type = B_INFO_ALERT);
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPConfigurePacket.h14 uint8 type; member in struct:ppp_configure_item
15 //!< Item's type.
52 ppp_configure_item *ItemWithType(uint8 type) const;
/haiku/src/kits/shared/
H A DAttributeUtilities.cpp46 ssize_t bytesRead = source.ReadAttr(attrName, attrInfo.type,
53 attrInfo.type, offset, buffer, bytesRead);
/haiku/src/kits/debugger/arch/
H A DInstructionInfo.h25 target_size_t size, instruction_type type,
32 instruction_type type,
/haiku/src/kits/debugger/model/
H A DWatchpoint.cpp9 Watchpoint::Watchpoint(target_addr_t address, uint32 type, int32 length) argument
12 fType(type),
/haiku/src/kits/debugger/value/value_nodes/
H A DExpressionValueNode.cpp18 Type* type)
21 fType(type)
17 ExpressionValueNode(ExpressionValueNodeChild* nodeChild, Type* type) argument
H A DPointerToMemberValueNode.cpp20 PointerToMemberType* type)
23 fType(type)
53 // get the value type
70 // create the type object
19 PointerToMemberValueNode(ValueNodeChild* nodeChild, PointerToMemberType* type) argument
/haiku/headers/private/debugger/value/value_nodes/
H A DExpressionValueNode.h19 Type* type);
38 Type* type);
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DUtility.cpp30 if (entry->type == EXFAT_ENTRY_TYPE_NOT_IN_USE)
32 else if (entry->type == EXFAT_ENTRY_TYPE_LABEL) {
/haiku/src/servers/app/
H A DClickTarget.h34 ClickTarget(Type type, int32 window, int32 windowElement) argument
36 fType(type),
/haiku/src/libs/udis86/
H A Dsyn-att.c54 switch(op->type) {
177 if (u->operand[0].type == UD_OP_REG) {
184 if (u->operand[0].type != UD_NONE)
186 if (u->operand[1].type != UD_NONE) {
209 if (u->operand[3].type != UD_NONE) {
213 if (u->operand[2].type != UD_NONE) {
217 if (u->operand[1].type != UD_NONE) {
221 if (u->operand[0].type != UD_NONE) {
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DAttribute.h18 uint32 type; member in struct:attr_cookie
41 status_t Create(const char* name, type_code type,
/haiku/src/system/libroot/posix/musl/math/x86/
H A Dexp.s2 .type expm1f,@function
16 .type expm1l,@function
22 .type expm1,@function
63 .type exp2f,@function
71 .type exp2l,@function
78 .type expf,@function
84 .type exp,@function
92 .type exp2,@function
/haiku/src/apps/drivesetup/
H A DChangeParametersPanel.h28 status_t Go(BString& name, BString& type,
36 status_t Go(BString& name, BString& type,
/haiku/src/bin/network/ftpd/
H A Dpopen.c75 ftpd_popen(char *program, char *type) argument
82 if (((*type != 'r') && (*type != 'w')) || type[1])
135 if (*type == 'r') {
169 if (*type == 'r') {
170 iop = fdopen(pdes[0], type);
173 iop = fdopen(pdes[1], type);
/haiku/src/system/libroot/posix/glibc/locale/
H A Dlc-ctype.c40 #define current(type,x,offset) \
41 ((const type *) _NL_CURRENT (LC_CTYPE, paste(_NL_CTYPE_,x)) + offset)
/haiku/src/system/libroot/posix/libstdthreads/
H A Dmtx.c44 mtx_init(mtx_t *mtx, int type) argument
49 switch (type) {
/haiku/headers/private/system/
H A Dddm_userland_interface_defs.h34 char* type; member in struct:user_partition_data
63 uint32 type; member in struct:user_disk_device_job_info
/haiku/src/kits/network/libnetservices/
H A DUrlProtocolListener.cpp78 BUrlProtocolDebugMessage type, const char* text)
81 switch (type) {
77 DebugMessage(BUrlRequest* caller, BUrlProtocolDebugMessage type, const char* text) argument
/haiku/src/libs/icon/transformer/
H A DTransformerFactory.cpp28 TransformerFactory::TransformerFor(uint32 type, VertexSource& source, Shape* shape) argument
30 switch (type) {
/haiku/src/add-ons/kernel/busses/pci/ecam/
H A DECAMPCIControllerFDT.cpp42 uint32_t type = B_BENDIAN_TO_HOST_INT32(*(it + 0)); local
52 if ((type & fdtPciRangePrefechable) != 0)
55 switch (type & fdtPciRangeTypeMask) {
57 range.type = B_IO_PORT;
61 range.type = B_IO_MEMORY;
66 range.type = B_IO_MEMORY;
72 switch (type & fdtPciRangeTypeMask) {
79 dprintf(" (0x%08" B_PRIx32 "): ", type);

Completed in 133 milliseconds

<<11121314151617181920>>