/external/bc/tests/fuzzing/ |
D | bc_afl_continue.yaml | 7 panes: 13 panes: 29 panes: 45 panes: 61 panes: 77 panes: 93 panes: 109 panes: 125 panes: 141 panes: [all …]
|
D | bc_afl.yaml | 6 panes: 15 panes: 31 panes: 47 panes: 63 panes: 79 panes: 95 panes: 111 panes: 127 panes: 143 panes: [all …]
|
/external/pigweed/pw_console/ |
D | testing.rst | 412 - | 3 panes are visible: 425 - | 3 panes are visible: 439 - | 3 panes are visible: 448 - | 2 panes are visible: 473 - | 3 panes are visible: 474 | 2 Log panes on the left 485 - | 3 panes are visible: 486 | 1 Log panes on the left 493 - | 2 panes are visible: 494 | 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/pigweed/pw_console/py/pw_console/ |
D | embed.py | 188 Top toolbars appear above all window panes and just below the main menu 199 Bottom toolbars appear below all window panes and span the full width of 291 """Hide window panes specified by title on console startup.""" 309 # Setup Python logging and log panes.
|
D | window_list.py | 292 # Hide all other panes so log redraw events are not triggered. 298 # Un-hide all panes if switching from tabbed back to stacked. 540 # If the last pane is selected, and there are at least 2 panes, make 624 # 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 | 245 # Auto-generated keybindings list for all active panes 293 # Window panes are added via the window_manager 305 # Create help window text based global key_bindings and active panes. 363 # Completion menu that can overlap other panes since it lives in 1098 """Menu item handler to toggle line wrapping of all log panes."""
|
D | __main__.py | 143 # Add example plugins and log panes used to validate behavior in the Pigweed
|
D | style.py | 232 # Dim inactive panes. 234 # Use default for active panes.
|
/external/pigweed/pw_console/py/ |
D | window_manager_test.py | 223 # Total of 4 active panes 341 # 4 panes, 3 for the loggers and 1 for the repl. 477 """Test switching focus to next and previous window panes.""" 496 # Scenario: Move between panes with a single stacked window list. 530 # Scenario: Move between panes with a single tabbed window list. 590 # 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/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/python/cpython2/Doc/library/ |
D | tix.rst | 394 widget allows the user to interactively manipulate the sizes of several panes. 395 The panes can be arranged either vertically or horizontally. The user changes 396 the sizes of the panes by dragging the resize handle between two panes.
|
/external/python/cpython3/Doc/library/ |
D | tkinter.tix.rst | 382 widget allows the user to interactively manipulate the sizes of several panes. 383 The panes can be arranged either vertically or horizontally. The user changes 384 the sizes of the panes by dragging the resize handle between two 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/python/cpython2/Lib/lib-tk/test/test_ttk/ |
D | test_widgets.py | 613 self.assertEqual(self.paned.panes(), (str(child), str(child2))) 616 self.assertEqual(self.paned.panes(), (str(child2), str(child))) 619 self.assertEqual(self.paned.panes(), 623 panes = self.paned.panes() 625 self.assertEqual(panes, self.paned.panes()) 631 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/python/cpython2/Lib/lib-tk/ |
D | Tix.py | 1212 panes. The panes can be arranged either vertically or horizontally.The 1213 user changes the sizes of the panes by dragging the resize handle 1214 between two panes. 1218 <panes> g/p widgets added dynamically with the add method.""" 1223 # add delete forget panecget paneconfigure panes setsize 1246 def panes(self): member in PanedWindow 1247 names = self.tk.splitlist(self.tk.call(self._w, 'panes'))
|
/external/python/cpython3/Lib/tkinter/test/test_ttk/ |
D | test_widgets.py | 606 self.assertEqual(self.paned.panes(), (str(child), str(child2))) 609 self.assertEqual(self.paned.panes(), (str(child2), str(child))) 612 self.assertEqual(self.paned.panes(), 616 panes = self.paned.panes() 618 self.assertEqual(panes, self.paned.panes()) 624 self.assertEqual(self.paned.panes(),
|
/external/python/cpython3/Lib/tkinter/ |
D | tix.py | 1211 panes. The panes can be arranged either vertically or horizontally.The 1212 user changes the sizes of the panes by dragging the resize handle 1213 between two panes. 1217 <panes> g/p widgets added dynamically with the add method.""" 1222 # add delete forget panecget paneconfigure panes setsize 1245 def panes(self): member in PanedWindow 1246 names = self.tk.splitlist(self.tk.call(self._w, 'panes'))
|
/external/mesa3d/src/gallium/drivers/v3d/ |
D | v3d_resource.h | 78 * a number of panes equal to the minified, power-of-two-aligned
|
/external/python/cpython2/Demo/tix/ |
D | tixwidgets.py | 627 the sizes of several panes. The panes can be arranged either vertically 632 …et allows the user to interactively manipulate the sizes of several panes. The panes can be arrang…
|
/external/pigweed/pw_console/py/pw_console/plugins/ |
D | calc_pane.py | 37 Pigweed Console window panes. An input prompt is displayed on the bottom of
|
/external/fmtlib/doc/bootstrap/ |
D | navs.less | 222 // Hide tabbable panes to start, show them when `.active`
|