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:COLOUR_RED
(Results
1 - 6
of
6
) sorted by relevance
/third_party/vixl/tools/
H
A
D
clang_tidy.py
87
(printer.
COLOUR_RED
, cmd, p_out, printer.NO_COLOUR))
111
printer.Print(printer.
COLOUR_RED
+ 'FAILED: '+ cmd + printer.NO_COLOUR,
124
print(printer.
COLOUR_RED
+ error_message + printer.NO_COLOUR)
H
A
D
printer.py
41
COLOUR_RED
= ColourCode("\x1b[0;31m")
variable
113
failed_colour =
COLOUR_RED
if failed != 0 else ''
H
A
D
test_runner.py
90
printer.Print(printer.
COLOUR_RED
+ ' '.join(command) + printer.NO_COLOUR,
H
A
D
clang_format.py
178
print(printer.
COLOUR_RED
+ error_message + printer.NO_COLOUR)
H
A
D
lint.py
136
printer.
COLOUR_RED
+ \
H
A
D
test.py
254
printer.Print(printer.
COLOUR_RED
+ printable_command + printer.NO_COLOUR)
Completed in 3 milliseconds