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:speed_list
(Results
1 - 6
of
6
) sorted by relevance
/third_party/backends/backend/
H
A
D
pie.c
281
SANE_String
speed_list
[9]; /* holds the names of available speeds */
member
923
dev->
speed_list
[0] = strdup ("Normal");
in pie_get_speeds()
924
dev->
speed_list
[1] = strdup ("Fine");
in pie_get_speeds()
925
dev->
speed_list
[2] = strdup ("Pro");
in pie_get_speeds()
926
dev->
speed_list
[3] = NULL;
in pie_get_speeds()
938
dev->
speed_list
[i] = strdup (buf);
in pie_get_speeds()
941
dev->
speed_list
[i] = NULL;
in pie_get_speeds()
1430
max_string_size ((SANE_String_Const *) scanner->device->
speed_list
);
in init_options()
1433
(SANE_String_Const *) scanner->device->
speed_list
;
in init_options()
1435
(SANE_Char *) strdup (scanner->device->
speed_list
[
in init_options()
[all...]
H
A
D
pieusb_specific.h
212
SANE_String
speed_list
[9]; /* names of available speeds */
member
H
A
D
apple.c
181
static const SANE_String_Const
speed_list
[] =
variable
1626
s->opt[OPT_SPEED].size = max_string_size (
speed_list
);
in init_options()
1628
s->opt[OPT_SPEED].constraint.string_list =
speed_list
;
in init_options()
1629
s->val[OPT_SPEED].s = strdup (
speed_list
[0]);
in init_options()
H
A
D
mustek.c
146
static SANE_String_Const
speed_list
[] = {
variable
2531
for (speed_code = 0;
speed_list
[speed_code]; ++speed_code)
in mode_select_paragon()
2533
if (strcmp (
speed_list
[speed_code], s->val[OPT_SPEED].s) == 0)
in mode_select_paragon()
4266
s->opt[OPT_SPEED].size = max_string_size (
speed_list
);
in init_options()
4268
s->opt[OPT_SPEED].constraint.string_list =
speed_list
;
in init_options()
4269
s->val[OPT_SPEED].s = strdup (
speed_list
[4]);
in init_options()
H
A
D
nec.c
245
static const SANE_String_Const
speed_list
[] =
H
A
D
sharp.c
280
static const SANE_String_Const
speed_list
[] =
Completed in 21 milliseconds