Searched refs:type (Results 1 - 25 of 2122) sorted by path

1234567891011>>

/haiku/3rdparty/kallisti5/
H A Dconfigure.py16 help='Target architectures. First provided is primary.', type=str, action='append',
/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php401 echo "<input type=\"checkbox\" name=\"sound\" id=\"sound_cb\" ";
418 echo "<input type=\"checkbox\" name=\"serial\" id=\"serial_cb\" ";
436 echo "<input type=\"checkbox\" name=\"webcam\" id=\"webcam_cb\" ";
459 echo "<input type=\"submit\" name=\"run\" ";
483 echo "<input type=\"submit\" name=\"kill\" ";
612 header("Content-type: application/x-vnc");
639 echo "<source src=\"" . $url . "\" type=\"audio/mpeg\" />";
642 echo "<object type=\"audio/mpeg\" width=\"300\" height=\"50\">";
649 echo "<embed src=\"$url\" type=\"audio/mpeg\" ";
673 header("Content-type
[all...]
/haiku/3rdparty/proj2make/
H A Dproj2make.cpp144 const char* type = child->Data() + len + 8; local
145 if (*type <= 3)
146 gAppType = *type;
147 type++;
148 type += 64; // skip the mime type name
149 gAppName = type;
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex170 from the type of the file. x86 resource files contain little endian, PPC
225 such as type, id and name.
402 certain field of this type is, it may help to imagine, that before the
422 resource. Subsequent infos for resources of the same type are collected in
423 a block that starts with a type field.
437 ResourceBlock ::= type ResourceInfoList
461 Specifies the type of the resources in the block.
/haiku/docs/develop/media/
H A DMediaExtractorAddOn.h60 // B_MEDIA_NO_HANDLER : This extractor doesn't handle that mime type
148 virtual status_t WriteChunk(int32 type,
H A DMediaFileProducer.h33 /* and is recommended to allow for at least one pending command of each type. */
119 media_type type,
H A DMediaFileProducerAddOn.h48 const BMimeType & type, // and consumers both. Use SniffTypeKind instead.
61 const BMimeType & type,
/haiku/docs/interface_guidelines/docbook-css/
H A Dcore.css28 superscript, surname, symbol, systemitem, token, trademark, type, ulink,
H A Dstyles.css59 * available width, as they're usually is larger type. Sections must not
386 list-style-type: disc;
395 list-style-type: circle;
400 list-style-type: square;
410 list-style-type: decimal;
423 list-style-type: disc;
436 list-style-type: circle;
440 list-style-type: disc;
451 simplelist[type=horiz] {
455 simplelist[type
[all...]
/haiku/headers/build/gcc-2.95.3/
H A Dva-spur.h39 #define va_arg(pvar,type) \
41 (*({ type *__va_result; \
43 __va_result = ( (type *) ((pvar).__stack + (pvar).__pnt - 20)); \
44 (pvar).__pnt += (sizeof(type) + 7) & ~7; \
46 else if ((pvar).__pnt + sizeof(type) > 20) { \
47 __va_result = (type *) (pvar).__stack; \
48 (pvar).__pnt = 20 + ( (sizeof(type) + 7) & ~7); \
50 else if (sizeof(type) == 8) { \
54 __va_result = (type *) &__u; \
58 __va_result = (type *) ((pva
[all...]
/haiku/headers/build/os/app/
H A DMessage.h67 int32 CountNames(type_code type) const;
127 status_t AddData(const char *name, type_code type,
178 status_t FindData(const char *name, type_code type,
180 status_t FindData(const char *name, type_code type, int32 index,
224 status_t ReplaceData(const char *name, type_code type,
226 status_t ReplaceData(const char *name, type_code type, int32 index,
287 status_t _FindField(const char* name, type_code type,
289 status_t _AddField(const char* name, type_code type,
/haiku/headers/build/os/kernel/
H A Dfs_attr.h14 uint32 type; member in struct:attr_info
24 extern ssize_t fs_read_attr(int fd, const char *attribute, uint32 type,
26 extern ssize_t fs_write_attr(int fd, const char *attribute, uint32 type,
33 uint32 type, int openMode);
34 extern int fs_fopen_attr(int fd, const char *attribute, uint32 type,
/haiku/headers/build/private/app/
H A DMessagePrivate.h48 type_code type; member in struct:BMessage::field_header
/haiku/headers/compatibility/bsd/sys/
H A Dqueue.h144 #define SLIST_HEAD(name, type) \
146 struct type *slh_first; /* first element */ \
152 #define SLIST_ENTRY(type) \
154 struct type *sle_next; /* next element */ \
195 #define SLIST_REMOVE(head, elm, type, field) do { \
200 struct type *curelm = SLIST_FIRST((head)); \
216 #define STAILQ_HEAD(name, type) \
218 struct type *stqh_first;/* first element */ \
219 struct type **stqh_last;/* addr of last next element */ \
225 #define STAILQ_ENTRY(type) \
[all...]
/haiku/headers/cpp/
H A Diomanip.h166 #define __DEFINE_IOMANIP_FN1(type,param,function) \
168 inline type<param> function (param n) \
169 { return type<param> (__iomanip_##function, n); }
/haiku/headers/libs/agg/
H A Dagg_renderer_markers.h553 void marker(int x, int y, int r, marker_e type) argument
555 switch(type)
581 void markers(int n, const T* x, const T* y, T r, marker_e type) argument
596 switch(type)
621 void markers(int n, const T* x, const T* y, const T* r, marker_e type) argument
624 switch(type)
649 void markers(int n, const T* x, const T* y, const T* r, const color_type* fc, marker_e type) argument
652 switch(type)
677 void markers(int n, const T* x, const T* y, const T* r, const color_type* fc, const color_type* lc, marker_e type) argument
680 switch(type)
[all...]
/haiku/headers/libs/glut/GL/
H A Dglut.h666 GLUTAPI int GLUTAPIENTRY glutGet(GLenum type);
667 GLUTAPI int GLUTAPIENTRY glutDeviceGet(GLenum type);
674 GLUTAPI int GLUTAPIENTRY glutLayerGet(GLenum type);
/haiku/headers/libs/print/libprint/
H A DDialogWindow.h16 window_type type,
H A DJobData.h266 SettingType type);
273 SettingType type);
H A DPrinterCap.h130 int32 category, Type type);
/haiku/headers/libs/udis86/libudis86/
H A Ddecode.h70 /* operand type constants -- order is important! */
131 * Complex size types; that encode sizes for operands of type MR (memory or
145 /* resolve complex size type.
164 enum ud_operand_code type; member in struct:ud_itab_entry_operand
184 enum ud_table_type type; member in struct:ud_lookup_table_list_entry
H A Dtypes.h153 enum ud_type type; member in struct:ud_operand
/haiku/headers/libs/x86emu/x86emu/
H A Ddecode.h42 /*---------------------- Macros and type definitions ----------------------*/
58 void x86emu_intr_raise(u8 type);
/haiku/headers/os/add-ons/network_settings/
H A DNetworkSettings.h204 int type = -1, int protocol = -1,
213 void SetType(int type);
254 void SetType(int type);
H A DNetworkSettingsAddOn.h44 virtual void SettingsUpdated(uint32 type) = 0;
67 virtual void SettingsUpdated(uint32 type);

Completed in 120 milliseconds

1234567891011>>