OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StopTimer
(Results
1 - 10
of
10
) sorted by null
/external/vboot_reference/tests/
timer_utils.c
12
void
StopTimer
(ClockTimerState* ct) {
/external/webrtc/webrtc/system_wrappers/source/
event_timer_win.cc
31
StopTimer
();
69
bool EventTimerWin::
StopTimer
() {
event_timer_posix.cc
56
StopTimer
();
213
bool EventTimerPosix::
StopTimer
() {
/external/ImageMagick/MagickCore/
timer.c
68
StopTimer
(TimerInfo *);
244
StopTimer
(time_info);
315
StopTimer
(time_info);
346
StopTimer
(time_info);
410
%
StopTimer
() stops the stopwatch.
412
% The format of the
StopTimer
method is:
414
% void
StopTimer
(TimerInfo *time_info)
421
static void
StopTimer
(TimerInfo *time_info)
/prebuilts/go/darwin-x86/src/go/doc/testdata/
benchmark.go
38
// a call to
StopTimer
.
46
//
StopTimer
stops timing a test. This can be used to pause the timer
49
func (b *B)
StopTimer
() {
85
b.
StopTimer
()
/prebuilts/go/linux-x86/src/go/doc/testdata/
benchmark.go
38
// a call to
StopTimer
.
46
//
StopTimer
stops timing a test. This can be used to pause the timer
49
func (b *B)
StopTimer
() {
85
b.
StopTimer
()
/external/webrtc/webrtc/modules/video_coding/test/
test_util.h
44
virtual bool
StopTimer
() { return true; }
/prebuilts/go/darwin-x86/src/testing/
benchmark.go
57
// a call to
StopTimer
.
68
//
StopTimer
stops timing a test. This can be used to pause the timer
71
func (b *B)
StopTimer
() {
125
b.
StopTimer
()
407
// It should not use the StartTimer,
StopTimer
, or ResetTimer functions,
/prebuilts/go/linux-x86/src/testing/
benchmark.go
57
// a call to
StopTimer
.
68
//
StopTimer
stops timing a test. This can be used to pause the timer
71
func (b *B)
StopTimer
() {
125
b.
StopTimer
()
407
// It should not use the StartTimer,
StopTimer
, or ResetTimer functions,
/system/connectivity/shill/wifi/
mac80211_monitor.cc
93
StopTimer
();
113
void Mac80211Monitor::
StopTimer
() {
Completed in 279 milliseconds