HomeSort by relevance Sort by last modified time
    Searched refs:gd (Results 51 - 75 of 171) sorted by null

1 23 4 5 6 7

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
tls-e-21.d 3 #source: tls-gd-2.s
tls-gd-3.d 3 #source: tls-gd-3.s
tls-gd-3h.d 3 #source: tls-gd-3.s
tls-dso-dtpoffd2.d 3 #source: tls-gd-1.s
10 # Linking a file with a DTPOFF from a .dtpoffd of a GD variable, PIC
tls-dso-dtpoffd4.d 3 #source: tls-gd-1.s
10 # Linking a file with a DTPOFF from a .dtpoffd of a GD COMMON
tls-ldgde-14.d 4 #source: tls-gd-1.s
tls-ldgdex-14.d 4 #source: tls-gd-1.s
13 # variables, for an executable, GD symbols defined elsewhere.
tls-ldgdex-15.d 4 #source: tls-gd-2.s
13 # variables, for an executable, GD symbols defined elsewhere.
tls-ldgdx-14.d 3 #source: tls-gd-1.s
12 # variables in a DSO, GD symbols defined elsewhere.
tls-ldgdx-15.d 3 #source: tls-gd-2.s
12 # variables in a DSO, GD symbols defined elsewhere.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68k/
tls-gd-1.d 2 #source: tls-gd-1.s
tls-gd-2.d 2 #source: tls-gd-2.s
tls-gd-ie-1.d 2 #source: tls-gd-ie-1.s
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
tls32.s 25 #GD
26 addi 3,31,gd@got@tlsgd #R_PPC_GOT_TLSGD16 gd
34 #GD
58 #GD
tlstoc.s 30 #GD
36 .quad gd@dtpmod
37 .quad gd@dtprel
50 #GD
  /external/clang/test/Sema/
attr-flag-enum.c 14 gd = 0x7, // expected-warning {{enumeration value 'gd' is out of range}} enumerator in enum:flag2
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/environment/
AmbientCubemap.java 102 final float rd = r * d, gd = g * d, bd = b * d; local
105 data[idx + 1] += x2 * gd;
109 data[idx + 1] += y2 * gd;
113 data[idx + 1] += z2 * gd;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidClasspathContainerPage.java 124 final GridData gd = new GridData(); local
125 gd.grabExcessHorizontalSpace = true;
126 gd.minimumWidth = 100;
128 this.mProjectsCombo.setLayoutData(gd);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ResourcePreviewHelper.java 108 GridData gd = new GridData(SWT.CENTER, SWT.CENTER, false, false, 1, 1);
109 gd.widthHint = WIDTH;
110 gd.heightHint = HEIGHT;
111 mPreviewImageControl.setLayoutData(gd);
  /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);
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
SystraceOptionsDialogV2.java 155 GridData gd = new GridData(GridData.FILL_HORIZONTAL); local
156 gd.horizontalSpan = 3;
157 separator.setLayoutData(gd);
182 GridData gd = new GridData(GridData.FILL_BOTH); local
183 gd.horizontalSpan = 2;
184 table.setLayoutData(gd);
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
arm-elf.exp 117 {"TLS gnu GD to IE relaxation" "-static -T arm-dyn.ld" "" "" {tls-gdierelax.s}
120 {"TLS gnu GD to IE shared relaxation" "--no-fix-arm1176 -shared -T arm-dyn.ld" "" "" {tls-gdierelax2.s}
123 {"TLS gnu GD to LE relaxation" "-T arm-dyn.ld" "" "" {tls-gdlerelax.s}
    [all...]
  /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);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68k/
all.exp 114 run_dump_test tls-gd-3

Completed in 1207 milliseconds

1 23 4 5 6 7