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

1 2

  /dalvik/vm/mterp/x86/
OP_CONST.S 3 movl 2(rPC),%eax # grab all 32 bits at once
entry.S 81 movl 4(%esp),%ecx # grab self
  /dalvik/vm/mterp/mips/
OP_MONITOR_ENTER.S 10 EXPORT_PC() # export PC so we can grab stack trace
  /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/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/
PageSiteComposite.java 90 GridDataFactory.create(m_page.getControl()).spanH(2).grab().fill();
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/dialogs/
TextDialog.java 89 GridDataFactory.create(m_textWidget).grab().fill().hintVC(10);
  /external/webkit/Tools/QtTestBrowser/
launcherwindow.h 148 void grabZoomKeys(bool grab);
launcherwindow.cpp 434 void LauncherWindow::grabZoomKeys(bool grab)
438 qWarning("Can't grab keys unless we have a window id");
448 unsigned long val = (grab) ? 1 : 0;
    [all...]
  /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/chromium/base/win/
win_util.cc 164 set it as your default include path to build this library. You can grab it by \
  /external/libvpx/libvpx/vp8/encoder/x86/
ssim_opt.asm 89 ;grab source and reference pixels
179 ;grab source and reference pixels
  /external/sepolicy/
access_vectors 112 grab
583 grab
  /external/valgrind/main/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/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
HtmlTooltipHelper.java 176 GridDataFactory.create(browser).grab().fill();
  /external/valgrind/main/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/valgrind/main/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
  /external/valgrind/main/exp-bbv/tests/arm-linux/
ll.S 192 @ find 'sor\t: ' and grab up to ' '
  /external/kernel-headers/original/linux/
input.h 155 #define EVIOCGRAB _IOW('E', 0x90, int) /* Grab/Release device */
1307 struct input_handle __rcu *grab; member in struct:input_dev
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js     [all...]
  /external/libsepol/tests/policies/test-cond/
refpolicy-base.conf 460 grab
    [all...]
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/devtools/tools/lib/
sdkuilib.jar 

Completed in 3291 milliseconds

1 2