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_DROPOUT
(Results
1 - 5
of
5
) sorted by relevance
/third_party/backends/backend/
H
A
D
epson2.c
1022
s->opt[
OPT_DROPOUT
].name = "dropout";
in init_options()
1023
s->opt[
OPT_DROPOUT
].title = SANE_I18N("Dropout");
in init_options()
1024
s->opt[
OPT_DROPOUT
].desc = SANE_I18N("Selects the dropout.");
in init_options()
1026
s->opt[
OPT_DROPOUT
].type = SANE_TYPE_STRING;
in init_options()
1027
s->opt[
OPT_DROPOUT
].size = max_string_size(dropout_list);
in init_options()
1028
s->opt[
OPT_DROPOUT
].cap |= SANE_CAP_ADVANCED;
in init_options()
1029
s->opt[
OPT_DROPOUT
].constraint_type = SANE_CONSTRAINT_STRING_LIST;
in init_options()
1030
s->opt[
OPT_DROPOUT
].constraint.string_list = dropout_list;
in init_options()
1031
s->val[
OPT_DROPOUT
].w = 0; /* None */
in init_options()
1666
case
OPT_DROPOUT
in getvalue()
[all...]
H
A
D
epson.h
124
0, OPT_MODE_GROUP, OPT_MODE, OPT_BIT_DEPTH, OPT_HALFTONE,
OPT_DROPOUT
,
enumerator
H
A
D
epson.c
2864
s->opt[
OPT_DROPOUT
].name = "dropout";
in init_options()
2865
s->opt[
OPT_DROPOUT
].title = SANE_I18N ("Dropout");
in init_options()
2866
s->opt[
OPT_DROPOUT
].desc = SANE_I18N ("Selects the dropout.");
in init_options()
2868
s->opt[
OPT_DROPOUT
].type = SANE_TYPE_STRING;
in init_options()
2869
s->opt[
OPT_DROPOUT
].size = max_string_size (dropout_list);
in init_options()
2870
s->opt[
OPT_DROPOUT
].cap |= SANE_CAP_ADVANCED;
in init_options()
2871
s->opt[
OPT_DROPOUT
].constraint_type = SANE_CONSTRAINT_STRING_LIST;
in init_options()
2872
s->opt[
OPT_DROPOUT
].constraint.string_list = dropout_list;
in init_options()
2873
s->val[
OPT_DROPOUT
].w = 0; /* None */
in init_options()
3749
case
OPT_DROPOUT
in getvalue()
[all...]
H
A
D
epson2.h
238
OPT_DROPOUT
,
enumerator
H
A
D
epson2-ops.c
904
val[
OPT_DROPOUT
].
in e2_set_extended_scanning_parameters()
1059
& dropout_params[s->val[
OPT_DROPOUT
].
in e2_set_scanning_parameters()
Completed in 12 milliseconds