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_THRESHOLD_B
(Results
1 - 4
of
4
) sorted by relevance
/third_party/backends/backend/
H
A
D
nec.c
1691
s->opt[
OPT_THRESHOLD_B
].name = SANE_NAME_THRESHOLD "-blue";
in init_options()
1692
s->opt[
OPT_THRESHOLD_B
].title = SANE_TITLE_THRESHOLD " (blue)";
in init_options()
1693
s->opt[
OPT_THRESHOLD_B
].desc = SANE_DESC_THRESHOLD " (blue)";
in init_options()
1694
s->opt[
OPT_THRESHOLD_B
].type = SANE_TYPE_INT;
in init_options()
1695
s->opt[
OPT_THRESHOLD_B
].unit = SANE_UNIT_NONE;
in init_options()
1696
s->opt[
OPT_THRESHOLD_B
].constraint_type = SANE_CONSTRAINT_RANGE;
in init_options()
1697
s->opt[
OPT_THRESHOLD_B
].constraint.range = &s->dev->info.threshold_range;
in init_options()
1698
s->val[
OPT_THRESHOLD_B
].w = 128;
in init_options()
1699
s->opt[
OPT_THRESHOLD_B
].cap |= SANE_CAP_INACTIVE;
in init_options()
2244
case
OPT_THRESHOLD_B
in sane_control_option()
[all...]
H
A
D
sharp.c
2120
s->opt[
OPT_THRESHOLD_B
].name = SANE_NAME_THRESHOLD "-blue";
in init_options()
2121
s->opt[
OPT_THRESHOLD_B
].title = SANE_TITLE_THRESHOLD " (blue)";
in init_options()
2122
s->opt[
OPT_THRESHOLD_B
].desc = SANE_DESC_THRESHOLD " (blue)";
in init_options()
2123
s->opt[
OPT_THRESHOLD_B
].type = SANE_TYPE_INT;
in init_options()
2124
s->opt[
OPT_THRESHOLD_B
].unit = SANE_UNIT_NONE;
in init_options()
2125
s->opt[
OPT_THRESHOLD_B
].constraint_type = SANE_CONSTRAINT_RANGE;
in init_options()
2126
s->opt[
OPT_THRESHOLD_B
].constraint.range = &s->dev->info.threshold_range;
in init_options()
2127
s->val[
OPT_THRESHOLD_B
].w = 128;
in init_options()
2128
s->opt[
OPT_THRESHOLD_B
].cap |= SANE_CAP_INACTIVE;
in init_options()
2759
case
OPT_THRESHOLD_B
in sane_control_option()
[all...]
H
A
D
sharp.h
106
OPT_THRESHOLD_B
,
enumerator
H
A
D
nec.h
107
OPT_THRESHOLD_B
,
enumerator
Completed in 10 milliseconds