Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 1232) sorted by relevance

12345678910>>...50

/haiku/src/apps/haikudepot/server/schema/
H A Ddumpexportpkg.json6 "type": "object", string
9 "type": "string" string
12 "type": "integer" string
15 "type": "integer" string
18 "type": "boolean", string
22 "type": "integer" string
25 "type": "number" string
29 "type": "integer" string
32 "type": "boolean" string
35 "type": "array", string
[all …]
H A Ddumpexportrepository.json6 "type": "object", string
9 "type": "string" string
12 "type": "string" string
15 "type": "string" string
18 "type": "string" string
21 "type": "array", string
23 "type": "object", string
27 "type": "string" string
30 "type": "string" string
33 "type": "string" string
[all …]
H A Ddumpexportreference.json6 "type": "object", string
9 "type": "array", string
11 "type": "object", string
15 "type": "string" string
18 "type": "string", string
22 "type": "string", string
26 "type": "string", string
30 "type": "string" string
33 "type": "boolean" string
36 "type": "boolean", string
[all …]
/haiku/src/kits/storage/mime/
H A DDatabase.cpp116 Database::Install(const char *type) in Install()
147 Database::Delete(const char *type) in Delete()
196 Database::_SetStringValue(const char *type, int32 what, const char* attribute, in _SetStringValue()
233 Database::SetAppHint(const char *type, const entry_ref *ref) in SetAppHint()
265 Database::SetAttrInfo(const char *type, const BMessage *info) in SetAttrInfo()
292 Database::SetShortDescription(const char *type, const char *description) in SetShortDescription()
306 Database::SetLongDescription(const char *type, const char *description) in SetLongDescription()
333 Database::SetFileExtensions(const char *type, const BMessage *extensions) in SetFileExtensions()
361 Database::SetIcon(const char* type, const BBitmap* icon, icon_size which) in SetIcon()
373 Database::SetIcon(const char *type, const void *data, size_t dataSize, in SetIcon()
[all …]
H A DDatabaseLocation.cpp63 DatabaseLocation::OpenType(const char* type, BNode& _node) const in OpenType() argument
87 DatabaseLocation::OpenWritableType(const char* type, BNode& _node, bool create, in OpenWritableType()
162 DatabaseLocation::ReadAttribute(const char* type, const char* attribute, in ReadAttribute()
192 DatabaseLocation::ReadMessageAttribute(const char* type, const char* attribute, in ReadMessageAttribute()
239 DatabaseLocation::ReadStringAttribute(const char* type, const char* attribute, in ReadStringAttribute()
268 DatabaseLocation::WriteAttribute(const char* type, const char* attribute, in WriteAttribute()
299 DatabaseLocation::WriteMessageAttribute(const char* type, const char* attribute, in WriteMessageAttribute()
327 DatabaseLocation::DeleteAttribute(const char* type, const char* attribute) const in DeleteAttribute() argument
354 DatabaseLocation::GetAppHint(const char* type, entry_ref& _ref) in GetAppHint()
387 DatabaseLocation::GetAttributesInfo(const char* type, BMessage& _info) in GetAttributesInfo()
[all …]
/haiku/src/tests/kits/app/bmessage/
H A DMessageSpeedTest.cpp39 #define MESSAGE_SPEED_TEST_CREATE(count, type, typeName, createValue) \ argument
71 #define MESSAGE_SPEED_TEST_LOOKUP(count, type) \ argument
105 #define MESSAGE_SPEED_TEST_READ(count, type, typeName, createValue, declareValue) \ argument
144 #define MESSAGE_SPEED_TEST_FLATTEN(count, type, typeName, createValue) \ argument
185 #define MESSAGE_SPEED_TEST_FLATTEN_INDIVIDUAL(count, type, typeName, createValue) \ argument
228 #define MESSAGE_SPEED_TEST_UNFLATTEN(count, type, typeName) \ argument
270 #define MESSAGE_SPEED_TEST_UNFLATTEN_INDIVIDUAL(count, type, typeName) \ argument
/haiku/headers/libs/zydis/Zycore/
H A DComparison.h84 #define ZYAN_DECLARE_EQUALITY_COMPARISON(name, type) \ argument
101 #define ZYAN_DECLARE_EQUALITY_COMPARISON_FOR_FIELD(name, type, field_name) \ argument
120 #define ZYAN_DECLARE_COMPARISON(name, type) \ argument
145 #define ZYAN_DECLARE_COMPARISON_FOR_FIELD(name, type, field_name) \ argument
H A DVector.h150 #define ZYAN_VECTOR_GET(type, vector, index) \ argument
153 #define ZYAN_VECTOR_GET(type, vector, index) \ argument
165 #define ZYAN_VECTOR_FOREACH(type, vector, item_name, body) \ argument
187 #define ZYAN_VECTOR_FOREACH_MUTABLE(type, vector, item_name, body) \ argument
/haiku/src/servers/media/
H A DMediaFilesManager.cpp36 const char* type; in MediaFilesManager() member
82 const BString& type = iterator->first; in SaveState() local
131 const BString& type = iterator->first; in Dump() local
175 const BString& type = iterator->first; in GetTypesArea() local
184 MediaFilesManager::GetItemsArea(const char* type, int32& count) in GetItemsArea()
226 MediaFilesManager::GetRefFor(const char* type, const char* item, in GetRefFor()
242 MediaFilesManager::GetAudioGainFor(const char* type, const char* item, in GetAudioGainFor()
258 MediaFilesManager::SetRefFor(const char* type, const char* item, in SetRefFor()
275 MediaFilesManager::SetAudioGainFor(const char* type, const char* item, in SetAudioGainFor()
292 MediaFilesManager::InvalidateItem(const char* type, const char* item) in InvalidateItem()
[all …]
/haiku/headers/private/system/
H A Delf_private.h22 # define _ELF_TYPE(type) Elf64_##type argument
24 # define _ELF_TYPE(type) Elf32_##type argument
26 #define DEFINE_ELF_TYPE(type, name) \ argument
/haiku/src/bin/rc/
H A Dparser.y538 type_t type; in add_builtin_type() local
556 type_t type; in add_user_type() local
575 is_builtin_type(type_t type) in is_builtin_type()
620 make_data(size_t size, type_t type) in make_data()
744 make_default(type_t type) in make_default()
832 fill_slots(type_t type, list_t list) in fill_slots()
877 convert_slots(type_t type, data_t* slots) in convert_slots()
927 type_t type = get_type(name); in make_type() local
1408 type_t type; in add_point_type() local
1441 type_t type; in add_rect_type() local
[all …]
/haiku/src/preferences/filetypes/
H A DMimeTypeListView.cpp24 mimetype_is_application_signature(BMimeType& type) in mimetype_is_application_signature()
39 MimeTypeItem::MimeTypeItem(BMimeType& type, bool showIcon, bool flat) in MimeTypeItem()
49 MimeTypeItem::MimeTypeItem(const char* type, bool showIcon, bool flat) in MimeTypeItem()
149 MimeTypeItem::_SetTo(BMimeType& type) in _SetTo()
175 BMimeType type(fType.String()); in UpdateText() local
291 const char* type; in _CollectSubtypes() local
393 MimeTypeListView::_AddNewType(const char* type) in _AddNewType()
470 const char* type; in MessageReceived() local
536 const char* type; in MessageReceived() local
555 MimeTypeListView::SelectNewType(const char* type) in SelectNewType()
[all …]
/haiku/src/kits/tracker/
H A DAttributeStream.cpp79 AttributeInfo::AttributeInfo(const char* name, uint32 type, off_t size) in AttributeInfo()
126 AttributeInfo::SetTo(const char* name, uint32 type, off_t size) in SetTo()
179 AttributeStreamNode::Contains(const char* name, uint32 type) in Contains()
190 uint32 type, off_t size, void* buffer, void (*swapFunc)(void*)) in Read()
201 uint32 type, off_t size, const void* buffer) in Write()
312 AttributeStreamFileNode::Contains(const char* name, uint32 type) in Contains()
329 uint32 type, off_t size, void* buffer, void (*swapFunc)(void*)) in Read()
352 uint32 type, off_t size, const void* buffer) in Write()
470 AttributeStreamMemoryNode::Contains(const char* name, uint32 type) in Contains()
480 const char* DEBUG_ONLY(foreignName), uint32 type, off_t bufferSize, in Read()
[all …]
/haiku/src/libs/compat/freebsd_network/
H A Dmbuf.c48 m_init(struct mbuf *m, int how, short type, int flags) in m_init()
123 construct_pkt_mbuf(int how, struct mbuf *memoryBuffer, short type, int flags) in construct_pkt_mbuf()
135 m_getcl(int how, short type, int flags) in m_getcl()
152 _m_get(int how, short type, int flags) in _m_get()
166 m_get(int how, short type) in m_get()
173 m_get2(int size, int how, short type, int flags) in m_get2()
192 m_gethdr(int how, short type) in m_gethdr()
199 m_getjcl(int how, short type, int flags, int size) in m_getjcl()
/haiku/src/apps/drivesetup/
H A DChangeParametersPanel.cpp56 ChangeParametersPanel::Go(BString& name, BString& type, BString& parameters) in Go()
69 const char* type; in MessageReceived() local
92 ChangeParametersPanel::Go(BString& name, BString& type, BString& parameters, in Go()
128 const char* type = NULL; in CreateChangeControls() local
181 const char* type; in ParametersReceived() local
/haiku/src/add-ons/kernel/file_systems/fat/bsd/sys/
H A Dcdefs.h42 #define __offsetof(type, field) __builtin_offsetof(type, field) argument
44 #define __DECONST(type, var) ((type)(unsigned long)(const void*)(var)) argument
/haiku/src/libs/libsolv/solv/
H A Dchksum.c23 Id type; member
34 solv_chksum_create(Id type) in solv_chksum_create()
58 solv_chksum_len(Id type) in solv_chksum_len()
74 solv_chksum_create_from_bin(Id type, const unsigned char *buf) in solv_chksum_create_from_bin()
161 solv_chksum_type2str(Id type) in solv_chksum_type2str()
/haiku/src/kits/interface/
H A DInput.cpp44 int32 type; in find_input_device() local
69 int32 type; in get_input_devices() local
189 BInputDevice::Start(input_device_type type) in Start()
201 BInputDevice::Stop(input_device_type type) in Stop()
213 BInputDevice::Control(input_device_type type, uint32 code, BMessage *message) in Control()
242 BInputDevice::_SetNameAndType(const char *name, input_device_type type) in _SetNameAndType()
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_ratectl.c56 ieee80211_ratectl_register(int type, const struct ieee80211_ratectl *ratectl) in ieee80211_ratectl_register()
64 ieee80211_ratectl_unregister(int type) in ieee80211_ratectl_unregister()
123 ieee80211_ratectl_set(struct ieee80211vap *vap, int type) in ieee80211_ratectl_set()
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dqueue.h156 #define QUEUE_TYPEOF(type) type argument
158 #define QUEUE_TYPEOF(type) struct type argument
164 #define SLIST_HEAD(name, type) \ argument
169 #define SLIST_CLASS_HEAD(name, type) \ argument
177 #define SLIST_ENTRY(type) \ argument
182 #define SLIST_CLASS_ENTRY(type) \ argument
190 #define SLIST_CONCAT(head1, head2, type, field) do { \ argument
248 #define SLIST_REMOVE(head, elm, type, field) do { \ argument
271 #define SLIST_SWAP(head1, head2, type) do { \ argument
280 #define STAILQ_HEAD(name, type) \ argument
[all …]
/haiku/src/add-ons/kernel/file_systems/websearchfs/
H A Dlists2.h22 #define SLLPTROFF(type,item,nextp) ((typeof(item))(((char *)(item)) + offsetof(item, nextp))) argument
23 #define SLLITEM2PTR(type,item,nextp) ((typeof(item))(((char *)(item)) + offsetof(item, nextp))) argument
24 #define SLLPTR2ITEM(type,ptr,nextp) ((typeof(ptr))(((char *)(ptr)) - offsetof(ptr, nextp))) argument
25 #define SLLNEXT(type,item,nextp) (*(typeof(item))(((char *)(item)) + offsetof(item, nextp))) argument
/haiku/src/tests/kits/storage/
H A DMimeTypeTest.cpp593 BMimeType type(testTypes[i]); in tearDown() local
1600 bool isMIMESupertype(const char *type) { in isMIMESupertype()
2173 remove_type(const char *type, const char *databaseDir) { in remove_type()
2192 type_exists(const char *type, const char *databaseDir) { in type_exists()
2249 type_code type; in FillWithMimeTypes() local
2614 for (std::set<std::string>::iterator type = supportList.begin(); in SupportingAppsTest() local
2649 char *type; in SupportingAppsTest() local
2677 std::string type = *i; in SupportingAppsTest() local
2791 BMimeType type; in InitTest() local
2803 BMimeType type(validType); in InitTest() local
[all …]
/haiku/src/kits/debugger/value/
H A DTypeHandlerRoster.cpp31 Type* type = (Type*)state; in CompareTypeHandlers() local
56 Type* type, ValueNode*& _node) in CreateValueNode()
179 TypeHandlerRoster::CountTypeHandlers(Type* type) in CountTypeHandlers()
194 TypeHandlerRoster::FindBestTypeHandler(ValueNodeChild* nodeChild, Type* type, in FindBestTypeHandler()
221 TypeHandlerRoster::FindTypeHandlers(ValueNodeChild* nodeChild, Type* type, in FindTypeHandlers()
255 TypeHandlerRoster::CreateValueNode(ValueNodeChild* nodeChild, Type* type, in CreateValueNode()
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DIndexDirectory.cpp73 IndexDirectory::CreateIndex(const char *name, uint32 type, in CreateIndex()
134 IndexDirectory::DeleteIndex(const char *name, uint32 type) in DeleteIndex()
172 IndexDirectory::FindIndex(const char *name, uint32 type) in FindIndex()
192 IndexDirectory::FindAttributeIndex(const char *name, uint32 type) in FindAttributeIndex()
/haiku/src/kits/shared/
H A DVariant.cpp57 BVariant::SetToTypedData(const void* data, type_code type) in SetToTypedData()
421 type_code type; in SetFromMessage() local
440 BVariant::SizeOfType(type_code type) in SizeOfType()
476 BVariant::TypeIsNumber(type_code type) in TypeIsNumber()
497 BVariant::TypeIsInteger(type_code type, bool* _isSigned) in TypeIsInteger()
521 BVariant::TypeIsFloat(type_code type) in TypeIsFloat()
677 BVariant::_SetTo(BReferenceable* value, type_code type) in _SetTo()

12345678910>>...50