OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:elapsed
(Results
76 - 88
of
88
) sorted by null
1
2
3
4
/external/v8/tools/
test.py
264
elapsed
= time.time() - self.start_time
270
'mins': int(
elapsed
) / 60,
271
'secs': int(
elapsed
) % 60
[
all
...]
/external/webkit/WebCore/html/
HTMLTokenizer.cpp
[
all
...]
/external/v8/src/
platform-win32.cc
494
// Check if we need to resync due to
elapsed
time.
505
DWORD
elapsed
= ticks_now - init_ticks;
local
506
this->time_.t_ = init_time.t_ + (static_cast<int64_t>(
elapsed
) * 10000);
[
all
...]
date.js
709
//
elapsed
since 1 January 1970 00:00:00 UTC.
[
all
...]
/external/grub/netboot/
tlan.c
[
all
...]
/hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd_linux.c
643
tmo->
elapsed
= 0;
656
if (tmo->
elapsed
>= tmo->limit)
660
tmo->
elapsed
+= tmo->increment;
[
all
...]
dhd_sdio.c
[
all
...]
/frameworks/base/core/java/android/webkit/
WebView.java
429
* The minimum
elapsed
time before sending another ACTION_MOVE event to
5904
int
elapsed
= (int) (mTrackballLastTime - mTrackballFirstTime);
local
[
all
...]
/external/webkit/WebCore/inspector/
InspectorController.cpp
[
all
...]
/sdk/emulator/qtools/
trace_reader.h
1214
uint64_t
elapsed
= event->time - function_start_time_;
local
[
all
...]
/external/blktrace/doc/
blktrace.tex
611
\emph{u} &
Elapsed
value in microseconds (\emph{-t} command line option) \\ \hline
692
was specified, then the
elapsed
time is presented. In either case,
703
specified, then the
elapsed
time is presented (in parenthesis). In
[
all
...]
/external/webkit/WebCore/dom/
Document.cpp
223
// This amount of time must have
elapsed
before we will even consider scheduling a layout without a delay.
1952
int
elapsed
=
elapsed
Time();
local
[
all
...]
/prebuilt/common/jfreechart/
jfreechart-1.0.9.jar
Completed in 472 milliseconds
1
2
3
4