Searched defs:grab (Results 1 - 7 of 7) sorted by relevance

/external/strace/
H A Dxlate.el29 ;; file. Then grab them with C-c G. Switch to the strace source file
32 (global-set-key "\C-cG" 'grab-xlate)
36 "See grab-xlate and build-xlate.")
38 (defun grab-xlate (beg end)
56 "Build and insert an strace xlat table based on the last grab."
/external/libvncserver/webclients/novnc/include/
H A Dinput.js108 grab: function () {
109 //Util.Debug(">> Keyboard.grab");
119 //Util.Debug("<< Keyboard.grab");
332 grab: function () {
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
H A DGridDataFactory.java54 * .grab(true, false)
67 * GridDataFactory.fillDefaults().grab(true, true).hint(150, 150).applyTo(listBox);
502 * column when the layout resizes. If any control in the column is set to grab horizontal then the
503 * whole column will grab horizontal space. If any control in the row is set to grab vertical then
504 * the whole row will grab vertical space.
512 public GridDataFactory grab(boolean horizontal, boolean vertical) { method in class:GridDataFactory
528 public GridDataFactory grab() { method in class:GridDataFactory
529 return grab(true, true);
/external/eigen/Eigen/src/IterativeLinearSolvers/
H A DIterativeSolverBase.h78 void grab(const EigenBase<MatrixDerived> &mat) function in class:Eigen::internal::generic_matrix_wrapper
84 void grab(const Ref<const MatrixType> &mat) function in class:Eigen::internal::generic_matrix_wrapper
126 void grab(const MatrixType &mat) function in class:Eigen::internal::generic_matrix_wrapper
199 grab(A.derived());
220 grab(A.derived());
240 grab(A.derived());
375 void grab(const InputType &A) function in class:Eigen::IterativeSolverBase
377 m_matrixWrapper.grab(A);
/external/eigen/Eigen/src/UmfPackSupport/
H A DUmfPackSupport.h227 grab(matrix.derived());
244 grab(matrix.derived());
295 grab(matrix.derived());
346 void grab(const EigenBase<MatrixDerived> &A) function in class:Eigen::UmfPackLU
352 void grab(const UmfpackMatrixRef &A) function in class:Eigen::UmfPackLU
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 261 milliseconds