/haiku/src/apps/cortex/addons/AudioAdapter/ |
H A D | AudioAdapterParams.cpp | 120 BDiscreteParameter* param; in populateGroup() local 125 param = inputGroup->MakeDiscreteParameter( in populateGroup() 130 param->AddItem( in populateGroup() 133 param->AddItem( in populateGroup() 136 param->AddItem( in populateGroup() 139 param->AddItem( in populateGroup() 142 param->AddItem( in populateGroup() 146 param = inputGroup->MakeDiscreteParameter( in populateGroup() 151 param->AddItem( in populateGroup() 154 param->AddItem( in populateGroup() [all …]
|
/haiku/docs/user/interface/ |
H A D | ChannelSlider.dox | 37 \param area Undocumented 38 \param name Undocumented 39 \param label Undocumented 40 \param message Undocumented 41 \param channels Undocumented 42 \param resizeMode Undocumented 43 \param flags Undocumented 56 \param area Undocumented 57 \param name Undocumented 58 \param label Undocumented [all …]
|
H A D | ChannelControl.dox | 39 \param frame Undocumented 40 \param name Undocumented 41 \param label Undocumented 42 \param model Undocumented 43 \param channelCount Undocumented 44 \param resizingMode Undocumented 45 \param flags Undocumented 58 \param name Undocumented 59 \param label Undocumented 60 \param model Undocumented [all …]
|
H A D | AffineTransform.dox | 104 \param sx Undocumented 105 \param shy Undocumented 106 \param shx Undocumented 107 \param sy Undocumented 108 \param tx Undocumented 109 \param ty Undocumented 122 \param copyFrom Undocumented 179 \param buffer Undocumented 180 \param size Undocumented 193 \param code Undocumented [all …]
|
H A D | SeparatorView.dox | 37 \param orientation Undocumented 38 \param border Undocumented 51 \param name Undocumented 52 \param label Undocumented 53 \param orientation Undocumented 54 \param border Undocumented 55 \param alignment Undocumented 68 \param name Undocumented 69 \param labelView Undocumented 70 \param orientation Undocumented [all …]
|
H A D | OptionControl.dox | 40 \param frame Undocumented 41 \param name Undocumented 42 \param label Undocumented 43 \param message Undocumented 44 \param resizeMask Undocumented 45 \param flags Undocumented 58 \param name Undocumented 59 \param label Undocumented 60 \param message Undocumented 61 \param flags Undocumented [all …]
|
H A D | StatusBar.dox | 37 \param frame Undocumented 38 \param name Undocumented 39 \param label Undocumented 40 \param trailingLabel Undocumented 53 \param name Undocumented 54 \param label Undocumented 55 \param trailingLabel Undocumented 68 \param archive Undocumented 92 \param archive Undocumented 93 \param deep Undocumented [all …]
|
H A D | LayoutBuilder.Grid.dox | 71 \param window Thew BWindow* to attach the newly created BGroupLayout to. 72 \param horizontal The horizontal spacing for the new BGridLayout. 73 \param vertical The vertical spacing for the new BGridLayout. 84 \param view The BView* to attach the newly created BGridLayout to. 85 \param horizontal The horizontal spacing for the new BGridLayout. 86 \param vertical The vertical spacing for the new BGroupLayout. 98 \param layout The BGridLayout to target with this builder. 111 \param view The BGridView this builder will target. 125 \param horizontal The horizontal spacing for the new BGridLayout. 126 \param vertical The vertical spacing for the new BGridLayout. [all …]
|
H A D | Gradient.dox | 75 \param other Undocumented 88 \param c Undocumented 89 \param o Undocumented 103 \param r Undocumented 104 \param g Undocumented 105 \param b Undocumented 106 \param a Undocumented 107 \param o Undocumented 120 \param other Undocumented 200 \param archive Undocumented [all …]
|
H A D | GradientRadialFocus.dox | 51 \param center Undocumented 52 \param radius Undocumented 53 \param focal Undocumented 66 \param cx Undocumented 67 \param cy Undocumented 68 \param radius Undocumented 69 \param fx Undocumented 70 \param fy Undocumented 116 \param center Undocumented 126 \param cx Undocumented [all …]
|
H A D | GradientLinear.dox | 51 \param start Undocumented 52 \param end Undocumented 65 \param x1 Undocumented 66 \param y1 Undocumented 67 \param x2 Undocumented 68 \param y2 Undocumented 92 \param end Undocumented 102 \param x2 Undocumented 103 \param y2 Undocumented 113 \param start Undocumented [all …]
|
H A D | GridLayoutBuilder.dox | 42 \param horizontal Horizontal spacing. 43 \param vertical Vertical Spacing 53 \param layout The existing layout you want the builder to alter. 63 \param view The existing grid view you want the builder to alter. 83 \param[out] _layout The variable to store a borrowed pointer to the 110 \param[out] _view The variable to store the borrowed pointer to the owning 124 \param view The BView to add. 125 \param column The column number (zero-based) to use. 126 \param row The row number (zero-based) to use. 127 \param columnCount The number of columns to span over. [all …]
|
/haiku/src/kits/bluetooth/ |
H A D | CommandManager.cpp | 17 buildCommand(uint8 ogf, uint8 ocf, void** param, size_t psize, in buildCommand() argument 31 if (param != NULL && psize != 0) { in buildCommand() 32 *param = ((uint8*)header) + sizeof(struct hci_command_header); in buildCommand() 120 struct hci_write_scan_enable* param; in buildWriteScan() local 122 (void**) ¶m, sizeof(struct hci_write_scan_enable), outsize); in buildWriteScan() 126 param->scan = scanmode; in buildWriteScan() 143 struct hci_remote_name_request* param; in buildRemoteNameRequest() local 145 (void**)¶m, sizeof(struct hci_remote_name_request), outsize); in buildRemoteNameRequest() 148 param->bdaddr = bdaddr; in buildRemoteNameRequest() 149 param->pscan_rep_mode = pscan_rep_mode; in buildRemoteNameRequest() [all …]
|
/haiku/src/bin/debug/strace/ |
H A D | exec.cpp | 22 string GetParameterValue(Context &context, Parameter *param, in GetParameterValue() argument 36 param = context.GetNextSibling(param); in GetParameterValue() 37 if (param == NULL) in GetParameterValue() 39 flatArgsSize = context.ReadValue<size_t>(param); in GetParameterValue() 41 param = context.GetNextSibling(param); in GetParameterValue() 42 if (param == NULL) in GetParameterValue() 44 argCount = context.ReadValue<int32>(param); in GetParameterValue() 46 param = context.GetNextSibling(param); in GetParameterValue() 47 if (param == NULL) in GetParameterValue() 49 envCount = context.ReadValue<int32>(param); in GetParameterValue()
|
/haiku/src/system/libroot/posix/glibc/stdlib/ |
H A D | lcong48_r.c | 26 __lcong48_r (param, buffer) in __lcong48_r() argument 27 unsigned short int param[7]; in __lcong48_r() 31 memcpy (buffer->__x, ¶m[0], sizeof (buffer->__x)); 32 buffer->__a = ((uint64_t) param[5] << 32 | (uint32_t) param[4] << 16 33 | param[3]); 34 buffer->__c = param[6];
|
/haiku/docs/user/support/ |
H A D | StringList.dox | 37 \param count Undocumented 50 \param other Undocumented 74 \param string Undocumented 75 \param index Undocumented 88 \param string Undocumented 101 \param list Undocumented 102 \param index Undocumented 115 \param list Undocumented 128 \param string Undocumented 129 \param ignoreCase Undocumented [all …]
|
H A D | DateTime.dox | 105 \param archive Undocumented 118 \param other Undocumented 131 \param hour Undocumented 132 \param minute Undocumented 133 \param second Undocumented 134 \param microsecond Undocumented 158 \param hours Undocumented 171 \param microseconds Undocumented 184 \param milliseconds Undocumented 197 \param minutes Undocumented [all …]
|
H A D | String.dox | 62 \param string The \a string to copy from. 72 \param string The BString object to copy from. 90 \param string The \a string data to initialize the BString to. 91 \param maxLength Maximum number of characters (bytes) to copy. 185 \param fromCharOffset The index of the character (not the byte!) from 187 \param charCount The number of characters to count 222 \param string The string that you want to have hashed. 251 \param string The \a string to copy. 266 \param str The string data to re-initialize the BString to. 280 \param c The \c char to re-initialize the BString to. [all …]
|
/haiku/docs/user/game/ |
H A D | GameProducer.dox | 43 \param object The GameSoundBuffer to 'sync' the GameProducer with. 44 \param format The gs_audio_format to set the GameProducer's format. 74 \param type The media format being tested. 75 \param quality The quality of the media -- Not used in the method. 76 \param format The media format to send through. 94 \param output The source that the media outputs to. 95 \param format The type of media being proposed. 115 \param source The output source. 116 \param destination The media's destination. 117 \param io_format The format of the media [all …]
|
/haiku/src/apps/terminal/ |
H A D | TermParse.cpp | 374 int param[NPARAM]; in EscParse() local 377 param[i] = DEFAULT; in EscParse() 632 if ((row = param[nparam - 1]) == DEFAULT) in EscParse() 634 param[nparam - 1] = 10 * row + (c - '0'); in EscParse() 640 param[nparam++] = DEFAULT; in EscParse() 646 param[nparam++] = ' '; in EscParse() 656 if ((row = param[0]) < 1) in EscParse() 664 if ((row = param[0]) < 1) in EscParse() 672 if ((row = param[0]) < 1) in EscParse() 680 if ((row = param[0]) < 1) in EscParse() [all …]
|
/haiku/src/kits/game/ |
H A D | WindowScreen.cpp | 67 blit_params param; in blit() local 68 param.src_left = sx; in blit() 69 param.src_top = sy; in blit() 70 param.dest_left = dx; in blit() 71 param.dest_top = dy; in blit() 72 param.width = width; in blit() 73 param.height = height; in blit() 76 sBlitRectHook(sEngineToken, ¶m, 1); in blit() 89 blit_params param; 90 param.src_left = sx; [all …]
|
/haiku/docs/user/drivers/ |
H A D | fs_interface.dox | 188 \param volume Object created by the VFS to represent the volume. Its 191 \param device The path to the device (or image file) representing the volume 193 \param flags Flags: 195 \param args Null-terminated string in driver settings format, containing FS 197 \param _rootVnodeID Pointer to a pre-allocated variable the ID of the 334 \param volume The volume object. 361 \param volume The volume object. 362 \param info Pointer to a pre-allocated variable the FS info shall be written 379 \param volume The volume object. 380 \param info The structure that contains the new data. [all …]
|
/haiku/headers/private/graphics/common/ |
H A D | debug_ext.h | 78 #define SHOW_FLOW(seriousness, format, param...) \ argument 80 dprintf( "%s%s: " format "\n", FUNC_NAME, param ); DEBUG_WAIT \ 88 #define SHOW_INFO(seriousness, format, param...) \ argument 90 dprintf( "%s%s: " format "\n", FUNC_NAME, param ); DEBUG_WAIT \ 98 #define SHOW_ERROR(seriousness, format, param...) \ argument 100 dprintf( "%s%s: " format "\n", FUNC_NAME, param ); DEBUG_WAIT_ERROR \
|
/haiku/src/add-ons/kernel/generic/scsi_periph/ |
H A D | wrapper.h | 53 #define SHOW_FLOW(seriousness, format, param...) \ argument 55 dprintf("%s%s: " format "\n", FUNC_NAME, param ); DEBUG_WAIT \ 63 #define SHOW_INFO(seriousness, format, param...) \ argument 65 dprintf("%s%s: " format "\n", FUNC_NAME, param ); DEBUG_WAIT \ 73 #define SHOW_ERROR(seriousness, format, param...) \ argument 75 dprintf("%s%s: " format "\n", FUNC_NAME, param ); DEBUG_WAIT_ERROR \
|
/haiku/src/add-ons/kernel/bus_managers/scsi/ |
H A D | wrapper.h | 52 #define SHOW_FLOW(seriousness, format, param...) \ argument 54 dprintf("%s%s: " format "\n", FUNC_NAME, param ); DEBUG_WAIT \ 62 #define SHOW_INFO(seriousness, format, param...) \ argument 64 dprintf("%s%s: " format "\n", FUNC_NAME, param ); DEBUG_WAIT \ 72 #define SHOW_ERROR(seriousness, format, param...) \ argument 74 dprintf("%s%s: " format "\n", FUNC_NAME, param ); DEBUG_WAIT_ERROR \
|