Searched refs:win (Results 176 - 200 of 218) sorted by relevance

123456789

/external/chromium/chrome/browser/ui/views/
H A Ddropdown_bar_host.cc21 #include "base/win/scoped_gdi_object.h"
29 typedef base::win::ScopedRegion ScopedPlatformRegion;
/external/libvpx/libvpx/vp8/common/arm/neon/
H A Didct_dequant_full_2x_neon.asm74 ; shift again afterward, but also avoids the sign issue. win win!
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11modes.c319 void X11_WaitMapped(_THIS, Window win) argument
324 } while ( (event.type != MapNotify) || (event.xmap.event != win) );
328 void X11_WaitUnmapped(_THIS, Window win) argument
333 } while ( (event.type != UnmapNotify) || (event.xunmap.event != win) );
/external/qemu/slirp/
H A Dtcp_subr.c107 int win = 0; local
118 win = sbspace(&tp->t_socket->so_rcv);
157 ti->ti_win = htons((u_int16_t) (win >> tp->rcv_scale));
159 ti->ti_win = htons((u_int16_t)win);
/external/qemu/slirp-android/
H A Dtcp_subr.c109 int win = 0; local
120 win = sbspace(&tp->t_socket->so_rcv);
159 ti->ti_win = htons((u_int16_t) (win >> tp->rcv_scale));
161 ti->ti_win = htons((u_int16_t)win);
/external/aac/libAACenc/src/
H A Daacenc_tns.cpp243 FIXP_DBL *win,
1062 FIXP_DBL *win,
1093 * win[i] = (float)exp( gaussExp * (i+0.5) * (i+0.5) );
1097 win[i] = fPow(
1104 win[i] = scaleValueSaturate(win[i], e1);
1061 FDKaacEnc_CalcGaussWindow( FIXP_DBL *win, const int winSize, const INT samplingRate, const INT transformResolution, const FIXP_DBL timeResolution, const INT timeResolution_e ) argument
/external/chromium/chrome/browser/renderer_host/
H A Drender_widget_host_view_win.cc14 #include "base/win/scoped_comptr.h"
15 #include "base/win/scoped_gdi_object.h"
16 #include "base/win/wrapped_window_proc.h"
38 #include "third_party/WebKit/Source/WebKit/chromium/public/win/WebInputEventFactory.h"
44 #include "ui/base/win/hwnd_util.h"
427 wcex.lpfnWndProc = base::win::WrappedWindowProc<PluginWrapperWindowProc>;
628 base::win::ScopedGDIObject<HRGN> damage_region(CreateRectRgn(0, 0, 0, 0));
857 base::win::ScopedGDIObject<HRGN> damage_region(CreateRectRgn(0, 0, 0, 0));
1512 base::win::WrappedWindowProc<CompositorHostWindowProc>;
1636 base::win
[all...]
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit_view_win.cc14 #include "app/win/iat_patch_function.h"
357 app::win::IATPatchFunction begin_paint_;
358 app::win::IATPatchFunction end_paint_;
754 base::win::ScopedComPtr<IAccessible> accessibility_comptr(accessibility);
2079 base::win::ScopedComPtr<ITextSelection> selection;
2109 base::win::ScopedComPtr<ITextSelection> selection;
2420 base::win::ScopedComPtr<IRichEditOle, NULL> ole_interface;
H A Dautocomplete_edit_view_win.h17 #include "base/win/scoped_comptr.h"
542 mutable base::win::ScopedComPtr<IAccessible> autocomplete_accessibility_;
/external/chromium/chrome/common/
H A Dservice_process_util_unittest.cc24 #include "base/win/win_util.h"
113 EXPECT_TRUE(base::win::ReadCommandFromAutoRun(HKEY_CURRENT_USER,
143 EXPECT_FALSE(base::win::ReadCommandFromAutoRun(HKEY_CURRENT_USER,
/external/linux-tools-perf/scripts/python/
H A Dsched-migration.py260 def set_root_win(self, win):
261 self.root_win = win
/external/chromium/base/
H A Dmessage_pump_win.cc11 #include "base/win/wrapped_window_proc.h"
237 wc.lpfnWndProc = base::win::WrappedWindowProc<WndProcThunk>;
/external/chromium/base/win/
H A Dscoped_variant.cc5 #include "base/win/scoped_variant.h"
9 namespace win { namespace in namespace:base
275 } // namespace win
H A Dscoped_variant_unittest.cc5 #include "base/win/scoped_variant.h"
9 namespace win { namespace in namespace:base
262 } // namespace win
H A Dpe_image.cc8 #include "base/win/pe_image.h"
11 namespace win { namespace in namespace:base
569 } // namespace win
H A Dregistry.cc5 #include "base/win/registry.h"
15 namespace win { namespace in namespace:base
410 } // namespace win
/external/webkit/Source/ThirdParty/ANGLE/include/EGL/
H A Degl.h266 EGLNativeWindowType win,
/external/chromium/chrome/browser/download/
H A Ddownload_util.cc28 #include "base/win/windows_version.h"
77 #include "base/win/scoped_comptr.h"
727 if (base::win::GetVersion() < base::win::VERSION_WIN7)
730 base::win::ScopedComPtr<ITaskbarList3> taskbar;
/external/chromium/chrome/browser/
H A Denumerate_modules_model_win.cc21 #include "base/win/registry.h"
22 #include "base/win/scoped_handle.h"
441 base::win::ScopedHandle snap(::CreateToolhelp32Snapshot(TH32CS_SNAPMODULE,
473 base::win::RegistryValueIterator registration(parent, kRegPath);
477 base::win::RegKey clsid;
H A Dbrowser_main.cc154 // TODO(port): several win-only methods have been pulled out of this, but
164 #include "app/win/scoped_com_initializer.h"
165 #include "base/win/windows_version.h"
1601 if (base::win::GetVersion() >= base::win::VERSION_VISTA) {
1622 app::win::ScopedCOMInitializer com_initializer;
/external/opencv/cvaux/include/
H A Dcvaux.h174 #define CV_COUNT_OBS(roi, win, delta, numObs ) \
176 (numObs)->width =((roi)->width -(win)->width +(delta)->width)/(delta)->width; \
177 (numObs)->height =((roi)->height -(win)->height +(delta)->height)/(delta)->height;\
/external/ipsec-tools/src/racoon/
H A Dracoonctl.c1496 struct winsize win; local
1500 if (ioctl(1, TIOCGWINSZ, &win) != 1)
1501 col = win.ws_col;
/external/chromium/chrome/browser/policy/
H A Dconfiguration_policy_provider_win_unittest.cc14 #include "base/win/registry.h"
24 using base::win::RegKey;
/external/libvpx/libvpx/
H A Dconfigure404 win*) enabled static_msvcrt && DIST_DIR="${DIST_DIR}mt" || DIST_DIR="${DIST_DIR}md"
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/
H A DSDL_wimpvideo.c56 extern void WIMP_SetFocus(int win);

Completed in 1825 milliseconds

123456789