Searched refs:move (Results 1 - 25 of 63) sorted by relevance

123

/vbox/src/VBox/Devices/PC/ipxe/src/hci/tui/
H A Dmenu_ui.c97 move ( ( MENU_ROW + row_offset ), MENU_COL );
145 move ( ( MENU_ROW + row_offset ), MENU_COL );
190 int move; local
205 move = 0;
218 move = -1;
221 move = +1;
224 move = ( ui->first_visible - ui->selected - 1 );
227 move = ( ui->first_visible - ui->selected
231 move = -ui->count;
234 move
[all...]
H A Dsettings_ui.c227 move ( widget->row.row, widget->row.col + curs_offset );
290 move ( row, 0 );
453 int move; local
507 move = 0;
511 move = +1;
515 move = -1;
544 if ( move ) {
545 next = ( widget.current + move );
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileOS2.h107 nsresult CopyMove(nsIFile *newParentDir, const nsACString &newName, PRBool move);
108 nsresult CopySingleFile(nsIFile *source, nsIFile* dest, const nsACString &newName, PRBool move);
H A DnsLocalFileWin.h105 nsresult CopyMove(nsIFile *newParentDir, const nsACString &newName, PRBool followSymlinks, PRBool move);
106 nsresult CopySingleFile(nsIFile *source, nsIFile* dest, const nsACString &newName, PRBool followSymlinks, PRBool move);
H A DnsLocalFileOS2.cpp544 nsLocalFile::CopySingleFile(nsIFile *sourceFile, nsIFile *destParent, const nsACString &newName, PRBool move) argument
572 if( move )
577 if (!move || rc == ERROR_NOT_SAME_DEVICE || rc == ERROR_ACCESS_DENIED) {
579 * same drive. "MoveFile()" on Windows will go ahead and move the
617 if( move && (rc == NO_ERROR) )
621 } /* !move or ERROR */
631 nsLocalFile::CopyMove(nsIFile *aParentDir, const nsACString &newName, PRBool move) argument
680 rv = CopySingleFile(this, newParentDir, newName, move);
733 if (move)
750 if (move)
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/hci/mucurses/
H A Dwininit.c23 move ( 0, 0 );
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/
H A Dxptcinvoke_asm_mips.s94 move a0, a2
95 move a1, a3
103 move s0, sp
113 move a0, sp # a0 = param stack address
114 move s1, a0 # save it for later -- it should be safe here
126 move sp, s0 # get orig sp back, popping params and argsave
154 # for a0 starting at s1, so we just move s1 into sp.
155 move sp, s1
160 move sp, s0
H A Dxptcstubs_asm_irix.s71 move a1, t0
75 move a2, sp
79 move a3, sp
83 move a4, sp
H A Dxptcstubs_asm_mips.s.m491 move a1, t0
94 move a2, sp
H A Dxptcinvoke_asm_irix.s39 move a0, a2
40 move a1, a3
50 move t0, sp
55 move a0, sp # a0 - param stack address
60 move a3, sp
137 move s0, sp
138 move sp, t3
142 move sp, s0
H A Dxptcinvoke_asm_sparc_solaris_SUNW.s66 mov %i0,%o0 ! move 'this' pointer to out register
H A Dxptcinvoke_asm_sparcv9_solaris_SUNW.s97 mov %i0,%o0 ! move 'this' pointer to out register
/vbox/src/VBox/Additions/x11/Installer/
H A Dx11config15.pl40 move $cfg.".vbox", $cfg;
H A Dx11config15suse.pl54 move "$cfg.vbox", $cfg;
/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A DnsAlgorithm.h119 nsCharTraits<OutputIterator::value_type>::move(result.get()-lengthToCopy, last.get()-lengthToCopy, lengthToCopy);
121 nsCharTraits<typename OutputIterator::value_type>::move(result.get()-lengthToCopy, last.get()-lengthToCopy, lengthToCopy);
H A DnsCharTraits.h146 move( char_type* s1, const char_type* s2, size_t n ) function in struct:nsCharTraits
427 move( char_type* s1, const char_type* s2, size_t n ) function in struct:nsCharTraits
748 nsCharTraits<CharT>::move(iter, s, n);
763 nsCharTraits<char>::move(iter, s, n);
776 nsCharTraits<PRUnichar>::move(iter, s, n);
H A DnsStringIterator.h330 nsCharTraits<value_type>::move(mPosition, s, n);
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUIMiniToolBar.cpp154 m_pEmbeddedToolbar->move(0, 0);
174 move(iX, iY);
192 m_pEmbeddedToolbar->move(m_hiddenToolbarPosition);
194 m_pEmbeddedToolbar->move(m_shownToolbarPosition);
225 move(screenRect.topLeft());
252 m_pEmbeddedToolbar->move(m_hiddenToolbarPosition);
254 m_pEmbeddedToolbar->move(m_shownToolbarPosition);
489 m_pEmbeddedToolbar->move(point);
H A DUIPopupPaneTextPane.cpp92 m_pLabel->move(m_iLayoutMargin, m_iLayoutMargin);
/vbox/src/VBox/Main/include/
H A DGuestDnDTargetImpl.h53 HRESULT move(ULONG aScreenId, ULONG aX, ULONG aY, DnDAction_T aDefaultAction, const std::vector<DnDAction_T> &aAllowedActions, const std::vector<com::Utf8Str> &aFormats, DnDAction_T *aResultAction);
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/
H A DUIGChooserHandlerKeyboard.cpp392 case UIItemShiftSize_Item: items.move(iFocusPosition, iFocusPosition - 1); break;
393 case UIItemShiftSize_Full: items.move(iFocusPosition, 0); break;
406 case UIItemShiftSize_Item: items.move(iFocusPosition, iFocusPosition + 1); break;
407 case UIItemShiftSize_Full: items.move(iFocusPosition, items.size() - 1); break;
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dos_Irix.s55 move t0,a1
/vbox/src/VBox/Frontends/VirtualBox/src/extensions/
H A DQIMainDialog.cpp202 m_pSizeGrip->move(rect().bottomLeft() - m_pSizeGrip->rect().bottomLeft());
204 m_pSizeGrip->move(rect().bottomRight() - m_pSizeGrip->rect().bottomRight());
281 /* Auto-default-button focus-in processor used to move the "default"
/vbox/src/VBox/Debugger/
H A DVBoxDbgBase.cpp204 move(a_x, a_y);
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/seamless/
H A DUIMachineWindowSeamless.cpp177 move(workingArea.topLeft());

Completed in 109 milliseconds

123