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:use_adf
(Results
1 - 4
of
4
) sorted by relevance
/third_party/backends/backend/
H
A
D
sp15c.c
349
dev->
use_adf
= SANE_TRUE;
in sane_open()
467
if (scanner->
use_adf
== SANE_TRUE)
in sane_control_option()
583
if (scanner->
use_adf
== SANE_TRUE)
in sane_control_option()
585
scanner->
use_adf
= SANE_TRUE;
in sane_control_option()
593
if (scanner->
use_adf
== SANE_FALSE)
in sane_control_option()
595
scanner->
use_adf
= SANE_FALSE;
in sane_control_option()
818
if (scanner->
use_adf
== SANE_TRUE
in sane_start()
1578
if (s->
use_adf
== SANE_TRUE && s->autofeeder == 0)
in sp15c_check_values()
1696
if (s->
use_adf
!= SANE_TRUE)
in sp15c_object_position()
1723
if (s->
use_adf
!
in sp15c_media_check()
[all...]
H
A
D
sp15c.h
149
int
use_adf
; /* requested */
member
H
A
D
nec.c
196
static SANE_String
use_adf
= "Automatic Document Feeder";
variable
1477
s->dev->info.scansources[i++] =
use_adf
;
in init_options()
2432
else if (strcmp(val,
use_adf
) == 0)
in sane_control_option()
2984
else if (strcmp(adf_fsu,
use_adf
) == 0)
in sane_start()
2986
else if (strcmp(adf_fsu,
use_adf
) == 0)
in sane_start()
H
A
D
sharp.c
217
static SANE_String
use_adf
= "Automatic Document Feeder";
variable
1868
s->dev->info.scansources[i++] =
use_adf
;
in init_options()
2923
else if (strcmp(val,
use_adf
) == 0)
in sane_control_option()
3473
else if (strcmp(adf_fsu,
use_adf
) == 0)
in sane_start()
3475
else if (strcmp(adf_fsu,
use_adf
) == 0)
in sane_start()
Completed in 11 milliseconds