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:g_data
(Results
1 - 6
of
6
) sorted by relevance
/commonlibrary/c_utils/base/test/fuzztest/timer_fuzzer/
H
A
D
timer_fuzzer.cpp
31
std::atomic<int>
g_data
(0);
35
g_data
++;
in TimeOutCallback()
47
FUZZ_LOGI("sleep_for, time = %{public}d,
g_data
= %{public}d",
48
sleepTime,
g_data
.load(std::memory_order_relaxed));
73
g_data
= 0;
in TimerTestFunc()
/commonlibrary/c_utils/base/test/benchmarktest/event_benchmark_test/
H
A
D
event_benchmark_test.cpp
68
int
g_data
= 0;
member
71
g_data
++;
in TimerCallback1()
124
g_data
= 0;
in BENCHMARK_F()
168
g_data
= 0;
in BENCHMARK_F()
259
g_data
= 0;
in BENCHMARK_F()
323
g_data
= 0;
in BENCHMARK_F()
423
g_data
= 0;
in BENCHMARK_F()
450
AssertGreaterThanOrEqual(
g_data
, 1, "
g_data
was not greater than or equal to 1 as expected.", state);
in BENCHMARK_F()
495
g_data
in BENCHMARK_F()
[all...]
/commonlibrary/c_utils/base/test/unittest/common/
H
A
D
utils_event_test.cpp
52
int
g_data
= 0;
member
56
g_data
++;
in TimerCallback1()
83
g_data
= 0;
in HWTEST_F()
126
g_data
= 0;
in HWTEST_F()
171
g_data
= 0;
in HWTEST_F()
230
g_data
= 0;
in HWTEST_F()
332
g_data
= 0;
in HWTEST_F()
353
EXPECT_GE(
g_data
, 1);
in HWTEST_F()
366
g_data
= 0;
in HWTEST_F()
392
EXPECT_EQ(
g_data
,
in HWTEST_F()
[all...]
H
A
D
utils_ashmem_test.cpp
35
char
g_data
[MAX_PARCEL_SIZE];
member
54
g_data
[i] = 0;
in TearDownTestCase()
H
A
D
utils_parcel_test.cpp
32
char
g_data
[MAX_PARCEL_SIZE];
member
43
g_data
[i] = 0;
in TearDownTestCase()
/commonlibrary/c_utils/base/test/benchmarktest/ashemem_benchmark_test/
H
A
D
ashemem_benchmark_test.cpp
35
char
g_data
[MAX_PARCEL_SIZE];
member
57
g_data
[i] = 0;
Completed in 8 milliseconds