/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/chromium_org/content/test/data/gpu/functional_files/ |
context.js | 10 // Try to grab the standard context.
|
/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);
|
/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/chromium_org/chrome/common/extensions/docs/examples/tutorials/getstarted/ |
popup.js | 33 * Sends an XHR GET request to grab photos of lots and lots of kittens. The
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/ |
ssim_opt_x86_64.asm | 89 ;grab source and reference pixels 179 ;grab source and reference pixels
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/ |
vp9_ssim_opt_x86_64.asm | 89 ;grab source and reference pixels 179 ;grab source and reference pixels
|
/external/chromium_org/tools/site_compare/drivers/win32/ |
windowing.py | 120 return PIL.ImageGrab.grab(rect)
|
/external/libvpx/libvpx/vp8/encoder/x86/ |
ssim_opt.asm | 89 ;grab source and reference pixels 179 ;grab source and reference pixels
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_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
|
/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/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 ' '
|