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

1 2

  /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...]
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglWindowSurface.cpp 30 EglSurface(dpy, WINDOW,config,width,height),
EglSurface.h 33 WINDOW = 0,
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...]
EglImp.cpp 721 //checking native window validity
722 if(newReadPtr->type() == EglSurface::WINDOW && !EglOS::validNativeWin(nativeDisplay,nativeRead)) {
725 if(newDrawPtr->type() == EglSurface::WINDOW && !EglOS::validNativeWin(nativeDisplay,nativeDraw)) {
782 //if surface not window return
783 if(Srfc->type() != EglSurface::WINDOW){
800 if(!currCtx->read().Ptr() || !currCtx->draw().Ptr() || currCtx->draw()->type()!=EglSurface::WINDOW) {
877 if(read->type() == EglSurface::WINDOW &&
887 if(draw->type() == EglSurface::WINDOW &&
    [all...]
  /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...]
tab_restore_service_browsertest.cc 82 // Adds a window with one tab and url to the profile's session service.
100 // is configured with a single window with a single tab pointing at url1_ by
297 ASSERT_EQ(TabRestoreService::WINDOW, entry2->type);
298 TabRestoreService::Window* window = local
299 static_cast<TabRestoreService::Window*>(entry2);
300 ASSERT_EQ(1U, window->tabs.size());
301 EXPECT_EQ(0, window->timestamp.ToInternalValue());
302 EXPECT_EQ(0, window->selected_tab_index);
303 ASSERT_EQ(1U, window->tabs[0].navigations.size())
353 TabRestoreService::Window* window = local
395 TabRestoreService::Window* window = local
439 TabRestoreService::Window* window = local
    [all...]

Completed in 659 milliseconds

1 2