Home
last modified time | relevance | path

Searched refs:controllers (Results 1 – 25 of 32) sorted by relevance

12

/third_party/node/test/fixtures/wpt/dom/abort/resources/
Dabort-signal-any-tests.js44 const controllers = [];
46 controllers.push(new controllerInterface());
48 const combinedSignal = signalInterface.any(controllers.map(c => c.signal));
57 controllers[i].abort();
68 const controllers = [];
70 controllers.push(new controllerInterface());
72 controllers[1].abort("reason 1");
73 controllers[2].abort("reason 2");
75 const signal = signalInterface.any(controllers.map(c => c.signal));
103 const controllers = [];
[all …]
/third_party/ltp/testcases/kernel/controllers/
Dtestplan.txt3 This directory "controllers" is created to include all test cases related to
4 the resource controllers in linux. The testplan at present includes testing
7 testcases will be included to test these controllers further.
11 controllers directory.
13 For more information on resource controllers please refer to
DREADME24 controllers are enabled. If not enabled then it will not run the test and
/third_party/node/test/parallel/
Dtest-abortsignal-any.mjs61 const controllers = Array.from({ length: 3 }, () => new AbortController()); constant
62 const combinedSignal = AbortSignal.any(controllers.map((c) => c.signal));
63 controllers[1].abort(1);
64 controllers[2].abort(2);
79 const controllers = Array.from({ length: 2 }, () => new AbortController()); constant
80 const composedSignal1 = AbortSignal.any([controllers[0].signal]);
81 const composedSignal2 = AbortSignal.any([composedSignal1, controllers[1].signal]);
84 controllers[0].abort();
/third_party/ltp/testcases/kernel/
DMakefile22 controllers \
49 FILTER_OUT_DIRS += containers controllers device-drivers fs io ipc mem \
/third_party/libwebsockets/lib/drivers/
DREADME.md4 actual drivers for some devices like I2C OLED controllers, their main job is
32 At these generic objects like buttons or led controllers, there is a stable
/third_party/ltp/scenario_groups/
Ddefault16 controllers
/third_party/ltp/
DTODO30 newly added pids testcases. Have a look at testcases/kernel/controllers/.
/third_party/ltp/testcases/kernel/controllers/freezer/
DTODO7 Generate patch adding these tests to the controllers (cgroup) suite
9 suite on the controllers suite once this is done?
DREADME10 These tests exercise the freezer and signal subsystems (aka controllers)
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Ddpp_tcp.c136 dl_list_add(&dpp->controllers, &ctrl->list); in dpp_relay_add_controller()
149 dl_list_for_each(ctrl, &dpp->controllers, struct dpp_relay_controller, in dpp_relay_controller_get()
167 dl_list_for_each(ctrl, &dpp->controllers, struct dpp_relay_controller, in dpp_relay_controller_get_ctx()
512 dl_list_for_each(ctrl, &dpp->controllers, in dpp_relay_rx_action()
563 dl_list_for_each(ctrl, &dpp->controllers, in dpp_relay_rx_gas_req()
1824 dl_list_for_each_safe(ctrl, tmp, &dpp->controllers, in dpp_relay_flush_controllers()
Ddpp_i.h20 struct dl_list controllers; /* struct dpp_relay_controller */ member
/third_party/ltp/lib/
Dtst_cgroup.c185 static struct cgroup_ctrl controllers[] = { variable
217 for ((ctrl) = controllers + 1; (ctrl)->ctrl_name; (ctrl)++)
328 struct cgroup_ctrl *ctrl = controllers; in cgroup_find_ctrl()
/third_party/python/Doc/library/
Dwebbrowser.rst188 .. _browser-controllers:
193 Browser controllers provide these methods which parallel three of the
/third_party/ltp/testcases/kernel/controllers/pids/
Dpids.sh53 if ! grep -q pids "$mount_point"/cgroup.controllers; then
/third_party/libwebsockets/lib/drivers/led/
DREADME.md4 to gpio and pwm controllers, and automatically handled pwm sequencers.
/third_party/libwebsockets/lib/drivers/button/
DREADME.md42 ## Declaring button controllers
/third_party/mesa3d/docs/drivers/
Dpanfrost.rst38 controllers paired with Mali GPUs. If your board with a Panfrost supported GPU
/third_party/mesa3d/src/freedreno/afuc/
DREADME.rst12 Adreno GPUs prior to 6xx use two micro-controllers to parse the command-stream,
/third_party/ltp/runtest/
Dcontrollers336 controllers test_controllers.sh
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Ddpp.c126 struct dl_list controllers; /* struct dpp_relay_controller */ member
8773 dl_list_for_each_safe(ctrl, tmp, &dpp->controllers, in dpp_relay_flush_controllers()
8799 dl_list_init(&dpp->controllers); in dpp_global_init()
8855 dl_list_add(&dpp->controllers, &ctrl->list); in dpp_relay_add_controller()
8868 dl_list_for_each(ctrl, &dpp->controllers, struct dpp_relay_controller, in dpp_relay_controller_get()
9197 dl_list_for_each(ctrl, &dpp->controllers, in dpp_relay_rx_action()
9242 dl_list_for_each(ctrl, &dpp->controllers, in dpp_relay_rx_gas_req()
/third_party/glfw/docs/
Dinput.dox489 The joystick functions expose connected joysticks and controllers, with both
/third_party/skia/third_party/externals/libjpeg-turbo/
Dstructure.txt276 In theory, we might be able to make all of the data buffer controllers
647 be prepared to stop at arbitrary times. In turn, the controllers that call
/third_party/rust/crates/memchr/bench/data/sliceslice/
Dwords.txt803 controllers
/third_party/skia/third_party/externals/imgui/docs/
DFAQ.md139 …tional and keeps being improved. The initial focus was to support game controllers, but keyboard i…

12