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_CALIBRATE
(Results
1 - 12
of
12
) sorted by relevance
/third_party/backends/backend/
H
A
D
plustek.c
938
s->opt[
OPT_CALIBRATE
].name = "calibrate";
in init_options()
939
s->opt[
OPT_CALIBRATE
].title = SANE_I18N("Calibrate");;
in init_options()
940
s->opt[
OPT_CALIBRATE
].desc = SANE_I18N("Performs calibration");
in init_options()
941
s->opt[
OPT_CALIBRATE
].type = SANE_TYPE_BUTTON;
in init_options()
942
s->opt[
OPT_CALIBRATE
].size = sizeof (SANE_Word);
in init_options()
943
s->opt[
OPT_CALIBRATE
].constraint_type = SANE_CONSTRAINT_NONE;
in init_options()
944
s->opt[
OPT_CALIBRATE
].constraint.range = 0;
in init_options()
945
s->opt[
OPT_CALIBRATE
].cap = SANE_CAP_SOFT_DETECT | SANE_CAP_SOFT_SELECT |
in init_options()
947
_ENABLE(
OPT_CALIBRATE
);
in init_options()
949
_DISABLE(
OPT_CALIBRATE
);
in init_options()
[all...]
H
A
D
apple.h
142
OPT_CALIBRATE
,
enumerator
H
A
D
p5.h
121
OPT_CALIBRATE
,
enumerator
H
A
D
p5.c
610
case
OPT_CALIBRATE
:
in set_option_value()
1944
session->options[
OPT_CALIBRATE
].descriptor.name = "calibrate";
in init_options()
1945
session->options[
OPT_CALIBRATE
].descriptor.title = SANE_I18N ("Calibrate");
in init_options()
1946
session->options[
OPT_CALIBRATE
].descriptor.desc =
in init_options()
1948
session->options[
OPT_CALIBRATE
].descriptor.type = SANE_TYPE_BUTTON;
in init_options()
1949
session->options[
OPT_CALIBRATE
].descriptor.unit = SANE_UNIT_NONE;
in init_options()
1950
session->options[
OPT_CALIBRATE
].descriptor.cap =
in init_options()
1953
session->options[
OPT_CALIBRATE
].value.b = 0;
in init_options()
1969
DISABLE (
OPT_CALIBRATE
);
in init_options()
H
A
D
gt68xx_high.h
235
OPT_CALIBRATE
, /* button option to trigger call
enumerator
H
A
D
apple.c
854
if (!s->val[
OPT_CALIBRATE
].w) start[5]=0x20;
in start_scan()
1610
s->opt[
OPT_CALIBRATE
].name = "calibrate";
in init_options()
1611
s->opt[
OPT_CALIBRATE
].title = "Calibrate";
in init_options()
1612
s->opt[
OPT_CALIBRATE
].desc = "You may avoid the calibration before "
in init_options()
1614
s->opt[
OPT_CALIBRATE
].type = SANE_TYPE_BOOL;
in init_options()
1616
s->opt[
OPT_CALIBRATE
].cap |= SANE_CAP_INACTIVE;
in init_options()
1617
s->val[
OPT_CALIBRATE
].w = SANE_TRUE;
in init_options()
2113
case
OPT_CALIBRATE
:
in sane_control_option()
2200
case
OPT_CALIBRATE
:
in sane_control_option()
H
A
D
gt68xx.c
784
s->opt[
OPT_CALIBRATE
].name = "calibrate";
in init_options()
785
s->opt[
OPT_CALIBRATE
].title = SANE_I18N ("Calibrate");
in init_options()
786
s->opt[
OPT_CALIBRATE
].desc =
in init_options()
788
s->opt[
OPT_CALIBRATE
].type = SANE_TYPE_BUTTON;
in init_options()
789
s->opt[
OPT_CALIBRATE
].unit = SANE_UNIT_NONE;
in init_options()
791
s->opt[
OPT_CALIBRATE
].cap =
in init_options()
795
s->opt[
OPT_CALIBRATE
].cap = SANE_CAP_INACTIVE;
in init_options()
796
s->val[
OPT_CALIBRATE
].b = 0;
in init_options()
1867
case
OPT_CALIBRATE
:
in sane_control_option()
H
A
D
plustek.h
60
* - 0.51 - added
OPT_CALIBRATE
230
OPT_CALIBRATE
,
enumerator
H
A
D
artec_eplus48u.h
106
OPT_CALIBRATE
,
enumerator
H
A
D
artec_eplus48u.c
2929
s->opt[
OPT_CALIBRATE
].name = "calibration";
in init_options()
2930
s->opt[
OPT_CALIBRATE
].title = SANE_I18N ("Calibrate before next scan");
in init_options()
2931
s->opt[
OPT_CALIBRATE
].desc =
in init_options()
2935
s->opt[
OPT_CALIBRATE
].type = SANE_TYPE_BOOL;
in init_options()
2936
s->opt[
OPT_CALIBRATE
].unit = SANE_UNIT_NONE;
in init_options()
2937
s->opt[
OPT_CALIBRATE
].constraint_type = SANE_CONSTRAINT_NONE;
in init_options()
2938
s->val[
OPT_CALIBRATE
].w = SANE_FALSE;
in init_options()
3074
if ((s->val[
OPT_CALIBRATE
].w == SANE_TRUE) &&
in calibrate_scanner()
4005
case
OPT_CALIBRATE
:
in sane_control_option()
4073
case
OPT_CALIBRATE
in sane_control_option()
[all...]
/third_party/backends/backend/genesys/
H
A
D
genesys.h
113
OPT_CALIBRATE
,
enumerator
H
A
D
genesys.cpp
4980
s->opt[
OPT_CALIBRATE
].name = "calibrate";
in init_options()
4981
s->opt[
OPT_CALIBRATE
].title = SANE_I18N ("Calibrate");
in init_options()
4982
s->opt[
OPT_CALIBRATE
].desc =
in init_options()
4984
s->opt[
OPT_CALIBRATE
].type = SANE_TYPE_BUTTON;
in init_options()
4985
s->opt[
OPT_CALIBRATE
].unit = SANE_UNIT_NONE;
in init_options()
4987
s->opt[
OPT_CALIBRATE
].cap =
in init_options()
4991
s->opt[
OPT_CALIBRATE
].cap = SANE_CAP_INACTIVE;
in init_options()
6058
case
OPT_CALIBRATE
: {
Completed in 24 milliseconds