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:expiration_time
(Results
1 - 4
of
4
) sorted by relevance
/third_party/backends/backend/genesys/
H
A
D
genesys.h
199
SANE_Word
expiration_time
= 0;
member
H
A
D
settings.h
65
int
expiration_time
= 0;
member
H
A
D
low.cpp
1856
if (!for_overwrite && dev->settings.
expiration_time
>=0)
in sanei_genesys_is_compatible_calibration()
1859
if ((time.tv_sec - cache->last_calibration > dev->settings.
expiration_time
*60)
in sanei_genesys_is_compatible_calibration()
H
A
D
genesys.cpp
4276
settings.
expiration_time
= s->
expiration_time
;
in calculate_scan_settings()
4774
s->
expiration_time
= 60; // 60 minutes by default
in init_options()
5684
*reinterpret_cast<SANE_Word*>(val) = s->
expiration_time
;
5979
if (*reinterpret_cast<SANE_Word*>(val) != s->
expiration_time
) {
5980
s->
expiration_time
= *reinterpret_cast<SANE_Word*>(val);
Completed in 12 milliseconds