Searched refs:on (Results 76 - 100 of 113) sorted by relevance

12345

/haiku/src/kits/interface/
H A DMenuField.cpp62 // found by experimenting on BeOS R5
650 BMenuField::SetEnabled(bool on) argument
652 if (fEnabled == on)
655 fEnabled = on;
656 fMenuBar->SetEnabled(on);
H A DMenu.cpp96 // shifted back on the screen towards the left. This information
512 // TODO: Test how it works on BeOS R5 and implement this correctly
1078 BMenu::SetRadioMode(bool on) argument
1080 fRadioMode = on;
1081 if (!on)
1101 BMenu::SetLabelFromMarked(bool on) argument
1103 fDynamicName = on;
1104 if (on)
2412 // install the item on the supermenu's window
2554 // In that case, just give up on gettin
[all...]
H A DChannelSlider.cpp295 // Search the channel on which the mouse was over
311 // Click was on a slider.
319 // Click wasn't on a slider. Bail out.
504 BChannelSlider::SetEnabled(bool on) argument
506 BChannelControl::SetEnabled(on);
H A DSlider.cpp564 Returns \c true if the relevant coordinate (depending on the orientation
696 // Applications like our own Mouse rely on this behavior.
734 // While it would be enough to do this dependent on fUseFillColor,
816 BSlider::SetEnabled(bool on) argument
818 BControl::SetEnabled(on);
/haiku/src/kits/tracker/
H A DOpenWithWindow.cpp248 // set the app hint on the metamime for this signature
522 OpenWithContainerWindow::SetCanSetAppAsDefault(bool on) argument
524 fLaunchAndMakeDefaultButton->SetEnabled(on);
529 OpenWithContainerWindow::SetCanOpen(bool on) argument
531 fLaunchButton->SetEnabled(on);
1172 //queryRetrieval = new BStopWatch("get next entry on BQuery");
1439 // on the fact that ConditionalAllAppsIterator results come last.
1699 // filter out pe containers on PPC etc.
H A DPoseView.h440 // create a new file based on a template, optionally specify
1039 // settings, it's expected that text will be black on white in Tracker
1040 // folders, but white on blue on the desktop).
1057 // returns black or white color depending on the desktop background
1120 BPoseView::SetIconMapping(bool on) argument
1122 fOkToMapIcons = on;
H A DFilePanelPriv.cpp329 // pass it on if it is
863 // Focus on text control initially, but do not alter focus afterwords
1108 // clicked on a pose, show file or volume context menu
1237 // Double-click on dir or link-to-dir ALWAYS opens the
1252 // In other cases, however, we can't rely on that. So first check for
1492 // block on "/"
1877 BFilePanelPoseView::SetIsDesktop(bool on) argument
1879 fIsDesktop = on;
/haiku/src/add-ons/kernel/drivers/network/wlan/broadcom43xx/dev/bwi/
H A Dif_bwi.c672 /* Turn on PLL */
1127 bwi_power_on(sc, 0); /* Don't turn on PLL */
1226 device_printf(sc->sc_dev, "%s: error %d on regwin switch\n",
1232 device_printf(sc->sc_dev, "%s: error %d on MAC init\n",
1591 * been after writing the initial values. It keeps on being
1597 * it is valid only on mac version 5 and higher, but I couldn't
1599 * on my card, this suggests an error in the tx path still...
3459 DPRINTF(sc, BWI_DBG_ATTACH, "power on delay %u\n", sc->sc_pwron_delay);
3848 bwi_led_onoff(const struct bwi_led *led, uint16_t val, int on) argument
3851 on
3877 int on; local
[all...]
/haiku/src/add-ons/accelerants/intel_extreme/
H A Dmode.cpp5 * Support for i915 chipset and up based on the X driver,
330 // set them depending on the mode and the current hardware config
414 // 4. If enabling port on PCH: (Must be done before enabling CPU pipe
419 // d. [DevILK] CPU FDI PLL is always on and does not need to be
444 9. If enabling port on PCH:
451 v. Enable training pattern 2 on CPU FDI Transmitter and PCH FDI Receiver
455 viii. Enable normal pixel output on CPU FDI Transmitter and PCH FDI Receiver
581 // the two values are in the same register (16 bits each), on newer ones there are two separate
617 // it becomes hard to turn the display on again (at least until we get
619 // at least a little bit on fo
[all...]
/haiku/src/system/libnetwork/netresolv/resolv/
H A Dres_send.c138 /* Options. Leave them on. */
413 * Some resolvers want to even out the load on their nameservers.
615 return 0; /*%< unknown, die on connect */
658 int on = 1; local
721 * Push on even if setsockopt(SO_NOSIGPIPE) fails.
723 (void)setsockopt(statp->_vcsock, SOL_SOCKET, SO_NOSIGPIPE, &on,
724 (socklen_t)sizeof(on));
916 * server, we get an ECONNREFUSED error on the next
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex44 (resource files), on the other hand these are file formats extended to
51 format itself. In section \ref{implementations} we focus on robustness of
592 where being based on incorrect assumptions.
599 For executables on the other hand the alignment was always 4096, which is
611 fields is base on educated guesses.}
/haiku/src/bin/network/ping/
H A Dping.c53 #include <sys/param.h> /* NB: we rely on this for <sys/types.h> */
257 * issue ping on multicast or broadcast address replies come
626 /* From now on we will use only reverse DNS lookups. */
793 int on = 1; local
795 if (setsockopt(srecv, SOL_SOCKET, SO_TIMESTAMP, &on,
796 sizeof(on)) < 0)
1035 * will be added on by the kernel. The ID field is our UNIX process ID,
/haiku/headers/private/graphics/radeon/
H A Dradeon_interface.h101 dd_tv_crt = 1, // CRT on TV-DAC, i.e. on DVI port
102 dd_crt = 2, // CRT on CRT-DAC, i.e. VGA port
104 dd_dvi = 8, // DVI on primary port (i.e. standard DVI connector)
105 dd_ctv = 16, // composite TV on TV-DAC
106 dd_stv = 32, // S-Video out on TV-DAC
212 // from here on, r300 and up must be located as ATI modified the
306 bool cursor_on_screen; // cursor is visible on this head
316 // info about PLLs on graphics card as retrieved from BIOS
374 overlay_buffer_node *on; // curren member in struct:__anon24
[all...]
/haiku/src/system/kernel/arch/m68k/
H A Darch_int.cpp46 #warning M68K: align on 4 ?
/haiku/src/add-ons/media/media-add-ons/usb_webcam/addons/sonix/
H A DSonixCamDevice.cpp281 SonixCamDevice::PowerOnSensor(bool on) argument
283 if (OrReg8(SN9C102_CHIP_CTRL, on ? 0x01 : 0x00) < 0)
/haiku/src/add-ons/kernel/drivers/network/ether/usb_davicom/
H A DDavicomDevice.cpp7 * Heavily based on code of the
76 USBCIntAck = 0x20, // ACK with 8-bytes of data on interrupt EP
77 USBCIntNAck = 0x10, // Supress ACK on interrupt EP
521 // we need to setup hardware on device replug
716 DavicomDevice::_SetPromiscuousMode(bool on) argument
726 if (on)
/haiku/src/apps/deskbar/
H A DBarView.cpp209 // if auto-hide is on and we're not already hidden, hide ourself
355 // Activate Deskbar on click only if not in auto-raise mode and not
356 // in always-on-top mode. In auto-raise mode click activates through
358 // activate Deskbar in always-on-top mode because Deskbar is
359 // already on top and we don't want to change the active window.
434 // cursor is on a screen edge within the window frame
529 // move replicant tray past dragger width on left
569 // move resize control into place based on width setting
597 // based on replicant tray
1017 // control key forces acceptance, just like drag&drop on icon
1056 SetDragOverride(bool on) argument
[all...]
/haiku/headers/cpp/
H A Dstreambuf.h160 , dont_close=_IO_DONT_CLOSE // Don't delete streambuf on stream destruction
233 static int sync_with_stdio(int on);
422 // A backupbuf is a streambuf with full backup and savepoints on reading.
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211.c121 /* NB: OFDM rates are handled specially based on mode */
329 * the driver on attach to prior to creating any vap's.
383 * Detach net80211 state on device detach. Tear down
622 /* NB: only flip on U-APSD for hostap/sta for now */
808 * Count number of vaps in promisc, and issue promisc on
812 ieee80211_promisc(struct ieee80211vap *vap, bool on) argument
818 if (on) {
830 * Count number of vaps in allmulti, and issue allmulti on
834 ieee80211_allmulti(struct ieee80211vap *vap, bool on) argument
840 if (on) {
[all...]
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamDevice.cpp326 CamDevice::PowerOnSensor(bool on) argument
/haiku/
H A Dconfigure64 distributing on physical mediums.
67 on to the make building the build tools.
87 --use-32bit Use -m32 flag on 64bit host gcc compiler.
350 echo "GCC Graphite loop optimizations cannot be used on $targetArch"
485 # on round 0, we test if we can set 3 attrs of 1K each (enough for xattr-ref)
486 # on round 1, we test if we can set 3 attrs of 45K each (enough for full xattr)
780 echo "--target-arch can only be specified on Haiku." >&2
/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DCommandActuators.cpp833 bool on) const
835 if (on)
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_proto.c346 ieee80211_set_shortslottime(struct ieee80211com *ic, int on) argument
348 if (on)
854 * Make sure we will consider APs on all bands during
871 printf("%s: trying AP %s on channel %d instead\n",
1242 /* ignore and retry scan on timeout */
/haiku/src/bin/network/telnet/
H A Dcommands.c617 printf("Negotiating binary mode on input.\n");
624 printf("Negotiating network ascii mode on input.\n");
643 printf("Negotiating binary mode on output.\n");
650 printf("Negotiating network ascii mode on output.\n");
739 "map carriage return on output" },
750 "turn on socket level debugging" },
881 { "echo", "character to toggle local echoing on/off", NULL, &echoc },
961 if ((argc == 2) || (strcmp("on", argv[2]) == 0))
966 printf("Format is 'set togglename [on|off]'\n'set ?' for help.\n");
1105 dolmmode(int bit, int on)
1101 dolmmode(int bit, int on) argument
[all...]
/haiku/src/apps/stylededit/
H A DStyledEditWindow.cpp272 // In case any 'always on top' application tries to make its
1459 // Check if the frame in on screen, otherwise, ignore it
1888 // clear that family's bit on the menu, if necessary
2225 StyledEditWindow::_SwitchNodeMonitor(bool on, entry_ref* ref) argument
2227 if (!on) {

Completed in 285 milliseconds

12345