Home
last modified time | relevance | path

Searched full:panes (Results 1 – 25 of 71) sorted by relevance

123

/external/bc/tests/fuzzing/
Dbc_afl_continue.yaml7 panes:
13 panes:
20 panes:
27 panes:
34 panes:
41 panes:
48 panes:
55 panes:
62 panes:
69 panes:
[all …]
Dbc_afl.yaml6 panes:
16 panes:
23 panes:
30 panes:
37 panes:
44 panes:
51 panes:
58 panes:
65 panes:
72 panes:
[all …]
/external/pigweed/pw_console/
Dtesting.rst379 - | 3 panes are visible:
392 - | 3 panes are visible:
406 - | 3 panes are visible:
415 - | 2 panes are visible:
440 - | 3 panes are visible:
441 | 2 Log panes on the left
452 - | 3 panes are visible:
453 | 1 Log panes on the left
460 - | 2 panes are visible:
461 | 1 Log panes on the left
[all …]
Dplugins.rst84 like other Pigweed Console window panes. An input prompt is displayed on the
/external/python/bumble/docs/mkdocs/src/apps_and_tools/
Dconsole.md15 The console user interface has 3 main panes:
21 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/
Dembed.py141 Top toolbars appear above all window panes and just below the main menu
152 Bottom toolbars appear below all window panes and span the full width of
239 """Hide window panes specified by title on console startup."""
256 # Setup Python logging and log panes.
Dwindow_manager.py303 @register('window-manager.balance-window-panes', key_bindings)
325 """Create vertical or horizontal splits for all active panes."""
427 # Total count of window lists and panes
696 """Scan for window_lists containing only hidden panes."""
714 """Return all active panes from all window lists."""
967 # Check for columns where all panes are hidden and unhide at least one.
Dconsole_app.py200 # Auto-generated keybindings list for all active panes
237 # Window panes are added via the window_manager
249 # Create help window text based global key_bindings and active panes.
295 # Completion menu that can overlap other panes since it lives in
803 """Menu item handler to toggle line wrapping of all log panes."""
Dwindow_list.py263 # Un-hide all panes, they must be visible to switch between tabs.
498 # If the last pane is selected, and there are at least 2 panes, make
580 # Loop through active panes (not including the target_pane).
Dstyle.py232 # Dim inactive panes.
234 # Use default for active panes.
/external/pigweed/pw_console/py/
Dwindow_manager_test.py208 # Total of 4 active panes
330 # 4 panes, 3 for the loggers and 1 for the repl.
462 """Test switching focus to next and previous window panes."""
480 # Scenario: Move between panes with a single stacked window list.
511 # Scenario: Move between panes with a single tabbed window list.
564 # Setup: Move two panes to the right into their own stacked
Dconsole_app_test.py60 # Two panes, one for the loggers and one for the repl.
/external/tensorflow/tensorflow/core/kernels/
Deigen_benchmark_cpu_test.cc342 // 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/cpython3/Doc/library/
Dtkinter.tix.rst382 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/python/cpython2/Doc/library/
Dtix.rst394 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/skia/site/docs/dev/tools/
Dandroid_gdb.md59 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/
Dtest_widgets.py613 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/
Dlinux-tracing.md68 This will open a tmux window with three panes, one per the binary involved in
/external/python/cpython3/Lib/tkinter/
Dtix.py1211 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/python/cpython3/Lib/tkinter/test/test_ttk/
Dtest_widgets.py606 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/cpython2/Lib/lib-tk/
DTix.py1212 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/mesa3d/src/gallium/drivers/v3d/
Dv3d_resource.h78 * a number of panes equal to the minified, power-of-two-aligned
/external/crosvm/docs/book/src/building_crosvm/
Dlinux.md158 To run checks faster, they can be run in parallel in multiple tmux panes:
/external/python/cpython2/Demo/tix/
Dtixwidgets.py627 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/
Dcalc_pane.py37 Pigweed Console window panes. An input prompt is displayed on the bottom of

123