Searched refs:win (Results 76 - 100 of 218) sorted by relevance

123456789

/external/zlib/src/test/
H A Dinfcover.c277 inflate() on each call, or zero to feed it all, win is the window bits
280 inflate() call is expected to return Z_STREAM_END). If win is 47, then
284 local void inf(char *hex, char *what, unsigned step, int win, unsigned len, argument
296 ret = inflateInit2(&strm, win);
302 if (win == 47) {
474 unsigned char win[32768]; local
476 ret = inflateBackInit_(Z_NULL, 0, win, 0, 0);
478 ret = inflateBackInit(Z_NULL, 0, win); assert(ret == Z_STREAM_ERROR);
485 ret = inflateBackInit(&strm, 15, win); assert(ret == Z_OK);
501 ret = inflateBackInit(&strm, 15, win); asser
511 unsigned char *in, *out, *win; local
[all...]
/external/harfbuzz_ng/contrib/python/scripts/
H A Dhbtestfont108 win = gtk.Window() variable
109 win.resize(org[0] + 10, 2 * opts.size + 40)
110 win.connect('delete-event', gtk.main_quit)
112 win.add(frame)
115 win.show_all()
/external/chromium/chrome/common/
H A Dsandbox_policy.cc19 #include "base/win/windows_version.h"
285 if (base::win::GetVersion() > base::win::VERSION_XP) {
336 if (base::win::GetVersion() >= base::win::VERSION_VISTA) {
419 if (base::win::GetVersion() > base::win::VERSION_XP) {
521 if (base::win::GetVersion() > base::win::VERSION_XP) {
539 if (base::win
[all...]
/external/chromium/net/test/
H A Dtest_server_win.cc20 #include "base/win/scoped_handle.h"
29 base::win::ScopedHandle* job_handle) {
195 base::win::ScopedHandle read_fd(child_read_fd_.Take());
196 base::win::ScopedHandle write_fd(child_write_fd_.Take());
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/
H A DSDL_wimppoll.c54 void WIMP_SetFocus(int win);
306 void WIMP_SetFocus(int win) argument
310 regs.r[0] = win;
/external/webkit/Source/WebCore/platform/wx/wxcode/gtk/
H A Dscrollbar_render.cpp76 GdkWindow* wxGetGdkWindowForDC(wxWindow* win, wxDC& dc) argument
81 gdk_window = win->GTKGetDrawingWindow();
90 // GTK_PIZZA(win->m_wxwindow)->bin_window, but this approach
99 gdk_window = GTK_PIZZA(win->m_wxwindow)->bin_window;
/external/webkit/Source/WebKit/wx/
H A DWebView.h301 wxWebViewBeforeLoadEvent( wxWindow* win = (wxWindow*) NULL );
322 wxWebViewLoadEvent( wxWindow* win = (wxWindow*) NULL );
370 wxWebViewNewWindowEvent( wxWindow* win = static_cast<wxWindow*>(NULL));
387 wxWebViewRightClickEvent( wxWindow* win = static_cast<wxWindow*>(NULL));
425 wxWebViewConsoleMessageEvent( wxWindow* win = (wxWindow*) NULL );
448 wxWebViewAlertEvent( wxWindow* win = (wxWindow*) NULL );
465 wxWebViewConfirmEvent( wxWindow* win = (wxWindow*) NULL );
482 wxWebViewPromptEvent( wxWindow* win = (wxWindow*) NULL );
499 wxWebViewReceivedTitleEvent( wxWindow* win = static_cast<wxWindow*>(NULL));
519 wxWebViewWindowObjectClearedEvent( wxWindow* win
[all...]
/external/chromium/chrome/browser/google/
H A Dgoogle_update.cc16 #include "base/win/registry.h"
17 #include "base/win/scoped_comptr.h"
18 #include "base/win/windows_version.h"
46 base::win::RegKey policy(HKEY_LOCAL_MACHINE,
108 if (base::win::GetVersion() >= base::win::VERSION_VISTA) {
238 base::win::ScopedComPtr<IProgressWndEvents> event_sink_;
295 base::win::ScopedComPtr<IJobObserver> job_holder(job_observer);
297 base::win::ScopedComPtr<IGoogleUpdate> on_demand;
/external/chromium/base/
H A Dbase_paths_win.cc13 #include "base/win/windows_version.h"
89 if (win::GetVersion() < win::VERSION_VISTA) {
H A Dlogging_win.cc11 using base::win::EtwEventLevel;
12 using base::win::EtwMofEvent;
/external/chromium/base/debug/
H A Dtrace_event_win.cc14 using base::win::EtwEventType;
15 using base::win::EtwMofEvent;
/external/chromium/base/threading/
H A Dplatform_thread_win.cc9 #include "base/win/windows_version.h"
49 if (stack_size > 0 && base::win::GetVersion() >= base::win::VERSION_XP) {
/external/chromium/base/win/
H A Devent_trace_provider_unittest.cc6 #include "base/win/event_trace_provider.h"
13 using base::win::EtwTraceProvider;
14 using base::win::EtwMofEvent;
H A Devent_trace_controller_unittest.cc13 #include "base/win/event_trace_controller.h"
14 #include "base/win/event_trace_provider.h"
15 #include "base/win/scoped_handle.h"
20 using base::win::EtwTraceController;
21 using base::win::EtwTraceProvider;
22 using base::win::EtwTraceProperties;
55 base::win::ScopedHandle callback_event_;
H A Dscoped_bstr.cc5 #include "base/win/scoped_bstr.h"
10 namespace win { namespace in namespace:base
70 } // namespace win
H A Dscoped_gdi_object.h15 namespace win { namespace in namespace:base
75 } // namespace win
H A Dwindows_version.cc5 #include "base/win/windows_version.h"
12 namespace win { namespace in namespace:base
72 } // namespace win
H A Dwindows_version.h15 namespace win { namespace in namespace:base
20 // "if (base::win::GetVersion() >= base::win::VERSION_VISTA) ...".
103 } // namespace win
/external/chromium/chrome/browser/extensions/
H A Dextension_gallery_install_apitest.cc7 #include "base/win/windows_version.h"
46 return GetVersion() < base::win::VERSION_VISTA;
/external/chromium/chrome/browser/history/
H A Dhistory_publisher.h15 #include "base/win/scoped_comptr.h"
66 typedef std::vector< base::win::ScopedComPtr<
/external/chromium/net/disk_cache/
H A Dcache_util_win.cc12 #include "base/win/scoped_handle.h"
70 base::win::ScopedHandle file(CreateFile(
/external/chromium/net/http/
H A Durl_security_manager_win.cc12 #include "base/win/scoped_comptr.h"
40 base::win::ScopedComPtr<IInternetSecurityManager> security_manager_;
/external/kernel-headers/original/linux/
H A Dtegrafb.h84 struct tegra_fb_windowattr win[TEGRA_FB_FLIP_N_WINDOWS]; member in struct:tegra_fb_flip_args
/external/chromium/chrome/browser/diagnostics/
H A Drecon_diagnostics.cc24 #include "base/win/windows_version.h"
51 base::win::Version version = base::win::GetVersion();
52 if ((version < base::win::VERSION_XP) ||
53 ((version == base::win::VERSION_XP) &&
54 (base::win::OSInfo::GetInstance()->service_pack().major < 2))) {
/external/chromium/chrome/browser/web_applications/
H A Dweb_app.cc19 #include "base/win/windows_version.h"
256 (base::win::GetVersion() >= base::win::VERSION_WIN7) ?
258 (base::win::GetVersion() >= base::win::VERSION_WIN7) ?
286 (base::win::GetVersion() >= base::win::VERSION_WIN7);

Completed in 1642 milliseconds

123456789