Searched refs:no_color (Results 1 – 12 of 12) sorted by relevance
/external/deqp-deps/glslang/Test/ |
D | validate-shaders.sh | 188 declare -r white="\e[1;37m" cyan="\e[1;36m" red="\e[0;31m" no_color="\e[0m" 190 declare -r white="" cyan="" red="" no_color="" 208 $opt_quiet || status "$test" "${red}FILE NOT FOUND${no_color}" 214 …erse && printf "\r[%-3d/%-3d : ${white}comperr=%-3d ${red}valerr=%-3d ${cyan}ok=%-3d${no_color}]" \ 225 *) $opt_quiet || status "$test" "${red}UNKNOWN LANGUAGE${no_color}"; continue;; 235 $opt_stat_ok && status "$test" "${cyan}OK${no_color}" 239 $opt_stat_valerr && status "$test" "${red}VAL ERROR${no_color}" 251 $opt_stat_comperr && status "$test" "${white}COMP ERROR${no_color}" 260 …nt_nocomp} compile errors${no_color}, ${red}${count_err} validation errors${no_color}, ${cyan}${co…
|
/external/tflite-support/third_party/py/ |
D | python_configure.bzl | 22 no_color = "\033[0m" 23 fail("%sPython Configuration Error:%s %s\n" % (red, no_color, msg))
|
/external/rust/crates/codespan-reporting/tests/support/ |
D | mod.rs | 28 let buffer = self.emit(Buffer::no_color(), &config); in emit_no_color()
|
/external/tensorflow/third_party/systemlibs/ |
D | syslibs_configure.bzl | 54 no_color = "\033[0m" 55 fail("\n%sSystem Library Configuration Error:%s %s\n" % (red, no_color, msg))
|
/external/tflite-support/third_party/tensorflow/ |
D | tf_configure.bzl | 19 no_color = "\033[0m" 20 fail("%sPython Configuration Error:%s %s\n" % (red, no_color, msg))
|
/external/pdfium/testing/tools/ |
D | safetynet_job.py | 152 colored=(not self.args.output_to_log and not self.args.no_color),
|
/external/tensorflow/third_party/remote_config/ |
D | common.bzl | 11 no_color = "\033[0m" 12 fail("%sConfiguration Error:%s %s\n" % (red, no_color, msg))
|
/external/grpc-grpc/third_party/py/ |
D | python_configure.bzl | 26 no_color = "\033[0m" 27 fail("%sPython Configuration Error:%s %s\n" % (red, no_color, msg))
|
/external/tensorflow/third_party/gpus/ |
D | rocm_configure.bzl | 152 no_color = "\033[0m" 153 fail("\n%sROCm Configuration Error:%s %s\n" % (red, no_color, msg)) 158 no_color = "\033[0m" 159 print("\n%sAuto-Configuration Warning:%s %s\n" % (yellow, no_color, msg))
|
D | cuda_configure.bzl | 328 no_color = "\033[0m" 329 fail("\n%sCuda Configuration Error:%s %s\n" % (red, no_color, msg))
|
/external/rust/crates/grpcio-sys/grpc/third_party/py/ |
D | python_configure.bzl | 34 no_color = "\033[0m" 35 fail("%sPython Configuration Error:%s %s\n" % (red, no_color, msg))
|
/external/rust/crates/termcolor/src/ |
D | lib.rs | 1039 Buffer::no_color() in new() 1059 Buffer::no_color() in new() 1064 pub fn no_color() -> Buffer { in no_color() method
|