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:sout
(Results
1 - 2
of
2
) sorted by relevance
/test/testfwk/arkxtest/uitest/record/
H
A
D
pointer_info.cpp
65
std::stringstream
sout
;
in WriteWindowData()
local
69
sout
<< actionType << ": " ;
in WriteWindowData()
71
sout
<<" at Point(x:" << firstTouchEventInfo.x << ", y:" << firstTouchEventInfo.y << ") "<< "; ";
in WriteWindowData()
73
sout
<< " at Widget( id: " << first_event_attr[UiAttr::ID] << ", "
in WriteWindowData()
77
sout
<<" at Point(x:" << firstTouchEventInfo.x << ", y:" << firstTouchEventInfo.y << ") "<< "; ";
in WriteWindowData()
82
sout
<< "from Point(x:" << firstTouchEventInfo.x << ", y:" << firstTouchEventInfo.y << ") ";
in WriteWindowData()
84
sout
<< "from Widget(id: " << first_event_attr[UiAttr::ID] << ", "
in WriteWindowData()
88
sout
<< "from Point(x:" << firstTouchEventInfo.x << ", y:" << firstTouchEventInfo.y << ") ";
in WriteWindowData()
91
sout
<< " to Point(x:" << lastTouchEventInfo.x << ", y:" << lastTouchEventInfo.y << ") " << "; ";
in WriteWindowData()
93
sout
<< "t
in WriteWindowData()
132
std::stringstream
sout
;
WriteWindowData()
local
[all...]
H
A
D
keyevent_tracker.cpp
76
std::stringstream
sout
;
in WriteCombinationData()
local
84
sout
<< eventItems[i] << ", ";
in WriteCombinationData()
86
sout
<< eventItems[INFO_SIZE-1];
in WriteCombinationData()
87
std::cout <<
sout
.str() << std::endl;
in WriteCombinationData()
88
return
sout
.str();
in WriteCombinationData()
92
std::stringstream
sout
;
in WriteSingleData()
local
96
sout
<< eventItems[i] << ", ";
in WriteSingleData()
98
sout
<< eventItems[INFO_SIZE-1];
in WriteSingleData()
99
std::cout <<
sout
.str() << std::endl;
in WriteSingleData()
100
return
sout
in WriteSingleData()
[all...]
Completed in 1 milliseconds