/prebuilts/gdb/darwin-x86/lib/python2.7/curses/ |
__init__.py | 41 # This is a similar wrapper for start_color(), which adds the COLORS and 42 # COLOR_PAIRS variables which are only available after start_color() is 45 def start_color(): function 47 retval = _curses.start_color()
|
wrapper.py | 37 # module -- the error return from C start_color() is ignorable. 39 curses.start_color()
|
/prebuilts/gdb/linux-x86/lib/python2.7/curses/ |
__init__.py | 41 # This is a similar wrapper for start_color(), which adds the COLORS and 42 # COLOR_PAIRS variables which are only available after start_color() is 45 def start_color(): function 47 retval = _curses.start_color()
|
wrapper.py | 37 # module -- the error return from C start_color() is ignorable. 39 curses.start_color()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/ |
__init__.py | 41 # This is a similar wrapper for start_color(), which adds the COLORS and 42 # COLOR_PAIRS variables which are only available after start_color() is 45 def start_color(): function 47 retval = _curses.start_color()
|
wrapper.py | 37 # module -- the error return from C start_color() is ignorable. 39 curses.start_color()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/ |
__init__.py | 41 # This is a similar wrapper for start_color(), which adds the COLORS and 42 # COLOR_PAIRS variables which are only available after start_color() is 45 def start_color(): function 47 retval = _curses.start_color()
|
wrapper.py | 37 # module -- the error return from C start_color() is ignorable. 39 curses.start_color()
|
/frameworks/base/tools/layoutlib/bridge/src/android/view/ |
RectShadowPainter.java | 42 private static final int START_COLOR = ResourceHelper.getColor("#37000000"); 64 int[] colors = {START_COLOR, START_COLOR, END_COLOR}; 67 edgePaint.setShader(new LinearGradient(0, 0, -shadowSize, 0, START_COLOR, END_COLOR,
|
/external/skia/bench/ |
RotatedRectBench.cpp | 27 static inline SkColor start_color(ColorType ct) { function 84 SkColor color = start_color(fColorType);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib/valgrind/ |
ncurses.supp | 186 fun:start_color
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/ |
libncurses.so.5 | |
libncurses.so.5.9 | |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/valgrind/ |
ncurses.supp | 186 fun:start_color
|
/external/harfbuzz_ng/test/shaping/ |
hb_test_tools.py | 17 def start_color (c): return '' member in class:ColorFormatter.Null 27 def start_color (c): member in class:ColorFormatter.ANSI 43 def start_color (c): member in class:ColorFormatter.HTML 98 oo[i] += self.formatter.start_color (self.colors[i])
|
/external/autotest/client/profilers/powertop/src/ |
display.c | 118 start_color();
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_curses.py | 204 curses.start_color()
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_curses.py | 204 curses.start_color()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_curses.py | 204 curses.start_color()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_curses.py | 204 curses.start_color()
|
/external/toybox/kconfig/lxdialog/ |
util.c | 226 start_color();
|
/external/ImageMagick/MagickCore/ |
paint.c | 393 % const SpreadMethod method,const PixelInfo *start_color, 404 % o start_color: the start color. [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
curses.h | 728 extern NCURSES_EXPORT(int) start_color (void); /* implemented */ [all...] |
ncurses.h | 728 extern NCURSES_EXPORT(int) start_color (void); /* implemented */ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
curses.h | 747 extern NCURSES_EXPORT(int) start_color (void); /* implemented */ [all...] |