Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:no_color
(Results
1 - 5
of
5
) sorted by relevance
/third_party/glslang/Test/
H
A
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
$opt_terse && 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
$opt_summary && printf "\nSummary: ${white}${count_nocomp} compile errors${
no_color
}, ${red}${count_err} validation errors${
no_color
},
[all...]
/third_party/spirv-tools/tools/diff/
H
A
D
diff.cpp
109
FLAG_LONG_bool(
no_color
, /* default_value= */ false, /* required= */ false);
149
!flags::
no_color
.value() && kColorIsPossible;
in main()
/third_party/spirv-tools/tools/dis/
H
A
D
dis.cpp
68
FLAG_LONG_bool (
no_color
, /* default_value= */ false, /* required= */ false);
128
if (color_is_possible && !flags::
no_color
.value()) {
in main()
/third_party/rust/crates/codespan/codespan-reporting/tests/support/
H
A
D
mod.rs
28
let buffer = self.emit(Buffer::
no_color
(), &config);
in emit_color()
/third_party/rust/crates/termcolor/src/
H
A
D
lib.rs
1063
/// account. However, buffers can also be manually created using `
no_color
`,
1090
Buffer::
no_color
()
in new()
1110
Buffer::
no_color
()
in new()
1115
pub fn
no_color
() -> Buffer {
in no_color()
functions
Completed in 4 milliseconds