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:resStdList
(Results
1 - 5
of
5
) sorted by relevance
/third_party/backends/backend/
H
A
D
hs2p.c
267
s->opt[OPT_RESOLUTION].constraint.word_list = s->hw->info.
resStdList
;
in init_options()
1312
dev->info.
resStdList
[++i] = 60;
in attach()
1314
dev->info.
resStdList
[++i] = 75;
in attach()
1316
dev->info.
resStdList
[++i] = 100;
in attach()
1318
dev->info.
resStdList
[++i] = 120;
in attach()
1320
dev->info.
resStdList
[++i] = 150;
in attach()
1322
dev->info.
resStdList
[++i] = 160;
in attach()
1324
dev->info.
resStdList
[++i] = 180;
in attach()
1326
dev->info.
resStdList
[++i] = 200;
in attach()
1328
dev->info.
resStdList
[
in attach()
[all...]
H
A
D
hs2p.h
224
SANE_Int
resStdList
[16 + 1]; /* list of available standard resolutions (first slot is the length) */
member
H
A
D
bh.c
350
sc->
resStdList
[sc->
resStdList
[0]+1] = res;
in appendStdList()
351
sc->
resStdList
[0]++;
in appendStdList()
418
for (i = 0; i < info->
resStdList
[0]; i++)
in ScannerDump()
419
DBG (1, " %d\n", info->
resStdList
[i+1]);
in ScannerDump()
2379
s->opt[OPT_RESOLUTION].constraint.word_list = s->hw->info.
resStdList
;
in init_options()
3033
dev->info.
resStdList
[0] = 0;
in attach()
3050
if (dev->info.
resStdList
[0] == 0)
in attach()
3054
dev->info.
resStdList
[0] = 2;
in attach()
3055
dev->info.
resStdList
[
in attach()
[all...]
H
A
D
bh.h
292
SANE_Int
resStdList
[16+1]; /* list of available standard resolutions
member
H
A
D
hs2p-scsi.c
158
for (i = 1; i <= info->
resStdList
[0]; i++)
in ScannerDump()
159
DBG (DBG_info, " %d\n", info->
resStdList
[i]);
in ScannerDump()
Completed in 12 milliseconds