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_PAPER_SIZE
(Results
1 - 8
of
8
) sorted by relevance
/third_party/backends/backend/
H
A
D
kvs1025_opt.c
282
"
OPT_PAPER_SIZE
", /* Paper size */
431
dev->val[
OPT_PAPER_SIZE
].s);
in kv_calc_paper_size()
647
dev->opt[
OPT_PAPER_SIZE
].name = SANE_NAME_PAPER_SIZE;
in kv_init_options()
648
dev->opt[
OPT_PAPER_SIZE
].title = SANE_TITLE_PAPER_SIZE;
in kv_init_options()
649
dev->opt[
OPT_PAPER_SIZE
].desc = SANE_DESC_PAPER_SIZE;
in kv_init_options()
650
dev->opt[
OPT_PAPER_SIZE
].type = SANE_TYPE_STRING;
in kv_init_options()
651
dev->opt[
OPT_PAPER_SIZE
].size = max_string_size (go_paper_list);
in kv_init_options()
652
dev->opt[
OPT_PAPER_SIZE
].constraint_type = SANE_CONSTRAINT_STRING_LIST;
in kv_init_options()
653
dev->opt[
OPT_PAPER_SIZE
].constraint.string_list = go_paper_list;
in kv_init_options()
654
dev->val[
OPT_PAPER_SIZE
]
in kv_init_options()
[all...]
H
A
D
matsushita.c
1140
dev->opt[
OPT_PAPER_SIZE
].name = SANE_NAME_PAPER_SIZE;
in matsushita_init_options()
1141
dev->opt[
OPT_PAPER_SIZE
].title = SANE_TITLE_PAPER_SIZE;
in matsushita_init_options()
1142
dev->opt[
OPT_PAPER_SIZE
].desc = SANE_DESC_PAPER_SIZE;
in matsushita_init_options()
1143
dev->opt[
OPT_PAPER_SIZE
].type = SANE_TYPE_STRING;
in matsushita_init_options()
1144
dev->opt[
OPT_PAPER_SIZE
].size = max_string_size (dev->paper_sizes_list);
in matsushita_init_options()
1145
dev->opt[
OPT_PAPER_SIZE
].constraint_type = SANE_CONSTRAINT_STRING_LIST;
in matsushita_init_options()
1146
dev->opt[
OPT_PAPER_SIZE
].constraint.string_list = dev->paper_sizes_list;
in matsushita_init_options()
1147
dev->val[
OPT_PAPER_SIZE
].s = strdup (""); /* will do it later */
in matsushita_init_options()
1307
sane_control_option (dev,
OPT_PAPER_SIZE
, SANE_ACTION_SET_VALUE,
in matsushita_init_options()
1912
case
OPT_PAPER_SIZE
in sane_control_option()
[all...]
H
A
D
hs2p-saneopts.h
289
OPT_PAPER_SIZE
, /* paper size */
enumerator
H
A
D
hs2p.c
360
s->opt[
OPT_PAPER_SIZE
].name = SANE_NAME_PAPER_SIZE;
in init_options()
361
s->opt[
OPT_PAPER_SIZE
].title = SANE_TITLE_PAPER_SIZE;
in init_options()
362
s->opt[
OPT_PAPER_SIZE
].desc = SANE_DESC_PAPER_SIZE;
in init_options()
363
s->opt[
OPT_PAPER_SIZE
].type = SANE_TYPE_STRING;
in init_options()
364
s->opt[
OPT_PAPER_SIZE
].size = max_string_size (paper_list);
in init_options()
365
s->opt[
OPT_PAPER_SIZE
].constraint_type = SANE_CONSTRAINT_STRING_LIST;
in init_options()
366
s->opt[
OPT_PAPER_SIZE
].constraint.string_list = &paper_list[0];
in init_options()
367
s->val[
OPT_PAPER_SIZE
].s = strdup (paper_list[0]);
in init_options()
2112
case
OPT_PAPER_SIZE
:
in sane_control_option()
2293
if (strcmp (s->val[
OPT_PAPER_SIZE
]
in sane_control_option()
[all...]
H
A
D
kvs1025_low.h
112
OPT_PAPER_SIZE
, /* Paper size */
enumerator
H
A
D
matsushita.h
178
OPT_PAPER_SIZE
, /* Paper size */
enumerator
H
A
D
bh.c
2422
s->opt[
OPT_PAPER_SIZE
].name = SANE_NAME_PAPER_SIZE;
in init_options()
2423
s->opt[
OPT_PAPER_SIZE
].title = SANE_TITLE_PAPER_SIZE;
in init_options()
2424
s->opt[
OPT_PAPER_SIZE
].desc = SANE_DESC_PAPER_SIZE;
in init_options()
2425
s->opt[
OPT_PAPER_SIZE
].type = SANE_TYPE_STRING;
in init_options()
2426
s->opt[
OPT_PAPER_SIZE
].size = max_string_size (paper_list);
in init_options()
2427
s->opt[
OPT_PAPER_SIZE
].constraint_type = SANE_CONSTRAINT_STRING_LIST;
in init_options()
2428
s->opt[
OPT_PAPER_SIZE
].constraint.string_list = paper_list;
in init_options()
2429
s->val[
OPT_PAPER_SIZE
].s = strdup (paper_list[0]);
in init_options()
3407
case
OPT_PAPER_SIZE
:
in sane_control_option()
3476
if (get_paper_id(_OPT_VAL_STRING(s,
OPT_PAPER_SIZE
)) !
in sane_control_option()
[all...]
H
A
D
bh.h
121
OPT_PAPER_SIZE
,
enumerator
Completed in 14 milliseconds