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

1 2

  /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/libvncserver/x11vnc/
connections.h 68 extern void adjust_grabs(int grab, int quiet);
xevents.c     [all...]
  /external/libvncserver/x11vnc/misc/
blockdpy.c 54 * The option '-grab' causes the program to additionally call
123 int grab = 0; variable
136 if (grab) {
186 } else if (!strcmp(argv[i], "-grab")) {
187 grab = 1;
290 /* grab display if desired. NOT WORKING */
291 if (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/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/
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/vp8/encoder/x86/
ssim_opt_x86_64.asm 89 ;grab source and reference pixels
179 ;grab source and reference pixels
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_ssim_opt_x86_64.asm 89 ;grab source and reference pixels
179 ;grab source and reference pixels
  /external/sepolicy/
access_vectors 112 grab
583 grab
  /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
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
ssim_opt.asm 89 ;grab source and reference pixels
179 ;grab source and reference pixels
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_ssim_opt.asm 89 ;grab source and reference pixels
179 ;grab source and reference pixels
  /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
  /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/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/exp-bbv/tests/arm-linux/
ll.S 192 @ find 'sor\t: ' and grab up to ' '
  /external/libvncserver/webclients/novnc/include/
input.js 439 that.grab = function() {
440 //Util.Debug(">> Keyboard.grab");
450 //Util.Debug("<< Keyboard.grab");
598 that.grab = function() {
599 //Util.Debug(">> Mouse.grab");
618 //Util.Debug("<< Mouse.grab");
    [all...]
rfb.js 864 keyboard.grab();
865 mouse.grab();
    [all...]

Completed in 333 milliseconds

1 2