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_SCANSOURCE
(Results
1 - 4
of
4
) sorted by relevance
/third_party/backends/backend/
H
A
D
sharp.c
1896
s->opt[
OPT_SCANSOURCE
].name = SANE_NAME_SCAN_SOURCE;
in init_options()
1897
s->opt[
OPT_SCANSOURCE
].title = SANE_TITLE_SCAN_SOURCE;
in init_options()
1898
s->opt[
OPT_SCANSOURCE
].desc = SANE_DESC_SCAN_SOURCE;
in init_options()
1899
s->opt[
OPT_SCANSOURCE
].type = SANE_TYPE_STRING;
in init_options()
1900
s->opt[
OPT_SCANSOURCE
].size = max_string_size (s->dev->info.scansources);
in init_options()
1901
s->opt[
OPT_SCANSOURCE
].constraint_type = SANE_CONSTRAINT_STRING_LIST;
in init_options()
1902
s->opt[
OPT_SCANSOURCE
].constraint.string_list = (SANE_String_Const*)s->dev->info.scansources;
in init_options()
1903
s->val[
OPT_SCANSOURCE
].s = strdup (s->dev->info.scansources[0]);
in init_options()
1908
OPT_SCANSOURCE
, sourcename_index);
in init_options()
1911
s->opt[
OPT_SCANSOURCE
]
in init_options()
[all...]
H
A
D
sharp.h
78
OPT_SCANSOURCE
,
enumerator
H
A
D
nec.h
81
OPT_SCANSOURCE
,
enumerator
H
A
D
nec.c
1493
OPT_SCANSOURCE
, 0);
in init_options()
1496
s->opt[
OPT_SCANSOURCE
].cap |= SANE_CAP_INACTIVE;
in init_options()
2280
case
OPT_SCANSOURCE
:
in sane_control_option()
2421
case
OPT_SCANSOURCE
:
in sane_control_option()
2961
adf_fsu = s->val[
OPT_SCANSOURCE
].s;
in sane_start()
Completed in 9 milliseconds