HomeSort by relevance Sort by last modified time
    Searched defs:win (Results 1 - 25 of 287) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libchrome/base/win/
windows_version_unittest.cc 5 #include "base/win/windows_version.h"
10 namespace win { namespace in namespace:base
21 } // namespace win
scoped_select_object.h 14 namespace win { namespace in namespace:base
40 } // namespace win
scoped_co_mem.h 14 namespace win { namespace in namespace:base
18 // base::win::ScopedCoMem<ITEMIDLIST> file_item;
65 } // namespace win
scoped_com_initializer.h 15 namespace win { namespace in namespace:base
76 } // namespace win
scoped_gdi_object.h 13 namespace win { namespace in namespace:base
42 } // namespace win
scoped_handle_test_dll.cc 9 #include "base/win/base_features.h"
10 #include "base/win/current_module.h"
11 #include "base/win/scoped_handle.h"
14 namespace win { namespace in namespace:base
124 } // win
scoped_hdc.h 12 #include "base/win/scoped_handle.h"
15 namespace win { namespace in namespace:base
73 } // namespace win
scoped_hglobal.h 14 namespace win { namespace in namespace:base
50 } // namespace win
scoped_propvariant.h 14 namespace win { namespace in namespace:base
55 } // namespace win
event_trace_consumer.h 18 namespace win { namespace in namespace:base
147 } // namespace win
  /frameworks/base/native/android/
native_window_jni.cpp 31 sp<ANativeWindow> win = android_view_Surface_getNativeWindow(env, surface); local
32 if (win != NULL) {
33 win->incStrong((void*)ANativeWindow_fromSurface);
35 return win.get();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
panel.h 46 WINDOW *win; member in struct:panel
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
panel.h 46 WINDOW *win; member in struct:panel
  /external/syslinux/gpxe/src/hci/mucurses/
windows.c 15 * @v *win pointer to window being deleted
18 int delwin ( WINDOW *win ) {
19 if ( win == NULL )
26 wmove( win, 0, 0 );
29 _wputch( win, killch, WRAP );
30 } while ( win->curs_x + win->curs_y );
32 free( win );
94 * @v *win window to move
99 int mvwin ( WINDOW *win, int y, int x )
122 WINDOW *win; local
    [all...]
print.c 19 * @v *win window to be rendered in
23 int waddch ( WINDOW *win, const chtype ch ) {
24 _wputch( win, ch, WRAP );
31 * @v *win window to be rendered in
36 int waddnstr ( WINDOW *win, const char *str, int n ) {
37 _wputstr( win, str, WRAP, n );
43 WINDOW *win; member in struct:printw_context
50 _wputch( wctx->win, c | wctx->win->attrs, WRAP );
56 * @v *win subject windo
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
RotationAnimation.java 78 Window win = getWindow(); local
79 WindowManager.LayoutParams winParams = win.getAttributes();
85 win.setAttributes(winParams);
89 Window win = getWindow(); local
90 WindowManager.LayoutParams winParams = win.getAttributes();
92 win.setAttributes(winParams);
  /external/mesa3d/src/mesa/swrast/
s_feedback.c 39 GLfloat win[4]; local
43 win[0] = v->attrib[FRAG_ATTRIB_WPOS][0];
44 win[1] = v->attrib[FRAG_ATTRIB_WPOS][1];
45 win[2] = v->attrib[FRAG_ATTRIB_WPOS][2] / ctx->DrawBuffer->_DepthMaxF;
46 win[3] = 1.0F / v->attrib[FRAG_ATTRIB_WPOS][3];
48 _mesa_feedback_vertex(ctx, win, color, vtc);
  /external/skia/tools/viewer/sk_app/unix/
main_unix.cpp 17 void finishWindow(sk_app::Window_unix* win) {
18 win->finishResize();
19 win->finishPaint();
56 sk_app::Window_unix* win = sk_app::Window_unix::gWindowMap.find(event.xany.window); local
57 if (!win) {
64 win->markPendingPaint();
65 pendingWindows.add(win);
68 win->markPendingResize(event.xconfigurerequest.width,
70 pendingWindows.add(win);
73 if (win->handleEvent(event))
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/
editbox.h 20 WINDOW *win; member in struct:edit_box
40 WINDOW *win, unsigned int row, unsigned int col,
  /hardware/intel/common/libva/test/basic/
test.c 66 Window win = XCreateSimpleWindow(dpy, RootWindow(dpy, 0), 0, 0, 720, 480, 0, 0, WhitePixel(dpy, 0)); local
67 printf("Window = %08x\n", win);
68 XMapWindow(dpy, win);
71 vaPutSurface(va_dpy, surfaces[0], win, 0, 0, 720, 480, 0, 0, 720, 480, 0);
  /hardware/intel/common/libva/test/common/
va_display_x11.c 62 Window win, rootwin; local
79 win = XCreateSimpleWindow(
85 if (!win)
87 x11_window = win;
  /prebuilts/go/darwin-x86/doc/codewalk/
pig.go 13 win = 100 // The winning score in a game of Pig
62 for s.player+s.thisTurn < win {
111 strategies := make([]strategy, win)
12 win = 100 \/\/ The winning score in a game of Pig const
  /prebuilts/go/linux-x86/doc/codewalk/
pig.go 13 win = 100 // The winning score in a game of Pig
62 for s.player+s.thisTurn < win {
111 strategies := make([]strategy, win)
12 win = 100 \/\/ The winning score in a game of Pig const
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
EclipseUiHelper.java 49 IWorkbenchWindow win = PlatformUI.getWorkbench().getActiveWorkbenchWindow(); local
50 if (win != null) {
51 IWorkbenchPage page = win.getActivePage();
  /external/webrtc/webrtc/modules/desktop_capture/win/
scoped_gdi_object.h 20 namespace win { namespace in namespace:webrtc
92 } // namespace win

Completed in 1281 milliseconds

1 2 3 4 5 6 7 8 91011>>