Searched refs:code (Results 1 - 25 of 477) sorted by path

1234567891011>>

/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex7 \newcommand{\code}[1]{{\tt #1}}
20 % begin/end a code block
77 The resources start at \code{kX86ResourcesOffset}.
114 \item{\code{tag1}:
115 Must be \code{kPEFFileMagic1}.}
116 \item{\code{tag2}:
117 Must be \code{kPPCResourceFileMagic}.}
122 The resources start at \code{kPPCResourcesOffset}.
140 \code{kELFMinResourceAlignment} and the alignments of the segments in the file.
178 first field of the resources header (\code{r
[all...]
/haiku/docs/interface_guidelines/docbook-css/
H A Dstyles.css464 cmdsynopsis, code, command, computeroutput, envar, filename, keycode, keysym,
/haiku/headers/libs/iconv/
H A Diconv.h51 /* Allocates descriptor for code conversion from encoding `fromcode' to
110 (unsigned int code,
131 (wchar_t code,
/haiku/headers/os/app/
H A DLooper.h145 void* ReadRawFromPort(int32* code,
149 virtual BMessage* ConvertToMessage(void* raw, int32 code);
H A DPropertyInfo.h70 virtual bool AllowsTypeCode(type_code code) const;
71 virtual status_t Unflatten(type_code code, const void* buffer,
/haiku/headers/os/bluetooth/HCI/
H A DbtHCI_transport.h155 #define GET_PORTCODE_TYPE(code) ((code & 0xFF000000) >> 24)
156 #define GET_PORTCODE_HID(code) ((code & 0x00FF0000) >> 16)
157 #define GET_PORTCODE_DATA(code) ((code & 0x0000FFFF))
/haiku/headers/os/drivers/pcmcia/
H A Dcistpl.h14 * The initial developer of the original code is David A. Hinds
343 u_char code; member in struct:cistpl_lan_connector_t
/haiku/headers/os/interface/
H A DAffineTransform.h57 virtual status_t Unflatten(type_code code,
H A DButton.h58 virtual void MouseMoved(BPoint where, uint32 code,
H A DCheckBox.h47 virtual void MouseMoved(BPoint where, uint32 code,
69 virtual status_t Perform(perform_code code, void* data);
H A DColorControl.h60 virtual void MouseMoved(BPoint point, uint32 code,
H A DControl.h53 virtual void MouseMoved(BPoint where, uint32 code,
H A DInput.h54 status_t Control(uint32 code, BMessage* message);
58 static status_t Control(input_device_type type, uint32 code,
H A DListItem.h50 virtual status_t Perform(perform_code code, void* arg);
H A DMenuBar.h80 virtual status_t Perform(perform_code code, void* data);
H A DPicture.h28 virtual status_t Perform(perform_code code, void* arg);
H A DPopUpMenu.h46 virtual status_t Perform(perform_code code, void* _data);
H A DRadioButton.h44 virtual void MouseMoved(BPoint where, uint32 code,
H A DSeparatorView.h67 virtual status_t Perform(perform_code code, void* data);
H A DShape.h85 virtual status_t Perform(perform_code code, void* data);
H A DSlider.h59 virtual status_t Perform(perform_code code, void* data);
H A DStringItem.h31 virtual status_t Perform(perform_code code, void* arg);
H A DStringView.h72 virtual status_t Perform(perform_code code, void* data);
/haiku/headers/os/media/
H A DMediaEncoder.h49 virtual status_t AddTrackInfo(uint32 code, const char* data,
H A DMediaTrack.h161 status_t AddTrackInfo(uint32 code, const void* data,
208 virtual status_t Perform(int32 code, void* data);

Completed in 196 milliseconds

1234567891011>>