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:ANSI_NORMAL
(Results
1 - 6
of
6
) sorted by relevance
/third_party/libuv/src/win/
H
A
D
tty.c
44
#define
ANSI_NORMAL
0x0000
macro
277
tty->tty.wr.ansi_parser_state =
ANSI_NORMAL
;
in uv_tty_init()
1760
} else if (ansi_parser_state ==
ANSI_NORMAL
) {
1796
ansi_parser_state =
ANSI_NORMAL
;
1803
ansi_parser_state =
ANSI_NORMAL
;
1810
ansi_parser_state =
ANSI_NORMAL
;
1816
ansi_parser_state =
ANSI_NORMAL
;
1820
ansi_parser_state =
ANSI_NORMAL
;
1827
ansi_parser_state =
ANSI_NORMAL
;
1847
ansi_parser_state =
ANSI_NORMAL
;
[all...]
/third_party/node/deps/uv/src/win/
H
A
D
tty.c
49
#define
ANSI_NORMAL
0x0000
macro
282
tty->tty.wr.ansi_parser_state =
ANSI_NORMAL
;
in uv_tty_init()
1771
} else if (ansi_parser_state ==
ANSI_NORMAL
) {
1807
ansi_parser_state =
ANSI_NORMAL
;
1814
ansi_parser_state =
ANSI_NORMAL
;
1821
ansi_parser_state =
ANSI_NORMAL
;
1827
ansi_parser_state =
ANSI_NORMAL
;
1831
ansi_parser_state =
ANSI_NORMAL
;
1838
ansi_parser_state =
ANSI_NORMAL
;
1858
ansi_parser_state =
ANSI_NORMAL
;
[all...]
/third_party/libinput/src/
H
A
D
util-macros.h
56
#define
ANSI_NORMAL
"\x1B[0m"
macro
/third_party/libinput/tools/
H
A
D
libinput-debug-tablet.c
137
oob ?
ANSI_NORMAL
: "");
in print_bar()
164
print_line(ANSI_RED "No device connected"
ANSI_NORMAL
);
in print_state()
175
print_line(ANSI_RED "No tool in proximity "
ANSI_NORMAL
);
in print_state()
H
A
D
shared.c
95
printf(
ANSI_NORMAL
);
in log_handler()
/third_party/libinput/test/
H
A
D
litest.c
688
color =
ANSI_NORMAL
;
in litest_log_handler()
714
fprintf(stderr,
ANSI_NORMAL
);
in litest_log_handler()
Completed in 12 milliseconds