Searched defs:win (Results 76 - 100 of 206) sorted by relevance

123456789

/external/chromium_org/base/win/
H A Dscoped_bstr.cc5 #include "base/win/scoped_bstr.h"
10 namespace win { namespace in namespace:base
70 } // namespace win
H A Dscoped_variant_unittest.cc5 #include "base/win/scoped_variant.h"
9 namespace win { namespace in namespace:base
260 } // namespace win
H A Dshortcut_unittest.cc5 #include "base/win/shortcut.h"
14 #include "base/win/scoped_com_initializer.h"
15 #include "base/win/windows_version.h"
19 namespace win { namespace in namespace:base
321 } // namespace win
H A Dwindows_version.cc5 #include "base/win/windows_version.h"
11 #include "base/win/registry.h"
18 namespace win { namespace in namespace:base
150 base::win::RegKey key(HKEY_LOCAL_MACHINE, kProcessorNameString, KEY_READ);
175 } // namespace win
H A Devent_trace_controller.cc6 #include "base/win/event_trace_controller.h"
10 namespace win { namespace in namespace:base
172 } // namespace win
H A Di18n.cc5 #include "base/win/i18n.h"
152 namespace win { namespace in namespace:base
168 } // namespace win
H A Dmessage_window.cc5 #include "base/win/message_window.h"
10 #include "base/win/wrapped_window_proc.h"
15 namespace win { namespace in namespace:base
43 window_class.lpfnWndProc = &base::win::WrappedWindowProc<WindowProc>;
164 } // namespace win
H A Dmetro.cc5 #include "base/win/metro.h"
9 #include "base/win/scoped_comptr.h"
10 #include "base/win/windows_version.h"
13 namespace win { namespace in namespace:base
78 if (base::win::GetVersion() < base::win::VERSION_VISTA)
113 typedef base::win::MetroLaunchType (*GetLaunchType)(
114 base::win::MetroPreviousExecutionState* previous_state);
118 HMODULE metro = base::win::GetMetroModule();
120 return base::win
[all...]
H A Dscoped_comptr.h14 namespace win { namespace in namespace:base
165 } // namespace win
/external/chromium_org/chrome/installer/util/
H A Dapp_command.h15 namespace win { namespace in namespace:base
34 bool Initialize(const base::win::RegKey& key);
/external/chromium_org/chrome/test/base/
H A Din_process_browser_test.h28 namespace win { namespace in namespace:base
213 scoped_ptr<base::win::ScopedCOMInitializer> com_initializer_;
/external/chromium_org/sandbox/win/src/
H A Dtarget_process.h12 #include "base/win/scoped_handle.h"
13 #include "base/win/scoped_process_information.h"
14 #include "sandbox/win/src/crosscall_server.h"
15 #include "sandbox/win/src/sandbox_types.h"
18 namespace win { namespace in namespace:base
22 }; // namespace win
51 const base::win::StartupInformation& startup_info,
52 base::win::ScopedProcessInformation* target_info);
98 base::win::ScopedProcessInformation sandbox_process_info_;
101 base::win
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dwin_unittest.py36 from webkitpy.layout_tests.port import win namespace
41 port_name = 'win'
42 full_port_name = 'win-xp'
43 port_maker = win.WinPort
44 os_name = 'win'
75 self.assertIn(port.name(), ('win-xp', 'win-win7'))
77 self.assert_name(None, 'xp', 'win-xp')
78 self.assert_name('win', 'xp', 'win
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d10app/
H A Dd3d10x11main.cpp57 Window win = XCreateWindow(dpy, RootWindow(dpy, DefaultScreen(dpy)), 0, 0, width, height, 0, CopyFromParent, InputOutput, visual, CWBorderPixel | CWColormap| CWEventMask, &swa); local
58 XMapWindow(dpy, win);
69 swap_chain_desc.OutputWindow = (HWND)win;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11app/
H A Dd3d11x11main.cpp31 Window win = XCreateWindow(dpy, RootWindow(dpy, DefaultScreen(dpy)), 0, 0, width, height, 0, CopyFromParent, InputOutput, visual, CWBorderPixel | CWColormap| CWEventMask, &swa); local
32 XMapWindow(dpy, win);
43 swap_chain_desc.OutputWindow = (HWND)win;
/external/chromium_org/third_party/mesa/src/src/gallium/targets/graw-xlib/
H A Dgraw_xlib.c55 Window win = 0; local
113 win = XCreateWindow( graw.display, root, x, y, width, height,
127 XSetNormalHints(graw.display, win, &sizehints);
128 XSetStandardProperties(graw.display, win, name, name,
132 XMapWindow(graw.display, win);
136 if (e.type == MapNotify && e.xmap.window == win) {
142 xlib_handle->drawable = (Drawable)win;
163 if (win)
164 XDestroyWindow(graw.display, win);
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/
H A Dilbc_specific_functions.c25 const int16_t *win,
32 const int16_t *winptr = win;
41 const int16_t *win, int16_t vector_length,
47 const int16_t *winptr = win;
24 WebRtcSpl_ReverseOrderMultArrayElements(int16_t *out, const int16_t *in, const int16_t *win, int16_t vector_length, int16_t right_shifts) argument
40 WebRtcSpl_ElementwiseVectorMult(int16_t *out, const int16_t *in, const int16_t *win, int16_t vector_length, int16_t right_shifts) argument
/external/chromium_org/ui/base/win/
H A Daccessibility_misc_utils.h16 namespace win { namespace in namespace:base
92 } // win
H A Dshell.cc5 #include "ui/base/win/shell.h"
16 #include "base/win/metro.h"
17 #include "base/win/scoped_comptr.h"
18 #include "base/win/win_util.h"
19 #include "base/win/windows_version.h"
23 namespace win { namespace in namespace:ui
67 if (base::win::GetVersion() < base::win::VERSION_WIN7 ||
68 base::win::IsMetroProcess())
70 base::win
[all...]
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10app/
H A Dd3d10x11main.cpp57 Window win = XCreateWindow(dpy, RootWindow(dpy, DefaultScreen(dpy)), 0, 0, width, height, 0, CopyFromParent, InputOutput, visual, CWBorderPixel | CWColormap| CWEventMask, &swa); local
58 XMapWindow(dpy, win);
69 swap_chain_desc.OutputWindow = (HWND)win;
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
H A Dd3d11x11main.cpp31 Window win = XCreateWindow(dpy, RootWindow(dpy, DefaultScreen(dpy)), 0, 0, width, height, 0, CopyFromParent, InputOutput, visual, CWBorderPixel | CWColormap| CWEventMask, &swa); local
32 XMapWindow(dpy, win);
43 swap_chain_desc.OutputWindow = (HWND)win;
/external/mesa3d/src/gallium/targets/graw-xlib/
H A Dgraw_xlib.c55 Window win = 0; local
113 win = XCreateWindow( graw.display, root, x, y, width, height,
127 XSetNormalHints(graw.display, win, &sizehints);
128 XSetStandardProperties(graw.display, win, name, name,
132 XMapWindow(graw.display, win);
136 if (e.type == MapNotify && e.xmap.window == win) {
142 xlib_handle->drawable = (Drawable)win;
163 if (win)
164 XDestroyWindow(graw.display, win);
/external/qemu/slirp/
H A Dtcp_output.c70 register long len, win; local
98 win = min(tp->snd_wnd, tp->snd_cwnd);
111 if (win == 0) {
130 win = 1;
137 len = min(so->so_snd.sb_cc, win) - off;
151 if (win == 0) {
164 win = sbspace(&so->so_rcv);
197 if (win > 0) {
203 long adv = min(win, (long)TCP_MAXWIN << tp->rcv_scale) -
437 if (win < (lon
[all...]
/external/qemu/slirp-android/
H A Dtcp_output.c70 register long len, win; local
98 win = min(tp->snd_wnd, tp->snd_cwnd);
111 if (win == 0) {
130 win = 1;
137 len = min(so->so_snd.sb_cc, win) - off;
151 if (win == 0) {
164 win = sbspace(&so->so_rcv);
197 if (win > 0) {
203 long adv = min(win, (long)TCP_MAXWIN << tp->rcv_scale) -
437 if (win < (lon
[all...]
/external/webrtc/src/common_audio/signal_processing/
H A Dilbc_specific_functions.c44 G_CONST WebRtc_Word16 *win,
51 G_CONST WebRtc_Word16 *winptr = win;
60 G_CONST WebRtc_Word16 *win, WebRtc_Word16 vector_length,
66 G_CONST WebRtc_Word16 *winptr = win;
43 WebRtcSpl_ReverseOrderMultArrayElements(WebRtc_Word16 *out, G_CONST WebRtc_Word16 *in, G_CONST WebRtc_Word16 *win, WebRtc_Word16 vector_length, WebRtc_Word16 right_shifts) argument
59 WebRtcSpl_ElementwiseVectorMult(WebRtc_Word16 *out, G_CONST WebRtc_Word16 *in, G_CONST WebRtc_Word16 *win, WebRtc_Word16 vector_length, WebRtc_Word16 right_shifts) argument

Completed in 4176 milliseconds

123456789