Home
last modified time | relevance | path

Searched refs:current_timestamp (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/
Ddtmf_buffer.cc121 bool DtmfBuffer::GetEvent(uint32_t current_timestamp, DtmfEvent* event) { in GetEvent() argument
145 if (current_timestamp >= it->timestamp in GetEvent()
146 && current_timestamp <= event_end) { // TODO(hlundin): Change to <. in GetEvent()
157 current_timestamp + frame_len_samples_ >= event_end) { in GetEvent()
163 } else if (current_timestamp > event_end) { // TODO(hlundin): Change to >=. in GetEvent()
Ddtmf_buffer.h80 virtual bool GetEvent(uint32_t current_timestamp, DtmfEvent* event);
/external/autotest/puppylab/
Dresults_mocker.py110 current_timestamp = int(time.time())
113 'timestamp': current_timestamp,
115 current_timestamp, fmt_string='%b %d %H:%M:%S'),
/external/clang/utils/perf-training/
Dperf-helper.py184 current_timestamp = None
198 current_timestamp = int(data)
210 yield (current_timestamp, fix_mangling(ln.split('`',1)[1]))
222 yield (current_timestamp, symbol)
247 yield (current_timestamp, s)
/external/autotest/client/common_lib/
Dpowerplay_util.py80 current_timestamp = (('{:>10.3f}'.
86 self.text_file.write(current_timestamp + ',' + pp_data)
/external/webrtc/webrtc/modules/audio_coding/neteq/mock/
Dmock_dtmf_buffer.h30 bool(uint32_t current_timestamp, DtmfEvent* event));
/external/sqlite/dist/orig/
Dsqlite3.c20130 DFUNCTION(current_timestamp, 0, 0, 0, ctimestampFunc), in sqlite3RegisterDateTimeFunctions()
20135 STR_FUNCTION(current_timestamp, 0, "%Y-%m-%d %H:%M:%S", 0, currentTimeFunc), in sqlite3RegisterDateTimeFunctions()
/external/sqlite/dist/
Dsqlite3.c20130 DFUNCTION(current_timestamp, 0, 0, 0, ctimestampFunc), in sqlite3RegisterDateTimeFunctions()
20135 STR_FUNCTION(current_timestamp, 0, "%Y-%m-%d %H:%M:%S", 0, currentTimeFunc), in sqlite3RegisterDateTimeFunctions()