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:staticeData
(Results
1 - 5
of
5
) sorted by relevance
/developtools/profiler/device/plugins/native_hook/test/
H
A
D
hook_so.cpp
32
StaticSpace
staticeData
;
34
staticeData
.data[0] = 1;
42
StaticSpace
staticeData
;
44
staticeData
.data[0] = 1;
H
A
D
hook_test.c
66
StaticSpace
staticeData
;
in DepthMalloc()
local
68
staticeData
.data[0] = 1;
in DepthMalloc()
76
StaticSpace
staticeData
;
in DepthCalloc()
local
78
staticeData
.data[0] = 1;
in DepthCalloc()
86
StaticSpace
staticeData
;
in DepthRealloc()
local
88
staticeData
.data[0] = 1;
in DepthRealloc()
96
StaticSpace
staticeData
;
in DepthFree()
local
98
staticeData
.data[0] = 1;
in DepthFree()
H
A
D
malloc_test.cpp
64
StaticSpace
staticeData
;
in DepthMalloc()
local
66
staticeData
.data[0] = 1;
in DepthMalloc()
74
StaticSpace
staticeData
;
in DepthCalloc()
local
76
staticeData
.data[0] = 1;
in DepthCalloc()
84
StaticSpace
staticeData
;
in DepthRealloc()
local
86
staticeData
.data[0] = 1;
in DepthRealloc()
94
StaticSpace
staticeData
;
in DepthFree()
local
96
staticeData
.data[0] = 1;
in DepthFree()
H
A
D
hook_test.cpp
80
StaticSpace
staticeData
;
in DepthMalloc()
local
82
staticeData
.data[0] = 1;
in DepthMalloc()
90
StaticSpace
staticeData
;
in DepthFree()
local
92
staticeData
.data[0] = 1;
in DepthFree()
/developtools/profiler/device/plugins/native_hook/test/unittest/
H
A
D
check_hook_data_test.cpp
216
StaticSpace
staticeData
;
in DepthFree()
local
218
staticeData
.data[0] = 1;
in DepthFree()
227
StaticSpace
staticeData
;
in DepthMalloc()
local
229
staticeData
.data[0] = 1;
in DepthMalloc()
318
StaticSpace
staticeData
;
in DepthCalloc()
local
320
staticeData
.data[0] = 1;
in DepthCalloc()
364
StaticSpace
staticeData
;
in DepthRealloc()
local
366
staticeData
.data[0] = 1;
in DepthRealloc()
Completed in 5 milliseconds