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

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/glsl/glcpp/tests/
087-if-comments.c 4 win
022-define-func-arg-with-parens.c 2 foo(argument(including parens)for the win)
  /external/clang/test/Preprocessor/
macro_arg_slocentry_merge.h 5 #define WINDOW win
7 extern void f P_((WINDOW win));
  /frameworks/native/opengl/tools/glgen/stubs/egl/
eglCreateWindowSurface.java 1 // C function EGLSurface eglCreateWindowSurface ( EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list )
6 Object win,
14 Object win,
21 Object win,
26 if (win instanceof SurfaceView) {
27 SurfaceView surfaceView = (SurfaceView)win;
29 } else if (win instanceof SurfaceHolder) {
30 SurfaceHolder holder = (SurfaceHolder)win;
32 } else if (win instanceof Surface) {
33 sur = (Surface) win;
    [all...]
  /hardware/libhardware/tests/hwc/
cnativewindow.c 125 CNativeWindow *win = from_base(base); local
126 if (win->fb && win->fb->setSwapInterval)
127 return win->fb->setSwapInterval(win->fb, interval);
132 CNativeWindow *win = from_base(base); local
135 pthread_mutex_lock(&win->lock);
137 while ((cnb = get_front(&win->free_buffer_queue)) == 0) {
138 pthread_cond_wait(&win->cvar, &win->lock)
231 CNativeWindow *win = from_base(base); local
253 CNativeWindow *win = from_base(base); local
281 CNativeWindow *win = from_base_const(base); local
314 CNativeWindow *win = from_base(base); local
560 CNativeWindow *win; local
    [all...]
util.h 34 void cnw_destroy(struct CNativeWindow *win);
35 void cnw_info(struct CNativeWindow *win,
  /prebuilts/gdb/darwin-x86/lib/python2.7/curses/
textpad.py 6 def rectangle(win, uly, ulx, lry, lrx):
10 win.vline(uly+1, ulx, curses.ACS_VLINE, lry - uly - 1)
11 win.hline(uly, ulx+1, curses.ACS_HLINE, lrx - ulx - 1)
12 win.hline(lry, ulx+1, curses.ACS_HLINE, lrx - ulx - 1)
13 win.vline(uly+1, lrx, curses.ACS_VLINE, lry - uly - 1)
14 win.addch(uly, ulx, curses.ACS_ULCORNER)
15 win.addch(uly, lrx, curses.ACS_URCORNER)
16 win.addch(lry, lrx, curses.ACS_LRCORNER)
17 win.addch(lry, ulx, curses.ACS_LLCORNER)
43 def __init__(self, win, insert_mode=False)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/curses/
textpad.py 6 def rectangle(win, uly, ulx, lry, lrx):
10 win.vline(uly+1, ulx, curses.ACS_VLINE, lry - uly - 1)
11 win.hline(uly, ulx+1, curses.ACS_HLINE, lrx - ulx - 1)
12 win.hline(lry, ulx+1, curses.ACS_HLINE, lrx - ulx - 1)
13 win.vline(uly+1, lrx, curses.ACS_VLINE, lry - uly - 1)
14 win.addch(uly, ulx, curses.ACS_ULCORNER)
15 win.addch(uly, lrx, curses.ACS_URCORNER)
16 win.addch(lry, lrx, curses.ACS_LRCORNER)
17 win.addch(lry, ulx, curses.ACS_LLCORNER)
43 def __init__(self, win, insert_mode=False)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
textpad.py 6 def rectangle(win, uly, ulx, lry, lrx):
10 win.vline(uly+1, ulx, curses.ACS_VLINE, lry - uly - 1)
11 win.hline(uly, ulx+1, curses.ACS_HLINE, lrx - ulx - 1)
12 win.hline(lry, ulx+1, curses.ACS_HLINE, lrx - ulx - 1)
13 win.vline(uly+1, lrx, curses.ACS_VLINE, lry - uly - 1)
14 win.addch(uly, ulx, curses.ACS_ULCORNER)
15 win.addch(uly, lrx, curses.ACS_URCORNER)
16 win.addch(lry, lrx, curses.ACS_LRCORNER)
17 win.addch(lry, ulx, curses.ACS_LLCORNER)
43 def __init__(self, win, insert_mode=False)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
textpad.py 6 def rectangle(win, uly, ulx, lry, lrx):
10 win.vline(uly+1, ulx, curses.ACS_VLINE, lry - uly - 1)
11 win.hline(uly, ulx+1, curses.ACS_HLINE, lrx - ulx - 1)
12 win.hline(lry, ulx+1, curses.ACS_HLINE, lrx - ulx - 1)
13 win.vline(uly+1, lrx, curses.ACS_VLINE, lry - uly - 1)
14 win.addch(uly, ulx, curses.ACS_ULCORNER)
15 win.addch(uly, lrx, curses.ACS_URCORNER)
16 win.addch(lry, lrx, curses.ACS_LRCORNER)
17 win.addch(lry, ulx, curses.ACS_LLCORNER)
43 def __init__(self, win, insert_mode=False)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
curses.h     [all...]
ncurses.h     [all...]
  /external/toybox/kconfig/lxdialog/
menubox.c 66 static void do_print_item(WINDOW * win, const char *item, int line_y,
77 wattrset(win, dlg.menubox.atr);
78 wmove(win, line_y, 0);
83 waddch(win, ' ');
86 wclrtoeol(win);
88 wattrset(win, selected ? dlg.item_selected.atr : dlg.item.atr);
89 mvwaddstr(win, line_y, item_x, menu_item);
91 wattrset(win, selected ? dlg.tag_key_selected.atr
93 mvwaddch(win, line_y, item_x + j, menu_item[j]);
96 wmove(win, line_y, item_x + 1)
    [all...]
checklist.c 31 static void print_item(WINDOW * win, int choice, int selected)
36 wattrset(win, dlg.menubox.atr);
37 wmove(win, choice, 0);
39 waddch(win, ' ');
41 wmove(win, choice, check_x);
42 wattrset(win, selected ? dlg.check_selected.atr
44 wprintw(win, "(%c)", item_is_tag('X') ? 'X' : ' ');
46 wattrset(win, selected ? dlg.tag_selected.atr : dlg.tag.atr);
47 mvwaddch(win, choice, item_x, item_str()[0]);
48 wattrset(win, selected ? dlg.item_selected.atr : dlg.item.atr)
    [all...]
util.c 239 void attr_clear(WINDOW * win, int height, int width, chtype attr)
243 wattrset(win, attr);
245 wmove(win, i, 0);
247 waddch(win, ' ');
249 touchwin(win);
314 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x)
333 wmove(win, y, (width - prompt_len) / 2);
334 waddstr(win, tempstr);
358 wmove(win, cur_y, cur_x);
359 waddstr(win, word)
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/windows/
w32-lcc.mk 18 include $(TOP_DIR)/builds/compiler/win-lcc.mk
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
curses.h     [all...]
ncurses.h     [all...]
  /external/sonivox/jet_tools/JetCreator/
JetStatusEvent.py 27 def EVT_JET_STATUS(win, func):
28 win.Connect(-1, -1, EVT_JET_STATUS_ID, func)
  /hardware/intel/common/libva/test/putsurface/
putsurface_x11.c 75 Window root, win; local
83 win = (Window)drawable_thread0;
89 XSetNormalHints(x11_display, win, &sizehints);
90 XSetStandardProperties(x11_display, win, "Thread 0", "Thread 0",
93 XMapWindow(x11_display, win);
95 context_thread0 = XCreateGC(x11_display, win, 0, 0);
96 XSelectInput(x11_display, win, KeyPressMask | StructureNotifyMask);
111 win = (Window)drawable_thread1;
117 XSetNormalHints(x11_display, win, &sizehints);
118 XSetStandardProperties(x11_display, win, "Thread 1", "Thread 1"
139 Window win = (Window)drawable; local
    [all...]
  /external/opencv/cv/src/
cvcornersubpix.cpp 45 int count, CvSize win, CvSize zeroZone,
63 int win_w = win.width * 2 + 1, win_h = win.height * 2 + 1;
86 if( win.width <= 0 || win.height <= 0 )
132 coeff = 1. / (win.width * win.width);
135 for( i = -win.width, k = 0; i <= win.width; i++, k++ )
140 if( win.width == win.height
    [all...]
  /external/opencv3/modules/imgproc/src/
cornersubpix.cpp 45 Size win, Size zeroZone, TermCriteria criteria )
48 int win_w = win.width * 2 + 1, win_h = win.height * 2 + 1;
62 CV_Assert( win.width > 0 && win.height > 0 );
63 CV_Assert( src.cols >= win.width*2 + 5 && src.rows >= win.height*2 + 5 );
71 float y = (float)(i - win.height)/win.height;
75 float x = (float)(j - win.width)/win.width
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
AppWindowToken.java 162 WindowState win = allAppWindows.get(i); local
163 if (win == startingWindow && clientHidden) {
169 "Setting visibility of " + win + ": " + (!clientHidden));
170 win.mClient.dispatchAppVisibility(!clientHidden);
183 void onFirstWindowDrawn(WindowState win, WindowStateAnimator winAnimator) {
191 + win.mToken + ": first real window is shown, no animation");
216 WindowState win = allAppWindows.get(i); local
217 if (win == startingWindow || win.mAppFreezing
218 || win.mViewVisibility != View.VISIBL
291 WindowState win = windows.get(j); local
314 WindowState win = allAppWindows.get(i); local
347 final WindowState win = allAppWindows.get(i); local
401 final WindowState win = allWindows.get(i); local
578 WindowState win = allAppWindows.get(i); local
598 WindowState win = allAppWindows.get(winNdx); local
617 WindowState win = allAppWindows.get(winNdx); local
800 final WindowState win = windows.get(i); local
848 final WindowState win = findMainWindow(); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
EclipseUiHelper.java 49 IWorkbenchWindow win = PlatformUI.getWorkbench().getActiveWorkbenchWindow(); local
50 if (win != null) {
51 IWorkbenchPage page = win.getActivePage();
  /development/samples/ApiDemos/src/com/example/android/apis/app/
RotationAnimation.java 75 Window win = getWindow(); local
76 WindowManager.LayoutParams winParams = win.getAttributes();
82 win.setAttributes(winParams);
86 Window win = getWindow(); local
87 WindowManager.LayoutParams winParams = win.getAttributes();
89 win.setAttributes(winParams);

Completed in 912 milliseconds

1 2 3 4 5 6 7 8 91011>>