HomeSort by relevance Sort by last modified time
    Searched refs:ws (Results 251 - 275 of 400) sorted by null

<<111213141516

  /frameworks/base/services/core/java/com/android/server/wm/
WindowState.java 725 WindowState ws = this; local
728 if (ws.mAttrs.needsMenuKey != WindowManager.LayoutParams.NEEDS_MENU_UNSET) {
729 return ws.mAttrs.needsMenuKey == WindowManager.LayoutParams.NEEDS_MENU_SET_TRUE;
733 if (ws == bottom) {
740 index = windows.indexOf(ws);
746 ws = windows.get(index);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
radeonsi_shader.c 740 ptr = (uint32_t*)rctx->ws->buffer_map(shader->bo->cs_buf, rctx->cs, PIPE_TRANSFER_WRITE);
748 rctx->ws->buffer_unmap(shader->bo->cs_buf);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
egl_g3d.c 63 egl_g3d_new_sw_screen(struct native_display *ndpy, struct sw_winsys *ws)
67 return gdpy->loader->create_sw_screen(ws);
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_noise.c 491 float ws = w + s; local
495 int l = FASTFLOOR(ws);
  /external/chromium_org/third_party/smhasher/src/
City.cpp 195 uint64 ws = b + Rotate(a, 31) + c; local
196 uint64 r = ShiftMix((vf + ws) * k2 + (wf + vs) * k0);
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_shader.c 740 ptr = (uint32_t*)rctx->ws->buffer_map(shader->bo->cs_buf, rctx->cs, PIPE_TRANSFER_WRITE);
748 rctx->ws->buffer_unmap(shader->bo->cs_buf);
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d.c 63 egl_g3d_new_sw_screen(struct native_display *ndpy, struct sw_winsys *ws)
67 return gdpy->loader->create_sw_screen(ws);
  /external/mesa3d/src/mesa/program/
prog_noise.c 491 float ws = w + s; local
495 int l = FASTFLOOR(ws);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/basic_cstring/
basic_cstring.hpp 573 static CharT ws[3] = { CharT(' '), CharT('\t'), CharT('\n') }; // !! wide case local
575 return self_type( ws, 3 );
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/0.20.0/
org.eclipse.tycho.p2.tools.shared-0.20.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/0.18.1/
org.eclipse.tycho.p2.tools.shared-0.18.1.jar 
  /external/chromium_org/net/third_party/nss/ssl/
ssl3gthr.c 395 if (ss->ssl3.hs.ws == idle_handshake) {
398 * instead of ss->ssl3.hs.ws. By testing ss->ssl3.hs.ws instead,
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
xm_st.c 76 xstfb->screen->flush_frontbuffer(xstfb->screen, pres, 0, 0, &xstfb->buffer->ws);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
nasm-token.re 69 ws = [ \t\r];
498 ws+ { goto scan; }
532 ws+ {
612 ws+ {
723 ws+ { goto directive2; }
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_st.c 76 xstfb->screen->flush_frontbuffer(xstfb->screen, pres, 0, 0, &xstfb->buffer->ws);
  /external/stlport/stlport/stl/
_istream.h 282 ws(basic_istream<_CharT, _Traits>& __istr) { function
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_istream.h 282 ws(basic_istream<_CharT, _Traits>& __istr) { function
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_istream.h 282 ws(basic_istream<_CharT, _Traits>& __istr) { function
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_istream.h 282 ws(basic_istream<_CharT, _Traits>& __istr) { function
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_istream.h 282 ws(basic_istream<_CharT, _Traits>& __istr) { function
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_istream.h 282 ws(basic_istream<_CharT, _Traits>& __istr) { function
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_istream.h 282 ws(basic_istream<_CharT, _Traits>& __istr) { function
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtPlugin.java     [all...]

Completed in 1368 milliseconds

<<111213141516