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:scan_head
(Results
1 - 5
of
5
) sorted by relevance
/third_party/backends/backend/genesys/
H
A
D
device.cpp
95
bool Genesys_Device::is_head_pos_known(ScanHeadId
scan_head
) const
in is_head_pos_known()
97
switch (
scan_head
) {
in is_head_pos_known()
105
unsigned Genesys_Device::head_pos(ScanHeadId
scan_head
) const
in head_pos()
107
switch (
scan_head
) {
in head_pos()
115
void Genesys_Device::set_head_pos_unknown(ScanHeadId
scan_head
)
in set_head_pos_unknown()
argument
117
if ((
scan_head
& ScanHeadId::PRIMARY) != ScanHeadId::NONE) {
in set_head_pos_unknown()
120
if ((
scan_head
& ScanHeadId::SECONDARY) != ScanHeadId::NONE) {
in set_head_pos_unknown()
125
void Genesys_Device::set_head_pos_zero(ScanHeadId
scan_head
)
in set_head_pos_zero()
argument
127
if ((
scan_head
& ScanHeadId::PRIMARY) != ScanHeadId::NONE) {
in set_head_pos_zero()
131
if ((
scan_head
in set_head_pos_zero()
137
advance_head_pos_by_session(ScanHeadId
scan_head
)
advance_head_pos_by_session()
argument
158
advance_head_pos_by_steps(ScanHeadId
scan_head
, Direction direction, unsigned steps)
advance_head_pos_by_steps()
argument
175
print_scan_position(std::ostream& out, const Genesys_Device& dev, ScanHeadId
scan_head
)
print_scan_position()
argument
[all...]
H
A
D
device.h
323
bool is_head_pos_known(ScanHeadId
scan_head
) const;
324
unsigned head_pos(ScanHeadId
scan_head
) const;
325
void set_head_pos_unknown(ScanHeadId
scan_head
);
326
void set_head_pos_zero(ScanHeadId
scan_head
);
327
void advance_head_pos_by_session(ScanHeadId
scan_head
);
328
void advance_head_pos_by_steps(ScanHeadId
scan_head
, Direction direction, unsigned steps);
H
A
D
command_set_common.cpp
31
bool CommandSetCommon::is_head_home(Genesys_Device& dev, ScanHeadId
scan_head
) const
in is_head_home()
35
ScanHeadId
scan_head
;
in is_head_home()
member
56
setting.
scan_head
==
scan_head
)
in is_head_home()
H
A
D
command_set_common.h
36
bool is_head_home(Genesys_Device& dev, ScanHeadId
scan_head
) const override;
H
A
D
command_set.h
123
virtual bool is_head_home(Genesys_Device& dev, ScanHeadId
scan_head
) const = 0;
Completed in 3 milliseconds