Home
last modified time | relevance | path

Searched refs:platform_specific (Results 26 – 50 of 143) sorted by relevance

123456

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/telemetry/telemetry/story/
H A Dstory.py36 grouping_keys=None, platform_specific=False): argument
53 self._platform_specific = platform_specific
148 def platform_specific(self): member in Story
/dports/games/abstreet/winit-a87ae2661263ff241e8868cbf3ce65aab205863a/src/platform/
H A Dweb.rs41 self.platform_specific.canvas = canvas; in with_canvas()
55 self.platform_specific.canvas = canvas; in with_canvas()
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/winit-0.24.0/src/platform/
H A Dweb.rs41 self.platform_specific.canvas = canvas; in with_canvas()
55 self.platform_specific.canvas = canvas; in with_canvas()
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/pancurses-0.16.1/src/
H A Dwindow.rs1 use {chtype, curses, platform_specific, ptr, Input, ToChtype, ERR};
70 platform_specific::_attroff(self._window, attributes.into()) in attroff()
75 platform_specific::_attron(self._window, attributes.into()) in attron()
80 platform_specific::_attrset(self._window, attributes.into()) in attrset()
229 platform_specific::_draw_box(self._window, verch.to_chtype(), horch.to_chtype()) in draw_box()
284 platform_specific::_wgetch(self._window) in getch()
570 platform_specific::_ungetch(input) in ungetch()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/pancurses-0.17.0/src/
H A Dwindow.rs1 use crate::{chtype, curses, platform_specific, ptr, Input, ToChtype, ERR};
69 platform_specific::_attroff(self._window, attributes.into())
74 platform_specific::_attron(self._window, attributes.into())
79 platform_specific::_attrset(self._window, attributes.into())
231 platform_specific::_draw_box(self._window, verch.to_chtype(), horch.to_chtype())
285 platform_specific::_wgetch(self._window)
576 platform_specific::_ungetch(input)
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/pancurses-0.16.1/src/
H A Dwindow.rs1 use {chtype, curses, platform_specific, ptr, Input, ToChtype, ERR};
70 platform_specific::_attroff(self._window, attributes.into())
75 platform_specific::_attron(self._window, attributes.into())
80 platform_specific::_attrset(self._window, attributes.into())
229 platform_specific::_draw_box(self._window, verch.to_chtype(), horch.to_chtype())
284 platform_specific::_wgetch(self._window)
570 platform_specific::_ungetch(input)
/dports/graphics/agg/agg-2.5/src/platform/mac/
H A Dagg_platform_support.cpp59 class platform_specific class
62 platform_specific(pix_format_e format, bool flip_y);
96 platform_specific::platform_specific(pix_format_e format, bool flip_y) : in platform_specific() function in agg::platform_specific
199 void platform_specific::create_pmap(unsigned width, in create_pmap()
214 void platform_specific::display_pmap(WindowRef window, const rendering_buffer* src) in display_pmap()
266 bool platform_specific::save_pmap(const char* fn, unsigned idx, in save_pmap()
320 bool platform_specific::load_pmap(const char* fn, unsigned idx, in load_pmap()
436 unsigned platform_specific::translate(unsigned keycode) in translate()
445 m_specific(new platform_specific(format, flip_y)), in platform_support()
/dports/math/py-matplotlib/matplotlib-3.4.3/extern/agg24-svn/src/platform/mac/
H A Dagg_platform_support.cpp55 class platform_specific class
58 platform_specific(pix_format_e format, bool flip_y);
92 platform_specific::platform_specific(pix_format_e format, bool flip_y) : in platform_specific() function in agg::platform_specific
195 void platform_specific::create_pmap(unsigned width, in create_pmap()
210 void platform_specific::display_pmap(WindowRef window, const rendering_buffer* src) in display_pmap()
262 bool platform_specific::save_pmap(const char* fn, unsigned idx, in save_pmap()
316 bool platform_specific::load_pmap(const char* fn, unsigned idx, in load_pmap()
432 unsigned platform_specific::translate(unsigned keycode) in translate()
441 m_specific(new platform_specific(format, flip_y)), in platform_support()
/dports/math/py-matplotlib2/matplotlib-2.2.4/extern/agg24-svn/src/platform/mac/
H A Dagg_platform_support.cpp55 class platform_specific class
58 platform_specific(pix_format_e format, bool flip_y);
92 platform_specific::platform_specific(pix_format_e format, bool flip_y) : in platform_specific() function in agg::platform_specific
195 void platform_specific::create_pmap(unsigned width, in create_pmap()
210 void platform_specific::display_pmap(WindowRef window, const rendering_buffer* src) in display_pmap()
262 bool platform_specific::save_pmap(const char* fn, unsigned idx, in save_pmap()
316 bool platform_specific::load_pmap(const char* fn, unsigned idx, in load_pmap()
432 unsigned platform_specific::translate(unsigned keycode) in translate()
441 m_specific(new platform_specific(format, flip_y)), in platform_support()
/dports/graphics/agg/agg-2.5/src/platform/X11/
H A Dagg_platform_support.cpp42 class platform_specific class
45 platform_specific(pix_format_e format, bool flip_y);
46 ~platform_specific();
80 platform_specific::platform_specific(pix_format_e format, bool flip_y) : in platform_specific() function in agg::platform_specific
202 platform_specific::~platform_specific() in ~platform_specific()
207 void platform_specific::caption(const char* capt) in caption()
225 void platform_specific::put_image(const rendering_buffer* src) in put_image()
362 m_specific(new platform_specific(format, flip_y)), in platform_support()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/telemetry/telemetry/page/
H A D__init__.py26 platform_specific=False, argument
36 grouping_keys=grouping_keys, platform_specific=platform_specific)
/dports/graphics/agg/agg-2.5/src/platform/win32/
H A Dagg_platform_support.cpp42 class platform_specific class
45 platform_specific(pix_format_e format, bool flip_y);
80 platform_specific::platform_specific(pix_format_e format, bool flip_y) : in platform_specific() function in agg::platform_specific
221 void platform_specific::create_pmap(unsigned width, in create_pmap()
313 void platform_specific::display_pmap(HDC dc, const rendering_buffer* src) in display_pmap()
342 bool platform_specific::save_pmap(const char* fn, unsigned idx, in save_pmap()
370 bool platform_specific::load_pmap(const char* fn, unsigned idx, in load_pmap()
555 unsigned platform_specific::translate(unsigned keycode) in translate()
564 m_specific(new platform_specific(format, flip_y)), in platform_support()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/telemetry/telemetry/wpr/
H A Darchive_info_unittest.py19 def __init__(self, url, name=None, platform_specific=False): argument
21 self._platform_specific = platform_specific
24 page2 = MockPage('http://www.page2.com/', 'Page2', platform_specific=True)
25 page3 = MockPage('http://www.page3.com/', 'Page3', platform_specific=True)
27 pageNew2 = MockPage('http://www.new2.com/', 'New2', platform_specific=True)
/dports/sysutils/dua-cli/dua-cli-2.14.11/cargo-crates/trash-2.0.2/src/
H A Dmacos.rs74 self.platform_specific.delete_method = method;
77 self.platform_specific.delete_method in default()
83 match self.platform_specific.delete_method { in fmt()
/dports/devel/boost-docs/boost_1_72_0/boost/process/
H A Dasync_pipe.hpp44 typedef platform_specific native_handle_type;
48 typedef platform_specific handle_type;
/dports/devel/R-cran-BH/BH/inst/include/boost/process/
H A Dasync_pipe.hpp44 typedef platform_specific native_handle_type;
48 typedef platform_specific handle_type;
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/process/
H A Dasync_pipe.hpp44 typedef platform_specific native_handle_type;
48 typedef platform_specific handle_type;
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/process/
H A Dasync_pipe.hpp44 typedef platform_specific native_handle_type;
48 typedef platform_specific handle_type;
/dports/devel/boost-libs/boost_1_72_0/boost/process/
H A Dasync_pipe.hpp44 typedef platform_specific native_handle_type;
48 typedef platform_specific handle_type;
/dports/devel/boost-python-libs/boost_1_72_0/boost/process/
H A Dasync_pipe.hpp44 typedef platform_specific native_handle_type;
48 typedef platform_specific handle_type;
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/process/
H A Dasync_pipe.hpp44 typedef platform_specific native_handle_type;
48 typedef platform_specific handle_type;
/dports/devel/hyperscan/boost_1_75_0/boost/process/
H A Dasync_pipe.hpp44 typedef platform_specific native_handle_type;
48 typedef platform_specific handle_type;
/dports/math/py-matplotlib/matplotlib-3.4.3/extern/agg24-svn/src/platform/win32/
H A Dagg_platform_support.cpp41 class platform_specific class
44 platform_specific(pix_format_e format, bool flip_y);
79 platform_specific::platform_specific(pix_format_e format, bool flip_y) : in platform_specific() function in agg::platform_specific
250 void platform_specific::create_pmap(unsigned width, in create_pmap()
399 void platform_specific::display_pmap(HDC dc, const rendering_buffer* src) in display_pmap()
428 bool platform_specific::save_pmap(const char* fn, unsigned idx, in save_pmap()
456 bool platform_specific::load_pmap(const char* fn, unsigned idx, in load_pmap()
732 unsigned platform_specific::translate(unsigned keycode) in translate()
741 m_specific(new platform_specific(format, flip_y)), in platform_support()
/dports/math/py-matplotlib2/matplotlib-2.2.4/extern/agg24-svn/src/platform/win32/
H A Dagg_platform_support.cpp41 class platform_specific class
44 platform_specific(pix_format_e format, bool flip_y);
79 platform_specific::platform_specific(pix_format_e format, bool flip_y) : in platform_specific() function in agg::platform_specific
250 void platform_specific::create_pmap(unsigned width, in create_pmap()
399 void platform_specific::display_pmap(HDC dc, const rendering_buffer* src) in display_pmap()
428 bool platform_specific::save_pmap(const char* fn, unsigned idx, in save_pmap()
456 bool platform_specific::load_pmap(const char* fn, unsigned idx, in load_pmap()
732 unsigned platform_specific::translate(unsigned keycode) in translate()
741 m_specific(new platform_specific(format, flip_y)), in platform_support()
/dports/graphics/evolvotron/evolvotron/
H A Dcommon.pro20 # which is used to set PLATFORM_BSD in libevolvotron/platform_specific.cpp
25 # You might want to add some appropriate code to libevolvotron/platform_specific.cpp

123456