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:OPT_COLOR
(Results
1 - 5
of
5
) sorted by relevance
/third_party/elfutils/lib/
H
A
D
color.c
45
#define
OPT_COLOR
0x100100
macro
50
{ "color",
OPT_COLOR
, "WHEN", OPTION_ARG_OPTIONAL,
93
case
OPT_COLOR
:
in parse_opt()
/third_party/backends/backend/
H
A
D
v4l.c
401
s->opt[
OPT_COLOR
].name = "color";
in init_options()
402
s->opt[
OPT_COLOR
].title = "Picture color";
in init_options()
403
s->opt[
OPT_COLOR
].desc = "Sets the picture's color.";
in init_options()
404
s->opt[
OPT_COLOR
].type = SANE_TYPE_INT;
in init_options()
405
s->opt[
OPT_COLOR
].constraint_type = SANE_CONSTRAINT_RANGE;
in init_options()
406
s->opt[
OPT_COLOR
].constraint.range = &u8_range;
in init_options()
407
s->val[
OPT_COLOR
].w = s->pict.colour / 256;
in init_options()
755
case
OPT_COLOR
:
in sane_control_option()
837
case
OPT_COLOR
:
in sane_control_option()
H
A
D
v4l.h
60
OPT_COLOR
,
enumerator
H
A
D
nec.c
1644
s->opt[
OPT_COLOR
].name = "color";
in init_options()
1645
s->opt[
OPT_COLOR
].title = "Color";
in init_options()
1646
s->opt[
OPT_COLOR
].desc = "Select color";
in init_options()
1647
s->opt[
OPT_COLOR
].type = SANE_TYPE_INT;
in init_options()
1648
s->opt[
OPT_COLOR
].unit = SANE_UNIT_NONE;
in init_options()
1649
s->opt[
OPT_COLOR
].constraint_type = SANE_CONSTRAINT_RANGE;
in init_options()
1650
s->opt[
OPT_COLOR
].constraint.range = &s->dev->info.color_range;
in init_options()
1651
s->val[
OPT_COLOR
].w = 128;
in init_options()
1653
s->opt[
OPT_COLOR
].cap |= SANE_CAP_INACTIVE;
in init_options()
2240
case
OPT_COLOR
in sane_control_option()
[all...]
H
A
D
nec.h
111
OPT_COLOR
,
enumerator
Completed in 6 milliseconds