HomeSort by relevance Sort by last modified time
    Searched defs:timestamp (Results 1 - 25 of 587) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/ppapi/c/private/
pp_video_frame_private.h 33 * A timestamp placing the frame in a video stream.
35 PP_TimeTicks timestamp; member in struct:PP_VideoFrame_Private
  /external/chromium_org/chrome/installer/gcapi/
gcapi_reactivation.cc 57 // a currently un-used timestamp for future proofing.
62 int64 timestamp = Time::Now().ToInternalValue(); local
64 &timestamp,
65 sizeof(timestamp),
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_screen.h 48 unsigned timestamp; member in struct:softpipe_screen
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_screen.h 48 unsigned timestamp; member in struct:softpipe_screen
  /frameworks/base/core/java/android/hardware/
SensorEvent.java 173 * private float timestamp;
178 * if (timestamp != 0) {
179 * final float dT = (event.timestamp - timestamp) * NS2S;
207 * timestamp = event.timestamp;
502 public long timestamp; field in class:SensorEvent
TriggerEvent.java 28 * when the trigger happened, the timestamp along with detailed
57 public long timestamp; field in class:TriggerEvent
  /device/asus/deb/kernel-headers/media/
msmb_generic_buf_mgr.h 26 struct timeval timestamp; member in struct:msm_buf_mngr_info
  /device/asus/deb/original-kernel-headers/media/
msmb_generic_buf_mgr.h 8 struct timeval timestamp; member in struct:msm_buf_mngr_info
  /device/asus/flo/kernel-headers/media/
msmb_generic_buf_mgr.h 26 struct timeval timestamp; member in struct:msm_buf_mngr_info
  /device/asus/flo/original-kernel-headers/media/
msmb_generic_buf_mgr.h 8 struct timeval timestamp; member in struct:msm_buf_mngr_info
  /external/chromium_org/chrome/browser/spellchecker/
misspelling.h 68 base::Time timestamp; member in class:Misspelling
  /external/chromium_org/net/quic/crypto/
source_address_token.cc 36 int64 timestamp; local
37 if (!base::StringToInt64(results[1], &timestamp)) {
42 timestamp_ = timestamp;
source_address_token.h 29 int64 timestamp() const { function in class:net::SourceAddressToken
37 void set_timestamp(int64 timestamp) {
38 timestamp_ = timestamp;
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
Geoposition.h 39 static PassRefPtr<Geoposition> create(PassRefPtr<Coordinates> coordinates, DOMTimeStamp timestamp)
41 return adoptRef(new Geoposition(coordinates, timestamp));
49 DOMTimeStamp timestamp() const { return m_timestamp; } function in class:WebCore::Geoposition
53 Geoposition(PassRefPtr<Coordinates> coordinates, DOMTimeStamp timestamp)
55 , m_timestamp(timestamp)
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_screen.h 56 unsigned timestamp; member in struct:llvmpipe_screen
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_screen.h 56 unsigned timestamp; member in struct:llvmpipe_screen
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpamsg.h 20 timestamp = QDateTime::currentDateTime();
25 QDateTime getTimestamp() const { return timestamp; }
30 QDateTime timestamp; member in class:WpaMsg
  /frameworks/base/core/java/android/gesture/
GesturePoint.java 30 public final long timestamp; field in class:GesturePoint
35 timestamp = t;
42 // Read timestamp
43 final long timeStamp = in.readLong();
44 return new GesturePoint(x, y, timeStamp);
49 return new GesturePoint(x, y, timestamp);
  /hardware/qcom/msm8x74/kernel-headers/media/
msmb_generic_buf_mgr.h 26 struct timeval timestamp; member in struct:msm_buf_mngr_info
  /hardware/qcom/msm8x74/original-kernel-headers/media/
msmb_generic_buf_mgr.h 8 struct timeval timestamp; member in struct:msm_buf_mngr_info
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/
TestSensorEvent.java 29 public final long timestamp; field in class:TestSensorEvent
38 timestamp = event.timestamp;
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorTestOperations/
VerifyEventOrderingOperation.java 48 long previousTimestamp = events[i-1].timestamp;
49 long timestamp = events[i].timestamp; local
54 "position:%d, previous:%d, timestamp:%d",
57 timestamp);
58 mSensor.verifier().assertTrue(message, previousTimestamp < timestamp);
  /external/chromium/chrome/browser/policy/
mock_device_management_backend.h 73 base::TimeDelta timestamp = local
75 signed_response.set_timestamp(timestamp.InMilliseconds());
  /external/chromium_org/android_webview/native/
state_serializer_unittests.cc 56 const base::Time timestamp = base::Time::FromInternalValue(12345); local
67 entry->SetTimestamp(timestamp);
88 EXPECT_EQ(timestamp, copy->GetTimestamp());
  /external/chromium_org/chrome/browser/sync/test/integration/
single_client_sessions_sync_test.cc 85 const base::Time timestamp = it3->timestamp(); local
91 ASSERT_EQ(timestamp, history_timestamp);

Completed in 527 milliseconds

1 2 3 4 5 6 7 8 91011>>