HomeSort by relevance Sort by last modified time
    Searched refs:WINDOW (Results 1 - 25 of 48) 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));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
panel.h 45 WINDOW *win;
55 extern NCURSES_EXPORT(WINDOW*) panel_window (const PANEL *);
62 extern NCURSES_EXPORT(PANEL*) new_panel (WINDOW *);
68 extern NCURSES_EXPORT(int) replace_panel (PANEL *,WINDOW *);
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...]
cursesw.h 107 inline int UNDEF(box)(WINDOW *win, int v, int h) { return box(win, v, h); }
113 inline int UNDEF(mvwhline)(WINDOW *win, int y, int x, chtype c, int n) {
120 inline int UNDEF(mvwvline)(WINDOW *win, int y, int x, chtype c, int n) {
133 inline int UNDEF(clearok)(WINDOW* win, bool bf) { return clearok(win, bf); }
137 extern "C" NCURSES_IMPEXP int NCURSES_API clearok(WINDOW*, bool);
171 inline int UNDEF(flushok)(WINDOW* _win, bool _bf) {
204 inline int UNDEF(mvwinnstr)(WINDOW *win, int y, int x, char *_str, int n) {
218 inline int UNDEF(winsstr)(WINDOW *w, const char *_str) {
225 inline int UNDEF(mvwinsstr)(WINDOW *w, int y, int x, const char *_str) {
253 inline int UNDEF(mvwinsnstr)(WINDOW *w, int y, int x, const char *_str, int n)
    [all...]
menu.h 108 WINDOW *win; /* Window containing menu */
109 WINDOW *sub; /* Subwindow for menu display */
110 WINDOW *userwin; /* User's window */
111 WINDOW *usersub; /* User's subwindow */
189 extern NCURSES_EXPORT(WINDOW *) menu_sub (const MENU *);
190 extern NCURSES_EXPORT(WINDOW *) menu_win (const MENU *);
235 extern NCURSES_EXPORT(int) set_menu_sub (MENU *,WINDOW *);
238 extern NCURSES_EXPORT(int) set_menu_win (MENU *,WINDOW *);
    [all...]
form.h 138 int currow; /* current row in field window */
139 int curcol; /* current col in field window */
140 int toprow; /* in scrollable field window */
146 WINDOW * win; /* window */
147 WINDOW * sub; /* subwindow */
148 WINDOW * w; /* window for current field */
358 extern NCURSES_EXPORT(WINDOW *) form_win (const FORM *);
359 extern NCURSES_EXPORT(WINDOW *) form_sub (const FORM *)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
panel.h 45 WINDOW *win;
55 extern NCURSES_EXPORT(WINDOW*) panel_window (const PANEL *);
62 extern NCURSES_EXPORT(PANEL*) new_panel (WINDOW *);
68 extern NCURSES_EXPORT(int) replace_panel (PANEL *,WINDOW *);
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...]
cursesw.h 107 inline int UNDEF(box)(WINDOW *win, int v, int h) { return box(win, v, h); }
113 inline int UNDEF(mvwhline)(WINDOW *win, int y, int x, chtype c, int n) {
120 inline int UNDEF(mvwvline)(WINDOW *win, int y, int x, chtype c, int n) {
133 inline int UNDEF(clearok)(WINDOW* win, bool bf) { return clearok(win, bf); }
137 extern "C" NCURSES_IMPEXP int NCURSES_API clearok(WINDOW*, bool);
171 inline int UNDEF(flushok)(WINDOW* _win, bool _bf) {
204 inline int UNDEF(mvwinnstr)(WINDOW *win, int y, int x, char *_str, int n) {
218 inline int UNDEF(winsstr)(WINDOW *w, const char *_str) {
225 inline int UNDEF(mvwinsstr)(WINDOW *w, int y, int x, const char *_str) {
253 inline int UNDEF(mvwinsnstr)(WINDOW *w, int y, int x, const char *_str, int n)
    [all...]
menu.h 108 WINDOW *win; /* Window containing menu */
109 WINDOW *sub; /* Subwindow for menu display */
110 WINDOW *userwin; /* User's window */
111 WINDOW *usersub; /* User's subwindow */
189 extern NCURSES_EXPORT(WINDOW *) menu_sub (const MENU *);
190 extern NCURSES_EXPORT(WINDOW *) menu_win (const MENU *);
235 extern NCURSES_EXPORT(int) set_menu_sub (MENU *,WINDOW *);
238 extern NCURSES_EXPORT(int) set_menu_win (MENU *,WINDOW *);
    [all...]
form.h 138 int currow; /* current row in field window */
139 int curcol; /* current col in field window */
140 int toprow; /* in scrollable field window */
146 WINDOW * win; /* window */
147 WINDOW * sub; /* subwindow */
148 WINDOW * w; /* window for current field */
358 extern NCURSES_EXPORT(WINDOW *) form_win (const FORM *);
359 extern NCURSES_EXPORT(WINDOW *) form_sub (const FORM *)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
panel.h 45 WINDOW *win;
55 extern NCURSES_EXPORT(WINDOW*) panel_window (const PANEL *);
62 extern NCURSES_EXPORT(PANEL*) new_panel (WINDOW *);
68 extern NCURSES_EXPORT(int) replace_panel (PANEL *,WINDOW *);
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...]
cursesw.h 107 inline int UNDEF(box)(WINDOW *win, int v, int h) { return box(win, v, h); }
113 inline int UNDEF(mvwhline)(WINDOW *win, int y, int x, chtype c, int n) {
120 inline int UNDEF(mvwvline)(WINDOW *win, int y, int x, chtype c, int n) {
133 inline int UNDEF(clearok)(WINDOW* win, bool bf) { return clearok(win, bf); }
137 extern "C" NCURSES_IMPEXP int NCURSES_API clearok(WINDOW*, bool);
171 inline int UNDEF(flushok)(WINDOW* _win, bool _bf) {
204 inline int UNDEF(mvwinnstr)(WINDOW *win, int y, int x, char *_str, int n) {
218 inline int UNDEF(winsstr)(WINDOW *w, const char *_str) {
225 inline int UNDEF(mvwinsstr)(WINDOW *w, int y, int x, const char *_str) {
253 inline int UNDEF(mvwinsnstr)(WINDOW *w, int y, int x, const char *_str, int n)
    [all...]
menu.h 108 WINDOW *win; /* Window containing menu */
109 WINDOW *sub; /* Subwindow for menu display */
110 WINDOW *userwin; /* User's window */
111 WINDOW *usersub; /* User's subwindow */
189 extern NCURSES_EXPORT(WINDOW *) menu_sub (const MENU *);
190 extern NCURSES_EXPORT(WINDOW *) menu_win (const MENU *);
235 extern NCURSES_EXPORT(int) set_menu_sub (MENU *,WINDOW *);
238 extern NCURSES_EXPORT(int) set_menu_win (MENU *,WINDOW *);
    [all...]
form.h 138 int currow; /* current row in field window */
139 int curcol; /* current col in field window */
140 int toprow; /* in scrollable field window */
146 WINDOW * win; /* window */
147 WINDOW * sub; /* subwindow */
148 WINDOW * w; /* window for current field */
358 extern NCURSES_EXPORT(WINDOW *) form_win (const FORM *);
359 extern NCURSES_EXPORT(WINDOW *) form_sub (const FORM *)
    [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...]
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglWindowSurface.cpp 30 EglSurface(dpy, WINDOW,config,width,height),
EglSurface.h 33 WINDOW = 0,
  /device/generic/goldfish/camera/fake-pipeline2/
Scene.h 121 WINDOW,
  /external/chromium/chrome/browser/sessions/
session_restore_browsertest.cc 91 popup->window()->Show();
94 browser()->window()->Close();
96 // Create a new window, which should trigger session restore.
132 browser()->window()->Close();
134 // Expect a window with three tabs.
136 ASSERT_EQ(TabRestoreService::WINDOW, service->entries().front()->type);
137 const TabRestoreService::Window* window = local
138 static_cast<TabRestoreService::Window*>(service->entries().front());
139 EXPECT_EQ(3U, window->tabs.size())
    [all...]
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...]

Completed in 396 milliseconds

1 2