/third_party/flutter/skia/third_party/externals/sdl/src/joystick/ |
D | sort_controllers.py | 12 controllers = [] variable 17 global controllers 25 controllers.append(entry) 28 global controllers 30 for entry in sorted(controllers, key=lambda entry: entry[2]): 39 controllers = []
|
D | SDL_gamecontroller.c | 719 int controllers = 0; in SDL_GameControllerAddMappingsFromRW() local 770 controllers++; in SDL_GameControllerAddMappingsFromRW() 780 return controllers; in SDL_GameControllerAddMappingsFromRW()
|
/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/typescript/tests/baselines/reference/user/ |
D | TypeScript-Node-Starter.log | 21 src/controllers/user.ts(51,38): error TS2339: Property 'returnTo' does not exist on type 'Session &… 22 src/controllers/user.ts(101,46): error TS7006: Parameter 'err' implicitly has an 'any' type. 23 src/controllers/user.ts(101,51): error TS7006: Parameter 'existingUser' implicitly has an 'any' typ… 24 src/controllers/user.ts(146,29): error TS7006: Parameter 'err' implicitly has an 'any' type. 25 src/controllers/user.ts(153,19): error TS2769: No overload matches this call. 34 src/controllers/user.ts(183,29): error TS7006: Parameter 'err' implicitly has an 'any' type. 35 src/controllers/user.ts(186,19): error TS2769: No overload matches this call. 44 src/controllers/user.ts(215,29): error TS7006: Parameter 'err' implicitly has an 'any' type. 45 src/controllers/user.ts(349,54): error TS7006: Parameter 'err' implicitly has an 'any' type.
|
/third_party/flutter/flutter/examples/image_list/lib/ |
D | main.dart | 91 final List<AnimationController> controllers = List<AnimationController>(IMAGES); 93 controllers[i] = AnimationController( 117 Row(children: createImageList(IMAGES, completers, controllers)), 137 List<AnimationController> controllers) { 144 turns: controllers[i],
|
/third_party/ltp/testcases/kernel/ |
D | Makefile | 22 controllers \ 49 FILTER_OUT_DIRS += containers controllers device-drivers fs io ipc mem \
|
/third_party/ltp/scenario_groups/ |
D | default | 16 controllers
|
/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/flutter/flutter/packages/flutter/test/animation/ |
D | futures_test.dart | 11 testWidgets('awaiting animation controllers - using direct future', (WidgetTester tester) async { 60 testWidgets('awaiting animation controllers - using orCancel', (WidgetTester tester) async { 109 testWidgets('awaiting animation controllers and failing', (WidgetTester tester) async {
|
/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() 1820 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/boost/libs/numeric/odeint/doc/ |
D | details_generation_functions.qbk | 40 All controllers and dense-output steppers in odeint can be used with these mechanisms. In the table…
|
/third_party/mesa3d/docs/drivers/ |
D | panfrost.rst | 36 controllers paired with Mali GPUs. If your board with a Panfrost supported GPU
|
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/iphoneos/ |
D | SDL_sysjoystick.m | 260 for (GCController *controller in [GCController controllers]) { 292 for (GCController *controller in [GCController controllers]) { 595 /* Find the player index of all other connected controllers. */ 596 for (GCController *c in [GCController controllers]) {
|
/third_party/flutter/skia/third_party/externals/sdl/ |
D | WhatsNew.txt | 140 * Added support for MFi game controllers 173 * Added game controller mappings for the PS4 and OUYA controllers 234 * Fixed crash when using two XInput controllers at the same time 235 * Fixed detecting a mixture of XInput and DirectInput controllers
|
/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/flutter/flutter/packages/flutter/test/widgets/ |
D | scroll_view_test.dart | 227 …testWidgets('CustomScrollViews with controllers are non-primary by default', (WidgetTester tester)… 235 testWidgets('ListViews with controllers are non-primary by default', (WidgetTester tester) async { 243 testWidgets('GridViews with controllers are non-primary by default', (WidgetTester tester) async {
|
D | single_child_scroll_view_test.dart | 56 testWidgets('Changing controllers changes scroll position', (WidgetTester tester) async { 143 …testWidgets('SingleChildScrollViews with controllers are non-primary by default', (WidgetTester te…
|
/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.
|