Searched full:panes (Results 1 – 25 of 68) sorted by relevance
123
/external/bc/tests/fuzzing/ |
D | bc_afl_continue.yaml | 7 panes: 13 panes: 30 panes: 47 panes: 64 panes: 81 panes: 98 panes: 115 panes: 132 panes: 149 panes: [all …]
|
D | bc_afl.yaml | 6 panes: 15 panes: 32 panes: 49 panes: 66 panes: 83 panes: 100 panes: 117 panes: 134 panes: 151 panes: [all …]
|
/external/pigweed/pw_console/ |
D | testing.rst | 414 - | 3 panes are visible: 427 - | 3 panes are visible: 441 - | 3 panes are visible: 450 - | 2 panes are visible: 475 - | 3 panes are visible: 476 | 2 Log panes on the left 487 - | 3 panes are visible: 488 | 1 Log panes on the left 495 - | 2 panes are visible: 496 | 1 Log panes on the left [all …]
|
/external/python/bumble/docs/mkdocs/src/apps_and_tools/ |
D | console.md | 17 The console user interface has 3 main panes: 23 In addition to the display panes, the console has a status bar, showing the scanning state and the …
|
/external/pytorch/torchgen/_autoheuristic/ |
D | collect_data.sh | 43 # Create panes for each device number 51 # Arrange panes in a tiled layout
|
/external/pigweed/pw_console/py/pw_console/ |
D | embed.py | 199 Top toolbars appear above all window panes and just below the main menu 210 Bottom toolbars appear below all window panes and span the full width of 294 """Hide window panes specified by title on console startup.""" 312 # Setup Python logging and log panes.
|
D | window_list.py | 293 # Hide all other panes so log redraw events are not triggered. 302 # Un-hide all panes if switching from tabbed back to stacked. 544 # If the last pane is selected, and there are at least 2 panes, make 628 # Loop through active panes (not including the target_pane).
|
D | window_manager.py | 322 @register('window-manager.balance-window-panes', key_bindings) 345 """Create vertical or horizontal splits for all active panes.""" 453 # Total count of window lists and panes 742 """Scan for window_lists containing only hidden panes.""" 761 """Return all active panes from all window lists.""" 1033 # Check for columns where all panes are hidden and unhide at least one.
|
D | console_app.py | 252 # Auto-generated keybindings list for all active panes 300 # Window panes are added via the window_manager 312 # Create help window text based global key_bindings and active panes. 370 # Completion menu that can overlap other panes since it lives in 1180 """Menu item handler to toggle line wrapping of all log panes."""
|
D | __main__.py | 162 # Add example plugins and log panes used to validate behavior in the
|
D | style.py | 288 # Dim inactive panes. 290 # Use default for active panes.
|
/external/pigweed/pw_console/py/ |
D | window_manager_test.py | 222 # Total of 4 active panes 340 # 4 panes, 3 for the loggers and 1 for the repl. 476 """Test switching focus to next and previous window panes.""" 495 # Scenario: Move between panes with a single stacked window list. 529 # Scenario: Move between panes with a single tabbed window list. 589 # Setup: Move two panes to the right into their own stacked
|
D | console_app_test.py | 67 # Two panes, one for the loggers and one for the repl.
|
/external/setupcompat/main/res/values-w600dp-v35/ |
D | config.xml | 20 <!-- A boolean value that indicates whether the device should show two panes. -->
|
/external/setupcompat/main/res/values-w600dp-h900dp-v35/ |
D | config.xml | 20 <!-- A boolean value that indicates whether the device should show two panes. -->
|
/external/setupcompat/main/res/values/ |
D | config.xml | 23 <!-- A boolean value that indicates whether the device should show two panes. -->
|
/external/tensorflow/tensorflow/core/kernels/ |
D | eigen_benchmark_cpu_test.cc | 342 // P: panes 347 // FP: filter panes 406 25, 25, 25, 4, // input: height, width, panes, depth 407 16, 5, 5, 5, // filter: count, height, width, panes
|
/external/skia/site/docs/dev/tools/ |
D | android_gdb.md | 59 where you can set breakpoints in your source windows, have panes for watches, locals, and the call
|
/external/accompanist/adaptive/src/main/java/com/google/accompanist/adaptive/ |
D | TwoPane.kt | 49 * separate [first] and [second] panes so they don't interfere with hardware hinges (vertical or in <lambda>() 238 * corresponding to the arrangement of the two panes of the layout. 257 * corresponding to the arrangement of the two panes of the layout. in calculateSplitResult()
|
/external/python/cpython3/Lib/test/test_ttk/ |
D | test_widgets.py | 650 self.assertEqual(self.paned.panes(), (str(child),)) 655 self.assertEqual(self.paned.panes(), ()) 658 self.assertEqual(self.paned.panes(), (str(child), str(child2))) 661 self.assertEqual(self.paned.panes(), (str(child2), str(child))) 664 self.assertEqual(self.paned.panes(), 668 panes = self.paned.panes() 670 self.assertEqual(panes, self.paned.panes()) 676 self.assertEqual(self.paned.panes(),
|
/external/perfetto/docs/quickstart/ |
D | linux-tracing.md | 68 This will open a tmux window with three panes, one per the binary involved in
|
/external/mesa3d/src/gallium/drivers/v3d/ |
D | v3d_resource.h | 43 * a number of panes equal to the minified, power-of-two-aligned
|
/external/cronet/tot/base/mac/ |
D | mac_util.h | 144 // instead. For some panes, `id_param` can be used to specify a subpane. See the
|
/external/cronet/stable/base/mac/ |
D | mac_util.h | 144 // instead. For some panes, `id_param` can be used to specify a subpane. See the
|
/external/pigweed/pw_console/py/pw_console/plugins/ |
D | calc_pane.py | 39 Pigweed Console window panes. An input prompt is displayed on the bottom of
|
123