/third_party/node/test/fixtures/wpt/dom/abort/resources/ |
D | abort-signal-any-tests.js | 44 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/ |
D | testplan.txt | 3 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
|
D | README | 24 controllers are enabled. If not enabled then it will not run the test and
|
/third_party/node/test/parallel/ |
D | test-abortsignal-any.mjs | 61 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/ |
D | Makefile | 22 controllers \ 49 FILTER_OUT_DIRS += containers controllers device-drivers fs io ipc mem \
|
/third_party/libwebsockets/lib/drivers/ |
D | README.md | 4 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/ |
D | default | 16 controllers
|
/third_party/ltp/ |
D | TODO | 30 newly added pids testcases. Have a look at testcases/kernel/controllers/.
|
/third_party/ltp/testcases/kernel/controllers/freezer/ |
D | TODO | 7 Generate patch adding these tests to the controllers (cgroup) suite 9 suite on the controllers suite once this is done?
|
D | README | 10 These tests exercise the freezer and signal subsystems (aka controllers)
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
D | dpp_tcp.c | 136 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()
|
D | dpp_i.h | 20 struct dl_list controllers; /* struct dpp_relay_controller */ member
|
/third_party/ltp/lib/ |
D | tst_cgroup.c | 185 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/ |
D | webbrowser.rst | 188 .. _browser-controllers: 193 Browser controllers provide these methods which parallel three of the
|
/third_party/ltp/testcases/kernel/controllers/pids/ |
D | pids.sh | 53 if ! grep -q pids "$mount_point"/cgroup.controllers; then
|
/third_party/libwebsockets/lib/drivers/led/ |
D | README.md | 4 to gpio and pwm controllers, and automatically handled pwm sequencers.
|
/third_party/libwebsockets/lib/drivers/button/ |
D | README.md | 42 ## Declaring button controllers
|
/third_party/mesa3d/docs/drivers/ |
D | panfrost.rst | 38 controllers paired with Mali GPUs. If your board with a Panfrost supported GPU
|
/third_party/mesa3d/src/freedreno/afuc/ |
D | README.rst | 12 Adreno GPUs prior to 6xx use two micro-controllers to parse the command-stream,
|
/third_party/ltp/runtest/ |
D | controllers | 336 controllers test_controllers.sh
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
D | dpp.c | 126 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/ |
D | input.dox | 489 The joystick functions expose connected joysticks and controllers, with both
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | structure.txt | 276 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/ |
D | words.txt | 803 controllers
|
/third_party/skia/third_party/externals/imgui/docs/ |
D | FAQ.md | 139 …tional and keeps being improved. The initial focus was to support game controllers, but keyboard i…
|