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:is_at_home
(Results
1 - 6
of
6
) sorted by relevance
/third_party/backends/backend/genesys/
H
A
D
status.h
35
bool
is_at_home
= false;
member
H
A
D
status.cpp
35
<< "
is_at_home
: " << (status.
is_at_home
? "yes" : "no") << '\n'
in operator <<()
H
A
D
command_set_common.cpp
61
return status.
is_at_home
;
in is_head_home()
66
return status.
is_at_home
;
in is_head_home()
H
A
D
low.cpp
169
status.
is_at_home
= value & HOMESNR;
in scanner_read_status()
1663
if (status.
is_at_home
) {
in sanei_genesys_wait_for_home()
1677
} while (elapsed_ms < timeout_ms && !status.
is_at_home
);
in sanei_genesys_wait_for_home()
1680
if (elapsed_ms >= timeout_ms && !status.
is_at_home
) {
in sanei_genesys_wait_for_home()
H
A
D
gl646.cpp
1325
if (status.
is_at_home
) {
in load_document()
1489
if (status.
is_at_home
) {
in eject_document()
1552
} while (!status.
is_at_home
&& (count < 150));
in eject_document()
1640
if (status.
is_at_home
) {
in move_back_home()
1659
if (!status.is_motor_enabled && status.
is_at_home
) {
in move_back_home()
1753
if (status.
is_at_home
) {
in move_back_home()
H
A
D
genesys.cpp
846
direction == Direction::BACKWARD && status.
is_at_home
))
in scanner_move()
920
if (status.
is_at_home
) {
in scanner_move_back_home()
992
if (status.
is_at_home
) {
in scanner_move_back_home()
1131
if (status.
is_at_home
) {
in scanner_move_back_home_ta()
Completed in 14 milliseconds