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

  /external/clang/test/Preprocessor/
macro_arg_slocentry_merge.h 5 #define WINDOW win
7 extern void f P_((WINDOW win));
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglSurface.h 33 WINDOW = 0,
EglX11Api.cpp 40 WINDOW = 0,
179 Window root;
193 Window root;
209 Window root;
221 Window root;
296 return new SrfcInfo(wnd,SrfcInfo::WINDOW);
EglWindowsApi.cpp 99 WINDOW = 0,
128 m_type(WINDOW){
143 if(m_type == WINDOW){
185 wcx.lpfnWndProc = dummyWndProc; // points to window procedure
187 wcx.cbWndExtra = sizeof(void*); // save extra window memory, to store VasWindow instance
193 wcx.lpszClassName = "DummyWin"; // name of window class
251 PFD_DRAW_TO_WINDOW | // support window
344 EGLint window,bitmap,pbuffer,transparent; local
364 IS_TRUE(s_wglExtProcs->wglGetPixelFormatAttribivARB(dpy,index,0,1,&attribs[0],&window));
367 if(window) supportedSurfaces |= EGL_WINDOW_BIT
    [all...]
  /external/skia/bench/
bench_analyze.py 24 WINDOW = 5 # Moving average sliding window size.
121 if len(vals) < WINDOW: # Too few bench data points; skip.
152 if len(points) >= WINDOW:
153 moving_avgs.append(sum(points[-WINDOW:]) / WINDOW)
155 else: # For the first WINDOW-1 points, cannot calculate moving average.
158 if len(variances) >= WINDOW:
159 for i in range(WINDOW - 1):
160 # Backfills estimated variances for the first WINDOW-1 points
    [all...]
  /external/chromium/chrome/browser/sessions/
tab_restore_service.h 30 // invoked and a Window is created to represent the window.
32 // To restore a tab/window from the TabRestoreService invoke RestoreEntryById
49 WINDOW
64 // The time when the window or tab was closed.
103 // Represents a previously open window.
104 struct Window : public Entry {
105 Window();
106 virtual ~Window();
108 // The tabs that comprised the window, in order
    [all...]
  /device/generic/goldfish/camera/fake-pipeline2/
Scene.h 121 WINDOW,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
curses.h 106 * Definition used to make WINDOW and similar structs opaque.
113 * The internal type used for window dimensions.
301 #define _SUBWIN 0x01 /* is this a sub-window? */
302 #define _ENDLINE 0x02 /* is the window flush right? */
303 #define _FULLWIN 0x04 /* is the window full-screen? */
305 #define _ISPAD 0x10 /* is this window a pad? */
322 typedef struct _win_st WINDOW;
369 /* window location and size */
370 NCURSES_SIZE_T _maxy, _maxx; /* maximums of x and y, NOT window size */
373 short _flags; /* window state flags *
    [all...]
ncurses.h 106 * Definition used to make WINDOW and similar structs opaque.
113 * The internal type used for window dimensions.
301 #define _SUBWIN 0x01 /* is this a sub-window? */
302 #define _ENDLINE 0x02 /* is the window flush right? */
303 #define _FULLWIN 0x04 /* is the window full-screen? */
305 #define _ISPAD 0x10 /* is this window a pad? */
322 typedef struct _win_st WINDOW;
369 /* window location and size */
370 NCURSES_SIZE_T _maxy, _maxx; /* maximums of x and y, NOT window size */
373 short _flags; /* window state flags *
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
curses.h 106 * Definition used to make WINDOW and similar structs opaque.
113 * The internal type used for window dimensions.
301 #define _SUBWIN 0x01 /* is this a sub-window? */
302 #define _ENDLINE 0x02 /* is the window flush right? */
303 #define _FULLWIN 0x04 /* is the window full-screen? */
305 #define _ISPAD 0x10 /* is this window a pad? */
322 typedef struct _win_st WINDOW;
369 /* window location and size */
370 NCURSES_SIZE_T _maxy, _maxx; /* maximums of x and y, NOT window size */
373 short _flags; /* window state flags *
    [all...]
ncurses.h 106 * Definition used to make WINDOW and similar structs opaque.
113 * The internal type used for window dimensions.
301 #define _SUBWIN 0x01 /* is this a sub-window? */
302 #define _ENDLINE 0x02 /* is the window flush right? */
303 #define _FULLWIN 0x04 /* is the window full-screen? */
305 #define _ISPAD 0x10 /* is this window a pad? */
322 typedef struct _win_st WINDOW;
369 /* window location and size */
370 NCURSES_SIZE_T _maxy, _maxx; /* maximums of x and y, NOT window size */
373 short _flags; /* window state flags *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
curses.h 106 * Definition used to make WINDOW and similar structs opaque.
113 * The internal type used for window dimensions.
301 #define _SUBWIN 0x01 /* is this a sub-window? */
302 #define _ENDLINE 0x02 /* is the window flush right? */
303 #define _FULLWIN 0x04 /* is the window full-screen? */
305 #define _ISPAD 0x10 /* is this window a pad? */
322 typedef struct _win_st WINDOW;
369 /* window location and size */
370 NCURSES_SIZE_T _maxy, _maxx; /* maximums of x and y, NOT window size */
373 short _flags; /* window state flags *
    [all...]
ncurses.h 106 * Definition used to make WINDOW and similar structs opaque.
113 * The internal type used for window dimensions.
301 #define _SUBWIN 0x01 /* is this a sub-window? */
302 #define _ENDLINE 0x02 /* is the window flush right? */
303 #define _FULLWIN 0x04 /* is the window full-screen? */
305 #define _ISPAD 0x10 /* is this window a pad? */
322 typedef struct _win_st WINDOW;
369 /* window location and size */
370 NCURSES_SIZE_T _maxy, _maxx; /* maximums of x and y, NOT window size */
373 short _flags; /* window state flags *
    [all...]
  /prebuilts/tools/common/m2/internal/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 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 1987 milliseconds