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:ty
(Results
1 - 5
of
5
) sorted by relevance
/base/msdp/device_status/tools/vdev/src/
H
A
D
virtual_mouse.cpp
188
double
ty
= round(step * static_cast<double>(dy) / delta);
in Move()
local
193
if ((std::abs(
ty
) >= STEP_UNIT) && (std::abs(
ty
) <= MAXIMUM_STEP_LENGTH)) {
in Move()
194
SendEvent(EV_REL, REL_Y, static_cast<int32_t>(
ty
));
in Move()
197
((std::abs(
ty
) >= STEP_UNIT) && (std::abs(
ty
) <= MAXIMUM_STEP_LENGTH))) {
in Move()
H
A
D
virtual_touchscreen_builder.cpp
134
std::cout << " -D <SLOT> <sx> <sy> <tx> <
ty
> Drag the touch <SLOT> to (tx,
ty
)" << std::endl;
in ShowUsage()
371
int32_t
ty
= std::atoi(argv[optind + TY_OFFSET]);
in ReadDragToAction()
local
373
std::cout << "[touchscreen] drag-to: [" << slot << ", (" << tx << "," <<
ty
<< ")]" << std::endl;
in ReadDragToAction()
377
vTouch->MoveTo(slot, tx,
ty
);
in ReadDragToAction()
/base/msdp/device_status/intention/cooperate/plugin/include/
H
A
D
cooperate_events.h
244
explicit CooperateEvent(CooperateEventType
ty
) : type(
ty
) {}
in CooperateEvent()
247
CooperateEvent(CooperateEventType
ty
, Event ev) : type(
ty
), event(ev) {}
in CooperateEvent()
/base/msdp/device_status/rust/plugin_manager/src/
H
A
D
lib.rs
45
($plugin_type:
ty
) => {
/base/security/asset/frameworks/definition/src/
H
A
D
macros.rs
170
($t:
ty
) => {
Completed in 3 milliseconds