Searched refs:force (Results 1 - 25 of 174) sorted by path

1234567

/haiku/headers/build/os/storage/
H A DMime.h27 int force);
30 int force);
40 // values for the "force" parameter of update_mime_info() (Haiku only)
/haiku/headers/os/app/
H A DApplication.h136 bool _QuitAllWindows(bool force);
138 bool force);
H A DClipboard.h57 status_t _DownloadFromSystem(bool force = false);
/haiku/headers/os/interface/
H A DLayout.h59 void LayoutItems(bool force = false);
116 void _LayoutWithinContext(bool force,
/haiku/headers/os/media/
H A DMediaRecorder.h52 virtual status_t Start(bool force = false);
53 virtual status_t Stop(bool force = false);
/haiku/headers/os/storage/
H A DMime.h21 /* values for the "force" parameter of update_mime_info() (Haiku only) */
36 int force);
38 int force);
/haiku/headers/private/app/
H A DLaunchRoster.h37 bool force = false);
40 status_t Stop(const char* name, bool force = false);
/haiku/headers/private/device/
H A Djoystick_driver.h133 /** "force" tells the joystick to exert force on the same axes as input for the specified duration */
134 int (*force)(void * cookie, int port, bigtime_t duration, extended_joystick * force, size_t size); member in struct:_joystick_module
138 /** Doing force feedback means writing an extended_joystick to the device with force values.
/haiku/headers/private/kernel/fs/
H A DKPath.h46 char* LockBuffer(bool force = false);
/haiku/headers/private/storage/mime/
H A DAppMetaMimeCreator.h24 int32 force);
H A DMimeEntryProcessor.h33 int32 force);
H A DMimeInfoUpdater.h24 int32 force);
/haiku/src/add-ons/kernel/bus_managers/ata/
H A DATAInfoBlock.h382 uint64 SectorCount(bool& use48Bits, bool force) argument
389 use48Bits = force ? lba48_supported : false;
/haiku/src/add-ons/kernel/drivers/audio/ac97/sis7018/
H A DSettings.h19 void SiS7018_trace(bool force, const char *func, const char *fmt, ...);
/haiku/src/add-ons/kernel/drivers/ports/pc_serial/
H A DTracing.h13 void pc_serial_trace(bool force, const char *format, ...);
/haiku/src/add-ons/kernel/drivers/ports/usb_serial/
H A DTracing.h13 void usb_serial_trace(bool force, const char *format, ...);
/haiku/src/add-ons/kernel/file_systems/netfs/netfs_server_prefs/
H A DNetFSServerRoster.cpp43 NetFSServerRoster::TerminateServer(bool force, bigtime_t timeout) argument
55 if (force) {
H A DNetFSServerRoster.h17 status_t TerminateServer(bool force = false,
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DInode.cpp962 Inode::SyncAndCommit(bool force) argument
964 if (!force && fDelegation != NULL)
H A DInode.h52 status_t SyncAndCommit(bool force = false);
H A DRootInode.cpp51 RootInode::_UpdateInfo(bool force) argument
53 if (!force && fInfoCacheExpire > time(NULL))
H A DRootInode.h42 status_t _UpdateInfo(bool force = false);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.h111 void _FinishContextMenu(bool force);
/haiku/src/apps/debugger/user_interface/gui/util/
H A DActionMenuItem.cpp47 bool force)
46 Finish(BLooper* parentLooper, BHandler* targetHandler, bool force) argument
H A DActionMenuItem.h25 BHandler* targetHandler, bool force);

Completed in 288 milliseconds

1234567