HomeSort by relevance Sort by last modified time
    Searched full:current_timestamp (Results 1 - 25 of 28) sorted by null

1 2

  /external/autotest/database/server_db_migrations/
003_correct_date_modified.py 3 MODIFY date_modified timestamp DEFAULT current_timestamp on update current_timestamp;
002_add_server_attributes.py 7 `date_modified` timestamp DEFAULT current_timestamp on update current_timestamp,
  /external/webrtc/webrtc/modules/audio_coding/neteq/mock/
mock_dtmf_buffer.h 30 bool(uint32_t current_timestamp, DtmfEvent* event));
  /external/autotest/client/common_lib/
powerplay_util.py 80 current_timestamp = (('{:>10.3f}'.
86 self.text_file.write(current_timestamp + ',' + pp_data)
  /external/webrtc/webrtc/modules/audio_coding/neteq/
dtmf_buffer.h 77 // Checks if a DTMF event should be played at time |current_timestamp|. If so,
80 virtual bool GetEvent(uint32_t current_timestamp, DtmfEvent* event);
dtmf_buffer.cc 121 bool DtmfBuffer::GetEvent(uint32_t current_timestamp, DtmfEvent* event) {
145 if (current_timestamp >= it->timestamp
146 && current_timestamp <= event_end) { // TODO(hlundin): Change to <.
157 current_timestamp + frame_len_samples_ >= event_end) {
163 } else if (current_timestamp > event_end) { // TODO(hlundin): Change to >=.
  /external/autotest/puppylab/
results_mocker.py 110 current_timestamp = int(time.time())
113 'timestamp': current_timestamp,
115 current_timestamp, fmt_string='%b %d %H:%M:%S'),
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/sqs/
test_connection.py 244 current_timestamp = int(time.time())
261 self.assertTrue(first_rec >= current_timestamp)
294 current_timestamp = int(time.time())
  /hardware/intel/common/libmix/mix_video/src/
mixvideoformat.h 82 guint64 current_timestamp; member in struct:_MixVideoFormat
mixvideoformat_mp42.c 145 parent->current_timestamp = 0;
435 if ((ts != parent->current_timestamp) && (parent->parse_in_progress)) {
452 parent->current_timestamp,
466 parent->current_timestamp = ts;
1150 mix->current_timestamp = 0;
    [all...]
mixvideoformat_h264.c 105 parent->current_timestamp = 0;
624 if ((ts != parent->current_timestamp) &&
643 data, parent->current_timestamp,
658 parent->current_timestamp = ts;
824 mix->current_timestamp = 0;
883 data, mix->current_timestamp,
    [all...]
mixvideoformat_vc1.c 121 parent->current_timestamp = 0;
679 if ((ts != parent->current_timestamp) &&
698 data, parent->current_timestamp,
713 parent->current_timestamp = ts;
    [all...]
mixvideoformat.c 60 self->current_timestamp = 0;
  /external/speex/include/speex/
speex_jitter.h 150 * @param current_timestamp Timestamp for the returned packet
  /prebuilts/gdb/darwin-x86/lib/python2.7/sqlite3/test/
types.py 382 # SQLite's current_timestamp uses UTC time, while datetime.datetime.now() uses local time.
384 self.cur.execute("insert into test(ts) values (current_timestamp)")
  /prebuilts/gdb/linux-x86/lib/python2.7/sqlite3/test/
types.py 382 # SQLite's current_timestamp uses UTC time, while datetime.datetime.now() uses local time.
384 self.cur.execute("insert into test(ts) values (current_timestamp)")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
types.py 382 # SQLite's current_timestamp uses UTC time, while datetime.datetime.now() uses local time.
384 self.cur.execute("insert into test(ts) values (current_timestamp)")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
types.py 382 # SQLite's current_timestamp uses UTC time, while datetime.datetime.now() uses local time.
384 self.cur.execute("insert into test(ts) values (current_timestamp)")
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sqlext.h     [all...]
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 
  /build/tools/droiddoc/templates-ndk/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk-dev/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk-refonly/assets/js/
android_3p-bundle.js     [all...]

Completed in 1106 milliseconds

1 2