Searched refs:automatic (Results 1 - 6 of 6) sorted by relevance

/haiku/src/preferences/virtualmemory/
H A DSettings.h34 { return fCurrentSettings.automatic; }
42 void SetSwapAutomatic(bool automatic,
62 bool automatic; member in struct:Settings::SwapSettings
H A DSettings.cpp39 fDefaultSettings.automatic = true;
65 Settings::SetSwapAutomatic(bool automatic, bool revertable) argument
67 fCurrentSettings.automatic = automatic;
69 fInitialSettings.automatic = automatic;
147 const char* automatic = get_driver_parameter(settings.Get(), local
160 if (enabled == NULL || automatic == NULL || size == NULL || device == NULL
245 || SwapAutomatic() != fInitialSettings.automatic
255 SetSwapAutomatic(fInitialSettings.automatic);
[all...]
/haiku/src/tests/servers/app/newClipping/
H A DWinBorder.h12 virtual void ResizedByHook(float dx, float dy, bool automatic);
H A DWinBorder.cpp30 void WinBorder::ResizedByHook(float dx, float dy, bool automatic) argument
H A DLayer.h33 virtual void ResizedByHook(float dx, float dy, bool automatic) { } argument
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DMSP3430.cpp72 MSP3430_DSP_AVC = 0x0029, // automatic volume correction
403 MSP3430_automatic_volume automatic)
422 // enable/disable automatic volume correction
423 switch (automatic) {
751 // (automatic, enable STATUS change, detect 4.5 MHz carrier as BTSC)
758 // automatic sound standard selection

Completed in 104 milliseconds