HomeSort by relevance Sort by last modified time
    Searched refs:_color (Results 1 - 25 of 30) sorted by null

1 2

  /external/python/cpython2/Demo/turtle/
tdemo_colormixer.py 13 self._color = [0,0,0]
15 self._color[x] = y
16 self.color(self._color)
30 self._color[self.x] = self.ycor()
31 self.fillcolor(self._color)
  /external/python/cpython3/Lib/turtledemo/
colormixer.py 13 self._color = [0,0,0]
15 self._color[x] = y
16 self.color(self._color)
30 self._color[self.x] = self.ycor()
31 self.fillcolor(self._color)
  /external/libnl/python/netlink/
util.py 21 def _color(t, c): function
25 return _color(t, 30)
28 return _color(t, 31)
31 return _color(t, 32)
34 return _color(t, 33)
37 return _color(t, 34)
40 return _color(t, 35)
43 return _color(t, 36)
46 return _color(t, 37)
49 return _color(t, 1
    [all...]
  /external/tensorflow/tensorflow/contrib/py2tf/pyct/
pretty_printer.py 33 def _color(self, string, color, attrs=None): member in class:PrettyPrinter
39 return self._color(node.__class__.__name__, None, ['bold'])
42 return self._color(name, 'blue')
45 return self._color(name, 'magenta')
48 return self._color(name, 'red')
51 return self._color('| ' * self.indent_lvl, None, ['dark'])
  /external/autotest/site_utils/
generate_test_report 422 self._color = terminal.Color(options.color)
564 value_entry = self._color.Color(
565 self._color.BOLD, result_dict[dict_key])
613 color = self._color.GREEN
616 color = self._color.RED
618 test_entries = [test_entry, self._color.Color(color, status_entry)]
657 print 'Total PASS: ' + self._color.Color(self._color.BOLD, pass_str)
662 print self._color.Color(self._color.RED
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
PathNumbering.h 59 _basicBlock(BB), _numberPaths(0), _color(WHITE) {
118 NodeColor _color; member in class:llvm::BallLarusNode
  /external/python/cpython3/Lib/test/
test_dynamicclassattribute.py 182 return self._color
184 self._color = 'cyan'
191 return self._color
193 self._color = 'magenta'
  /external/ImageMagick/Magick++/lib/Magick++/
Drawable.h 502 Color _color; member in class:Magick::DrawableBorderColor
966 _color = color_;
970 return _color;
974 Color _color; member in class:Magick::DrawableFillColor
1910 Color _color; member in class:Magick::DrawableStrokeColor
2220 Color _color; member in class:Magick::DrawableTextUnderColor
    [all...]
STL.h 1185 Color _color; member in class:Magick::transparentImage
1276 Color _color; member in class:Magick::backgroundColorImage
1300 Color _color; member in class:Magick::borderColorImage
1393 Color _color; member in class:Magick::colorMapImage
1615 Color _color; member in class:Magick::pixelColorImage
    [all...]
  /external/ImageMagick/Magick++/lib/
STL.cpp 1084 : _color( color_ )
1089 image_.transparent( _color );
1171 : _color( color_ )
1176 image_.backgroundColor( _color );
1191 : _color( color_ )
1196 image_.borderColor( _color );
    [all...]
Drawable.cpp 308 : _color(color_)
315 _color(original_._color)
332 color=static_cast<PixelInfo>(_color);
341 _color=color_;
346 return(_color);
714 : _color(color_)
720 _color(original_._color)
729 PixelInfo color = static_cast<PixelInfo>(_color);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
PathNumbering.cpp 72 return(_color);
77 _color = color;
  /external/flatbuffers/samples/
monster_generated.h 232 bool mutate_color(Color _color) {
233 return SetField<int8_t>(VT_COLOR, static_cast<int8_t>(_color), 2);
491 auto _color = _o->color; local
502 _color,
  /external/deqp/modules/gles31/functional/
es31fSampleVariableTests.cpp 63 ColorVerifier (const tcu::Vec3& _color, int _threshold = 8)
64 : m_color (tcu::Vec4(_color.x(), _color.y(), _color.z(), 1.0f))
69 ColorVerifier (const tcu::Vec3& _color, tcu::IVec3 _threshold)
70 : m_color (tcu::Vec4(_color.x(), _color.y(), _color.z(), 1.0f))
    [all...]
  /external/pdfium/third_party/libtiff/
tif_fax3.c 973 #define finddiff(_cp, _bs, _be, _color) \
974 (_bs + (_color ? find1span(_cp,_bs,_be) : find0span(_cp,_bs,_be)))
979 #define finddiff2(_cp, _bs, _be, _color) \
980 (_bs < _be ? finddiff(_cp,_bs,_be,_color) : _be)
    [all...]
  /external/python/cpython2/Lib/lib-tk/
turtle.py 1117 def _color(self, cstr): member in class:TurtleScreen
2372 def _color(self, args): member in class:TPen
2597 def _color(self, args): function
    [all...]
  /external/python/cpython3/Lib/
turtle.py 1169 def _color(self, cstr): member in class:TurtleScreen
2467 def _color(self, args): member in class:TPen
2692 def _color(self, args): member in class:RawTurtle
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
curses.h 440 int _color; /* current color-pair for non-space character */
    [all...]
ncurses.h 440 int _color; /* current color-pair for non-space character */
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
turtle.py 1116 def _color(self, cstr): member in class:TurtleScreen
2371 def _color(self, args): member in class:TPen
2596 def _color(self, args): function
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
turtle.py 1116 def _color(self, cstr): member in class:TurtleScreen
2371 def _color(self, args): member in class:TPen
2596 def _color(self, args): function
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 1116 def _color(self, cstr): member in class:TurtleScreen
2371 def _color(self, args): member in class:TPen
2596 def _color(self, args): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 1116 def _color(self, cstr): member in class:TurtleScreen
2371 def _color(self, args): member in class:TPen
2596 def _color(self, args): function
    [all...]
  /external/flatbuffers/tests/
monster_test_generated.h 429 bool mutate_color(Color _color) {
430 return SetField<int8_t>(VT_COLOR, static_cast<int8_t>(_color), 2);
701 bool mutate_color(Color _color) {
702 return SetField<int8_t>(VT_COLOR, static_cast<int8_t>(_color), 8);
1561 auto _color = _o->color; local
1657 auto _color = _o->color; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dtypes.h 246 _D3DTLVERTEX(const D3DVECTOR& v, float _rhw, D3DCOLOR _color, D3DCOLOR _specular, float _tu, float _tv) {
248 color = _color; specular = _specular;
    [all...]

Completed in 328 milliseconds

1 2