OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StartTimer
(Results
1 - 25
of
110
) sorted by null
1
2
3
4
5
/external/vboot_reference/tests/
timer_utils.h
19
void
StartTimer
(ClockTimerState* ct);
timer_utils.c
8
void
StartTimer
(ClockTimerState* ct) {
sha_benchmark.c
41
StartTimer
(&ct);
rsa_verify_benchmark.c
65
StartTimer
(&ct);
/external/webrtc/webrtc/system_wrappers/include/
event_wrapper.h
62
virtual bool
StartTimer
(bool periodic, unsigned long time) = 0;
/external/webrtc/webrtc/system_wrappers/source/
event_timer_win.h
30
virtual bool
StartTimer
(bool periodic, unsigned long time);
event_timer_posix.h
36
bool
StartTimer
(bool periodic, unsigned long time) override;
event_timer_win.cc
52
bool EventTimerWin::
StartTimer
(bool periodic, unsigned long time) {
/external/ImageMagick/MagickCore/
timer.h
67
StartTimer
(TimerInfo *,const MagickBooleanType);
timer.c
117
% counting from the last
StartTimer
() onwards.
189
%
StartTimer
().
280
StartTimer
(time_info,MagickTrue);
363
%
StartTimer
() starts the stopwatch.
365
% The format of the
StartTimer
method is:
367
% void
StartTimer
(TimerInfo *time_info,const MagickBooleanType reset)
378
MagickExport void
StartTimer
(TimerInfo *time_info,const MagickBooleanType reset)
450
% seconds) since the last call to
StartTimer
().
/external/webrtc/webrtc/modules/video_coding/test/
test_util.h
40
virtual bool
StartTimer
(bool periodic, unsigned long time) { // NOLINT
/prebuilts/go/darwin-x86/src/runtime/
append_test.go
13
b.
StartTimer
()
45
b.
StartTimer
()
83
b.
StartTimer
()
113
b.
StartTimer
()
/prebuilts/go/linux-x86/src/runtime/
append_test.go
13
b.
StartTimer
()
45
b.
StartTimer
()
83
b.
StartTimer
()
113
b.
StartTimer
()
/prebuilts/go/darwin-x86/src/encoding/json/
bench_test.go
83
b.
StartTimer
()
98
b.
StartTimer
()
112
b.
StartTimer
()
140
b.
StartTimer
()
156
b.
StartTimer
()
171
b.
StartTimer
()
/prebuilts/go/darwin-x86/src/image/png/
writer_test.go
127
b.
StartTimer
()
147
b.
StartTimer
()
160
b.
StartTimer
()
173
b.
StartTimer
()
193
b.
StartTimer
()
206
b.
StartTimer
()
/prebuilts/go/linux-x86/src/encoding/json/
bench_test.go
83
b.
StartTimer
()
98
b.
StartTimer
()
112
b.
StartTimer
()
140
b.
StartTimer
()
156
b.
StartTimer
()
171
b.
StartTimer
()
/prebuilts/go/linux-x86/src/image/png/
writer_test.go
127
b.
StartTimer
()
147
b.
StartTimer
()
160
b.
StartTimer
()
173
b.
StartTimer
()
193
b.
StartTimer
()
206
b.
StartTimer
()
/prebuilts/go/darwin-x86/src/regexp/
all_test.go
507
b.
StartTimer
()
519
b.
StartTimer
()
531
b.
StartTimer
()
545
b.
StartTimer
()
557
b.
StartTimer
()
567
b.
StartTimer
()
580
b.
StartTimer
()
590
b.
StartTimer
()
603
b.
StartTimer
()
613
b.
StartTimer
()
[
all
...]
/prebuilts/go/linux-x86/src/regexp/
all_test.go
507
b.
StartTimer
()
519
b.
StartTimer
()
531
b.
StartTimer
()
545
b.
StartTimer
()
557
b.
StartTimer
()
567
b.
StartTimer
()
580
b.
StartTimer
()
590
b.
StartTimer
()
603
b.
StartTimer
()
613
b.
StartTimer
()
[
all
...]
/prebuilts/go/darwin-x86/src/bytes/
compare_test.go
172
b.
StartTimer
()
188
b.
StartTimer
()
204
b.
StartTimer
()
/prebuilts/go/linux-x86/src/bytes/
compare_test.go
172
b.
StartTimer
()
188
b.
StartTimer
()
204
b.
StartTimer
()
/prebuilts/go/darwin-x86/src/cmd/compile/internal/big/
gcd_test.go
27
b.
StartTimer
()
/prebuilts/go/darwin-x86/src/math/big/
gcd_test.go
27
b.
StartTimer
()
/prebuilts/go/linux-x86/src/cmd/compile/internal/big/
gcd_test.go
27
b.
StartTimer
()
/prebuilts/go/linux-x86/src/math/big/
gcd_test.go
27
b.
StartTimer
()
Completed in 288 milliseconds
1
2
3
4
5