Home
last modified time | relevance | path

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

/aosp_15_r20/tools/external_updater/
H A Dexternal_updater.py35 from color import Color, color_string
154 print(color_string('Not available', Color.STALE))
160 print(color_string('Out of date!', Color.STALE))
162 print(color_string('Up to date.', Color.FRESH))
185 …recom_message = color_string(f'We recommend upgrading to {alternative_ver_type} {alternative_versi…
186 …not_recom_message = color_string(f'We DO NOT recommend upgrading to {alternative_ver_type} {altern…
H A Dgit_updater.py21 from color import Color, color_string
65 print(color_string(
H A Dcolor.py33 def color_string(string: str, color: Color) -> str: function
/aosp_15_r20/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
H A DVolume.java62 public void addLook(String name, String color_string, String opacity_string) { in addLook() argument
63 mLooks.put(name, new Look(name, color_string, opacity_string)); in addLook()
75 public Look(String name, String color_string, String opacity_string) { in Look() argument
77 String[] colorSplit = color_string.split("\\}\\s*\\,\\s*\\{"); in Look()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dlogical_buffer.cc33 std::string color_string; in ToString() local
35 color_string = absl::StrCat(" @", color()); in ToString()
38 "](#", id(), color_string, ")"); in ToString()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/
Dterminal256.py47 def color_string(self): member in EscapeSequence
242 self.style_string[str(ttype)] = (escape.color_string(),
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/
Dterminal256.py47 def color_string(self): member in EscapeSequence
242 self.style_string[str(ttype)] = (escape.color_string(),
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/
Dterminal256.py47 def color_string(self): member in EscapeSequence
242 self.style_string[str(ttype)] = (escape.color_string(),
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/
Dterminal256.py47 def color_string(self): member in EscapeSequence
242 self.style_string[str(ttype)] = (escape.color_string(),
/aosp_15_r20/external/python/cpython3/Lib/idlelib/
Dconfigdialog.py874 rgbTuplet, color_string = colorchooser.askcolor(
877 if color_string and (color_string != prev_color):
887 self.color.set(color_string)
889 self.color.set(color_string)