Searched refs:force (Results 1 - 25 of 174) sorted by last modified time

1234567

/haiku/src/add-ons/kernel/drivers/audio/cmedia/
H A Dpcm.c262 bool force)
317 if (!force && abs(config->sample_rate - port->config.sample_rate) < config->sample_rate/250) {
389 if (!force) {
411 if (force || config->channels != port->config.channels ||
424 if (force || config->big_endian != port->config.big_endian) {
427 if (force || config->buf_header != port->config.buf_header) {
430 if (force || config->play_buf_size != port->config.play_buf_size*2) {
433 if (force || config->rec_buf_size != port->config.rec_buf_size*2) {
450 if (!force) {
259 configure_pcm( pcm_dev * port, pcm_cfg * config, bool force) argument
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.cpp881 bool force = false; local
887 force = true;
892 _SendQueued(force);
2159 TCPEndpoint::_SendAcknowledge(bool force) argument
2167 if (!force && fState == ESTABLISHED
2183 TCPEndpoint::_SendQueued(bool force) argument
2236 if ((fSendNext + segmentLength) == fSendQueue.LastSequence() && !force) {
2244 if (!force && !retransmit && !_ShouldSendSegment(segment, segmentLength,
H A DTCPEndpoint.h83 status_t _SendAcknowledge(bool force = false);
84 status_t _SendQueued(bool force = false);
/haiku/src/apps/showimage/
H A DShowImageWindow.cpp1043 bool force = (message->FindInt32("be:value") == B_CONTROL_ON); local
1044 fImageView->ForceOriginalSize(force);
1045 if (!force)
/haiku/src/tools/fs_shell/
H A Dfssh.cpp521 bool force);
525 remove_dir_contents(int parentDir, const char *name, bool force) argument
546 error = remove_entry(dir, entry->d_name, true, force);
565 remove_entry(int dir, const char *entry, bool recursive, bool force) argument
571 if (force && error == FSSH_B_ENTRY_NOT_FOUND)
587 error = remove_dir_contents(dir, entry, force);
614 bool force)
620 if (force && status == FSSH_B_ENTRY_NOT_FOUND)
833 bool force = false; local
852 force
613 move_entry(int dir, const char *entry, int targetDir, const char* target, bool force) argument
1123 bool force = false; local
1260 bool force = false; local
[all...]
H A Dcommand_cp.cpp49 force(false),
59 bool force; member in struct:FSShell::Options
1121 if (options.force) {
1122 // 1.2.1. /force/
1132 // 1.2.1.1. !/force/, but both source and target are files
1144 // 1.2.1.2. !/force/, source or target isn't a file
1270 options.force = true;
1454 // -> if /force/ is given, we replace the target, otherwise
/haiku/src/preferences/filetypes/
H A DIconView.h38 bool force = false) const;
41 bool force = false) const;
43 bool force = false) const;
138 bool force = false);
H A DIconView.cpp249 Icon::CopyTo(BAppFileInfo& info, const char* type, bool force) const
253 if (fLarge != NULL || force)
255 if (fMini != NULL || force)
257 if (fData != NULL || force)
265 Icon::CopyTo(const entry_ref& ref, const char* type, bool force) const
277 return CopyTo(info, type, force);
282 Icon::CopyTo(BMimeType& type, bool force) const
286 if (fLarge != NULL || force)
288 if (fMini != NULL || force)
290 if (fData != NULL || force)
1267 _SetIcon(BBitmap* large, BBitmap* mini, const uint8* data, size_t size, bool force) argument
[all...]
/haiku/src/apps/powerstatus/
H A DPowerStatusView.cpp402 PowerStatusView::Update(bool force, bool notify) argument
501 if (force || wasOnline != fOnline
/haiku/src/apps/deskbar/
H A DSwitcher.cpp210 virtual void DrawIconScrollers(bool force);
211 virtual void DrawWindowScrollers(bool force);
1432 TBox::DrawIconScrollers(bool force) argument
1455 if (force)
1468 if (force)
1487 } else if (force) {
1503 } else if (force) {
1514 TBox::DrawWindowScrollers(bool force) argument
1537 if (force)
1553 if (force)
[all...]
/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci.h104 virtual status_t CancelQueuedTransfers(Pipe *pipe, bool force);
H A Dxhci.cpp1085 XHCI::CancelQueuedTransfers(Pipe *pipe, bool force) argument
1095 if (force)
1120 // We can't cancel or delete transfers under "force", as they probably
1122 if (!force) {
2810 // generated; so here we force the event ring to be polled once.
H A Duhci.h107 virtual status_t CancelQueuedTransfers(Pipe *pipe, bool force);
108 status_t CancelQueuedIsochronousTransfers(Pipe *pipe, bool force);
H A Duhci.cpp985 UHCI::CancelQueuedTransfers(Pipe *pipe, bool force) argument
988 return CancelQueuedIsochronousTransfers(pipe, force);
1009 if (!force) {
1010 // if the transfer is canceled by force, the one causing the
1049 UHCI::CancelQueuedIsochronousTransfers(Pipe *pipe, bool force) argument
1064 // TODO: Use the force paramater in order to avoid calling
H A Dohci.cpp681 OHCI::CancelQueuedTransfers(Pipe *pipe, bool force) argument
707 if (!force) {
727 // If the transfer is canceled by force, the one causing the
H A Dohci.h44 bool force);
H A Dehci.h71 virtual status_t CancelQueuedTransfers(Pipe *pipe, bool force);
72 status_t CancelQueuedIsochronousTransfers(Pipe *pipe, bool force);
H A Dehci.cpp1740 EHCI::CancelQueuedTransfers(Pipe *pipe, bool force) argument
1743 return CancelQueuedIsochronousTransfers(pipe, force);
1764 if (!force) {
1765 // if the transfer is canceled by force, the one causing the
1805 EHCI::CancelQueuedIsochronousTransfers(Pipe *pipe, bool force) argument
1813 // TODO: Use the force paramater in order to avoid calling
2371 // For now we also force start splits to be in micro frame 0 and
/haiku/src/kits/tracker/
H A DPoseView.h275 void IdentifySelection(bool force = false);
1042 // force the text to be either white or black.
H A DPoseView.cpp2452 bool force; local
2453 if (message->FindBool("force", &force) != B_OK)
2454 force = false;
2456 IdentifySelection(force);
3003 // location values not realistic, probably screwed up, force reset
4727 // force the the icons to lay out in 5 columns
8683 BPoseView::IdentifySelection(bool force) argument
8692 update_mime_info(path.Path(), true, false, force ? 2 : 1);
H A DTitleView.cpp323 bool force = static_cast<bool>(buttons & B_TERTIARY_MOUSE_BUTTON); local
324 if (force || buttons & B_PRIMARY_MOUSE_BUTTON) {
325 if (force || fPreviouslyClickedColumnTitle != 0) {
326 if (force || system_time() - fPreviousLeftClickTime
652 // force title redraw
/haiku/src/add-ons/kernel/drivers/disk/usb/usb_disk/
H A Dusb_disk.cpp102 status_t usb_disk_synchronize(device_lun *lun, bool force);
970 usb_disk_synchronize(device_lun *lun, bool force) argument
985 if (!lun->should_sync && !force)
/haiku/src/add-ons/kernel/bus_managers/usb/
H A DPipe.cpp80 Pipe::CancelQueuedTransfers(bool force) argument
82 return GetBusManager()->CancelQueuedTransfers(this, force);
516 ControlPipe::CancelQueuedTransfers(bool force) argument
518 if (force && fNotifySem >= 0) {
520 // manually, as callbacks are not invoked when force-cancelling.
526 return Pipe::CancelQueuedTransfers(force);
/haiku/src/servers/registrar/
H A DMIMEManager.cpp247 int32 force; local
262 err = message->FindInt32("force", &force);
279 force, synchronous ? message : NULL);
288 force, synchronous ? message : NULL);
/haiku/src/apps/haikudepot/ui/
H A DMainWindow.h109 void _StartBulkLoad(bool force = false);

Completed in 206 milliseconds

1234567