Searched refs:current_timestamp (Results 1 – 8 of 8) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | dtmf_buffer.cc | 121 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()
|
D | dtmf_buffer.h | 80 virtual bool GetEvent(uint32_t current_timestamp, DtmfEvent* event);
|
/external/autotest/puppylab/ |
D | results_mocker.py | 110 current_timestamp = int(time.time()) 113 'timestamp': current_timestamp, 115 current_timestamp, fmt_string='%b %d %H:%M:%S'),
|
/external/clang/utils/perf-training/ |
D | perf-helper.py | 184 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/ |
D | powerplay_util.py | 80 current_timestamp = (('{:>10.3f}'. 86 self.text_file.write(current_timestamp + ',' + pp_data)
|
/external/webrtc/webrtc/modules/audio_coding/neteq/mock/ |
D | mock_dtmf_buffer.h | 30 bool(uint32_t current_timestamp, DtmfEvent* event));
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 20130 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/ |
D | sqlite3.c | 20130 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()
|