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:reset_color
(Results
1 - 4
of
4
) sorted by relevance
/third_party/rust/crates/nom/src/
H
A
D
error.rs
704
pub fn
reset_color
(v: &mut Vec<u8>) {
functions
738
reset_color
(&mut v);
741
reset_color
(&mut v);
769
reset_color
(&mut v);
788
reset_color
(&mut v);
803
reset_color
(&mut v);
823
reset_color
(&mut v);
/third_party/mesa3d/src/intel/tools/
H
A
D
aubinator.c
120
char *color = GREEN_HEADER, *
reset_color
= NORMAL;
in aubinator_init()
local
122
color =
reset_color
= "";
in aubinator_init()
125
color, "",
reset_color
);
in aubinator_init()
/third_party/mesa3d/src/intel/common/
H
A
D
intel_batch_decoder.c
1404
const char *
reset_color
= ctx->flags & INTEL_BATCH_DECODE_IN_COLOR ? NORMAL : "";
in intel_print_batch()
local
1410
reset_color
);
in intel_print_batch()
1431
offset, p[0],
reset_color
);
in intel_print_batch()
1436
offset + i * 4, p[i],
reset_color
);
in intel_print_batch()
1445
reset_color
= NORMAL;
in intel_print_batch()
1457
reset_color
= "";
in intel_print_batch()
1462
inst_name,
reset_color
);
in intel_print_batch()
/third_party/ffmpeg/
H
A
D
configure
515
reset_color
=$(tput sgr0)
543
echo "$error_color$bold_color$@$
reset_color
"
7610
printf "\n%s%s$WARNINGS%s" "$warn_color" "$bold_color" "$
reset_color
"
Completed in 11 milliseconds