HomeSort by relevance Sort by last modified time
    Searched refs:test_colors (Results 1 - 3 of 3) sorted by null

  /external/python/cpython3/Lib/idlelib/idle_test/
test_codecontext.py 322 test_colors = {'background': '#222222', 'foreground': '#ffff00'}
330 codecontext.CodeContext.colors = test_colors
357 codecontext.CodeContext.colors = test_colors
360 eq(cc.contextcolors, test_colors)
362 eq(cc.context['background'], test_colors['background'])
363 eq(cc.context['foreground'], test_colors['foreground'])
  /external/u-boot/common/
lcd.c 95 static int test_colors[N_BLK_HOR * N_BLK_VERT] = { variable
104 static int test_colors[N_BLK_HOR * N_BLK_VERT] = { variable
130 *pix++ = test_colors[ix];
  /external/python/cpython3/Lib/test/
test_bisect.py 309 def test_colors(self): member in class:TestDocExample

Completed in 313 milliseconds