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

1 2

  /external/clang/test/Preprocessor/
macro_arg_slocentry_merge.h 5 #define WINDOW win
7 extern void f P_((WINDOW win));
  /external/webrtc/talk/media/base/
screencastid.h 38 #include "webrtc/base/window.h"
46 // Used for identifying a window or desktop to be screencast.
49 enum Type { INVALID, WINDOW, DESKTOP };
54 : type_(WINDOW), window_(id) {
61 const rtc::WindowId& window() const { return window_; } function in class:cricket::ScreencastId
71 } else if (type_ == WINDOW) {
77 bool IsWindow() const { return type_ == WINDOW; }
85 } else if (type_ == WINDOW) {
86 return window_.Equals(other.window());
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_api.h 30 and create a window, you must do the following to use the X/Mesa interface:
37 3. Call XMesaCreateWindowBuffer() to create an XMesaBuffer from an X window
47 7. Before the X window is destroyed, call XMesaDestroyBuffer().
137 * Create a new XMesaContext for rendering into an X11 window.
159 * Create an XMesaBuffer from an X window.
161 extern XMesaBuffer XMesaCreateWindowBuffer( XMesaVisual v, Window w );
173 * Destroy an XMesaBuffer, but not the corresponding window or pixmap.
240 * Scan for XMesaBuffers whose window/pixmap has been destroyed, then free
318 WINDOW, /* An X window */
    [all...]
  /device/generic/goldfish/camera/fake-pipeline2/
Scene.h 121 WINDOW,
  /device/google/cuttlefish_common/guest/hals/camera/fake-pipeline2/
Scene.h 108 WINDOW,
  /external/mesa3d/src/mesa/drivers/x11/
xmesaP.h 128 WINDOW, /* An X window */
129 GLXWINDOW, /* GLX window */
145 * <drawable> is the X window
158 XMesaDrawable drawable; /* Usually the X window ID */
190 BufferType type; /* window, pixmap, pbuffer or glxwindow */
222 * because they depend on the window's colormap.
305 * Converts a GL window Y coord to an X window Y coord:
  /external/python/cpython2/Lib/lib-tk/
Tix.py 41 WINDOW = 'window'
84 display, rather than to a particular window.
208 """Toplevel widget of Tix which represents mostly the main window
487 raise RuntimeError("Too early to create display style: no root window")
744 system in a dialog window. The user can use this dialog window to
    [all...]
  /external/python/cpython3/Lib/tkinter/
tix.py 33 WINDOW = 'window'
76 display, rather than to a particular window.
200 """Toplevel widget of Tix which represents mostly the main window
481 "no root window")
738 system in a dialog window. The user can use this dialog window to
    [all...]
  /external/syslinux/gpxe/src/include/
curses.h 73 /** Curses Window struct */
75 /** screen with which window associates */
77 /** window attributes */
79 /** window origin coordinates */
81 /** window cursor position */
83 /** window dimensions */
85 /** parent window */
91 } WINDOW;
93 extern WINDOW _stdscr;
218 extern int box ( WINDOW *, chtype, chtype ) __nonnull
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tix.py 39 WINDOW = 'window'
83 display, rather than to a particular window.
211 """Toplevel widget of Tix which represents mostly the main window
493 elif not master: raise RuntimeError, "Too early to create display style: no root window"
752 system in a dialog window. The user can use this dialog window to
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tix.py 39 WINDOW = 'window'
83 display, rather than to a particular window.
211 """Toplevel widget of Tix which represents mostly the main window
493 elif not master: raise RuntimeError, "Too early to create display style: no root window"
752 system in a dialog window. The user can use this dialog window to
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 39 WINDOW = 'window'
83 display, rather than to a particular window.
211 """Toplevel widget of Tix which represents mostly the main window
493 elif not master: raise RuntimeError, "Too early to create display style: no root window"
752 system in a dialog window. The user can use this dialog window to
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 39 WINDOW = 'window'
83 display, rather than to a particular window.
211 """Toplevel widget of Tix which represents mostly the main window
493 elif not master: raise RuntimeError, "Too early to create display style: no root window"
752 system in a dialog window. The user can use this dialog window to
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
curses.h 100 * Definition used to make WINDOW and similar structs opaque.
120 * The internal type used for window dimensions.
320 #define _SUBWIN 0x01 /* is this a sub-window? */
321 #define _ENDLINE 0x02 /* is the window flush right? */
322 #define _FULLWIN 0x04 /* is the window full-screen? */
324 #define _ISPAD 0x10 /* is this window a pad? */
341 typedef struct _win_st WINDOW;
394 /* window location and size */
395 NCURSES_SIZE_T _maxy, _maxx; /* maximums of x and y, NOT window size */
398 short _flags; /* window state flags *
    [all...]
ncurses.h 100 * Definition used to make WINDOW and similar structs opaque.
120 * The internal type used for window dimensions.
320 #define _SUBWIN 0x01 /* is this a sub-window? */
321 #define _ENDLINE 0x02 /* is the window flush right? */
322 #define _FULLWIN 0x04 /* is the window full-screen? */
324 #define _ISPAD 0x10 /* is this window a pad? */
341 typedef struct _win_st WINDOW;
394 /* window location and size */
395 NCURSES_SIZE_T _maxy, _maxx; /* maximums of x and y, NOT window size */
398 short _flags; /* window state flags *
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
jaccess.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
jaccess.jar 
  /prebuilts/jdk/jdk8/darwin-x86/lib/
jconsole.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
jconsole.jar 
  /external/guice/extensions/persist/lib/
hsqldb.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 

Completed in 696 milliseconds

1 2