HomeSort by relevance Sort by last modified time
    Searched refs:starttime (Results 1 - 19 of 19) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/codecs/g711/test/
testG711.cc 46 double starttime; local
115 starttime = clock() / (double) CLOCKS_PER_SEC_G711; /* Runtime statistics */
158 runtime = (double)(clock() / (double) CLOCKS_PER_SEC_G711 - starttime);
  /external/webrtc/webrtc/modules/audio_coding/codecs/g722/test/
testG722.cc 53 double starttime; local
123 starttime = clock()/(double)CLOCKS_PER_SEC_G722;
131 runtime += (double)((clock()/(double)CLOCKS_PER_SEC_G722)-starttime);
  /frameworks/base/libs/hwui/
FrameInfo.h 140 int64_t starttime = get(start); local
141 int64_t gap = endtime - starttime;
142 gap = starttime > 0 ? gap : 0;
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
pystone.py 89 starttime = clock()
92 nulltime = clock() - starttime
104 starttime = clock()
130 benchtime = clock() - starttime - nulltime
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
pystone.py 89 starttime = clock()
92 nulltime = clock() - starttime
104 starttime = clock()
130 benchtime = clock() - starttime - nulltime
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
pystone.py 89 starttime = clock()
92 nulltime = clock() - starttime
104 starttime = clock()
130 benchtime = clock() - starttime - nulltime
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
pystone.py 89 starttime = clock()
92 nulltime = clock() - starttime
104 starttime = clock()
130 benchtime = clock() - starttime - nulltime
  /external/tcpdump/
print-mpcp.c 67 uint8_t starttime[MPCP_TIMESTAMP_LEN]; member in struct:mpcp_grant_t
176 EXTRACT_32BITS(mpcp.grant->starttime),
  /external/gemmlowp/test/
benchmark.cc 109 double starttime = time(); local
124 const float timing = static_cast<float>(endtime - starttime);
226 double starttime = time(); local
227 while (time() < starttime + mintime) {
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
vp8_sequence_coder.cc 160 int64_t starttime = webrtc::TickTime::MillisecondTimestamp(); local
179 int64_t totalExecutionTime = endtime - starttime;
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/
test_iSACfixfloat.c 98 double starttime; local
270 starttime = clock() / (double)CLOCKS_PER_SEC; /* Runtime statistics */
612 runtime = (double)(clock() / (double)CLOCKS_PER_SEC - starttime);
kenny.cc 110 double starttime, runtime, length_file; local
455 starttime = clock()/(double)CLOCKS_PER_SEC;
815 runtime = (double)(((double)clock()/(double)CLOCKS_PER_SEC)-starttime);
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/
simpleKenny.c 90 double starttime; local
234 starttime = clock() / (double)CLOCKS_PER_SEC; /* Runtime statistics */
482 runtime = (double)(clock() / (double)CLOCKS_PER_SEC - starttime);
  /external/icu/icu4c/source/tools/tzcode/
zic.c 141 static void addtt(zic_t starttime, int type);
2223 register zic_t starttime, untiltime; local
    [all...]
localtime.c 1019 starttime = transtime(year, &start, stdoffset), local
1024 int reversed = endtime < starttime;
1026 int_fast32_t swap = starttime;
1027 starttime = endtime;
1031 || (starttime < endtime
1032 && (endtime - starttime
1040 (&sp->ats[timecnt], starttime))
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
ReleaseTest-API.cc 54 double starttime, runtime, length_file; local
439 starttime = clock() / (double)CLOCKS_PER_SEC; /* Runtime statistics */
909 runtime = (double)(clock() / (double)CLOCKS_PER_SEC - starttime);
  /bionic/libc/tzcode/
localtime.c 1110 starttime = transtime(year, &start, stdoffset), local
1115 bool reversed = endtime < starttime;
1117 int_fast32_t swap = starttime;
1118 starttime = endtime;
1122 || (starttime < endtime
1123 && (endtime - starttime
1131 (&sp->ats[timecnt], starttime))
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
802.11.h 2274 uint32 starttime[2]; member in struct:dot11_rmrep_bcn
2328 uint32 starttime[2]; member in struct:dot11_rmrep_chanload
2354 uint32 starttime[2]; member in struct:dot11_rmrep_noise
2394 uint32 starttime[2]; member in struct:dot11_rmrep_frame
2453 uint32 starttime[2]; member in struct:dot11_rmrep_tx_stream
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar 

Completed in 1110 milliseconds