Home
last modified time | relevance | path

Searched refs:test_colors (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_codecontext.py378 test_colors = {'background': '#222222', 'foreground': '#ffff00'}
388 self.highlight_cfg = test_colors
394 assert_colors_are_equal(test_colors)
398 assert_colors_are_equal(test_colors)
Dtest_sidebar.py347 test_colors = {'background': '#222222', 'foreground': '#ffff00'}
356 self.highlight_cfg = test_colors
362 assert_colors_are_equal(test_colors)
366 assert_colors_are_equal(test_colors)
/external/u-boot/common/
Dlcd.c96 static int test_colors[N_BLK_HOR * N_BLK_VERT] = { variable
105 static int test_colors[N_BLK_HOR * N_BLK_VERT] = { variable
131 *pix++ = test_colors[ix]; in test_pattern()
/external/python/cpython3/Lib/test/
Dtest_bisect.py309 def test_colors(self): member in TestDocExample