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:BACKGROUND_GREEN
(Results
1 - 9
of
9
) sorted by relevance
/third_party/mesa3d/src/gallium/tools/trace/
H
A
D
format.py
111
BACKGROUND_GREEN
= 0x20
variable in WindowsConsoleFormatter
/third_party/libuv/test/
H
A
D
test-tty-escape-sequence-processing.c
44
#define BACKGROUND_WHITE (BACKGROUND_RED |
BACKGROUND_GREEN
| BACKGROUND_BLUE)
46
#define BACKGROUND_YELLOW (BACKGROUND_RED |
BACKGROUND_GREEN
)
47
#define BACKGROUND_CYAN (
BACKGROUND_GREEN
| BACKGROUND_BLUE)
1069
{B_GREEN,
BACKGROUND_GREEN
},
in TEST_IMPL()
/third_party/libuv/src/win/
H
A
D
tty.c
323
if (uv_tty_default_text_attributes &
BACKGROUND_GREEN
)
in uv__tty_capture_initial_style()
1513
info.wAttributes &= ~(BACKGROUND_RED |
BACKGROUND_GREEN
| BACKGROUND_BLUE);
in uv__tty_set_style()
1515
if (bg_color & 2) info.wAttributes |=
BACKGROUND_GREEN
;
in uv__tty_set_style()
/third_party/node/deps/uv/src/win/
H
A
D
tty.c
328
if (uv_tty_default_text_attributes &
BACKGROUND_GREEN
)
in uv__tty_capture_initial_style()
1524
info.wAttributes &= ~(BACKGROUND_RED |
BACKGROUND_GREEN
| BACKGROUND_BLUE);
in uv__tty_set_style()
1526
if (bg_color & 2) info.wAttributes |=
BACKGROUND_GREEN
;
in uv__tty_set_style()
/third_party/googletest/googletest/src/
H
A
D
gtest.cc
3189
static const WORD background_mask = BACKGROUND_BLUE |
BACKGROUND_GREEN
|
/third_party/mesa3d/src/gtest/src/
H
A
D
gtest.cc
2955
static const WORD background_mask = BACKGROUND_BLUE |
BACKGROUND_GREEN
|
in GetNewColor()
/third_party/node/deps/googletest/src/
H
A
D
gtest.cc
3200
static const WORD background_mask = BACKGROUND_BLUE |
BACKGROUND_GREEN
|
/third_party/json/tests/thirdparty/doctest/
H
A
D
doctest.h
3940
g_origFgAttrs = csbiInfo.wAttributes & ~(
BACKGROUND_GREEN
| BACKGROUND_RED |
/third_party/libabigail/tests/lib/
H
A
D
catch.hpp
10121
originalForegroundAttributes = csbiInfo.wAttributes & ~(
BACKGROUND_GREEN
| BACKGROUND_RED | BACKGROUND_BLUE | BACKGROUND_INTENSITY );
Completed in 62 milliseconds