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

  /external/python/cpython3/Lib/idlelib/
colorizer.py 45 select_colors = idleConf.GetHighlight(theme, 'hilite')
50 selectforeground=select_colors['foreground'],
51 selectbackground=select_colors['background'],
52 inactiveselectbackground=select_colors['background'], # new in 8.5
  /external/libjpeg-turbo/
jquant2.c 519 select_colors (j_decompress_ptr cinfo, int desired_colors) function
    [all...]
  /external/python/cpython2/Lib/idlelib/
EditorWindow.py 763 select_colors = idleConf.GetHighlight(theme, 'hilite')
768 selectforeground=select_colors['foreground'],
769 selectbackground=select_colors['background'],
773 inactiveselectbackground=select_colors['background'])
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
EditorWindow.py 757 select_colors = idleConf.GetHighlight(theme, 'hilite')
762 selectforeground=select_colors['foreground'],
763 selectbackground=select_colors['background'],
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
EditorWindow.py 757 select_colors = idleConf.GetHighlight(theme, 'hilite')
762 selectforeground=select_colors['foreground'],
763 selectbackground=select_colors['background'],
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 757 select_colors = idleConf.GetHighlight(theme, 'hilite')
762 selectforeground=select_colors['foreground'],
763 selectbackground=select_colors['background'],
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 757 select_colors = idleConf.GetHighlight(theme, 'hilite')
762 selectforeground=select_colors['foreground'],
763 selectbackground=select_colors['background'],
    [all...]

Completed in 466 milliseconds