/external/zlib/src/test/ |
H A D | infcover.c | 277 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 D | hbtestfont | 108 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 D | sandbox_policy.cc | 19 #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 D | test_server_win.cc | 20 #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 D | SDL_wimppoll.c | 54 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 D | scrollbar_render.cpp | 76 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 D | WebView.h | 301 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 D | google_update.cc | 16 #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 D | base_paths_win.cc | 13 #include "base/win/windows_version.h" 89 if (win::GetVersion() < win::VERSION_VISTA) {
|
H A D | logging_win.cc | 11 using base::win::EtwEventLevel; 12 using base::win::EtwMofEvent;
|
/external/chromium/base/debug/ |
H A D | trace_event_win.cc | 14 using base::win::EtwEventType; 15 using base::win::EtwMofEvent;
|
/external/chromium/base/threading/ |
H A D | platform_thread_win.cc | 9 #include "base/win/windows_version.h" 49 if (stack_size > 0 && base::win::GetVersion() >= base::win::VERSION_XP) {
|
/external/chromium/base/win/ |
H A D | event_trace_provider_unittest.cc | 6 #include "base/win/event_trace_provider.h" 13 using base::win::EtwTraceProvider; 14 using base::win::EtwMofEvent;
|
H A D | event_trace_controller_unittest.cc | 13 #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 D | scoped_bstr.cc | 5 #include "base/win/scoped_bstr.h" 10 namespace win { namespace in namespace:base 70 } // namespace win
|
H A D | scoped_gdi_object.h | 15 namespace win { namespace in namespace:base 75 } // namespace win
|
H A D | windows_version.cc | 5 #include "base/win/windows_version.h" 12 namespace win { namespace in namespace:base 72 } // namespace win
|
H A D | windows_version.h | 15 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 D | extension_gallery_install_apitest.cc | 7 #include "base/win/windows_version.h" 46 return GetVersion() < base::win::VERSION_VISTA;
|
/external/chromium/chrome/browser/history/ |
H A D | history_publisher.h | 15 #include "base/win/scoped_comptr.h" 66 typedef std::vector< base::win::ScopedComPtr<
|
/external/chromium/net/disk_cache/ |
H A D | cache_util_win.cc | 12 #include "base/win/scoped_handle.h" 70 base::win::ScopedHandle file(CreateFile(
|
/external/chromium/net/http/ |
H A D | url_security_manager_win.cc | 12 #include "base/win/scoped_comptr.h" 40 base::win::ScopedComPtr<IInternetSecurityManager> security_manager_;
|
/external/kernel-headers/original/linux/ |
H A D | tegrafb.h | 84 struct tegra_fb_windowattr win[TEGRA_FB_FLIP_N_WINDOWS]; member in struct:tegra_fb_flip_args
|
/external/chromium/chrome/browser/diagnostics/ |
H A D | recon_diagnostics.cc | 24 #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 D | web_app.cc | 19 #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);
|