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_SCAN_MODE
(Results
1 - 6
of
6
) sorted by relevance
/third_party/backends/backend/
H
A
D
hs2p-saneopts.h
278
OPT_SCAN_MODE
, /* scan mode */
enumerator
H
A
D
artec_eplus48u.c
2754
s->opt[
OPT_SCAN_MODE
].name = SANE_NAME_SCAN_MODE;
in init_options()
2755
s->opt[
OPT_SCAN_MODE
].title = SANE_TITLE_SCAN_MODE;
in init_options()
2756
s->opt[
OPT_SCAN_MODE
].desc = SANE_DESC_SCAN_MODE;
in init_options()
2757
s->opt[
OPT_SCAN_MODE
].type = SANE_TYPE_STRING;
in init_options()
2758
s->opt[
OPT_SCAN_MODE
].size = max_string_size (mode_list);
in init_options()
2759
s->opt[
OPT_SCAN_MODE
].constraint_type = SANE_CONSTRAINT_STRING_LIST;
in init_options()
2760
s->opt[
OPT_SCAN_MODE
].constraint.string_list = mode_list;
in init_options()
2761
s->val[
OPT_SCAN_MODE
].s = strdup (mode_list[1]);
in init_options()
4011
if (strcmp (s->val[
OPT_SCAN_MODE
].s, mode_list[2]) == 0)
in sane_control_option()
4022
case
OPT_SCAN_MODE
in sane_control_option()
[all...]
H
A
D
hs2p.c
247
s->opt[
OPT_SCAN_MODE
].name = SANE_NAME_SCAN_MODE;
in init_options()
248
s->opt[
OPT_SCAN_MODE
].title = SANE_TITLE_SCAN_MODE;
in init_options()
249
s->opt[
OPT_SCAN_MODE
].desc = SANE_DESC_SCAN_MODE;
in init_options()
250
s->opt[
OPT_SCAN_MODE
].type = SANE_TYPE_STRING;
in init_options()
251
s->opt[
OPT_SCAN_MODE
].cap = SANE_CAP_SOFT_SELECT | SANE_CAP_SOFT_DETECT;
in init_options()
252
s->opt[
OPT_SCAN_MODE
].size =
in init_options()
254
s->opt[
OPT_SCAN_MODE
].constraint_type = SANE_CONSTRAINT_STRING_LIST;
in init_options()
255
s->opt[
OPT_SCAN_MODE
].constraint.string_list =
in init_options()
257
s->val[
OPT_SCAN_MODE
].s = strdup (scan_mode_list[0]);
in init_options()
2113
case
OPT_SCAN_MODE
in sane_control_option()
[all...]
H
A
D
bh.c
1025
get_scan_mode_id(_OPT_VAL_STRING(s,
OPT_SCAN_MODE
));
in set_window()
2363
s->opt[
OPT_SCAN_MODE
].name = SANE_NAME_SCAN_MODE;
in init_options()
2364
s->opt[
OPT_SCAN_MODE
].title = SANE_TITLE_SCAN_MODE;
in init_options()
2365
s->opt[
OPT_SCAN_MODE
].desc = SANE_DESC_SCAN_MODE;
in init_options()
2366
s->opt[
OPT_SCAN_MODE
].type = SANE_TYPE_STRING;
in init_options()
2367
s->opt[
OPT_SCAN_MODE
].size = max_string_size (scan_mode_list);
in init_options()
2368
s->opt[
OPT_SCAN_MODE
].constraint_type = SANE_CONSTRAINT_STRING_LIST;
in init_options()
2369
s->opt[
OPT_SCAN_MODE
].constraint.string_list = scan_mode_list;
in init_options()
2370
s->val[
OPT_SCAN_MODE
].s = strdup (scan_mode_list[0]);
in init_options()
2394
s->opt[
OPT_SCAN_MODE
]
in init_options()
[all...]
H
A
D
artec_eplus48u.h
88
OPT_SCAN_MODE
,
enumerator
H
A
D
bh.h
107
OPT_SCAN_MODE
,
enumerator
Completed in 16 milliseconds