Searched refs:type (Results 226 - 250 of 2122) sorted by relevance

1234567891011>>

/haiku/headers/private/storage/mime/
H A DTextSnifferAddon.h29 BMimeType* type);
32 BMimeType* type);
/haiku/src/kits/debugger/model/
H A DVariable.cpp15 Variable::Variable(ObjectID* id, const BString& name, Type* type, argument
20 fType(type),
/haiku/headers/private/debugger/model/
H A DSymbolInfo.h17 target_size_t size, uint32 type,
22 uint32 type, const BString& name);
/haiku/headers/private/debugger/value/
H A DValueFormatter.h29 type_code type) const;
34 // imposed by the passed in type.
36 const BString& input, type_code type,
/haiku/headers/private/fs_shell/
H A Dfssh_fs_index.h14 uint32_t type; member in struct:fssh_index_info
28 uint32_t type, uint32_t flags);
/haiku/headers/os/translation/
H A DTranslationDefs.h28 uint32 type; // type_code member in struct:translation_format
37 uint32 type; member in struct:translator_info
/haiku/src/kits/debugger/arch/
H A DRegister.cpp14 uint32 valueType, register_type type, bool calleePreserved)
20 fType(type),
13 Register(int32 index, const char* name, uint32 bitSize, uint32 valueType, register_type type, bool calleePreserved) argument
/haiku/src/libs/compat/freebsd_network/
H A Dmutex.c19 mtx_init(struct mtx *mutex, const char *name, const char *type, argument
25 mutex->type = MTX_RECURSE;
28 mutex->type = MTX_SPIN;
32 mutex->type = MTX_DEF;
50 if ((mutex->type & MTX_RECURSE) != 0) {
52 } else if ((mutex->type & MTX_SPIN) != 0) {
63 KASSERT(mutex->type == MTX_SPIN, ("not a spin mutex"));
74 KASSERT(mutex->type == MTX_SPIN, ("not a spin mutex"));
/haiku/src/tests/kits/storage/
H A DMimeTypeTest.cpp75 static const char *typeField = "type";
80 static const char *attrInfoField_Type = "attr:type";
94 static const char *testSig = "application/x-vnd.obos.mime-type-test";
95 static const char *testSig2 = "application/x-vnd.obos.mime-type-test-2";
96 static const char *longSig = "application/x-vnd.obos.mime-type-test-long."
115 static void remove_type(const char *type, const char *databaseDir = mimeDatabaseDir.c_str());
116 static bool type_exists(const char *type, const char *databaseDir = mimeDatabaseDir.c_str());
272 // by field, each of which is verified to be identical with respect to: type,
297 // with the same name exists in msg2, is of the same type, and
304 // Check type an
1600 isMIMESupertype(const char *type) argument
2173 remove_type(const char *type, const char *databaseDir) argument
2192 type_exists(const char *type, const char *databaseDir) argument
2249 type_code type; local
2649 char *type; local
2677 std::string type = *i; local
2791 BMimeType type; local
2845 BMimeType type; local
2856 BMimeType type; local
2867 BMimeType type; local
2878 BMimeType type; local
2891 BMimeType type; local
2902 BMimeType type; local
2913 BMimeType type; local
2924 BMimeType type; local
2973 const char *type; member in struct:mime_type_test
3125 NotificationMessage(int32 which, string type, string extraType, bool largeIcon) argument
3132 NotificationMessage(int32 which, string type, string extraType) argument
3138 NotificationMessage(int32 which, string type, bool largeIcon) argument
3144 NotificationMessage(int32 which, string type) argument
3152 string type; member in class:NotificationMessage
[all...]
/haiku/src/preferences/filetypes/
H A DNewFileTypeWindow.cpp44 BWindow(BRect(100, 100, 350, 200), B_TRANSLATE("New file type"),
53 const char* type; local
55 while (types.FindString("super_types", i++, &type) == B_OK) {
56 fSupertypesMenu->AddItem(item = new BMenuItem(type,
59 // select super type close to the current type
61 if (!strncmp(type, currentType, strlen(type)))
84 // filter out invalid characters that can't be part of a MIME type name
91 fAddButton = new BButton(B_TRANSLATE("Add type"),
161 BString type; local
[all...]
/haiku/headers/os/storage/
H A DResources.h56 const void* LoadResource(type_code type, int32 id,
58 const void* LoadResource(type_code type, const char* name,
61 status_t PreloadResourceType(type_code type = 0);
67 status_t AddResource(type_code type, int32 id,
71 bool HasResource(type_code type, int32 id);
72 bool HasResource(type_code type, const char* name);
94 status_t RemoveResource(type_code type, int32 id);
97 status_t WriteResource(type_code type, int32 id,
101 status_t ReadResource(type_code type, int32 id,
105 void* FindResource(type_code type, int3
[all...]
/haiku/src/bin/addattr/
H A Dmain.cpp40 type_code type; member in struct:__anon1691
70 /*! For the given string that the user specifies as attribute type
82 *_result = kSupportedTypes[i].type;
87 // type didn't show up - in this case, we try to parse
88 // the string as number and use it directly as type code
93 // if that didn't work, try the string as a char-type-code
95 uchar type[4];
96 if (sscanf(string, "'%c%c%c%c'", &type[0], &type[1], &type[
[all...]
/haiku/src/add-ons/disk_systems/gpt/
H A DGPTPartitionHandle.cpp111 int32* cookie, BString* type)
120 type->SetTo(kTypeMap[index].type);
153 GPTPartitionHandle::GetParameterEditor(B_PARAMETER_EDITOR_TYPE type, argument
157 if (type == B_CREATE_PARAMETER_EDITOR || type == B_PROPERTIES_PARAMETER_EDITOR) {
202 const char* type)
205 if (strcmp(type, kTypeMap[i].type) == 0)
213 GPTPartitionHandle::SetType(BMutablePartition* child, const char* type) argument
110 GetNextSupportedType(const BMutablePartition* child, int32* cookie, BString* type) argument
201 ValidateSetType(const BMutablePartition* child, const char* type) argument
[all...]
/haiku/src/add-ons/print/transports/shared/
H A DDbgMsg.cpp52 uint32 type = 0; local
74 for (i= 0; msg->GetInfo(B_ANY_TYPE, i, &name, &type, &count) == B_OK; i++) {
75 switch (type) {
164 name ? name : "(null)", type, count));
168 name ? name : "(null)", type, count));
173 type = 0;
198 switch (info.type) {
200 dir->ReadAttr(buffer1, info.type, 0, buffer2, sizeof(buffer2));
204 dir->ReadAttr(buffer1, info.type, 0, buffer2, sizeof(buffer2));
208 dir->ReadAttr(buffer1, info.type,
[all...]
/haiku/src/libs/print/libprint/
H A DDbgMsg.cpp52 uint32 type = 0; local
67 for (i= 0; msg->GetInfo(B_ANY_TYPE, i, &name, &type, &count) == B_OK; i++) {
68 switch (type) {
157 name ? name : "(null)", type, count));
161 name ? name : "(null)", type, count));
166 type = 0;
196 switch (info.type) {
198 dir->ReadAttr(buffer1, info.type, 0, buffer2, sizeof(buffer2));
202 dir->ReadAttr(buffer1, info.type, 0, buffer2, sizeof(buffer2));
206 dir->ReadAttr(buffer1, info.type,
[all...]
/haiku/src/add-ons/kernel/partitioning_systems/common/
H A DPartitionMap.h30 uint8 type; member in struct:partition_type
38 is_empty_type(uint8 type) argument
40 return type == 0x00;
46 is_extended_type(uint8 type) argument
48 return type == 0x05 || type == 0x0f || type == 0x85;
52 void get_partition_type_string(uint8 type, char* buffer);
71 uint8 type; // empty, filesystem or extended member in struct:partition_descriptor
76 bool is_empty() const { return is_empty_type(type); }
183 SetType(uint8 type) argument
[all...]
/haiku/src/kits/storage/mime/
H A DAssociatedTypes.cpp96 /*! \brief Guesses a MIME type for the given filename based on its extension
128 // type(s). Otherwise, the best guess we can offer is
150 /*! \brief Guesses a MIME type for the given \c entry_ref based on its filename extension
174 /*! \brief Sets the list of file extensions for the given type and
177 All listed extensions will including the given mime type in
181 mime type will no longer list this mime type as an associated
182 type.
184 \param app The mime type whose associated file extensions you are setting
189 AssociatedTypes::SetFileExtensions(const char *type, cons argument
241 DeleteFileExtensions(const char *type) argument
290 AddAssociatedType(const char *extension, const char *type) argument
314 RemoveAssociatedType(const char *extension, const char *type) argument
424 ProcessType(const char *type) argument
[all...]
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dqueue.h156 #define QUEUE_TYPEOF(type) type
158 #define QUEUE_TYPEOF(type) struct type
164 #define SLIST_HEAD(name, type) \
166 struct type *slh_first; /* first element */ \
169 #define SLIST_CLASS_HEAD(name, type) \
171 class type *slh_first; /* first element */ \
177 #define SLIST_ENTRY(type) \
179 struct type *sle_nex
[all...]
/haiku/src/libs/compat/openbsd_wlan/sys/
H A Dtree.h59 #define SPLAY_HEAD(name, type) \
61 struct type *sph_root; /* root of the tree */ \
71 #define SPLAY_ENTRY(type) \
73 struct type *spe_left; /* left element */ \
74 struct type *spe_right; /* right element */ \
116 #define SPLAY_PROTOTYPE(name, type, field, cmp) \
117 void name##_SPLAY(struct name *, struct type *); \
119 struct type *name##_SPLAY_INSERT(struct name *, struct type *); \
120 struct type *nam
[all...]
/haiku/src/kits/shared/
H A DDriverSettingsMessageAdapter.cpp34 uint32 type, BMessage& target)
42 const driver_parameter& parameter, const char* name, uint32 type,
51 const char* name, int32 index, uint32 type, BString& value)
120 type_code type; local
123 while (message.GetInfo(B_ANY_TYPE, index++, &name, &type, &count) == B_OK) {
125 name, type, count);
164 while (settingsTemplate->type != 0) {
186 while (settingsTemplate->type != 0) {
209 parameter, name, i, settingsTemplate.type, message);
218 switch (settingsTemplate.type) {
32 ConvertFromDriverSettings( const driver_parameter& parameter, const char* name, int32 index, uint32 type, BMessage& target) argument
41 ConvertEmptyFromDriverSettings( const driver_parameter& parameter, const char* name, uint32 type, BMessage& target) argument
50 ConvertToDriverSettings(const BMessage& source, const char* name, int32 index, uint32 type, BString& value) argument
301 _AppendSettings( const settings_template* settingsTemplate, BString& settings, const BMessage& message, const char* name, type_code type, int32 count, const char* settingName) argument
[all...]
/haiku/src/bin/
H A Dtranslate.cpp33 void Add(uint32 type);
34 bool Remove(uint32 type);
35 bool FindType(uint32 type);
68 status_t GetMimeTypeFromCode(uint32 type, char *mimeType);
86 void ListTranslators(uint32 type);
90 status_t Translate(BFile &input, translator_info &translator, BFile &output, uint32 type);
91 status_t Translate(BFile &input, BFile &output, uint32 type);
92 status_t Translate(const char *inPath, const char *outPath, uint32 type);
120 print_tupel("'%s' ", format.type);
132 TypeList::Add(uint32 type) argument
139 Remove(uint32 type) argument
146 FindType(uint32 type) argument
321 uint32 type = translatorPath.TypeAt(i); local
455 GetMimeTypeFromCode(uint32 type, char *mimeType) argument
514 uint32 type = B_TRANSLATOR_ANY_TYPE; local
577 ListTranslators(uint32 type) argument
[all...]
/haiku/headers/os/drivers/
H A Dinterrupt_controller.h27 status_t (*enable_io_interrupt)(void *cookie, int irq, int type);
/haiku/headers/os/interface/
H A DInput.h56 static status_t Start(input_device_type type);
57 static status_t Stop(input_device_type type);
58 static status_t Control(input_device_type type, uint32 code,
67 input_device_type type);
/haiku/headers/private/input/
H A Dkb_mouse_settings.h29 int32 type; member in struct:__anon992
/haiku/headers/private/net/
H A Dethernet.h22 uint16 type; member in struct:ether_header

Completed in 133 milliseconds

1234567891011>>