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
(Results
1 - 4
of
4
) sorted by relevance
/third_party/backends/backend/
H
A
D
ibm.c
416
s->opt[
OPT_ADF
].name = "adf";
in init_options()
417
s->opt[
OPT_ADF
].title = "Use ADF";
in init_options()
418
s->opt[
OPT_ADF
].desc = "Uses the automatic document feeder.";
in init_options()
419
s->opt[
OPT_ADF
].type = SANE_TYPE_BOOL;
in init_options()
420
s->opt[
OPT_ADF
].unit = SANE_UNIT_NONE;
in init_options()
421
s->opt[
OPT_ADF
].constraint_type = SANE_CONSTRAINT_NONE;
in init_options()
422
s->val[
OPT_ADF
].b = s->hw->info.adf_default;
in init_options()
740
case
OPT_ADF
:
in sane_control_option()
804
case
OPT_ADF
:
in sane_control_option()
H
A
D
artec.h
107
OPT_ADF
,
enumerator
H
A
D
artec.c
675
((s->val[
OPT_ADF
].w == SANE_TRUE) ? 0x00 : 0x01);
in abort_scan()
687
((s->val[
OPT_ADF
].w == SANE_TRUE) ? 0x00 : 0x01);
in abort_scan()
722
((s->val[
OPT_ADF
].w == SANE_TRUE) ? 0x00 : 0x01);
in artec_mode_select()
2492
s->opt[
OPT_ADF
].name = "adf";
in init_options()
2493
s->opt[
OPT_ADF
].title = "ADF";
in init_options()
2494
s->opt[
OPT_ADF
].desc = "Use ADF";
in init_options()
2495
s->opt[
OPT_ADF
].type = SANE_TYPE_BOOL;
in init_options()
2496
s->val[
OPT_ADF
].w = SANE_FALSE;
in init_options()
2892
case
OPT_ADF
:
in sane_control_option()
2956
case
OPT_ADF
in sane_control_option()
[all...]
H
A
D
ibm.h
223
OPT_ADF
,
enumerator
Completed in 6 milliseconds