HomeSort by relevance Sort by last modified time
    Searched full:panels (Results 1 - 25 of 166) sorted by null

1 2 3 4 5 6 7

  /external/python/cpython2/Lib/curses/
panel.py 3 Module for using panels with curses.
  /prebuilts/gdb/darwin-x86/lib/python2.7/curses/
panel.py 3 Module for using panels with curses.
  /prebuilts/gdb/linux-x86/lib/python2.7/curses/
panel.py 3 Module for using panels with curses.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
panel.py 3 Module for using panels with curses.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
panel.py 3 Module for using panels with curses.
  /external/testng/src/main/java/org/testng/reporters/jq/
INavigatorPanel.java 6 * Panels that are accessible from the navigator.
Main.java 40 // All the panels selectable from the navigator
41 List<INavigatorPanel> panels = Arrays.<INavigatorPanel>asList( local
51 new NavigatorPanel(m_model, panels).generate(xsb);
61 // Generate all the navigator panels
62 for (INavigatorPanel panel : panels) {
NavigatorPanel.java 18 public NavigatorPanel(Model model, List<INavigatorPanel> panels) {
20 m_panels = panels;
131 // All the panels
  /external/python/cpython2/Demo/tkinter/guido/
switch.py 1 # Show how to do switchable panels.
18 self.panels = {}
27 self.panels[name] = (button, frame, instance)
32 (button, frame, instance) = self.panels[name]
  /external/clang/test/Analysis/
NSPanel.m 66 NSMutableArray *panels;
77 [panels addObject:panel];
85 [panels addObject:panel];
  /external/fmtlib/doc/bootstrap/mixins/
panels.less 0 // Panels
  /external/fmtlib/doc/bootstrap/
bootstrap.less 37 @import "panels.less";
panels.less 2 // Panels
57 // List groups in panels
98 // Tables in panels
211 // Collapsable panels (aka, accordion)
213 // Wrap a series of panels in `.panel-group` to turn them into an accordion with
219 // Tighten up margin so it's only between panels
mixins.less 21 @import "mixins/panels.less";
  /external/python/cpython2/Demo/curses/
README 13 ncurses.py -- currently only a panels demo
  /external/doclava/res/assets/templates/components/
left_nav.cs 6 <div id="nav-panels">
42 </div><!-- end nav-panels -->
  /external/python/cpython2/Doc/library/
curses.panel.rst 9 Panels are windows with the added feature of depth, so they can be stacked on
11 displayed. Panels can be added, moved up or down in the stack, and removed.
  /frameworks/rs/tests/java_api/CannyLive/res/layout/
activity_main.xml 24 android:id="@+id/panels">
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/
wcgui.py 23 is shown. List panels are also automatically shown or hidden when their
24 status changes between empty to non-empty. There are six panels:
32 the above list panels (not in Log) will show details
413 self.panels = {}
430 self.panels[name] = t
436 v, check, panel = self.panels[name]
441 v, check, panel = self.panels[name]
447 v, check, panel = self.panels[name]
450 v, check, panel = self.panels[name]
  /external/python/cpython2/Tools/webchecker/
wcgui.py 23 is shown. List panels are also automatically shown or hidden when their
24 status changes between empty to non-empty. There are six panels:
32 the above list panels (not in Log) will show details
413 self.panels = {}
430 self.panels[name] = t
436 v, check, panel = self.panels[name]
441 v, check, panel = self.panels[name]
447 v, check, panel = self.panels[name]
450 v, check, panel = self.panels[name]
  /frameworks/base/packages/SystemUI/res/values-sw720dp/
dimens.xml 29 <!-- Bottom margin (from display edge) for status bar panels -->
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
comstats.h 95 companel_t panels[COM_MAXPANELS]; member in struct:__anon54651
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
panel.h 37 /* panel.h -- interface file for panels library */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
comstats.h 95 companel_t panels[COM_MAXPANELS]; member in struct:__anon56568
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
panel.h 37 /* panel.h -- interface file for panels library */

Completed in 2185 milliseconds

1 2 3 4 5 6 7