HomeSort by relevance Sort by last modified time
    Searched refs:grab (Results 1 - 25 of 86) 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/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
GridDataFactory.java 54 * .grab(true, false)
67 * GridDataFactory.fillDefaults().grab(true, true).hint(150, 150).applyTo(listBox);
497 // Grab
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)
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/string/
StringPropertyDialog.java 81 GridDataFactory.create(m_valueText).grab().hintC(80, 8).fill();
85 GridDataFactory.create(m_valueText).grab().hintC(50, 1).fill();
  /external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
video_file_frame_generator.py 64 ret = self._capture.grab()
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/
PageSiteComposite.java 90 GridDataFactory.create(m_page.getControl()).spanH(2).grab().fill();
  /external/eigen/Eigen/src/UmfPackSupport/
UmfPackSupport.h 227 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-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/dialogs/
TextDialog.java 89 GridDataFactory.create(m_textWidget).grab().fill().hintVC(10);
  /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
  /prebuilts/go/darwin-x86/src/runtime/
lock_futex.go 53 // Speculative grab for lock.
  /prebuilts/go/linux-x86/src/runtime/
lock_futex.go 53 // Speculative grab for lock.
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
HtmlTooltipHelper.java 176 GridDataFactory.create(browser).grab().fill();
  /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

Completed in 1005 milliseconds

1 2 3 4