Searched refs:Input (Results 1 - 25 of 28) sorted by relevance

12

/haiku/src/add-ons/kernel/debugger/demangle/
H A Dgcc2.cpp29 class Input { class
31 Input(const char* string, size_t length) function in class:Input
51 TRACE("Input::Skip(): fOffset > fLength\n");
61 Input& operator++()
66 Input operator++(int)
68 Input result(*this);
76 TRACE("Input::operator[](): fOffset + index >= fLength\n");
96 ignore_qualifiers(Input& _arg)
118 argument_type(Input arg, size_t& length)
190 parse_number(Input
[all...]
H A Dgcc3+.cpp293 class Input { class
295 Input() function in class:Input
321 PRINT("Input::Skip(): fOffset > fLength\n");
365 PRINT("Input::operator[](): fOffset + index >= fLength\n");
1971 Input fInput;
/haiku/src/preferences/input/
H A DInputTouchpadPref.h15 #include <Input.h>
H A DInputWindow.h16 #include <Input.h>
H A DMouseSettings.h17 #include <Input.h>
H A DInputDeviceView.cpp15 #include <Input.h>
H A DInputTouchpadPrefView.cpp21 #include <Input.h>
/haiku/headers/private/shared/
H A DShakeTrackingFilter.h23 void Input(const BPoint& p);
/haiku/src/kits/shared/
H A DShakeTrackingFilter.cpp72 fLowPass.Input(position - fLastPosition);
146 LowPassFilter::Input(const BPoint& p) function in class:LowPassFilter
/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DHIDWriter.h45 status_t Input(main_item_data data);
H A DHIDWriter.cpp47 return Input(data);
66 return Input(data);
170 HIDWriter::Input(main_item_data data) function in class:HIDWriter
/haiku/src/bin/
H A Diroster.cpp9 #include <interface/Input.h>
/haiku/headers/os/add-ons/input_server/
H A DInputServerDevice.h9 #include <Input.h>
17 input_device_type type; // see Input.h
/haiku/headers/os/
H A DInterfaceKit.h28 #include <Input.h>
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerCore.h57 MixerInput* Input(int index);
H A DMixerCore.cpp185 for (int i = 0; (input = Input(i)) != 0; i++) {
222 MixerCore::Input(int i) function in class:MixerCore
243 for (int i = 0; (input = Input(i)) != 0; i++) {
463 for (int i = 0; (input = Input(i)); i++)
601 for (int i = 0; MixerInput* input = Input(i); i++) {
H A DAudioMixer.cpp272 strcpy(out_input->name, "Free Input");
280 input = fCore->Input(*cookie - 1);
433 sprintf(out_input->name, "Input %" B_PRId32,
1148 for (int i = 0; (input = fCore->Input(i)) != 0; i++) {
1273 case 60: // Input gain controls
1365 for (int i = 0; (input = fCore->Input(i)); i++)
1487 case 60: // Input gain controls represent
1590 for (int i = 0; (input = fCore->Input(i)); i++)
1754 for (int i = 0; (in = fCore->Input(i)); i++) {
1839 top = web->MakeGroup(B_TRANSLATE("Input mappin
[all...]
/haiku/src/tests/servers/input/inputdevice/
H A Dmain.cpp7 #include <Input.h>
/haiku/src/preferences/media/
H A DMediaViews.h63 media_input* Input();
H A DMediaViews.cpp247 ChannelMenuItem::Input() function in class:ChannelMenuItem
329 roster->SetAudioOutput(*item->Input());
/haiku/src/apps/activitymonitor/
H A DSystemInfoHandler.cpp15 #include <Input.h>
/haiku/src/apps/soundrecorder/
H A DRecorderWindow.h149 void Input(BMessage * message);
H A DRecorderWindow.cpp457 // Input selection lists all available physical inputs that produce
459 popup = new BPopUpMenu(B_TRANSLATE("Input"));
498 fInputField = new BMenuField(r, "Input", B_TRANSLATE("Input:"), popup);
499 fInputField->SetDivider(fInputField->StringWidth(B_TRANSLATE("Input:"))
551 Input(message);
834 RecorderWindow::Input(BMessage * message) function in class:RecorderWindow
/haiku/src/kits/interface/
H A DInput.cpp15 #include <Input.h>
/haiku/src/preferences/shortcuts/
H A DShortcutsWindow.cpp28 #include <Input.h>

Completed in 188 milliseconds

12