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

  /external/autotest/client/site_tests/firmware_TouchMTB/
mini_color.py 26 def color_string(string, bgn_sym, end_sym, color): function
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', '<', '>',
  /ndk/tests/
printers.py 22 pass_label = util.color_string('PASS', 'green') if use_color else 'PASS'
23 fail_label = util.color_string('FAIL', 'red') if use_color else 'FAIL'
24 skip_label = util.color_string('SKIP', 'yellow') if use_color else 'SKIP'
util.py 21 def color_string(string, color): function
tests.py 100 return util.color_string(text, color) if do_color else text
  /external/opencv3/3rdparty/include/ffmpeg_/libavutil/
parseutils.h 80 * Put the RGBA values that correspond to color_string in rgba_color.
82 * @param color_string a string specifying a color. It can be the name of
92 * @param slen length of the initial part of color_string containing the
93 * color. It can be set to -1 if color_string is a null terminated string
96 * failure (for example if color_string cannot be parsed).
98 int av_parse_color(uint8_t *rgba_color, const char *color_string, int slen,
  /frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
Volume.java 62 public void addLook(String name, String color_string, String opacity_string) {
63 mLooks.put(name, new Look(name, color_string, opacity_string));
75 public Look(String name, String color_string, String opacity_string) {
77 String[] colorSplit = color_string.split("\\}\\s*\\,\\s*\\{");

Completed in 498 milliseconds