HomeSort by relevance Sort by last modified time
    Searched refs:dw (Results 276 - 300 of 744) sorted by null

<<11121314151617181920>>

  /external/elfutils/tests/
get-lines.c 25 #include ELFUTILS_HEADER(dw)
  /external/toolchain-utils/crosperf/
schedv2.py 433 for dw in self._active_workers:
434 status += '\n ' + dw.status_str()
437 for dw in self._finished_workers:
438 status += '\n ' + dw.status_str()
  /external/webrtc/talk/media/base/
videoframe.h 48 // |dw| is destination width; can be less than |w| if cropping is desired.
49 // |dh| is destination height, like |dw|, but must be a positive number.
55 int dw,
  /frameworks/base/services/core/java/com/android/server/wm/
DockedStackDividerController.java 223 final int dw = rotated local
229 mService.mPolicy.getStableInsetsLw(rotation, dw, dh, mTmpRect);
231 config.orientation = (dw <= dh) ? ORIENTATION_PORTRAIT : ORIENTATION_LANDSCAPE;
234 final int appWidth = mService.mPolicy.getNonDecorDisplayWidth(dw, dh, rotation,
236 final int appHeight = mService.mPolicy.getNonDecorDisplayHeight(dw, dh, rotation,
238 mService.mPolicy.getNonDecorInsetsLw(rotation, dw, dh, mTmpRect);
246 (mService.mPolicy.getConfigDisplayWidth(dw, dh, rotation, baseConfig.uiMode,
249 (mService.mPolicy.getConfigDisplayHeight(dw, dh, rotation, baseConfig.uiMode,
253 rotationContext.getResources(), dw, dh, getContentWidth(),
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
texcheck.py 185 for dw in doubledwords.findall(line):
186 print r'Doubled word warning. "%s" on line %d' % (dw, lineno)
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
Gpt.asm 210 dw 0000h ; Destination Address offset (To be fixed each times)
211 dw 0000h ; Destination Address segment (To be fixed each times)
261 dw 0
291 dw 0aa55h ; Boot Sector Signature
  /external/elfutils/libdwfl/
dwfl_module.c 91 if (mod->dw != NULL)
93 INTUSE(dwarf_end) (mod->dw);
  /external/libvpx/libvpx/vpx_dsp/x86/
highbd_subpel_variance_impl_sse2.asm 14 pw_8: times 8 dw 8
15 bilin_filter_m_sse2: times 8 dw 16
16 times 8 dw 0
17 times 8 dw 14
18 times 8 dw 2
19 times 8 dw 12
20 times 8 dw 4
21 times 8 dw 10
22 times 8 dw 6
23 times 16 dw
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_pm4.c 40 void si_pm4_cmd_add(struct si_pm4_state *state, uint32_t dw)
42 state->pm4[state->ndw++] = dw;
  /external/mesa3d/src/gallium/state_trackers/nine/
query9.c 197 DWORD dw; member in union:nine_query_result
257 nresult.dw = presult.u64;
  /external/mesa3d/src/gallium/state_trackers/va/
surface.c 199 int sw, sh, dw, dh; local
220 dw = d->x1 - d->x0;
224 c.x1 = MIN2(d->x0 + dw, src_rect->x1);
226 sr.x0 = s->x0 + (c.x0 - d->x0)*(sw/(float)dw);
228 sr.x1 = s->x0 + (c.x1 - d->x0)*(sw/(float)dw);
235 dw = d->x1 - d->x0;
237 dr.x0 = d->x0 + c.x0*(dw/(float)sw);
239 dr.x1 = d->x0 + c.x1*(dw/(float)sw);
  /external/python/cpython2/Tools/scripts/
texcheck.py 185 for dw in doubledwords.findall(line):
186 print r'Doubled word warning. "%s" on line %d' % (dw, lineno)
  /frameworks/base/core/java/com/android/internal/view/menu/
ActionMenuItemView.java 300 final int dw = mIcon.getBounds().width(); local
301 super.setPadding((w - dw) / 2, getPaddingTop(), getPaddingRight(), getPaddingBottom());
  /frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
ActionMenuItemView.java 292 final int dw = mIcon.getBounds().width(); local
293 super.setPadding((w - dw) / 2, getPaddingTop(), getPaddingRight(), getPaddingBottom());
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
adx.d 1 #objdump: -dw
aes-intel.d 2 #objdump: -dw -Mintel
aes.d 1 #objdump: -dw
amd.d 1 #objdump: -dw
amdfam10.d 1 #objdump: -dw
arch-10-bdver1.d 3 #objdump: -dw
arch-10-bdver2.d 3 #objdump: -dw
arch-10-bdver3.d 3 #objdump: -dw
arch-10-bdver4.d 3 #objdump: -dw
arch-10-btver1.d 3 #objdump: -dw
arch-10-btver2.d 3 #objdump: -dw

Completed in 618 milliseconds

<<11121314151617181920>>