Searched refs:_type (Results 1 - 25 of 104) sorted by relevance

12345

/haiku/src/apps/autoraise/
H A Dsettings.h32 #define CONF_ADDPROP(_type, _name) \
34 _type _conf##_name;\
36 void Set##_name(_type value);\
37 _type _name();
H A Dsettings.cpp4 #define CONF_ADDPROP(_type, _name) \
5 void AutoRaiseSettings::Set##_name(_type value)\
10 _type AutoRaiseSettings::_name()\
/haiku/src/kits/debugger/debug_info/
H A DDwarfTypeFactory.h64 DwarfType*& _type);
69 DIEType* typeEntry, DwarfType*& _type);
74 DwarfType*& _type);
77 DwarfType*& _type);
81 DwarfType*& _type);
84 uint32 modifiers, DwarfType*& _type);
86 DIETypedef* typeEntry, DwarfType*& _type);
89 DwarfType*& _type);
92 DwarfType*& _type);
95 DwarfType*& _type);
[all...]
H A DDwarfTypeFactory.cpp191 static status_t Create(target_size_t byteSize, bool isSigned, Type*& _type) argument
226 _type = type;
300 DwarfTypeFactory::CreateType(DIEType* typeEntry, DwarfType*& _type) argument
326 _type = globalDwarfType;
342 _type = globalDwarfType;
373 _type = typeReference.Detach();
380 DIEType* typeEntry, DwarfType*& _type)
390 typeEntry->Tag()), _type);
394 dynamic_cast<DIEBaseType*>(typeEntry), _type);
399 DERIVED_TYPE_POINTER, _type);
379 _CreateTypeInternal(const BString& name, DIEType* typeEntry, DwarfType*& _type) argument
466 _CreateCompoundType(const BString& name, DIECompoundType* typeEntry, compound_type_kind compoundKind, DwarfType*& _type) argument
618 _CreatePrimitiveType(const BString& name, DIEBaseType* typeEntry, DwarfType*& _type) argument
729 _CreateAddressType(const BString& name, DIEAddressingType* typeEntry, address_type_kind addressKind, DwarfType*& _type) argument
768 _CreateModifiedType(const BString& name, DIEModifiedType* typeEntry, uint32 modifiers, DwarfType*& _type) argument
860 _CreateTypedefType(const BString& name, DIETypedef* typeEntry, DwarfType*& _type) argument
887 _CreateArrayType(const BString& name, DIEArrayType* typeEntry, DwarfType*& _type) argument
957 _CreateEnumerationType(const BString& name, DIEEnumerationType* typeEntry, DwarfType*& _type) argument
1024 _CreateSubrangeType(const BString& name, DIESubrangeType* typeEntry, DwarfType*& _type) argument
1159 _CreateUnspecifiedType(const BString& name, DIEUnspecifiedType* typeEntry, DwarfType*& _type) argument
1172 _CreateFunctionType(const BString& name, DIESubroutineType* typeEntry, DwarfType*& _type) argument
1246 _CreatePointerToMemberType(const BString& name, DIEPointerToMemberType* typeEntry, DwarfType*& _type) argument
[all...]
H A DDebuggerImageDebugInfo.h35 Type*& _type);
/haiku/src/add-ons/kernel/debugger/demangle/
H A Ddemangle.h15 size_t nameSize, int32* _type, size_t* _argumentLength);
21 char* name, size_t nameSize, int32* _type,
29 char* name, size_t nameSize, int32* _type,
H A Ddemangle.cpp43 size_t nameSize, int32* _type, size_t* _argumentLength)
48 nameSize, _type, _argumentLength);
54 return get_next_argument_gcc2(_cookie, mangledName, name, nameSize, _type,
42 get_next_argument(uint32* _cookie, const char* mangledName, char* name, size_t nameSize, int32* _type, size_t* _argumentLength) argument
H A Dgcc2.cpp393 size_t nameSize, int32* _type, size_t* _argumentLength, bool repeating)
421 name, nameSize, _type, _argumentLength, true);
444 nameSize, _type, _argumentLength, true);
457 if (_type != NULL)
458 *_type = type;
550 size_t nameSize, int32* _type, size_t* _argumentLength)
553 _type, _argumentLength, false);
558 if (name[0] != '\0' && (*_type == B_POINTER_TYPE || *_type == B_REF_TYPE))
559 strlcat(name, *_type
392 get_next_argument_internal(uint32* _cookie, const char* symbol, char* name, size_t nameSize, int32* _type, size_t* _argumentLength, bool repeating) argument
549 get_next_argument_gcc2(uint32* _cookie, const char* symbol, char* name, size_t nameSize, int32* _type, size_t* _argumentLength) argument
[all...]
/haiku/headers/private/debugger/model/
H A DStackFrameValueInfos.h29 Type** _type, ValueLocation** _location)
34 Type** _type, ValueLocation** _location)
64 Type** _type, ValueLocation** _location) const
66 return GetInfo(variable, &path, _type, _location);
63 GetInfo(ObjectID* variable, const TypeComponentPath& path, Type** _type, ValueLocation** _location) const argument
H A DTeamTypeInformation.h24 Type*& _type) = 0;
/haiku/headers/os/storage/
H A DMime.h50 type_code* _type);
54 type_code* _type);
H A DVolume.h45 type_code* _type) const;
/haiku/src/add-ons/kernel/cpu/x86/
H A Dgeneric_x86.h27 uint8 *_type);
/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DAutoPackageAttributes.h34 off_t& _size, uint32& _type);
H A DAutoPackageAttributes.cpp106 AutoPackageAttribute attribute, off_t& _size, uint32& _type)
113 _type = B_STRING_TYPE;
121 _type = B_STRING_TYPE;
105 GetAttributeValue(const Package* package, AutoPackageAttribute attribute, off_t& _size, uint32& _type) argument
/haiku/src/libs/posix_error_mapper/
H A Dpthread_mutexattr.cpp39 (const pthread_mutexattr_t *mutexAttr, int *_type),
41 _type));
/haiku/headers/os/media/
H A DMediaFiles.h23 virtual status_t GetNextType(BString* _type);
26 virtual status_t GetNextRef(BString* _type,
/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A Dl2cap_command.h43 l2cap_info_req(uint8 _ident, uint16 _type);
46 l2cap_info_rsp(uint8 _ident, uint16 _type, uint16 _result, uint16 _mtu);
/haiku/src/libs/compat/openbsd_wlan/sys/
H A Dtree.h784 #define RBT_HEAD(_name, _type) \
789 #define RBT_ENTRY(_type) struct rb_entry
823 #define RBT_PROTOTYPE(_name, _type, _field, _cmp) \
832 __unused static inline struct _type * \
833 _name##_RBT_INSERT(struct _name *head, struct _type *elm) \
838 __unused static inline struct _type * \
839 _name##_RBT_REMOVE(struct _name *head, struct _type *elm) \
844 __unused static inline struct _type * \
845 _name##_RBT_FIND(struct _name *head, const struct _type *key) \
850 __unused static inline struct _type * \
[all...]
/haiku/src/system/libroot/posix/pthread/
H A Dpthread_mutexattr.c49 pthread_mutexattr_gettype(const pthread_mutexattr_t *_mutexAttr, int *_type) argument
53 if (_mutexAttr == NULL || (attr = *_mutexAttr) == NULL || _type == NULL)
56 *_type = attr->type;
/haiku/src/kits/storage/
H A DMime.cpp221 type_code* _type)
223 if (device == NULL || _data == NULL || _size == NULL || _type == NULL)
234 status_t status = get_named_icon(name, _data, _size, _type);
274 *_type = B_VECTOR_ICON_TYPE;
315 get_named_icon(const char* name, uint8** _data, size_t* _size, type_code* _type) argument
317 if (name == NULL || _data == NULL || _size == NULL || _type == NULL)
362 *_type = B_VECTOR_ICON_TYPE;
220 get_device_icon(const char* device, uint8** _data, size_t* _size, type_code* _type) argument
/haiku/src/kits/media/
H A DMediaFiles.cpp68 BMediaFiles::GetNextType(BString* _type) argument
77 *_type = *(BString*)fTypes.ItemAt(fTypeIndex);
122 BMediaFiles::GetNextRef(BString* _type, entry_ref* _ref) argument
131 *_type = *(BString*)fItems.ItemAt(fItemIndex);
132 GetRefFor(fCurrentType.String(), _type->String(), _ref);
/haiku/src/kits/debugger/model/
H A DStackFrameValueInfos.cpp133 const TypeComponentPath* path, Type** _type,
141 if (_type != NULL) {
143 *_type = entry->type;
132 GetInfo(ObjectID* variable, const TypeComponentPath* path, Type** _type, ValueLocation** _location) const argument
/haiku/headers/private/debugger/debug_info/
H A DTeamDebugInfo.h52 Type*& _type);
59 Type*& _type);
/haiku/src/system/runtime_loader/
H A Druntime_loader_private.h78 int32* _nameLength, int32* _type, void** _location);
80 char** _imagePath, char** _imageName, char** _symbolName, int32* _type,

Completed in 230 milliseconds

12345