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

<<11121314151617181920>>

  /dalvik/tools/hprof-conv/
HprofConv.c 617 * (4b) timestamp
635 unsigned int timestamp, length; local
638 timestamp = get4BE(buf + 1);
  /external/chromium/chrome/browser/ui/webui/options/
personal_options_handler.cc 425 long long timestamp = base::TimeTicks::Now().ToInternalValue(); local
430 timestamp));
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.console_1.0.200.v20100601.jar 
org.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jar 
  /packages/providers/ContactsProvider/tests/assets/testUnsynced/
legacy_contacts.sql 18 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);
72 CREATE TABLE voice_dialer_timestamp (_id INTEGER PRIMARY KEY,timestamp INTEGER);
120 CREATE TRIGGER timestamp_trigger1 AFTER UPDATE ON phones BEGIN UPDATE voice_dialer_timestamp SET timestamp=strftime('%s', 'now') WHERE _id=1;END;
121 CREATE TRIGGER timestamp_trigger2 AFTER UPDATE OF name ON people BEGIN UPDATE voice_dialer_timestamp SET timestamp=strftime('%s', 'now') WHERE _id=1;END;
  /build/core/
droiddoc.mk 37 full_target := $(call doc-timestamp-for,$(LOCAL_MODULE))
  /device/asus/deb/kernel-headers/media/
msmb_isp.h 374 struct timeval timestamp; member in struct:msm_isp_event_data
  /device/asus/deb/original-kernel-headers/media/
msmb_isp.h 336 struct timeval timestamp; member in struct:msm_isp_event_data
337 /* Monotonic timestamp since bootup */
  /device/asus/flo/kernel-headers/media/
msmb_isp.h 374 struct timeval timestamp; member in struct:msm_isp_event_data
  /device/asus/flo/original-kernel-headers/media/
msmb_isp.h 336 struct timeval timestamp; member in struct:msm_isp_event_data
337 /* Monotonic timestamp since bootup */
  /external/chromium/chrome/browser/ui/gtk/
gtk_util.h 291 // Update the timestamp for the given window. This is usually the time of the
298 // function, instead using the timestamp from the latest GDK event.
327 // gtk_window_present_with_time for non-zero timestamp. For ChromeOS, it first
329 void PresentWindow(GtkWidget* window, int timestamp);
  /external/icu4c/common/
serv.cpp 338 , timestamp(0)
348 , timestamp(0)
933 ++timestamp;
975 return timestamp;
serv.h 534 * Timestamp so iterators can be fail-fast.
536 uint32_t timestamp;
    [all...]
  /external/tcpdump/
ieee802_11.h 227 u_int8_t timestamp[IEEE802_11_TSTAMP_LEN]; member in struct:mgmt_body_t
  /frameworks/av/media/libmedia/
IOMX.cpp 408 OMX_U32 flags, OMX_TICKS timestamp) {
416 data.writeInt64(timestamp);
787 OMX_TICKS timestamp = data.readInt64(); local
792 flags, timestamp));
  /frameworks/av/media/libstagefright/omx/
OMXNodeInstance.cpp 724 OMX_U32 flags, OMX_TICKS timestamp) {
731 header->nTimeStamp = timestamp;
746 OMX_U32 flags, OMX_TICKS timestamp) {
752 header->nTimeStamp = timestamp;
  /frameworks/av/services/camera/libcameraservice/
Camera2Device.h 241 int64_t timestamp,
CameraClient.cpp 755 void CameraClient::dataCallbackTimestamp(nsecs_t timestamp,
770 ALOGE("Null data returned in data with timestamp callback");
775 client->handleGenericDataTimestamp(timestamp, msgType, dataPtr);
897 void CameraClient::handleGenericDataTimestamp(nsecs_t timestamp,
902 c->dataCallbackTimestamp(timestamp, msgType, dataPtr);
  /frameworks/av/services/camera/libcameraservice/camera2/
JpegProcessor.cpp 249 sequencer->onCaptureAvailable(imgBuffer.timestamp, captureBuffer);
StreamingProcessor.cpp 614 nsecs_t timestamp; local
646 timestamp = imgBuffer.mTimestamp;
700 ALOGVV("%s: Camera %d: Timestamp %lld",
701 __FUNCTION__, mId, timestamp);
723 l.mRemoteCallback->dataCallbackTimestamp(timestamp,
  /frameworks/base/core/java/android/gesture/
GestureStroke.java 62 times[index] = p.timestamp;
214 // Write timestamp
  /frameworks/base/core/jni/
android_hardware_SensorManager.cpp 152 buffer[i].timestamp);
  /frameworks/base/location/java/android/location/
LocationManager.java     [all...]
  /frameworks/base/services/java/com/android/server/power/
WirelessChargerDetector.java 313 processSample(event.timestamp, event.values[0], event.values[1], event.values[2]);
  /frameworks/native/libs/gui/
BufferQueue.cpp 484 int64_t timestamp; local
487 input.deflate(&timestamp, &crop, &scalingMode, &transform, &fence);
496 buf, timestamp, crop.left, crop.top, crop.right, crop.bottom,
557 mSlots[buf].mTimestamp = timestamp;
    [all...]

Completed in 1243 milliseconds

<<11121314151617181920>>