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:get_resolutions
(Results
1 - 4
of
4
) sorted by relevance
/third_party/backends/backend/genesys/
H
A
D
device.cpp
30
std::vector<unsigned> MethodResolutions::
get_resolutions
() const
in get_resolutions()
function in genesys::MethodResolutions
64
std::vector<unsigned> Genesys_Model::
get_resolutions
(ScanMethod method) const
in get_resolutions()
function in genesys::Genesys_Model
66
return get_resolution_settings(method).
get_resolutions
();
in get_resolutions()
H
A
D
device.h
94
std::vector<unsigned>
get_resolutions
() const;
224
std::vector<unsigned>
get_resolutions
(ScanMethod method) const;
H
A
D
genesys.cpp
4466
auto resolutions = s.dev->model->
get_resolutions
(s.scan_method);
in set_resolution_option_values()
/third_party/backends/testsuite/backend/genesys/
H
A
D
session_config_test.cpp
435
for (unsigned resolution : method_resolutions.
get_resolutions
()) {
in get_all_test_configs()
Completed in 9 milliseconds