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_BUTTON_GROUP
(Results
1 - 8
of
8
) sorted by relevance
/third_party/backends/backend/
H
A
D
p5.h
120
OPT_BUTTON_GROUP
,
enumerator
H
A
D
gt68xx_high.h
234
OPT_BUTTON_GROUP
,
enumerator
H
A
D
plustek.h
241
OPT_BUTTON_GROUP
,
enumerator
H
A
D
p5.c
1936
session->options[
OPT_BUTTON_GROUP
].descriptor.name = "Buttons";
in init_options()
1937
session->options[
OPT_BUTTON_GROUP
].descriptor.title = SANE_I18N ("Buttons");
in init_options()
1938
session->options[
OPT_BUTTON_GROUP
].descriptor.desc = SANE_I18N ("Buttons");
in init_options()
1939
session->options[
OPT_BUTTON_GROUP
].descriptor.type = SANE_TYPE_GROUP;
in init_options()
1940
session->options[
OPT_BUTTON_GROUP
].descriptor.constraint_type =
in init_options()
H
A
D
gt68xx.c
777
s->opt[
OPT_BUTTON_GROUP
].name = "Buttons";
in init_options()
778
s->opt[
OPT_BUTTON_GROUP
].title = SANE_I18N ("Buttons");
in init_options()
779
s->opt[
OPT_BUTTON_GROUP
].desc = SANE_I18N ("Buttons");
in init_options()
780
s->opt[
OPT_BUTTON_GROUP
].type = SANE_TYPE_GROUP;
in init_options()
781
s->opt[
OPT_BUTTON_GROUP
].constraint_type = SANE_CONSTRAINT_NONE;
in init_options()
H
A
D
plustek.c
1078
s->opt[
OPT_BUTTON_GROUP
].title = SANE_I18N("Buttons");
in init_options()
1079
s->opt[
OPT_BUTTON_GROUP
].desc = "";
in init_options()
1080
s->opt[
OPT_BUTTON_GROUP
].type = SANE_TYPE_GROUP;
in init_options()
1081
s->opt[
OPT_BUTTON_GROUP
].cap = SANE_CAP_ADVANCED;
in init_options()
/third_party/backends/backend/genesys/
H
A
D
genesys.h
112
OPT_BUTTON_GROUP
,
enumerator
H
A
D
genesys.cpp
4971
s->opt[
OPT_BUTTON_GROUP
].name = "buttons";
in init_options()
4972
s->opt[
OPT_BUTTON_GROUP
].title = SANE_I18N ("Buttons");
in init_options()
4973
s->opt[
OPT_BUTTON_GROUP
].desc = "";
in init_options()
4974
s->opt[
OPT_BUTTON_GROUP
].type = SANE_TYPE_GROUP;
in init_options()
4975
s->opt[
OPT_BUTTON_GROUP
].cap = SANE_CAP_ADVANCED;
in init_options()
4976
s->opt[
OPT_BUTTON_GROUP
].size = 0;
in init_options()
4977
s->opt[
OPT_BUTTON_GROUP
].constraint_type = SANE_CONSTRAINT_NONE;
in init_options()
Completed in 18 milliseconds