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:paper_length
(Results
1 - 4
of
4
) sorted by relevance
/third_party/backends/backend/
H
A
D
microtek.h
280
SANE_Int
paper_length
; /* whatever unit */
member
H
A
D
avision.h
336
OPT_PAPERLEN, /* Use
paper_length
field to detect double feeds */
688
uint8_t
paper_length
[2];
member
H
A
D
microtek.c
482
DBG(23, ".mode_select: pap_len: %d\n", ms->
paper_length
);
in mode_select()
483
data[8] = ms->
paper_length
& 0xFF;
in mode_select()
484
data[9] = (ms->
paper_length
>> 8) & 0xFF;
in mode_select()
3170
scanner->
paper_length
=
in sane_open()
H
A
D
avision.c
1995
get_double (window->descriptor.
paper_length
) );
in debug_print_window_descriptor()
6360
set_double (cmd.window.descriptor.
paper_length
, (int)((double)30.0*1200));
in set_window()
7361
/*
paper_length
*/
in init_options()
Completed in 18 milliseconds