/third_party/libnl/python/netlink/ |
D | 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)
|
/third_party/python/Lib/turtledemo/ |
D | 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)
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | invert_colors_test.dart | 78 RenderInvertColorTest(this._color, this._filter); 80 Color get color => _color; 81 Color _color; 85 _color = value;
|
/third_party/python/Lib/test/ |
D | test_dynamicclassattribute.py | 182 return self._color 184 self._color = 'cyan' 191 return self._color 193 self._color = 'magenta'
|
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/ |
D | image.dart | 51 _color = color, 134 if (_color == null) 137 _colorFilter = ColorFilter.mode(_color, _colorBlendMode ?? BlendMode.srcIn); 141 Color get color => _color; 142 Color _color; 144 if (value == _color) 146 _color = value;
|
/third_party/typescript/src/testRunner/parallel/ |
D | host.ts | 130 progress += this._color("progress", this._options.open); 131 progress += this._color(color, fill(this._options.complete, n)); 132 progress += this._color("progress", fill(this._options.incomplete, i)); 133 progress += this._color("progress", this._options.close); 136 progress += this._color(titleColor || "progress", " " + title); 168 private _color(type: string, text: string) {
|
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/material/ |
D | bottom_navigation_demo.dart | 17 _color = color, 35 final Color _color; 44 iconColor = _color;
|
/third_party/flutter/flutter/dev/manual_tests/lib/ |
D | drag_and_drop.dart | 15 Color _color = Colors.grey; 19 _color = data; 32 color: data.isEmpty ? _color : Colors.grey.shade200,
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/text/ |
D | paragraph.dart | 428 _color = color, 450 final ui.Color _color; 492 return _color == typedOther._color && 514 _color, 537 'color: ${_color != null ? _color : "unspecified"}, ' 789 if (style._color != null) { 790 color = style._color; 1104 final ui.Color color = style._foreground?.color ?? style._color; 1131 if (style._color != previousStyle._color || 1133 final ui.Color color = style._foreground?.color ?? style._color;
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/compositor/ |
D | layer.dart | 296 final ui.Color _color; 303 this._color, 322 _color.alpha != 0xff); 325 final ui.Paint paint = ui.Paint()..color = _color;
|
/third_party/flatbuffers/dart/example/ |
D | monster_my_game.sample_generated.dart | 273 final Color _color; 296 _color = color, 331 fbBuilder.addInt8(6, _color?.value);
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | focus_scope.dart | 50 /// Color _color = Colors.white; 58 /// _color = Colors.red; 64 /// _color = Colors.green; 70 /// _color = Colors.blue; 106 /// color: hasFocus ? _color : Colors.white,
|
D | overscroll_indicator.dart | 254 _color = color, 287 Color get color => _color; 288 Color _color; 293 _color = value;
|
D | focus_manager.dart | 260 /// Color _color = Colors.white; 284 /// _color = Colors.red; 290 /// _color = Colors.green; 296 /// _color = Colors.blue; 327 /// color: _focused ? _color : Colors.white,
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fSampleVariableTests.cpp | 63 ColorVerifier (const tcu::Vec3& _color, int _threshold = 8) in ColorVerifier() argument 64 : m_color (tcu::Vec4(_color.x(), _color.y(), _color.z(), 1.0f)) in ColorVerifier() 69 ColorVerifier (const tcu::Vec3& _color, tcu::IVec3 _threshold) in ColorVerifier() argument 70 : m_color (tcu::Vec4(_color.x(), _color.y(), _color.z(), 1.0f)) in ColorVerifier()
|
/third_party/flatbuffers/samples/ |
D | monster_generated.h | 307 bool mutate_color(MyGame::Sample::Color _color) { 308 return SetField<int8_t>(VT_COLOR, static_cast<int8_t>(_color), 2); 596 auto _color = _o->color; 608 _color,
|
/third_party/python/Lib/ |
D | turtle.py | 1170 def _color(self, cstr): member in TurtleScreen 1243 color = self._color(color) 2221 return self._color(self._pencolor), self._color(self._fillcolor) 2258 return self._color(self._pencolor) 2294 return self._color(self._fillcolor) 2468 def _color(self, args): member in TPen 2693 def _color(self, args): member in RawTurtle 2694 return self.screen._color(args)
|
/third_party/vk-gl-cts/doc/testspecs/GLES31/ |
D | functional.sample_shading.txt | 42 MIN_SAMPLE_SHADING values. *_color cases render pattern by rendering black or
|
/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | ink_well.dart | 43 _color = color, 59 Color get color => _color; 60 Color _color; 62 if (value == _color) 64 _color = value;
|
D | chip_theme.dart | 126 /// Color _color = Colors.red; 136 /// _color = value ? Colors.lightBlue : Colors.red; 139 /// selected: _color == Colors.lightBlue,
|
/third_party/flatbuffers/dart/test/ |
D | monster_test_my_game.example_generated.dart | 345 final Color _color; 350 : _color = color; 359 fbBuilder.addUint8(0, _color?.value); 1123 final Color _color; 1226 _color = color, 1357 fbBuilder.addUint8(6, _color?.value);
|
/third_party/flatbuffers/tests/ |
D | monster_test_my_game.example_generated.dart | 345 final Color _color; 350 : _color = color; 359 fbBuilder.addUint8(0, _color?.value); 1123 final Color _color; 1226 _color = color, 1357 fbBuilder.addUint8(6, _color?.value);
|
D | monster_test_generated.h | 976 bool mutate_color(MyGame::Example::Color _color) { 977 return SetField<uint8_t>(VT_COLOR, static_cast<uint8_t>(_color), 2); 1414 bool mutate_color(MyGame::Example::Color _color) { 1415 return SetField<uint8_t>(VT_COLOR, static_cast<uint8_t>(_color), 8); 2570 auto _color = _o->color; 2573 _color); 2715 auto _color = _o->color; 2767 _color,
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/ui/ |
D | painting.dart | 1063 Color _color = _defaultPaintColor; 1535 : _color = color, 1542 : _color = null, 1548 : _color = null, 1554 : _color = null, 1557 final Color _color; 1564 return _color == typedOther._color && _blendMode == typedOther._blendMode; 1568 int get hashCode => hashValues(_color, _blendMode); 1576 ? 'ColorFilter($_color, $_blendMode)'
|
/third_party/flatbuffers/tests/cpp17/generated_cpp17/ |
D | monster_test_generated.h | 893 bool mutate_color(MyGame::Example::Color _color) { 894 return SetField<uint8_t>(VT_COLOR, static_cast<uint8_t>(_color), 2); 1314 bool mutate_color(MyGame::Example::Color _color) { 1315 return SetField<uint8_t>(VT_COLOR, static_cast<uint8_t>(_color), 8); 2606 auto _color = _o->color; 2609 _color); 2751 auto _color = _o->color; 2803 _color,
|