OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:start_color
(Results
1 - 4
of
4
) sorted by null
/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
()
/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
()
/external/harfbuzz_ng/test/shaping/
hb_test_tools.py
13
def
start_color
(c): return ''
member in class:ColorFormatter.Null
23
def
start_color
(c):
member in class:ColorFormatter.ANSI
39
def
start_color
(c):
member in class:ColorFormatter.HTML
94
oo[i] += self.formatter.
start_color
(self.colors[i])
/external/chromium_org/ui/compositor/
layer_animator_unittest.cc
2153
SkColor
start_color
= SkColorSetARGB( 64, 20, 40, 60);
local
[
all
...]
Completed in 75 milliseconds