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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/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/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/chromium_org/gpu/gles2_conform_support/egl/
surface.cc 9 Surface::Surface(EGLNativeWindowType win) : window_(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...]
  /external/chromium_org/ui/base/win/
dpi_setup.cc 5 #include "ui/base/win/dpi_setup.h"
10 #include "ui/gfx/win/dpi.h"
13 namespace win { namespace in namespace:ui
19 } // namespace win
dpi_setup.h 11 namespace win { namespace in namespace:ui
19 } // namespace win
accessibility_ids_win.h 8 namespace win { namespace in namespace:base
27 } // win
atl_module.h 14 namespace win { namespace in namespace:ui
34 } // namespace win
  /sdk/emulator/opengl/host/libs/libOpenglRender/
NativeMacSubWindow.m 39 NSWindow *win = (NSWindow *)p_window;
40 if (!win) {
45 NSRect content_rect = [win contentRectForFrameRect:[win frame]];
51 [[win contentView] addSubview:glView];
52 [win makeKeyAndOrderFront:nil];
58 void destroySubWindow(EGLNativeDisplayType dis,EGLNativeWindowType win){
59 if(win){
60 NSView *glView = (NSView *)win;
NativeLinuxSubWindow.cpp 39 Window win = XCreateWindow(*display_out,p_window,x,y, width,height,0,CopyFromParent,CopyFromParent,CopyFromParent,CWEventMask,&wa); local
40 XMapWindow(*display_out,win);
42 XIfEvent(*display_out, &e, WaitForMapNotify, (char *)win);
43 return win;
46 void destroySubWindow(EGLNativeDisplayType dis,EGLNativeWindowType win){
47 XDestroyWindow(dis, win);
  /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...]
  /external/chromium_org/rlz/win/lib/
registry_util.h 9 namespace win { namespace in namespace:base
11 } // namespace win
16 bool RegKeyReadValue(base::win::RegKey& key,
21 bool RegKeyWriteValue(base::win::RegKey& key,
  /external/chromium_org/ash/test/
test_suite.cc 19 #include "base/win/windows_version.h"
20 #include "ui/base/win/atl_module.h"
36 base::win::Version version = base::win::GetVersion();
39 if (version >= base::win::VERSION_VISTA &&
42 com_initializer_.reset(new base::win::ScopedCOMInitializer());
43 ui::win::CreateATLModuleIfNeeded();
44 if (version >= base::win::VERSION_WIN8)
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglWindowSurface.cpp 21 bool EglWindowSurface::alreadyAssociatedWithConfig(EGLNativeWindowType win) {
22 return s_associatedWins.find(win) != s_associatedWins.end();
27 EGLNativeWindowType win,
31 m_win(win)
33 s_associatedWins.insert(win);
34 m_native = EglOS::createWindowSurface(win);
  /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...]
  /external/chromium_org/components/nacl/renderer/
sandbox_arch.cc 7 #include "base/win/windows_version.h"
22 if (base::win::OSInfo::GetInstance()->architecture() ==
23 base::win::OSInfo::X64_ARCHITECTURE)
  /external/chromium_org/content/common/
content_switches_internal.cc 11 #include "base/win/windows_version.h"
24 return base::win::GetVersion() >= base::win::VERSION_WIN8;
  /external/chromium_org/remoting/base/
scoped_sc_handle_win.h 10 #include "base/win/scoped_handle.h"
37 typedef base::win::GenericScopedHandle<
38 ScHandleTraits, base::win::DummyVerifierTraits> ScopedScHandle;
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11modes_c.h 39 extern void X11_WaitMapped(_THIS, Window win);
40 extern void X11_WaitUnmapped(_THIS, Window win);
  /external/chromium_org/base/
sys_info_win.cc 14 #include "base/win/windows_version.h"
38 return win::OSInfo::GetInstance()->processors();
77 win::OSInfo* os_info = win::OSInfo::GetInstance();
78 win::OSInfo::VersionNumber version_number = os_info->version_number();
81 win::OSInfo::ServicePack service_pack = os_info->service_pack();
96 win::OSInfo::WindowsArchitecture arch =
97 win::OSInfo::GetInstance()->architecture();
99 case win::OSInfo::X86_ARCHITECTURE:
101 case win::OSInfo::X64_ARCHITECTURE
    [all...]
  /external/chromium_org/chrome/installer/util/
advanced_firewall_manager_win.h 14 #include "base/win/scoped_comptr.h"
25 // Initializes object to manage application win name |app_name| and path
51 base::win::ScopedComPtr<INetFwRule> CreateUDPRule(
57 void GetAllRules(std::vector<base::win::ScopedComPtr<INetFwRule> >* rules);
60 void DeleteRule(base::win::ScopedComPtr<INetFwRule> rule);
64 base::win::ScopedComPtr<INetFwPolicy2> firewall_policy_;
65 base::win::ScopedComPtr<INetFwRules> firewall_rules_;

Completed in 768 milliseconds

1 2 3 4 5 6 7 8 91011>>