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_LAMP
(Results
1 - 4
of
4
) sorted by relevance
/third_party/backends/backend/
H
A
D
kvs1025_opt.c
299
"
OPT_LAMP
", /* Lamp -- color drop out */
816
dev->opt[
OPT_LAMP
].name = "lamp-color";
in kv_init_options()
817
dev->opt[
OPT_LAMP
].title = SANE_I18N ("Lamp color");
in kv_init_options()
818
dev->opt[
OPT_LAMP
].desc = SANE_I18N ("Sets the lamp color (color dropout)");
in kv_init_options()
819
dev->opt[
OPT_LAMP
].type = SANE_TYPE_STRING;
in kv_init_options()
820
dev->opt[
OPT_LAMP
].size = max_string_size (go_lamp_list);
in kv_init_options()
821
dev->opt[
OPT_LAMP
].constraint_type = SANE_CONSTRAINT_STRING_LIST;
in kv_init_options()
822
dev->opt[
OPT_LAMP
].constraint.string_list = go_lamp_list;
in kv_init_options()
823
dev->val[
OPT_LAMP
].s = strdup (go_lamp_list[0]);
in kv_init_options()
825
dev->opt[
OPT_LAMP
]
in kv_init_options()
[all...]
H
A
D
apple.h
136
OPT_LAMP
,
enumerator
H
A
D
apple.c
762
if (s->val[
OPT_LAMP
].w) *(PP+8) |= 1;
in mode_select()
1585
s->opt[
OPT_LAMP
].name = "lamp";
in init_options()
1586
s->opt[
OPT_LAMP
].title = "Lamp";
in init_options()
1587
s->opt[
OPT_LAMP
].desc = "Hold the lamp on during scans.";
in init_options()
1588
s->opt[
OPT_LAMP
].type = SANE_TYPE_BOOL;
in init_options()
1589
s->val[
OPT_LAMP
].w = SANE_FALSE;
in init_options()
2111
case
OPT_LAMP
:
in sane_control_option()
2198
case
OPT_LAMP
:
in sane_control_option()
H
A
D
kvs1025_low.h
129
OPT_LAMP
, /* Lamp -- color drop out */
enumerator
Completed in 5 milliseconds