Home
last modified time | relevance | path

Searched refs:test_driver (Results 1 - 9 of 9) sorted by relevance

/third_party/ltp/testcases/kernel/device-drivers/base/tbase/
H A Dtbase.c97 struct device_driver test_driver; variable
106 if (drv == &test_driver && dev == &test_device) { in test_device_match()
134 struct device_driver test_driver = { variable
488 struct device_driver *drv = &test_driver, *tmp = NULL; in test_get_drv()
548 struct device_driver *drv = &test_driver; in test_put_drv()
609 struct device_driver *drv = &test_driver; in test_create_file()
865 driver_register(&test_driver); in tbase_init_module()
897 driver_unregister(&test_driver); in tbase_exit_module()
/third_party/node/test/fixtures/wpt/dom/events/scrolling/
H A Dscroll_support.js74 const test_driver_actions = new test_driver.Actions()
112 return new test_driver.Actions()
132 return new test_driver.Actions()
/third_party/node/test/fixtures/wpt/resources/
H A Daccesskey.js18 let actions = new test_driver.Actions();
H A Dtestdriver.js49 * @namespace {test_driver}
51 window.test_driver = {
87 * test_driver.bless('initiate media playback', function () {
114 return test_driver.click(button)
304 * :js:class:`test_driver.Actions` builder rather than
364 * await test_driver.set_permission({ name: "background-fetch" }, "denied");
365 * await test_driver.set_permission({ name: "push", userVisibleOnly: true }, "granted", true);
591 * await test_driver.set_spc_transaction_mode("autoaccept");
593 * return test_driver.set_spc_transaction_mode("none");
H A Dtestdriver-actions.js10 * :js:func:`test_driver.Actions.send` is called. This returns a
13 * The other methods on :js:class:`test_driver.Actions` object are
18 * Internally :js:func:`test_driver.Actions.send` invokes
19 * :js:func:`test_driver.action_sequence`.
24 * let actions = new test_driver.Actions()
69 * test_driver.action_sequence
99 return test_driver.action_sequence(actions, this.context);
598 test_driver.Actions = Actions;
/third_party/node/test/fixtures/wpt/dom/events/non-cancelable-when-passive/resources/
H A Dtouching.js11 return new test_driver.Actions()
H A Dscrolling.js29 await new test_driver.Actions()
/third_party/mbedtls/tests/src/drivers/
H A Dplatform_builtin_keys.c29 #include <test/drivers/test_driver.h>
/third_party/ltp/testcases/kernel/device-drivers/agp/kernel_space/
H A Dtagp.c321 struct agp_bridge_driver test_driver = { variable
602 bridge->driver = &test_driver; in test_pci_find_device()

Completed in 6 milliseconds