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:focusSupport
(Results
1 - 5
of
5
) sorted by relevance
/third_party/backends/backend/
H
A
D
epson.h
203
SANE_Bool
focusSupport
; /* does this scanner have support for "set focus position" ? */
member
H
A
D
epson2.h
346
SANE_Bool
focusSupport
; /* does this scanner have support for "set focus position" ? */
member
H
A
D
epson2-ops.c
294
dev->
focusSupport
= SANE_FALSE;
in e2_dev_post_init()
300
dev->
focusSupport
= SANE_FALSE;
in e2_dev_post_init()
826
dev->
focusSupport
= SANE_TRUE;
in e2_discover_capabilities()
831
dev->
focusSupport
= SANE_FALSE;
in e2_discover_capabilities()
H
A
D
epson2.c
1355
if (s->hw->
focusSupport
== SANE_TRUE) {
in init_options()
1792
if (s->hw->
focusSupport
)
in change_source()
2141
if (s->hw->
focusSupport
== SANE_TRUE) {
in sane_start()
2261
if (s->hw->
focusSupport
== SANE_TRUE && s->val[OPT_AUTOFOCUS].w) {
in sane_start()
H
A
D
epson.c
2297
s->hw->
focusSupport
= SANE_TRUE;
in attach()
2316
s->hw->
focusSupport
= SANE_FALSE;
in attach()
3408
if (s->hw->
focusSupport
== SANE_TRUE)
in init_options()
4455
if (s->hw->
focusSupport
== SANE_TRUE)
in sane_start()
Completed in 14 milliseconds