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

  /external/v8/build/android/pylib/utils/
logging_utils.py 34 color_map = { variable in class:ColorStreamHandler
59 return self.color_map[log_level] + message + colorama.Style.RESET_ALL
  /external/libjpeg-turbo/
wrppm.c 143 register JSAMPROW color_map = cinfo->colormap[0]; local
149 PUTPPMSAMPLE(bufferptr, GETJSAMPLE(color_map[GETJSAMPLE(*ptr++)]));
  /external/autotest/tko/
display.py 4 color_map = { variable
39 defined in the color_map
43 ### color_map augmenting - as long as
45 keys = filter(lambda key: key.endswith('pct'), color_map.keys())
52 % color_map[key]
115 if color_map.has_key(color_key):
116 self.color = color_map[color_key]
118 self.color = color_map['header']
120 self.color = color_map['plain_text']
122 self.color = color_map['blank'
    [all...]

Completed in 78 milliseconds