HomeSort by relevance Sort by last modified time
    Searched refs:gd (Results 26 - 50 of 87) sorted by null

12 3 4

  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLTraceOptionsDialog.java 160 GridData gd = new GridData(GridData.FILL_HORIZONTAL); local
161 gd.horizontalSpan = 2;
162 l.setLayoutData(gd);
317 GridData gd = new GridData(); local
318 gd.horizontalAlignment = SWT.RIGHT;
319 gd.verticalAlignment = SWT.CENTER;
320 l.setLayoutData(gd);
  /external/genext2fs/
genext2fs.c 245 #define GRP_GET_GROUP_BBM(fs,grp) ( get_blk((fs),(fs)->gd[(grp)].bg_block_bitmap) )
248 #define GRP_GET_GROUP_IBM(fs,grp) ( get_blk((fs),(fs)->gd[(grp)].bg_inode_bitmap) )
582 groupdescriptor gd[0]; // The group descriptors member in struct:__anon25397
631 swap_gd(groupdescriptor *gd)
633 #define this gd
835 itab = (inode *)get_blk(fs, fs->gd[grp].bg_inode_table);
881 if(!(bk = allocate(get_blk(fs,fs->gd[grp].bg_block_bitmap), 0))) {
883 bk=allocate(get_blk(fs,fs->gd[grp].bg_block_bitmap),0);
888 if(!(fs->gd[grp].bg_free_blocks_count--))
903 deallocate(get_blk(fs,fs->gd[grp].bg_block_bitmap), bk)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
SystraceOptionsDialogV2.java 138 GridData gd = new GridData(GridData.FILL_HORIZONTAL); local
139 gd.horizontalSpan = 3;
140 separator.setLayoutData(gd);
158 gd = new GridData(GridData.FILL_BOTH);
159 gd.horizontalSpan = 2;
160 mTable.setLayoutData(gd);
SystraceOptionsDialogV1.java 140 GridData gd = new GridData(GridData.FILL_HORIZONTAL); local
141 gd.horizontalSpan = 3;
142 separator.setLayoutData(gd);
  /external/chromium_org/third_party/skia/gm/
srcmode.cpp 124 SkGpuDevice* gd = (SkGpuDevice*)dev; local
125 GrContext* ctx = gd->context();
  /external/qemu/distrib/sdl-1.2.15/src/video/macrom/
SDL_romvideo.c 279 GDHandle gd = nil; local
319 for(gd = GetDeviceList(); gd; gd = GetNextDevice(gd))
321 if (!TestDeviceAttribute(gd, screenDevice)) continue;
322 if (!TestDeviceAttribute(gd, screenActive)) continue;
324 RectRgn(tempRgn, &(*gd)->gdRect); /* Get the whole screen */
  /external/skia/gm/
srcmode.cpp 124 SkGpuDevice* gd = (SkGpuDevice*)dev; local
125 GrContext* ctx = gd->context();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringInputPage.java 211 GridData gd = new GridData(GridData.FILL_HORIZONTAL); local
212 gd.grabExcessVerticalSpace = true;
213 group.setLayoutData(gd);
227 gd = new GridData(GridData.GRAB_HORIZONTAL | GridData.GRAB_VERTICAL);
228 gd.horizontalSpan = 2;
229 gd.widthHint = ConfigurationSelector.WIDTH_HINT;
230 gd.heightHint = ConfigurationSelector.HEIGHT_HINT;
231 mConfigSelector.setLayoutData(gd);
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/editors/
UiAutomatorViewer.java 92 GridData gd = new GridData(GridData.FILL_BOTH); local
93 c.setLayoutData(gd);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
KeyCheckPage.java 103 GridData gd; local
107 mDestination.setLayoutData(gd = new GridData(GridData.FILL_HORIZONTAL));
135 mScrolledComposite.setLayoutData(gd = new GridData(GridData.FILL_BOTH));
136 gd.horizontalSpan = 3;
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/preferences/
LogCatPreferencePage.java 83 GridData gd = new GridData(GridData.FILL_HORIZONTAL); local
84 gd.horizontalSpan = 3;
85 l.setLayoutData(gd);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiManifestPkgAttrNode.java 123 GridData gd = new GridData(GridData.FILL_HORIZONTAL); local
124 gd.horizontalIndent = 1; // Needed by the fixed composite borders under GTK
125 text.setLayoutData(gd);
UiPackageAttributeNode.java 123 GridData gd = new GridData(GridData.FILL_HORIZONTAL); local
124 gd.horizontalIndent = 1; // Needed by the fixed composite borders under GTK
125 text.setLayoutData(gd);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiFlagAttributeNode.java 101 GridData gd = new GridData(GridData.FILL_HORIZONTAL); local
102 gd.horizontalIndent = 1; // Needed by the fixed composite borders under GTK
103 text.setLayoutData(gd);
UiResourceAttributeNode.java 127 GridData gd = new GridData(GridData.FILL_HORIZONTAL); local
128 gd.horizontalIndent = 1; // Needed by the fixed composite borders under GTK
129 text.setLayoutData(gd);
  /external/chromium_org/third_party/icu/source/i18n/
indiancal.cpp 295 int32_t gd[3]; local
297 gregorianYear = jdToGregorian(julianDay, gd)[0]; // Gregorian date for Julian day
  /external/icu/icu4c/source/i18n/
indiancal.cpp 295 int32_t gd[3]; local
297 gregorianYear = jdToGregorian(julianDay, gd)[0]; // Gregorian date for Julian day
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_pixels.c 318 int rd, gd, bd; local
325 gd = pal->colors[i].g - g;
327 distance = (rd*rd)+(gd*gd)+(bd*bd);
  /external/e2fsprogs/misc/
tune2fs.c 392 struct ext2_group_desc *gd; local
562 gd = ext2fs_group_desc(fs, fs->group_desc, i);
563 gd->bg_itable_unused = 0;
564 gd->bg_flags = EXT2_BG_INODE_ZEROED;
573 gd = ext2fs_group_desc(fs, fs->group_desc, i);
574 if ((gd->bg_flags & EXT2_BG_INODE_ZEROED) == 0) {
582 gd->bg_itable_unused = 0;
583 gd->bg_flags = 0;
584 gd->bg_checksum = 0;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DeviceChooserDialog.java 413 GridData gd; local
414 mDeviceTable.setLayoutData(gd = new GridData(GridData.FILL_BOTH));
415 gd.heightHint = 100;
  /prebuilts/devtools/tools/lib/
sdkstats.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiTreeBlock.java 249 GridData gd = new GridData(GridData.FILL_BOTH); local
250 gd.widthHint = AndroidXmlEditor.TEXT_WIDTH_HINT;
251 gd.heightHint = TREE_HEIGHT_HINT;
252 tree.setLayoutData(gd);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileCreationPage.java 513 GridData gd = new GridData(GridData.GRAB_HORIZONTAL); local
514 gd.horizontalAlignment = SWT.FILL;
515 gd.horizontalSpan = 2;
516 rootSeparator.setLayoutData(gd);
    [all...]
  /external/chromium_org/third_party/icu/source/common/
locmap.c 313 ILCID_POSIX_ELEMENT_ARRAY(0x0491, gd, gd_GB) /* Gaelic (Scotland) */
671 ILCID_POSIX_MAP(gd), /* gd Gaelic (United Kingdom) 0x91 */
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
plistlib.py 191 gd = _dateParser.match(s).groupdict()
194 val = gd[key]

Completed in 853 milliseconds

12 3 4