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:zero
(Results
1 - 8
of
8
) sorted by relevance
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H
A
D
ark_test.cpp
89
uintptr_t
zero
= 0;
in HWTEST_F()
local
90
uintptr_t* extractorPtr = &
zero
;
in HWTEST_F()
193
uintptr_t
zero
= 0;
in HWTEST_F()
local
196
uintptr_t *fp = &
zero
;
in HWTEST_F()
197
uintptr_t *sp = &
zero
;
in HWTEST_F()
198
uintptr_t *pc = &
zero
;
in HWTEST_F()
199
uintptr_t* methodid = &
zero
;
in HWTEST_F()
240
uintptr_t
zero
= 0;
in HWTEST_F()
local
241
void *ctx = &
zero
;
in HWTEST_F()
243
uintptr_t *fp = &
zero
;
in HWTEST_F()
290
uintptr_t
zero
= 0;
HWTEST_F()
local
[all...]
/base/hiviewdfx/hiview/base/utility/
H
A
D
time_util.cpp
100
int64_t
zero
= now;
in Get0ClockStampMs()
local
106
zero
= std::mktime(l) * SEC_TO_MILLISEC; // time is 00:00:00
in Get0ClockStampMs()
108
return
zero
> 0 ?
zero
: 0; // result of mktime is negative, when the date is 19700101
in Get0ClockStampMs()
/base/time/time_service/services/timer/src/
H
A
D
timer_manager.cpp
317
if (intervalDuration > milliseconds::
zero
() && intervalDuration < MIN_INTERVAL_ONE_SECONDS) {
in SetHandler()
330
if (windowLengthDuration == milliseconds::
zero
()) {
in SetHandler()
332
} else if (windowLengthDuration < milliseconds::
zero
()) {
in SetHandler()
507
if (timer->windowLength == milliseconds::
zero
()) {
in ReAddTimerLocked()
510
maxElapsed = (timer->windowLength > milliseconds::
zero
()) ?
in ReAddTimerLocked()
866
(timer->repeatInterval == milliseconds::
zero
())) {
in DeliverTimersLocked()
995
if (timer->windowLength == milliseconds::
zero
()) {
in ReCalcuOriWhenElapsed()
998
maxElapsed = (timer->windowLength > milliseconds::
zero
()) ?
in ReCalcuOriWhenElapsed()
1136
milliseconds futurity = (interval == milliseconds::
zero
()) ?
1139
futurity = milliseconds::
zero
();
[all...]
H
A
D
timer_info.cpp
95
if (windowLength == std::chrono::milliseconds::
zero
()) {
in AdjustTimer()
H
A
D
timer_proxy.cpp
269
&& timer->windowLength == milliseconds::
zero
()) {
in IsTimerExemption()
/base/update/updater/services/diffpatch/patch_shared/
H
A
D
patch_shared.cpp
333
/* fill the remaining space with
zero
values */
in CreateFixedSizeEmptyFile()
341
char
zero
= 0;
in CreateFixedSizeEmptyFile()
local
343
file.write(&
zero
, 1);
in CreateFixedSizeEmptyFile()
/base/time/time_service/test/unittest/service_test/src/
H
A
D
time_service_test.cpp
1161
auto when = std::chrono::nanoseconds::
zero
();
in HWTEST_F()
1225
auto duration = std::chrono::milliseconds::
zero
();
in HWTEST_F()
1293
auto duration = std::chrono::milliseconds::
zero
();
in HWTEST_F()
1366
auto duration = std::chrono::milliseconds::
zero
();
in HWTEST_F()
1587
auto duration = std::chrono::milliseconds::
zero
();
in HWTEST_F()
H
A
D
time_proxy_test.cpp
750
auto duration = std::chrono::milliseconds::
zero
();
in HWTEST_F()
803
auto duration = std::chrono::milliseconds::
zero
();
in HWTEST_F()
849
auto duration = std::chrono::milliseconds::
zero
();
in HWTEST_F()
Completed in 11 milliseconds