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_BAY
(Results
1 - 4
of
4
) sorted by relevance
/third_party/backends/backend/
H
A
D
epson2.c
1437
s->opt[
OPT_BAY
].name = "bay";
in init_options()
1438
s->opt[
OPT_BAY
].title = SANE_I18N("Bay");
in init_options()
1439
s->opt[
OPT_BAY
].desc = SANE_I18N("Select bay to scan");
in init_options()
1440
s->opt[
OPT_BAY
].type = SANE_TYPE_STRING;
in init_options()
1441
s->opt[
OPT_BAY
].size = max_string_size(bay_list);
in init_options()
1442
s->opt[
OPT_BAY
].constraint_type = SANE_CONSTRAINT_STRING_LIST;
in init_options()
1443
s->opt[
OPT_BAY
].constraint.string_list = bay_list;
in init_options()
1444
s->val[
OPT_BAY
].w = 0; /* Bay 1 */
in init_options()
1447
s->opt[
OPT_BAY
].cap |= SANE_CAP_INACTIVE;
in init_options()
1671
case
OPT_BAY
in getvalue()
[all...]
H
A
D
epson.h
133
OPT_SOURCE, OPT_AUTO_EJECT, OPT_FILM_TYPE, OPT_FOCUS,
OPT_BAY
,
enumerator
H
A
D
epson.c
3470
s->opt[
OPT_BAY
].name = "bay";
in init_options()
3471
s->opt[
OPT_BAY
].title = SANE_I18N ("Bay");
in init_options()
3472
s->opt[
OPT_BAY
].desc = SANE_I18N ("Select bay to scan");
in init_options()
3474
s->opt[
OPT_BAY
].type = SANE_TYPE_STRING;
in init_options()
3475
s->opt[
OPT_BAY
].size = max_string_size (bay_list);
in init_options()
3476
s->opt[
OPT_BAY
].constraint_type = SANE_CONSTRAINT_STRING_LIST;
in init_options()
3477
s->opt[
OPT_BAY
].constraint.string_list = bay_list;
in init_options()
3478
s->val[
OPT_BAY
].w = 0; /* Bay 1 */
in init_options()
3482
s->opt[
OPT_BAY
].cap |= SANE_CAP_INACTIVE;
in init_options()
3755
case
OPT_BAY
in getvalue()
[all...]
H
A
D
epson2.h
269
OPT_BAY
,
enumerator
Completed in 9 milliseconds