/external/chromium/chrome/browser/ui/views/ |
H A D | dropdown_bar_host.cc | 21 #include "base/win/scoped_gdi_object.h" 29 typedef base::win::ScopedRegion ScopedPlatformRegion;
|
/external/libvpx/libvpx/vp8/common/arm/neon/ |
H A D | idct_dequant_full_2x_neon.asm | 74 ; shift again afterward, but also avoids the sign issue. win win!
|
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
H A D | SDL_x11modes.c | 319 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 D | tcp_subr.c | 107 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 D | tcp_subr.c | 109 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 D | aacenc_tns.cpp | 243 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 D | render_widget_host_view_win.cc | 14 #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 D | autocomplete_edit_view_win.cc | 14 #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 D | autocomplete_edit_view_win.h | 17 #include "base/win/scoped_comptr.h" 542 mutable base::win::ScopedComPtr<IAccessible> autocomplete_accessibility_;
|
/external/chromium/chrome/common/ |
H A D | service_process_util_unittest.cc | 24 #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 D | sched-migration.py | 260 def set_root_win(self, win): 261 self.root_win = win
|
/external/chromium/base/ |
H A D | message_pump_win.cc | 11 #include "base/win/wrapped_window_proc.h" 237 wc.lpfnWndProc = base::win::WrappedWindowProc<WndProcThunk>;
|
/external/chromium/base/win/ |
H A D | scoped_variant.cc | 5 #include "base/win/scoped_variant.h" 9 namespace win { namespace in namespace:base 275 } // namespace win
|
H A D | scoped_variant_unittest.cc | 5 #include "base/win/scoped_variant.h" 9 namespace win { namespace in namespace:base 262 } // namespace win
|
H A D | pe_image.cc | 8 #include "base/win/pe_image.h" 11 namespace win { namespace in namespace:base 569 } // namespace win
|
H A D | registry.cc | 5 #include "base/win/registry.h" 15 namespace win { namespace in namespace:base 410 } // namespace win
|
/external/webkit/Source/ThirdParty/ANGLE/include/EGL/ |
H A D | egl.h | 266 EGLNativeWindowType win,
|
/external/chromium/chrome/browser/download/ |
H A D | download_util.cc | 28 #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 D | enumerate_modules_model_win.cc | 21 #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 D | browser_main.cc | 154 // 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 D | cvaux.h | 174 #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 D | racoonctl.c | 1496 struct winsize win; local 1500 if (ioctl(1, TIOCGWINSZ, &win) != 1) 1501 col = win.ws_col;
|
/external/chromium/chrome/browser/policy/ |
H A D | configuration_policy_provider_win_unittest.cc | 14 #include "base/win/registry.h" 24 using base::win::RegKey;
|
/external/libvpx/libvpx/ |
H A D | configure | 404 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 D | SDL_wimpvideo.c | 56 extern void WIMP_SetFocus(int win);
|