OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StartTime
(Results
1 - 25
of
31
) sorted by null
1
2
/external/clang/test/CodeGenCXX/
pr9130.cpp
4
virtual int
StartTime
() {
/device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/Library/Omap35xxTimerLib/
TimerLib.c
84
UINT32
StartTime
;
93
StartTime
= MmioRead32 (TimerCountRegister);
98
ElapsedTime = CurrentTime -
StartTime
;
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
Ecc.py
442
StartTime
= time.clock()
446
BuildDuration = time.strftime("%M:%S", time.gmtime(int(round(FinishTime -
StartTime
))))
/device/linaro/bootloader/edk2/Omap35xxPkg/Library/Omap35xxTimerLib/
TimerLib.c
84
UINT32
StartTime
;
93
StartTime
= MmioRead32 (TimerCountRegister);
98
ElapsedTime = CurrentTime -
StartTime
;
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
Eot.py
644
StartTime
= time.clock()
648
BuildDuration = time.strftime("%M:%S", time.gmtime(int(round(FinishTime -
StartTime
))))
/external/llvm/include/llvm/Support/
Timer.h
80
TimeRecord
StartTime
; // The time startTimer() was last called
/external/llvm/lib/Fuzzer/
FuzzerDriver.cpp
376
auto
StartTime
= system_clock::now();
381
auto MS = duration_cast<milliseconds>(StopTime -
StartTime
).count();
/external/netperf/src/
netcpu_ntperf.c
77
LARGE_INTEGER
StartTime
;
216
PerfCntrs->
StartTime
= PerfCntrs->EndTime;
320
PerfCntrs->
StartTime
.QuadPart;
/external/webrtc/webrtc/system_wrappers/source/
clock.cc
108
FILETIME
StartTime
;
114
GetTime(&
StartTime
);
116
Time = (((uint64_t)
StartTime
.dwHighDateTime) << 32) +
117
(uint64_t)
StartTime
.dwLowDateTime;
/external/mesa3d/src/mesa/drivers/x11/
xm_dd.c
778
struct timeval
StartTime
;
799
(void) gettimeofday(&xq->
StartTime
, NULL);
829
q->Result = time_diff(&xq->
StartTime
, &endTime);
/external/clang/tools/libclang/
CIndexCodeCompletion.cpp
658
const llvm::TimeRecord &
StartTime
= llvm::TimeRecord::getCurrentTime();
760
os << "\"wall\": " << (EndTime.getWallTime() -
StartTime
.getWallTime());
[
all
...]
/external/libchrome/base/
tracked_objects.cc
549
TrackedTime start_of_run = stopwatch.
StartTime
();
582
TrackedTime start_of_run = stopwatch.
StartTime
();
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9anim.h
147
DOUBLE
StartTime
;
pdh.h
188
LONGLONG
StartTime
;
tdi.h
242
LARGE_INTEGER
StartTime
;
evntrace.h
447
LARGE_INTEGER
StartTime
;
488
LARGE_INTEGER
StartTime
;
529
LARGE_INTEGER
StartTime
;
778
EXTERN_C ULONG WMIAPI ProcessTrace (PTRACEHANDLE HandleArray, ULONG HandleCount, LPFILETIME
StartTime
, LPFILETIME EndTime);
winspool.h
54
DWORD
StartTime
;
78
DWORD
StartTime
;
285
DWORD
StartTime
;
311
DWORD
StartTime
;
[
all
...]
ntsecapi.h
[
all
...]
urlmon.h
[
all
...]
ksmedia.h
[
all
...]
winioctl.h
801
LARGE_INTEGER
StartTime
;
[
all
...]
/device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/
Dhcp6Impl.h
253
//
StartTime
is used to calculate the 'elapsed-time' option. Refer to RFC3315,
256
UINT64
StartTime
;
/external/swiftshader/third_party/PowerVR_SDK/Shell/
PVRShell.cpp
[
all
...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bt_amp_hci.h
424
uint32
StartTime
;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntpoapi.h
148
ULONGLONG
StartTime
;
Completed in 1072 milliseconds
1
2