HomeSort by relevance Sort by last modified time
    Searched refs:grab (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /art/runtime/interpreter/mterp/x86/
op_const.S 2 movl 2(rPC), %eax # grab all 32 bits at once
  /art/runtime/interpreter/mterp/x86_64/
op_const.S 2 movl 2(rPC), %eax # grab all 32 bits at once
  /external/eigen/Eigen/src/IterativeLinearSolvers/
IterativeSolverBase.h 78 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);
  /art/runtime/interpreter/mterp/arm/
op_float_to_long.S 12 ubfx r2, r0, #23, #8 @ grab the exponent
op_double_to_long.S 12 ubfx r2, r1, #20, #11 @ grab the exponent
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
VboDetailProvider.java 72 GridDataFactory.fillDefaults().grab(true, true).applyTo(mComposite);
79 GridDataFactory.fillDefaults().grab(true, false).applyTo(mSizeLabel);
86 GridDataFactory.fillDefaults().grab(true, false).applyTo(mUsageLabel);
93 GridDataFactory.fillDefaults().grab(true, false).applyTo(mTypeLabel);
114 GridDataFactory.fillDefaults().grab(true, false).applyTo(mDisplayFormatCombo);
118 GridDataFactory.fillDefaults().span(2, 1).grab(true, true).applyTo(mTextControl);
  /external/eigen/Eigen/src/UmfPackSupport/
UmfPackSupport.h 246 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
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/
FrameSummaryViewPage.java 127 GridDataFactory.fillDefaults().grab(true, true).applyTo(c);
140 .grab(true, false)
149 .grab(true, false)
161 GridDataFactory.fillDefaults().grab(true, true).span(2, 1).applyTo(table);
  /external/robolectric/v1/
Android.mk 46 # TODO: Figure out how to not use a prebuilt android API 18 jar and grab from
  /prebuilts/misc/common/swig/include/2.0.11/python/
embed.i 22 This module will automatically grab all of the Python modules
47 /* Grab Python's inittab[] structure */
embed15.i 22 This module will automatically grab all of the Python modules
47 /* Grab Python's inittab[] structure */
  /external/libvpx/libvpx/vpx_dsp/x86/
ssim_opt_x86_64.asm 89 ;grab source and reference pixels
179 ;grab source and reference pixels
  /external/libvncserver/webclients/novnc/include/
input.js 108 grab: function () {
109 //Util.Debug(">> Keyboard.grab");
119 //Util.Debug("<< Keyboard.grab");
332 grab: function () {
104 }, method in class:Keyboard
328 }, method in class:Mouse
  /prebuilts/go/darwin-x86/src/sync/
mutex.go 47 // Fast path: grab unlocked mutex.
123 // Grab the right to wake someone.
  /prebuilts/go/linux-x86/src/sync/
mutex.go 47 // Fast path: grab unlocked mutex.
123 // Grab the right to wake someone.
  /external/valgrind/exp-bbv/tests/ppc32-linux/
ll.S 78 li 8,(N-F) # grab "R"
230 lis 20,('l'<<8)+'o' # find 'lock ' and grab up to M
244 lis 20,('c'<<8)+'p' # find 'cpu\t: ' and grab up to \n
280 lis 20,('m'<<8)+'i' # find 'mips' and grab up to \n
  /external/python/cpython2/Doc/
make.bat 37 echo.If you don't have Sphinx installed, grab it from
  /prebuilts/go/darwin-x86/src/runtime/
lock_futex.go 53 // Speculative grab for lock.
lock_sema.go 42 // Speculative grab for lock.
227 // Grab it to avoid getting out of sync.
  /prebuilts/go/linux-x86/src/runtime/
lock_futex.go 53 // Speculative grab for lock.
  /external/valgrind/exp-bbv/tests/x86-linux/
ll.S 255 # find ' MHz' and grab up to .
276 # now we grab the first two words in the name field and use that
282 # find 'name\t: ' and grab up to \n
334 # find 'mips\t: ' and grab up to \n
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
StateViewPage.java 112 GridDataFactory.fillDefaults().grab(true, true).applyTo(tree);
  /external/devlib/doc/
make.bat 67 echo.If you don't have Sphinx installed, grab it from
  /external/fio/doc/
make.bat 69 echo.If you don't have Sphinx installed, grab it from
  /external/valgrind/exp-bbv/tests/amd64-linux/
ll.S 261 # find ' MHz' and grab up to .
282 # find 'name\t: ' and grab up to \n
336 # find 'mips\t: ' and grab up to \n

Completed in 488 milliseconds

1 2 3 4