Searched defs:BLUE (Results 1 – 6 of 6) sorted by relevance
38 private final Path BLUE = new File("path/to/blue").toPath(); field in PlaylistTest
28 BLUE = "\033[34;1m" variable in TerminalColor
25 BLUE(0x4D0000FE, R.string.screen_flash_color_blue), enumConstant
42 #define BLUE (i+2) macro
38 public static final int BLUE = 3; field in Spline
35 #define BLUE(color) (((color) >> 0) & 0xff) macro