Searched defs:grab (Results 1 - 4 of 4) 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/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.h246 grab(matrix.derived());
263 grab(matrix.derived());
314 grab(matrix.derived());
394 void grab(const EigenBase<MatrixDerived> &A) function in class:Eigen::UmfPackLU
400 void grab(const UmfpackMatrixRef &A) function in class:Eigen::UmfPackLU

Completed in 361 milliseconds