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:screen_lines
(Results
1 - 8
of
8
) sorted by relevance
/third_party/alsa-utils/alsamixer/
H
A
D
widget.c
27
int
screen_lines
;
variable
50
y = (
screen_lines
- lines_) / 2;
in widget_init()
130
getmaxyx(stdscr,
screen_lines
, screen_cols);
in window_size_changed()
132
--
screen_lines
;
in window_size_changed()
H
A
D
menu_widget.c
72
if (
screen_lines
< 3 || screen_cols < 10) {
in menu_widget_create()
80
if (rows >
screen_lines
)
in menu_widget_create()
81
rows =
screen_lines
;
in menu_widget_create()
H
A
D
mixer_display.c
114
screen_too_small =
screen_lines
< 14 || screen_cols < 12;
in init_mixer_layout()
115
has_info_items =
screen_lines
>= 6;
in init_mixer_layout()
333
for (i = 5; i <
screen_lines
- 1; ++i)
in clear_controls_display()
349
lines =
screen_lines
- 6;
in display_unplugged()
379
y = (
screen_lines
- 6) / 2 - 1;
in display_no_controls()
382
if (y >=
screen_lines
- 1)
in display_no_controls()
642
y0 =
screen_lines
* 3 / 8;
in display_scroll_indicators()
643
y1 =
screen_lines
* 5 / 8;
in display_scroll_indicators()
747
space =
screen_lines
- 6 - height;
in compute_controls_layout()
757
space =
screen_lines
in compute_controls_layout()
[all...]
H
A
D
textbox.c
263
if (
screen_lines
< 3 || screen_cols < 8) {
in create()
275
if (text_box_y >
screen_lines
- 2)
in create()
276
text_box_y =
screen_lines
- 2;
in create()
H
A
D
mixer_clickable.c
6
extern int
screen_lines
;
104
y2 =
screen_lines
+ y2 + 1;
in clickable_clear()
H
A
D
widget.h
23
extern int
screen_lines
;
H
A
D
device_name.c
119
if (
screen_lines
< 6 || screen_cols < 36) {
in create()
H
A
D
mixer_widget.c
635
widget_init(&mixer_widget,
screen_lines
, screen_cols, 0, 0,
in create()
Completed in 4 milliseconds