Searched defs:changed (Results 1 - 25 of 61) sorted by relevance

123

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dib_cm.h29 void ( * changed ) ( struct ib_device *ibdev, struct ib_queue_pair *qp, member in struct:ib_connection_operations
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsAudio.h63 bool changed() const { return m_cache.wasChanged(); } function in class:UIMachineSettingsAudio
H A DUIMachineSettingsInterface.h85 bool changed() const { return m_cache.wasChanged(); } function in class:UIMachineSettingsInterface
H A DUIMachineSettingsParallel.h132 /* Page changed: */
133 bool changed() const { return m_cache.wasChanged(); } function in class:UIMachineSettingsParallelPage
H A DUIMachineSettingsSerial.h139 /* Page changed: */
140 bool changed() const { return m_cache.wasChanged(); } function in class:UIMachineSettingsSerialPage
H A DUIMachineSettingsDisplay.h132 bool changed() const { return m_cache.wasChanged(); } function in class:UIMachineSettingsDisplay
H A DUIMachineSettingsGeneral.h83 /** Holds whether the encryption cipher was changed. */
85 /** Holds whether the encryption password was changed. */
130 /** Returns whether the page was changed: */
131 bool changed() const { return m_cache.wasChanged(); } function in class:UIMachineSettingsGeneral
151 /** Marks the encryption cipher as changed. */
153 /** Marks the encryption cipher and password as changed. */
178 /** Holds whether the encryption cipher was changed.
182 /** Holds whether the encryption password was changed.
H A DUIMachineSettingsSF.h103 /* Page changed: */
104 bool changed() const { return m_cache.wasChanged(); } function in class:UIMachineSettingsSF
H A DUIMachineSettingsSystem.h139 bool changed() const { return m_cache.wasChanged(); } function in class:UIMachineSettingsSystem
H A DUIMachineSettingsNetwork.h127 /* Signal to notify listeners about tab content changed: */
209 /* Page changed: */
210 bool changed() const { return m_cache.wasChanged(); } function in class:UIMachineSettingsNetworkPage
H A DUIMachineSettingsUSB.h139 /* Page changed: */
140 bool changed() const { return m_cache.wasChanged(); } function in class:UIMachineSettingsUSB
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dclipper.c173 static HRESULT WINAPI IWineD3DClipperImpl_IsClipListChanged(IWineD3DClipper *iface, BOOL *changed) argument
175 FIXME("iface %p, changed %p stub!\n", iface, changed);
178 *changed = FALSE;
/vbox/src/VBox/Frontends/VirtualBox/src/settings/
H A DUISettingsPage.h130 /* Page changed: */
131 virtual bool changed() const = 0;
202 /* Page changed: */
203 bool changed() const { return false; } function in class:UISettingsPageGlobal
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUIHostComboEditor.cpp471 /* Notify data changed: */
578 UInt32 changed = m_uDarwinKeyModifiers ^ modifierMask; local
580 if (!changed)
584 unsigned uKeyCode = ::DarwinModifierMaskToDarwinKeycode(changed);
590 if (processKeyEvent(uKeyCode, changed & modifierMask))
677 /* Notify data changed: */
709 /* Notify data changed: */
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_main.c24 static void ath9k_bss_info_changed(struct net80211_device *dev, u32 changed);
112 * Set/change channels. If the channel is really being changed, it's done
137 * actually changed.
708 static int ath9k_config(struct net80211_device *dev, int changed) argument
713 if ((changed & NET80211_CFG_RATE) ||
714 (changed & NET80211_CFG_PHY_PARAMS)) {
731 ath9k_bss_info_changed(dev, changed);
733 if (changed & NET80211_CFG_CHANNEL) {
786 if (changed & NET80211_CFG_CHANNEL) {
855 u32 changed)
854 ath9k_bss_info_changed(struct net80211_device *dev, u32 changed) argument
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/rtl818x/
H A Drtl818x.c547 static int rtl818x_config(struct net80211_device *dev, int changed) argument
552 if (changed & NET80211_CFG_CHANNEL)
555 if (changed & NET80211_CFG_ASSOC) {
563 if (changed & NET80211_CFG_PHY_PARAMS)
566 if (changed & NET80211_CFG_RATE) {
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dstub.c50 * That didn't seem right so it was changed to CHROMIUM. (Brian)
187 * Returns GL_TRUE if it changed since last call, GL_FALSE otherwise.
238 * Returns GL_TRUE if regions changed since last call, GL_FALSE otherwise.
337 GLboolean changed = stub.trackWindowVisibleRgn && stubUpdateWindowVisibileRegions(winInfo); local
339 if (stubUpdateWindowGeometry(winInfo, GL_FALSE) || changed)
467 * Returns GL_TRUE if regions changed since last call, GL_FALSE otherwise.
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dmisc.c329 fprintf(stderr, "found expr '%s' at target %d in lclass[%d]; changed to %d\n",
343 fprintf(stderr, "found expr '%s' for id %s in lclass[%d]; changed to %d\n",
866 * while ( some set has changed ) do
885 int changed = 1; local
895 while ( changed )
897 changed = 0;
910 /*fprintf(stderr, "Fo(%s) has changed\n", RulePtr[c->croot]->rname);*/
911 changed = 1;
934 /* MR10 if ( i == 1 ) changed = 0; */ /* if only 1 cycle, no need to repeat */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Drandrstr.h110 Bool changed; member in struct:_rrCrtc
139 Bool changed; member in struct:_rrOutput
227 TimeStamp lastSetTime; /* last changed by client */
228 TimeStamp lastConfigTime; /* possible configs changed */
231 Bool changed; /* some config changed */ member in struct:_rrScrPriv
232 Bool configChanged; /* configuration changed */
233 Bool layoutChanged; /* screen layout changed */
335 * Notify the extension that the screen size has been changed.
336 * The driver is responsible for calling this whenever it has changed
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Drandrstr.h110 Bool changed; member in struct:_rrCrtc
139 Bool changed; member in struct:_rrOutput
227 TimeStamp lastSetTime; /* last changed by client */
228 TimeStamp lastConfigTime; /* possible configs changed */
231 Bool changed; /* some config changed */ member in struct:_rrScrPriv
232 Bool configChanged; /* configuration changed */
233 Bool layoutChanged; /* screen layout changed */
335 * Notify the extension that the screen size has been changed.
336 * The driver is responsible for calling this whenever it has changed
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Drandrstr.h110 Bool changed; member in struct:_rrCrtc
139 Bool changed; member in struct:_rrOutput
227 TimeStamp lastSetTime; /* last changed by client */
228 TimeStamp lastConfigTime; /* possible configs changed */
231 Bool changed; /* some config changed */ member in struct:_rrScrPriv
232 Bool configChanged; /* configuration changed */
233 Bool layoutChanged; /* screen layout changed */
335 * Notify the extension that the screen size has been changed.
336 * The driver is responsible for calling this whenever it has changed
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Drandrstr.h116 Bool changed; member in struct:_rrCrtc
151 Bool changed; member in struct:_rrOutput
261 TimeStamp lastSetTime; /* last changed by client */
262 TimeStamp lastConfigTime; /* possible configs changed */
265 Bool changed; /* some config changed */ member in struct:_rrScrPriv
266 Bool configChanged; /* configuration changed */
267 Bool layoutChanged; /* screen layout changed */
370 * Notify the extension that the screen size has been changed.
371 * The driver is responsible for calling this whenever it has changed
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Drandrstr.h116 Bool changed; member in struct:_rrCrtc
151 Bool changed; member in struct:_rrOutput
265 TimeStamp lastSetTime; /* last changed by client */
266 TimeStamp lastConfigTime; /* possible configs changed */
269 Bool changed; /* some config changed */ member in struct:_rrScrPriv
270 Bool configChanged; /* configuration changed */
271 Bool layoutChanged; /* screen layout changed */
394 * Notify the extension that the screen size has been changed.
395 * The driver is responsible for calling this whenever it has changed
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Drandrstr.h116 Bool changed; member in struct:_rrCrtc
151 Bool changed; member in struct:_rrOutput
265 TimeStamp lastSetTime; /* last changed by client */
266 TimeStamp lastConfigTime; /* possible configs changed */
269 Bool changed; /* some config changed */ member in struct:_rrScrPriv
270 Bool configChanged; /* configuration changed */
271 Bool layoutChanged; /* screen layout changed */
394 * Notify the extension that the screen size has been changed.
395 * The driver is responsible for calling this whenever it has changed
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Drandrstr.h114 Bool changed; member in struct:_rrCrtc
149 Bool changed; member in struct:_rrOutput
263 TimeStamp lastSetTime; /* last changed by client */
264 TimeStamp lastConfigTime; /* possible configs changed */
267 Bool changed; /* some config changed */ member in struct:_rrScrPriv
268 Bool configChanged; /* configuration changed */
269 Bool layoutChanged; /* screen layout changed */
394 * Notify the extension that the screen size has been changed.
395 * The driver is responsible for calling this whenever it has changed
[all...]

Completed in 108 milliseconds

123