Searched refs:color_string (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | logical_buffer.cc | 35 string color_string; in ToString() local 37 color_string = absl::StrCat(" @", color().value()); in ToString() 40 "](#", id(), color_string, ")"); in ToString()
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
D | mini_color.py | 26 def color_string(string, bgn_sym, end_sym, color): function
|
D | test_flow.py | 296 color_prompt = mini_color.color_string(prompt, '{', '}', 'green') 300 color_msg_format = mini_color.color_string('\n<%s>:\n%s%s', '<', '>',
|
/external/python/cpython3/Lib/idlelib/ |
D | configdialog.py | 1085 rgbTuplet, color_string = tkColorChooser.askcolor( 1088 if color_string and (color_string != prev_color): 1098 self.color.set(color_string) 1100 self.color.set(color_string)
|