Home
last modified time | relevance | path

Searched refs:TestDev (Results 1 – 16 of 16) sorted by last modified time

/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/generators/test_cgen_range/
H A Ddev_channel_interface.idl20 * TestDev
22 interface TestDev {
H A Ddev_channel_interface.h65 typedef struct TestDev_1_2 TestDev; typedef
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/tests/
H A Dtest_graphics_2d.cc717 std::string TestGraphics2D::TestDev() { in TestDev() function in TestGraphics2D
H A Dtest_graphics_2d.h102 std::string TestDev();
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/generators/test_cgen_range/
H A Ddev_channel_interface.idl20 * TestDev
22 interface TestDev {
H A Ddev_channel_interface.h65 typedef struct TestDev_1_2 TestDev; typedef
/dports/lang/spidermonkey60/firefox-60.9.0/browser/extensions/mortar/ppapi/generators/test_cgen_range/
H A Ddev_channel_interface.h65 typedef struct TestDev_1_2 TestDev; typedef
H A Ddev_channel_interface.idl20 * TestDev
22 interface TestDev {
/dports/emulators/vmips/vmips-1.5.1/doc/
H A Dvmips.info2058 that `TestDev' is a memory-mapped device class which derives from class
2059 `DeviceMap', that TESTDEV is an instance of class `TestDev', and that
2063 testdev = new TestDev();
3138 a feature (TestDev) which wasn't distributed with 1.0.x.
3161 * The memory-mapped test device known as "TestDev" has been removed.
H A Dvmips.texi1587 that @code{TestDev} is a memory-mapped device class which derives from
1589 @code{TestDev}, and that @var{physmem} is a @code{Mapper} (memory
1594 testdev = new TestDev();
2677 This is a test for a feature (TestDev) which wasn't distributed with 1.0.x.
2701 @item The memory-mapped test device known as "TestDev" has been removed.
/dports/emulators/vmips/vmips-1.5.1/
H A DNEWS413 a feature (TestDev) which wasn't distributed with 1.0.x.
436 * The memory-mapped test device known as "TestDev" has been removed.
H A DChangeLog10422 TestDev is gone.
10428 TestDev is history; and so should be its testcase.
11206 vmips.cc: Remove initialization of TestDev.
15821 declaration of class TestDev.
15904 vmips.cc: TestDev instantiation is now added, by means of a ProxyRange.
H A Dvmips.cc302 test_device = new TestDev(); in setup_testdev()
H A Dvmips.h43 class TestDev; variable
75 TestDev *test_device;
H A Dtestdev.cc7 TestDev::TestDev() : DeviceMap() in TestDev() function in TestDev
15 TestDev::init() in init()
23 TestDev::fetch_word(uint32 offset, int mode, DeviceExc *client) in fetch_word()
33 TestDev::store_word(uint32 offset, uint32 odata, DeviceExc *client) in store_word()
H A Dtestdev.h8 class TestDev : public DeviceMap {
11 TestDev ();
12 virtual ~TestDev() { } in ~TestDev()