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

<<11121314151617181920>>

  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
msm_kgsl.h 95 unsigned int timestamp; member in struct:kgsl_device_waittimestamp
105 unsigned int timestamp; member in struct:kgsl_ringbuffer_issueibcmds
113 unsigned int timestamp; member in struct:kgsl_cmdstream_readtimestamp
121 unsigned int timestamp; member in struct:kgsl_cmdstream_freememontimestamp
  /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 */
  /system/core/adb/
file_sync_client.c 126 int sync_readtime(int fd, const char *path, unsigned *timestamp)
147 *timestamp = ltohl(msg.stat.time);
167 static int sync_finish_readtime(int fd, unsigned int *timestamp,
178 *timestamp = ltohl(msg.stat.time);
708 unsigned int timestamp, mode, size; local
709 if(sync_finish_readtime(fd, &timestamp, &mode, &size))
713 if((S_ISREG(ci->mode & mode) && timestamp == ci->time) ||
714 (S_ISLNK(ci->mode & mode) && timestamp >= ci->time))
910 unsigned int timestamp, mode, size;
911 if (sync_finish_readtime(fd, &timestamp, &mode, &size)
    [all...]
  /bootable/recovery/updater/
install.c 370 struct utimbuf timestamp = { 1217592000, 1217592000 }; // 8/1/2008 default local
373 MZ_EXTRACT_FILES_ONLY, &timestamp,
    [all...]
  /dalvik/hit/src/com/android/hit/
HprofParser.java 110 in.readLong(); // Timestamp, ignored for now
114 int timestamp = in.readInt(); local
  /external/bluetooth/bluedroid/bta/av/
bta_av_aact.c 1996 UINT32 timestamp; local
    [all...]
  /external/chromium_org/base/test/
trace_event_analyzer.h 114 return timestamp < rhs.timestamp;
147 double timestamp; member in struct:trace_analyzer::TraceEvent
203 // Return the timestamp of the event in microseconds since epoch.
230 static Query EventTimeIs(double timestamp) {
231 return Query(EVENT_TIME) == Query::Double(timestamp);
301 static Query OtherTimeIs(double timestamp) {
302 return Query(OTHER_TIME) == Query::Double(timestamp);
661 // with the event timestamp.
  /external/chromium_org/chrome/browser/net/
predictor.cc 163 const base::TimeTicks& timestamp() { return timestamp_; } function in class:chrome_browser_net::Predictor::PreconnectUsage::PreconnectPrecisionStat
200 if (now - eldest_preconnect->second.timestamp() < max_duration_)
    [all...]
  /external/chromium_org/content/browser/renderer_host/input/
immediate_input_router_unittest.cc 478 // Set the timestamp for the touch-event.
479 void SetTouchTimestamp(base::TimeDelta timestamp) {
480 touch_event_.timeStampSeconds = timestamp.InSecondsF();
2065 base::TimeDelta timestamp = base::Time::NowFromSystemTime() - base::Time(); local
    [all...]
  /external/chromium_org/content/browser/web_contents/
navigation_controller_impl.cc 331 // copy page id, site instance, content state, or timestamp.
786 base::Time timestamp = local
788 DVLOG(1) << "Navigation finished at (smoothed) timestamp "
789 << timestamp.ToInternalValue();
800 active_entry->SetTimestamp(timestamp);
    [all...]
  /external/chromium_org/net/quic/crypto/
crypto_server_config.cc 1004 const uint32 timestamp = static_cast<uint32>(now.ToUNIXSeconds()); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
vdpau_private.h 378 vlVdpTime timestamp; member in struct:__anon14934
  /external/e2fsprogs/e2fsck/
profile.c 94 time_t timestamp; /* time tree was last updated from file */ member in struct:_prf_file_t
550 if (st.st_mtime == prf->timestamp && prf->root != NULL) {
597 prf->timestamp = st.st_mtime;
    [all...]
  /external/linux-tools-perf/
builtin-timechart.c 116 u64 timestamp; member in struct:sample_wrapper
213 static void pid_fork(int pid, int ppid, u64 timestamp)
222 p->start_time = timestamp;
224 p->current->start_time = timestamp;
225 p->current->state_since = timestamp;
229 static void pid_exit(int pid, u64 timestamp)
233 p->end_time = timestamp;
235 p->current->end_time = timestamp;
371 static void c_state_start(int cpu, u64 timestamp, int state)
373 cpus_cstate_start_times[cpu] = timestamp;
    [all...]
  /external/linux-tools-perf/util/
session.c 471 u64 timestamp; member in struct:sample_queue
504 u64 last_ts = os->last_sample ? os->last_sample->timestamp : 0ULL;
511 if (iter->timestamp > limit)
521 os->last_flush = iter->timestamp;
537 * We record the max timestamp t found in the pass n.
560 * Flush every events below timestamp 4
570 * Flush every events below timestamp 7
588 u64 timestamp = new->timestamp; local
595 os->max_timestamp = timestamp;
635 u64 timestamp = sample->time; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vdpau/
vdpau_private.h 378 vlVdpTime timestamp; member in struct:__anon25299
  /external/qemu/telephony/
sms.c 638 /* parse a service center timestamp */
916 SmsTimeStampRec timestamp; local
929 if ( sms_get_timestamp( &data, end, &timestamp ) < 0 )
1116 const SmsTimeStampRec* timestamp,
1136 gsm_rope_add_timestamp( rope, timestamp ); /* service center timestamp */
1194 const SmsTimeStampRec* timestamp,
1208 sender_address, timestamp,
1216 sender_address, timestamp,
1252 const SmsTimeStampRec* timestamp )
    [all...]
  /external/tcpdump/
ieee802_11.h 227 u_int8_t timestamp[IEEE802_11_TSTAMP_LEN]; member in struct:mgmt_body_t
print-lspping.c 52 * | TimeStamp Sent (seconds) |
54 * | TimeStamp Sent (microseconds) |
56 * | TimeStamp Received (seconds) |
58 * | TimeStamp Received (microseconds) |
470 struct timeval timestamp; local
552 timestamp.tv_sec=EXTRACT_32BITS(lspping_com_header->ts_sent_sec);
553 timestamp.tv_usec=EXTRACT_32BITS(lspping_com_header->ts_sent_usec);
554 printf("\n\t Sender Timestamp: ");
555 ts_print(&timestamp);
557 timestamp.tv_sec=EXTRACT_32BITS(lspping_com_header->ts_rcvd_sec)
    [all...]
  /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/av/services/camera/libcameraservice/device3/
Camera3Device.cpp 337 lines.appendFormat(" Frame %d | Timestamp: %lld, metadata"
1408 nsecs_t timestamp = 0; local
1567 nsecs_t timestamp = msg->message.shutter.timestamp; local
    [all...]
  /frameworks/base/services/jni/
com_android_server_location_GpsLocationProvider.cpp 86 (jfloat)location->accuracy, (jlong)location->timestamp);
105 static void nmea_callback(GpsUtcTime timestamp, const char* nmea, int length)
112 env->CallVoidMethod(mCallbacksObj, method_reportNmea, timestamp);
245 int32_t transition, GpsUtcTime timestamp)
253 (jfloat)location->accuracy, (jlong)location->timestamp,
254 transition, timestamp);
268 jlong timestamp = 0; local
277 timestamp = location->timestamp;
281 flags, latitude, longitude, altitude, speed, bearing, accuracy, timestamp);
    [all...]
  /frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
GL2CameraEye.java 191 long timestamp = mSurface.getTimestamp(); local
192 doPhysics(timestamp);
339 private void doPhysics(long timestamp) {
345 mLastTime = timestamp;
347 float deltaT = (timestamp - mLastTime)/1000000000.f; // To seconds
355 mLastTime = timestamp;
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
data_builder.c 372 /** Get last timestamp across all 3 sensors that are on.
373 * This find out which timestamp has the largest value for sensors that are on.
378 inv_time_t timestamp = 0; local
380 timestamp = sensors.accel.timestamp;
383 if (timestamp < sensors.gyro.timestamp) {
384 timestamp = sensors.gyro.timestamp;
388 if (timestamp < sensors.compass.timestamp)
    [all...]
  /hardware/libhardware/include/hardware/
fused_location.h 145 /** Timestamp for the location fix. */
146 FlpUtcTime timestamp; member in struct:__anon32915
511 * timestamp - Timestamp when the transition was detected; -1 if not available.
524 int32_t transition, FlpUtcTime timestamp, uint32_t sources_used);

Completed in 1936 milliseconds

<<11121314151617181920>>