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
defs:elapsed
(Results
1 - 25
of
125
) sorted by relevance
1
2
3
4
5
/third_party/rust/crates/bindgen/bindgen/
H
A
D
time.rs
31
pub fn
elapsed
(&self) -> Duration {
in elapsed()
functions
/third_party/skia/samplecode/
H
A
D
SampleTiming.cpp
47
auto
elapsed
= std::chrono::steady_clock::now() - start;
variable
81
auto
elapsed
= std::chrono::steady_clock::now() - start;
variable
/third_party/benchmark/test/
H
A
D
internal_threading_test.cc
22
const auto
elapsed
= now - start;
in MyBusySpinwait()
local
/third_party/icu/icu4c/source/test/perf/ucnvavailperf/
H
A
D
ucnvavailperf.cpp
123
double
elapsed
= utimer_getElapsedSeconds(&start_time);
in main()
local
/third_party/ltp/testcases/kernel/syscalls/clock_settime/
H
A
D
clock_settime01.c
57
long long
elapsed
;
in verify_clock_settime()
local
/kernel/linux/linux-5.10/tools/testing/selftests/timens/
H
A
D
timer.c
21
long long
elapsed
;
in run_test()
local
H
A
D
timerfd.c
28
long long
elapsed
;
in run_test()
local
/kernel/linux/linux-5.10/kernel/power/
H
A
D
process.c
37
ktime_t start, end,
elapsed
;
in try_to_freeze_tasks()
local
/kernel/linux/linux-6.6/tools/testing/selftests/timens/
H
A
D
timer.c
21
long long
elapsed
;
in run_test()
local
H
A
D
timerfd.c
28
long long
elapsed
;
in run_test()
local
/kernel/linux/linux-6.6/kernel/power/
H
A
D
process.c
36
ktime_t start, end,
elapsed
;
in try_to_freeze_tasks()
local
/third_party/ltp/lib/
H
A
D
tst_wallclock.c
46
static struct timespec mono_end,
elapsed
, adjust;
in tst_wallclock_restore()
local
94
static struct timespec mono_end,
elapsed
;
in tst_rtc_clock_restore()
local
/third_party/node/deps/v8/src/base/platform/
H
A
D
elapsed-timer.h
65
TimeDelta
elapsed
= now - start_ticks_;
in Restart()
local
75
TimeDelta
elapsed
= Elapsed(now);
in Pause()
local
89
TimeDelta
elapsed
= paused_elapsed();
in Resume()
local
104
TimeDelta
elapsed
= now - start_ticks();
Elapsed()
local
[all...]
/third_party/pulseaudio/src/daemon/
H
A
D
cpulimit.c
118
pa_usec_t now,
elapsed
;
in signal_handler()
local
/third_party/skia/tools/viewer/
H
A
D
MSKPSlide.cpp
161
double
elapsed
= nanos - fLastFrameTime;
in animate()
local
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H
A
D
notification_test.cc
78
const absl::Duration
elapsed
= absl::Now() - start;
in BasicTests()
local
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H
A
D
tcp_nip_timer.c
312
static bool tcp_nip_keepalive_is_timeout(struct sock *sk, u32
elapsed
)
in tcp_nip_keepalive_is_timeout()
argument
345
u32
elapsed
;
in tcp_nip_keepalive_timer()
local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H
A
D
radeon_ring.c
256
uint64_t
elapsed
;
in radeon_ring_test_lockup()
local
/kernel/linux/linux-6.6/tools/testing/selftests/syscall_user_dispatch/
H
A
D
sud_benchmark.c
82
double
elapsed
= 0;
in calibrate_set()
local
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
H
A
D
per_thread_sem_test.cc
159
const absl::Duration
elapsed
= absl::Now() - start;
in TEST_F()
local
/kernel/linux/linux-5.10/arch/s390/kernel/
H
A
D
vtime.c
56
static inline int virt_timer_forward(u64
elapsed
)
in virt_timer_forward()
argument
278
unsigned long
elapsed
;
in virt_timer_expire()
local
/kernel/linux/linux-5.10/drivers/clocksource/
H
A
D
timer-atmel-pit.c
77
u32
elapsed
;
in read_pit_clk()
local
/kernel/linux/linux-6.6/arch/s390/kernel/
H
A
D
vtime.c
56
static inline int virt_timer_forward(u64
elapsed
)
in virt_timer_forward()
argument
289
unsigned long
elapsed
;
in virt_timer_expire()
local
/kernel/linux/linux-5.10/drivers/rtc/
H
A
D
rtc-snvs.c
112
u32
elapsed
;
in rtc_write_sync_lp()
local
/kernel/linux/linux-5.10/sound/pci/mixart/
H
A
D
mixart_core.c
472
int
elapsed
= 0;
in snd_mixart_threaded_irq()
local
Completed in 12 milliseconds
1
2
3
4
5