Searched defs:show (Results 1 - 14 of 14) sorted by relevance

/vbox/src/libs/zlib-1.2.6/
H A Dconfigure105 show() function
122 show $*
129 show $*
157 show $cc -c $cflags $test.c
329 show "$NM $test.o | grep _hello"
634 # show the results in the log
/vbox/src/VBox/ValidationKit/testmanager/webui/
H A Dwuivcshistory.py54 def show(self): member in class:WuiVcsHistoryTooltip
H A Dwuilogviewer.py168 def show(self): member in class:WuiLogViewer
H A Dwuireport.py66 def show(self): member in class:WuiReportBase
155 sHtml += oSuccessRate.show()[1];
H A Dwuicontentbase.py279 ksMode_Show = 'show';
494 # need to show this reason
733 show worker that just generates the table.
775 def show(self, fShowNavigation = True): member in class:WuiListContentBase
818 def show(self, fShowNavigation=True): member in class:WuiListContentWithActionBase
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUIProgressDialog.cpp132 QTimer::singleShot(cMinDuration, this, SLOT(show()));
152 * responsive and it is in our case (We show the progress dialog bar). */
166 /* Holds the modal loop, but don't show the window immediately: */
187 void UIProgressDialog::show() function in class:UIProgressDialog
189 /* We should not show progress-dialog
195 QIDialog::show();
/vbox/src/VBox/Frontends/VirtualBox/src/net/
H A DUINetworkManager.cpp74 void UINetworkManager::show() function in class:UINetworkManager
122 connect(m_pNetworkManagerIndicator, SIGNAL(sigMouseDoubleClick(QIStatusBarIndicator*, QMouseEvent*)), this, SLOT(show()));
239 /* Just show the dialog: */
240 show();
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/
H A DUIGChooserItem.cpp132 void UIGChooserItem::show() function in class:UIGChooserItem
135 QIGraphicsWidget::show();
H A DUIGChooserItemGroup.cpp722 void UIGChooserItemGroup::show() function in class:UIGChooserItemGroup
725 UIGChooserItem::show();
729 pItem->show();
752 m_pNameEditor->show();
1018 m_pExitButton->show();
1043 m_pToggleButton->show();
1098 pItem->show();
1708 m_pEnterButton->show();
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/
H A Ddevice.c542 static BOOL WINAPI d3d8_device_ShowCursor(IDirect3DDevice8 *iface, BOOL show) argument
547 TRACE("iface %p, show %#x.\n", iface, show);
550 ret = wined3d_device_show_cursor(device->wined3d_device, show);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Ddevice.c533 static BOOL WINAPI d3d9_device_ShowCursor(IDirect3DDevice9Ex *iface, BOOL show) argument
538 TRACE("iface %p, show %#x.\n", iface, show);
541 ret = wined3d_device_show_cursor(device->wined3d_device, show);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddevice.c705 /* Tests show that rectangles where x1 > x2 or y1 > y2 are ignored silently.
873 /* Fill the surface with a white color to show that wined3d is there */
2041 /* Our tests show that Windows returns D3D_OK in this situation, even with
4548 /* Set the viewport and scissor rectangles, if requested. Tests show that
4814 BOOL CDECL wined3d_device_show_cursor(struct wined3d_device *device, BOOL show) argument
4818 TRACE("device %p, show %#x.\n", device, show);
4824 if (show && !oldVisible)
4834 device->bCursorVisible = show;
4835 if (show)
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dserver_protocol.h226 unsigned int show; member in struct:__anon14185
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dserver_protocol.h238 unsigned int show; member in struct:__anon1524

Completed in 170 milliseconds