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:autofeeder
(Results
1 - 4
of
4
) sorted by relevance
/third_party/backends/backend/
H
A
D
coolscan.h
229
int
autofeeder
; /* Provision of auto feeder [Yes: 1, No: 0] */
member
H
A
D
sp15c.c
1294
s->
autofeeder
= 1;
in sp15c_identify_scanner()
1298
s->
autofeeder
= 0;
in sp15c_identify_scanner()
1303
s->
autofeeder
, get_IN_color_mode (s->buffer),
in sp15c_identify_scanner()
1420
if (scanner->
autofeeder
)
in init_options()
1578
if (s->use_adf == SANE_TRUE && s->
autofeeder
== 0)
in sp15c_check_values()
1700
if (s->
autofeeder
== 0)
in sp15c_object_position()
1727
if (s->
autofeeder
== 0)
in sp15c_media_check()
H
A
D
sp15c.h
148
int
autofeeder
; /* detected */
member
H
A
D
coolscan.c
1438
if (s->
autofeeder
== 0)
in coolscan_check_values()
1566
s->
autofeeder
= 1;
in get_feeder_type_LS30()
1619
s->
autofeeder
= get_DI_autofeeder (s->buffer);
in get_internal_info_LS20()
1653
s->
autofeeder
? "Yes" : "No", s->analoggamma ? "Yes" : "No",
in get_internal_info_LS20()
2745
if (!scanner->
autofeeder
)
in init_options()
Completed in 9 milliseconds