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_ADF_MODE
(Results
1 - 9
of
9
) sorted by relevance
/third_party/backends/backend/
H
A
D
epson2.c
1423
s->opt[
OPT_ADF_MODE
].name = "adf-mode";
in init_options()
1424
s->opt[
OPT_ADF_MODE
].title = SANE_I18N("ADF Mode");
in init_options()
1425
s->opt[
OPT_ADF_MODE
].desc =
in init_options()
1427
s->opt[
OPT_ADF_MODE
].type = SANE_TYPE_STRING;
in init_options()
1428
s->opt[
OPT_ADF_MODE
].size = max_string_size(adf_mode_list);
in init_options()
1429
s->opt[
OPT_ADF_MODE
].constraint_type = SANE_CONSTRAINT_STRING_LIST;
in init_options()
1430
s->opt[
OPT_ADF_MODE
].constraint.string_list = adf_mode_list;
in init_options()
1431
s->val[
OPT_ADF_MODE
].w = 0; /* simplex */
in init_options()
1434
s->opt[
OPT_ADF_MODE
].cap |= SANE_CAP_INACTIVE;
in init_options()
1664
case
OPT_ADF_MODE
in getvalue()
[all...]
H
A
D
magicolor.c
1214
if (s->val[
OPT_ADF_MODE
].w == 0) {
in mc_set_scanning_parameters()
2453
s->opt[
OPT_ADF_MODE
].name = "adf-mode";
in init_options()
2454
s->opt[
OPT_ADF_MODE
].title = SANE_I18N("ADF Mode");
in init_options()
2455
s->opt[
OPT_ADF_MODE
].desc =
in init_options()
2457
s->opt[
OPT_ADF_MODE
].type = SANE_TYPE_STRING;
in init_options()
2458
s->opt[
OPT_ADF_MODE
].size = max_string_size(adf_mode_list);
in init_options()
2459
s->opt[
OPT_ADF_MODE
].constraint_type = SANE_CONSTRAINT_STRING_LIST;
in init_options()
2460
s->opt[
OPT_ADF_MODE
].constraint.string_list = adf_mode_list;
in init_options()
2461
s->val[
OPT_ADF_MODE
].w = 0; /* simplex */
in init_options()
2463
s->opt[
OPT_ADF_MODE
]
in init_options()
[all...]
H
A
D
kodakaio.h
100
OPT_ADF_MODE
,
enumerator
H
A
D
kodakaio.c
2856
s->opt[
OPT_ADF_MODE
].name = "adf-mode";
in init_options()
2857
s->opt[
OPT_ADF_MODE
].title = SANE_I18N("ADF Mode");
in init_options()
2858
s->opt[
OPT_ADF_MODE
].desc =
in init_options()
2860
s->opt[
OPT_ADF_MODE
].type = SANE_TYPE_STRING;
in init_options()
2861
s->opt[
OPT_ADF_MODE
].size = max_string_size(adf_mode_list);
in init_options()
2862
s->opt[
OPT_ADF_MODE
].constraint_type = SANE_CONSTRAINT_STRING_LIST;
in init_options()
2863
s->opt[
OPT_ADF_MODE
].constraint.string_list = adf_mode_list;
in init_options()
2864
s->val[
OPT_ADF_MODE
].w = 0; /* simplex */
in init_options()
2866
s->opt[
OPT_ADF_MODE
].cap |= SANE_CAP_INACTIVE;
in init_options()
3119
case
OPT_ADF_MODE
in getvalue()
[all...]
H
A
D
magicolor.h
137
OPT_ADF_MODE
,
enumerator
H
A
D
epson.c
3454
s->opt[
OPT_ADF_MODE
].name = "adf_mode";
in init_options()
3455
s->opt[
OPT_ADF_MODE
].title = SANE_I18N ("ADF Mode");
in init_options()
3456
s->opt[
OPT_ADF_MODE
].desc =
in init_options()
3458
s->opt[
OPT_ADF_MODE
].type = SANE_TYPE_STRING;
in init_options()
3459
s->opt[
OPT_ADF_MODE
].size = max_string_size (adf_mode_list);
in init_options()
3460
s->opt[
OPT_ADF_MODE
].constraint_type = SANE_CONSTRAINT_STRING_LIST;
in init_options()
3461
s->opt[
OPT_ADF_MODE
].constraint.string_list = adf_mode_list;
in init_options()
3462
s->val[
OPT_ADF_MODE
].w = 0; /* simplex */
in init_options()
3466
s->opt[
OPT_ADF_MODE
].cap |= SANE_CAP_INACTIVE;
in init_options()
3747
case
OPT_ADF_MODE
in getvalue()
[all...]
H
A
D
epson.h
134
OPT_EJECT,
OPT_ADF_MODE
, NUM_OPTIONS
enumerator
H
A
D
epson2.h
271
OPT_ADF_MODE
,
enumerator
H
A
D
epson2-ops.c
917
if (s->hw->use_extension && (s->val[
OPT_ADF_MODE
].w == 1)) {
in e2_set_extended_scanning_parameters()
1039
if (s->hw->use_extension && (s->val[
OPT_ADF_MODE
].w == 1))
in e2_set_scanning_parameters()
Completed in 18 milliseconds