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:has_colors
(Results
1 - 11
of
11
) sorted by relevance
/third_party/python/Tools/demo/
H
A
D
life.py
77
if curses.
has_colors
():
117
if curses.
has_colors
():
157
if curses.
has_colors
():
174
if curses.
has_colors
():
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H
A
D
raw_ostream.h
270
virtual bool
has_colors
() const { return is_displayed(); }
in has_colors()
function in llvm::raw_ostream
422
bool
has_colors
() const override;
/third_party/alsa-utils/alsamixer/
H
A
D
colors.c
61
if (!!
has_colors
() == !!use_color) {
in init_colors()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H
A
D
WithColor.cpp
103
return OS.
has_colors
();
in colorsEnabled()
H
A
D
raw_ostream.cpp
860
bool raw_fd_ostream::
has_colors
() const {
in has_colors()
function in raw_fd_ostream
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H
A
D
raw_ostream.h
295
virtual bool
has_colors
() const { return is_displayed(); }
in has_colors()
function in llvm::raw_ostream
475
bool
has_colors
() const override;
/third_party/toybox/kconfig/lxdialog/
H
A
D
util.c
225
if (
has_colors
()) { /* Terminal supports color? */
in color_setup()
444
if (
has_colors
()) { /* Whether terminal supports color? */
in draw_shadow()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_shader_llvm_vs.c
453
bool
has_colors
= false;
in si_vertex_color_clamping()
local
466
has_colors
= true;
in si_vertex_color_clamping()
469
if (!
has_colors
)
in si_vertex_color_clamping()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H
A
D
raw_ostream.cpp
687
bool raw_fd_ostream::
has_colors
() const {
in has_colors()
function in raw_fd_ostream
/third_party/python/Lib/test/
H
A
D
test_curses.py
45
if not curses.
has_colors
():
875
self.assertIsInstance(curses.
has_colors
(), bool)
879
if not curses.
has_colors
():
/third_party/python/Modules/
H
A
D
_cursesmodule.c
3119
_curses.
has_colors
3127
NoArgTrueFalseFunctionBody(
has_colors
)
Completed in 15 milliseconds