HomeSort by relevance Sort by last modified time
    Searched refs:timestamp (Results 451 - 475 of 796) sorted by null

<<11121314151617181920>>

  /packages/providers/ContactsProvider/tests/assets/testSynced/
legacy_contacts.sql 22 CREATE TABLE faves (_id INTEGER PRIMARY KEY, ui_pos INTEGER, phone TEXT NOT NULL, nickname TEXT NOT NULL, photo TEXT NOT NULL, timestamp TEXT NOT NULL, pending_phone TEXT, pending_nickname TEXT, pending_photo TEXT);
128 CREATE TABLE voice_dialer_timestamp (_id INTEGER PRIMARY KEY,timestamp INTEGER);
176 CREATE TRIGGER timestamp_trigger1 AFTER UPDATE ON phones BEGIN UPDATE voice_dialer_timestamp SET timestamp=strftime('%s', 'now') WHERE _id=1;END;
177 CREATE TRIGGER timestamp_trigger2 AFTER UPDATE OF name ON people BEGIN UPDATE voice_dialer_timestamp SET timestamp=strftime('%s', 'now') WHERE _id=1;END;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
CustomViewDescriptorService.java 575 Long timestamp = entry.getValue(); local
577 if (file.getFile().getModificationStamp() > timestamp.longValue()) {
619 /** Timestamp of the most recent {@link CustomViewDescriptor#syncAttributes} check */
  /external/bluetooth/bluedroid/btif/src/
btif_media_task.c 220 UINT32 timestamp; member in struct:__anon2950
    [all...]
  /external/iproute2/ip/
xfrm_monitor.c 258 if (timestamp)
  /external/kernel-headers/original/linux/
genhd.h 274 unsigned int timestamp[SOLARIS_X86_NUMSLICE]; /* timestamp (unsupported) */ member in struct:solaris_x86_vtoc
  /external/srec/srec/Recognizer/include/
SR_RecognizerImpl.h 282 * Timestamp reference used for calculating timings
284 PTimeStamp timestamp; member in struct:SR_RecognizerImpl_t
  /external/webkit/Source/WebCore/inspector/front-end/
ResourcesPanel.js     [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
bugzilla_unittest.py 343 filename = bugzilla._filename_for_upload(StringIO.StringIO(), 1234, extension="patch", timestamp=mock_timestamp)
  /external/wpa_supplicant_8/src/ap/
wpa_auth.h 83 u8 timestamp[4]; /* current time in seconds since unix epoch, little member in struct:ft_r0kh_r1kh_push_frame
  /frameworks/base/core/java/android/hardware/
LegacySensorManager.java 270 v[0] = mYawfilter.filter(event.timestamp, v[0]);
  /frameworks/base/policy/src/com/android/internal/policy/impl/
WindowOrientationListener.java 352 // Timestamp and value of the last accelerometer sample.
362 // Timestamp of when the predicted rotation most recently changed.
365 // Timestamp when the device last appeared to be flat for sure (the flat delay elapsed).
368 // Timestamp when the device last appeared to be swinging.
371 // Timestamp when the device last appeared to be undergoing external acceleration.
411 final long now = event.timestamp;
    [all...]
  /hardware/libhardware/modules/audio/
audio_hw.c 130 int64_t *timestamp)
  /hardware/libhardware/modules/usbaudio/
audio_hw.c 241 int64_t *timestamp)
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_vidc_enc.h 297 long long timestamp; member in struct:venc_buffer
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_vidc_enc.h 499 long long timestamp; member in struct:venc_buffer
  /device/generic/goldfish/camera/
EmulatedCamera.cpp 170 nsecs_t timestamp,
174 mPreviewWindow.onNextFrameAvailable(frame, timestamp, camera_dev);
177 mCallbackNotifier.onNextFrameAvailable(frame, timestamp, camera_dev);
    [all...]
EmulatedFakeCamera3.cpp 507 // TIMESTAMP set only in frame
    [all...]
  /external/qemu-pc-bios/bochs/
config.guess 6 timestamp='2002-03-20'
53 GNU config.guess ($timestamp)
69 echo "$timestamp" ; exit 0 ;;
    [all...]
  /external/quake/quake/src/WinQuake/
net_comx.cpp 156 double timestamp; member in struct:ComPort_s
894 p->timestamp = net_time;
900 if ((net_time - p->timestamp) > 35.0)
  /packages/apps/Mms/src/com/android/mms/ui/
MessageListItem.java 265 private String buildTimestampLine(String timestamp) {
268 return timestamp;
270 // This is a group conversation, show the sender's name on the same line as the timestamp.
272 timestamp);
363 // string in place of the timestamp.
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifInterface.java     [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_fcr.c 2627 UINT32 timestamp, delay; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jar 
  /hardware/qcom/media/mm-video/vidc/vdec/src/
omx_vdec.cpp 313 //found invalid or empty entry, save timestamp
315 m_ts_arr_list[idx].timestamp = ts;
316 DEBUG_PRINT_LOW("Insert_ts(): Inserting TIMESTAMP (%lld) at idx (%d)",
324 DEBUG_PRINT_LOW("Timestamp array list is FULL. Unsuccessful insert");
346 min_ts = m_ts_arr_list[idx].timestamp;
349 else if (m_ts_arr_list[idx].timestamp < min_ts)
351 min_ts = m_ts_arr_list[idx].timestamp;
361 DEBUG_PRINT_LOW("Timestamp array list is empty. Unsuccessful pop");
367 ts = m_ts_arr_list[min_idx].timestamp;
369 DEBUG_PRINT_LOW("Pop_min_ts:Timestamp (%lld), index(%d)"
796 int64_t *timestamp = (int64_t *)p1; local
6733 int64_t *timestamp; local
    [all...]

Completed in 2856 milliseconds

<<11121314151617181920>>