Searched refs:on (Results 51 - 75 of 113) sorted by relevance

12345

/haiku/headers/os/interface/
H A DPictureButton.h22 BPicture* off, BPicture* on,
H A DChannelSlider.h65 virtual void SetEnabled(bool on);
H A DMenuField.h66 virtual void SetEnabled(bool on);
H A DSlider.h87 virtual void SetEnabled(bool on);
/haiku/src/kits/tracker/
H A DUtilities.h125 // on disk, defining the node's position and visibility
404 extern void EnableNamedMenuItem(BMenu* menu, const char* itemName, bool on);
405 extern void MarkNamedMenuItem(BMenu* menu, const char* itemName, bool on);
406 extern void EnableNamedMenuItem(BMenu* menu, uint32 commandName, bool on);
407 extern void MarkNamedMenuItem(BMenu* menu, uint32 commandName, bool on);
H A DViewState.h405 BViewState::SetReverseSort(bool on) argument
407 fReverseSort = on;
H A DFilePanel.cpp370 BFilePanel::SetHideWhenDone(bool on) argument
376 static_cast<TFilePanel*>(fWindow)->SetHideWhenDone(on);
H A DUtilities.cpp266 // do a sanity check on the icon position
1370 EnableNamedMenuItem(BMenu* menu, const char* itemName, bool on) argument
1374 item->SetEnabled(on);
1379 MarkNamedMenuItem(BMenu* menu, const char* itemName, bool on) argument
1383 item->SetMarked(on);
1388 EnableNamedMenuItem(BMenu* menu, uint32 commandName, bool on) argument
1392 item->SetEnabled(on);
1397 MarkNamedMenuItem(BMenu* menu, uint32 commandName, bool on) argument
1401 item->SetMarked(on);
1624 // a new folder, etc. on th
[all...]
H A DFindPanel.h118 static void SetQueryTemporary(BNode*, bool on);
242 // fMode gets set by this and the call relies on it being up-to-date
/haiku/src/apps/soundrecorder/
H A DTransportButton.cpp278 TransportButton::SetEnabled(bool on) argument
280 _inherited::SetEnabled(on);
281 if (!on)
529 // in playing state blink the LED on and off
546 // in paused state blink the LED on and off
/haiku/src/add-ons/media/media-add-ons/usb_webcam/addons/sonix/
H A DSonixCamDevice.h67 virtual status_t PowerOnSensor(bool on);
/haiku/src/apps/stylededit/
H A DStyledEditWindow.h103 void _SwitchNodeMonitor(bool on,
/haiku/src/bin/
H A Dleak_analyser.sh41 stack trace lines. Note that the whole block is on a single
/haiku/src/bin/network/traceroute/
H A Dtraceroute.c42 * unlikely value (if some clod on the destination is using that
62 * kernel on the 2nd hop system -- lbl-csam.arpa -- that forwards
93 * only knows what's going on with 12.
101 * when it appears on the destination system:
121 * icmp reply. So, the reply will time out on the return path
143 * of unnecessary traffic on our poor, congested nets.)
502 int on = 1; local
676 * probe (e.g., on a multi-homed host).
828 (void)setsockopt(s, SOL_SOCKET, SO_DEBUG, (char *)&on,
829 sizeof(on));
[all...]
/haiku/src/kits/interface/
H A DPopUpMenu.cpp270 BPopUpMenu::SetAsyncAutoDestruct(bool on) argument
272 fAutoDestruct = on;
H A DPictureButton.cpp18 BPicture* off, BPicture* on, BMessage* message,
23 fEnabledOn(new(std::nothrow) BPicture(*on)),
86 // Fill out message, depending on whether a deep copy is required or not.
17 BPictureButton(BRect frame, const char* name, BPicture* off, BPicture* on, BMessage* message, uint32 behavior, uint32 resizingMode, uint32 flags) argument
/haiku/src/apps/codycam/
H A DFtpClient.cpp414 FtpClient::SetPassive(bool on) argument
416 if (on)
607 // on the port it sends back to us
H A DSftpClient.cpp288 SftpClient::SetPassive(bool on) argument
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamDevice.h53 virtual bool IsPlugged(); // asserts on-line hardware
95 virtual status_t PowerOnSensor(bool on);
/haiku/src/apps/bootmanager/
H A Dbootman.S172 ; Variables on stack
209 xor bh, bh ; write on page 0
271 mov bh, 0 ; Text output on page 0
650 xor bh, bh ; Write on page 0
/haiku/src/add-ons/translators/rtf/
H A Dconvert.cpp244 set_font_face(BFont &font, uint16 face, bool on) argument
249 if (font.Face() == B_REGULAR_FACE && on)
251 else if ((font.Face() & ~face) == 0 && !on)
253 else if (on)
322 // This is not nice, but it's the only we can provide all features on command
402 // We only push a copy of the run on the stack because the current
/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php26 // on debian, apt-get install vnc-java will put them in
33 // on debian, apt-get install tightvnc-java will put them in
/haiku/src/bin/bfs_tools/lib/
H A DDisk.cpp109 dev_t on = dev_for_path(deviceName); local
111 if (fs_stat_dev(on, &info) != B_OK)
/haiku/src/add-ons/kernel/drivers/network/ether/usb_asix/
H A DASIXDevice.cpp6 * Heavily based on code of the
439 // we need to setup hardware on device replug
593 ASIXDevice::SetPromiscuousMode(bool on) argument
603 if (on)
/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DCommandActuators.h25 // CommandActuator. Returns NULL on failure (usually a parse error)
30 // server add-on will execute the CommandActuator associated with a key combo
130 bool on = true) const;

Completed in 166 milliseconds

12345