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

1 2 3 4

  /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/chromium_org/third_party/libjingle/source/talk/media/base/
screencastid.h 12 #include "talk/base/window.h"
20 // Used for identifying a window or desktop to be screencast.
23 enum Type { INVALID, WINDOW, DESKTOP };
28 : type_(WINDOW), window_(id) {
35 const talk_base::WindowId& window() const { return window_; } function in class:cricket::ScreencastId
45 } else if (type_ == WINDOW) {
51 bool IsWindow() const { return type_ == WINDOW; }
59 } else if (type_ == WINDOW) {
60 return window_.Equals(other.window());
  /external/chromium_org/chrome/browser/sessions/
tab_restore_service.cc 43 // Window ---------------------------------------------------------------------
45 TabRestoreService::Window::Window() : Entry(WINDOW), selected_tab_index(-1) {
48 TabRestoreService::Window::~Window() {
persistent_tab_restore_service_browsertest.cc 21 typedef TabRestoreService::Window Window;
31 app_browser->window()->Close();
41 // It should be a window with an app.
42 ASSERT_EQ(TabRestoreService::WINDOW, restored_entry->type);
43 const Window* restored_window =
44 static_cast<const Window*>(restored_entry);
  /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_org/chrome/browser/ui/views/frame/
system_menu_model_delegate.cc 52 if (trs && trs->entries().front()->type == TabRestoreService::WINDOW)
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglWindowSurface.cpp 30 EglSurface(dpy, WINDOW,config,width,height),

Completed in 2329 milliseconds

1 2 3 4