Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dlogical_buffer.cc35 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/
Dmini_color.py26 def color_string(string, bgn_sym, end_sym, color): function
Dtest_flow.py296 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/
Dconfigdialog.py1085 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)