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

<<11121314151617181920>>

  /system/core/libcorkscrew/
map_info.c 132 int64_t timestamp; member in struct:__anon43931
156 int64_t age = time - data->timestamp;
173 data->timestamp = time;
  /external/chromium/chrome/browser/safe_browsing/
client_side_detection_service.cc 56 timestamp(time) {}
378 cache_state.timestamp > base::Time::Now() - kPositiveCacheInterval :
379 cache_state.timestamp > base::Time::Now() - kNegativeCacheInterval) {
400 cache_state.timestamp > base::Time::Now() - positive_cache_interval :
401 cache_state.timestamp > base::Time::Now() - negative_cache_interval) {
client_side_detection_service.h 134 base::Time timestamp; member in struct:safe_browsing::ClientSideDetectionService::CacheState
238 // Timestamp of when we sent a phishing request. Used to limit the number
  /external/wpa_supplicant_8/src/ap/
ieee802_11_auth.c 32 os_time_t timestamp; member in struct:hostapd_cached_radius_acl
46 os_time_t timestamp; member in struct:hostapd_acl_query_data
115 if (now.sec - entry->timestamp > RADIUS_ACL_TIMEOUT)
309 query->timestamp = t.sec;
349 if (now - entry->timestamp > RADIUS_ACL_TIMEOUT) {
378 if (now - entry->timestamp > RADIUS_ACL_TIMEOUT) {
519 cache->timestamp = t.sec;
  /hardware/qcom/media/mm-video/vidc/vdec/src/
h264_utils.cpp     [all...]
  /frameworks/base/services/jni/
com_android_server_location_GpsLocationProvider.cpp 85 (jfloat)location->accuracy, (jlong)location->timestamp);
104 static void nmea_callback(GpsUtcTime timestamp, const char* nmea, int length)
111 env->CallVoidMethod(mCallbacksObj, method_reportNmea, timestamp);
244 int32_t transition, GpsUtcTime timestamp)
252 (jfloat)location->accuracy, (jlong)location->timestamp,
253 transition, timestamp);
267 jlong timestamp = 0; local
276 timestamp = location->timestamp;
280 flags, latitude, longitude, altitude, speed, bearing, accuracy, timestamp);
    [all...]
  /external/chromium/net/tools/testserver/
chromiumsync.py 187 timestamp = marker.timestamp_token_for_migration
189 timestamp = int(marker.token)
191 timestamp = 0
193 raise ValueError("No timestamp information in progress marker.")
195 self._state[data_type] = timestamp
211 """Return true the smallest timestamp requested across all datatypes."""
215 """Return a list of datatypes requesting updates from timestamp zero."""
216 return [datatype for datatype, timestamp in self._state.iteritems()
217 if timestamp == 0]
294 # both as the per-entry version as well as the update-progress timestamp
    [all...]
  /external/linux-tools-perf/
builtin-kmem.c 200 u64 timestamp __used,
261 u64 timestamp __used,
285 int cpu, u64 timestamp, struct thread *thread)
295 process_alloc_event(data, event, cpu, timestamp, thread, 0);
301 process_alloc_event(data, event, cpu, timestamp, thread, 1);
307 process_free_event(data, event, cpu, timestamp, thread);
  /development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/
AccelerometerPlayActivity.java 242 private void updatePositions(float sx, float sy, long timestamp) {
243 final long t = timestamp;
382 * record the accelerometer data, the event's timestamp as well as
409 mSensorTimeStamp = event.timestamp;
  /external/chromium/webkit/glue/media/
video_renderer_impl.cc 72 // Presentation timestamp logging is primarily used to measure performance
158 base::TimeDelta timestamp = video_frame->GetTimestamp(); local
160 timestamp != last_converted_timestamp_) {
162 last_converted_timestamp_ = timestamp;
  /external/qemu/slirp/
tftp.c 35 int timestamp; member in struct:tftp_session
44 spt->timestamp = curtime;
65 if ((int)(curtime - spt->timestamp) > 5000)
  /external/qemu/slirp-android/
tftp.c 35 int timestamp; member in struct:tftp_session
44 spt->timestamp = curtime;
65 if ((int)(curtime - spt->timestamp) > 5000)
  /external/smack/src/org/jivesoftware/smack/util/
Cache.java 129 ageNode.timestamp = System.currentTimeMillis();
383 while (expireTime > node.timestamp) {
634 * maintains a timestamp of when a Cacheable object was first added to
638 * The creation timestamp is used in the case that the cache has a
643 public long timestamp;
  /external/wpa_supplicant_8/src/radius/
radius_das.c 202 u32 timestamp = ntohl(val); local
203 if (abs(now.sec - timestamp) > das->time_window) {
205 "Event-Timestamp (%u; local time %u) in "
207 timestamp, (unsigned int) now.sec,
212 wpa_printf(MSG_DEBUG, "DAS: Missing Event-Timestamp in packet "
251 "Event-Timestamp attribute");
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
CameraSource.java 206 long timestamp = mSurfaceTexture.getTimestamp(); local
207 if (mLogVerbose) Log.v(TAG, "Timestamp: " + (timestamp / 1000000000.0) + " s");
208 output.setTimestamp(timestamp);
  /frameworks/base/tools/velocityplot/
velocityplot.py 190 timestamp = self._parse_timestamp(line)
194 self.timebase = timestamp
195 delta = timestamp - self.timebase
267 # Parse the logcat timestamp.
268 # Timestamp has the form '01-21 20:42:42.930'
  /hardware/libhardware/include/hardware/
gps.h 258 /** Timestamp for the location fix. */
259 GpsUtcTime timestamp; member in struct:__anon20672
352 typedef void (* gps_nmea_callback)(GpsUtcTime timestamp, const char* nmea, int length);
778 * timestamp - Timestamp when the transition was detected.
789 int32_t transition, GpsUtcTime timestamp);
  /bootable/recovery/minzip/
Zip.h 208 * If timestamp is non-NULL, file timestamps will be set accordingly.
217 int flags, const struct utimbuf *timestamp,
  /device/generic/goldfish/camera/
EmulatedCamera.h 89 * timestamp - Frame's timestamp.
93 nsecs_t timestamp,
  /external/chromium/chrome/browser/policy/
user_policy_cache_unittest.cc 61 // featuring the given |timestamp| (as issued by the server).
66 const base::Time& timestamp,
79 (timestamp - base::Time::UnixEpoch()).InMilliseconds());
354 base::TimeDelta timestamp = local
356 signed_response.set_timestamp(timestamp.InMilliseconds());
  /external/chromium/chrome/browser/sync/glue/
autofill_change_processor.cc 438 for (std::vector<base::Time>::const_iterator timestamp = ts.begin();
439 timestamp != ts.end(); ++timestamp) {
440 autofill.add_usage_timestamp(timestamp->ToInternalValue());
  /external/ipsec-tools/src/racoon/
evt.c 111 time(&evtdump->timestamp);
  /external/kernel-headers/original/linux/
sync.h 119 * @timestamp: time which sync_pt status transitioned from active to
135 ktime_t timestamp; member in struct:sync_pt
357 * @timestamp_ns: timestamp of status change in nanoseconds
  /external/webkit/Source/WebCore/platform/
PlatformWheelEvent.h 159 double timestamp() const { return m_timestamp; } function in class:WebCore::PlatformWheelEvent
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
GeolocationClientQt.cpp 85 double timeStampInSeconds = geoPosition.timestamp().toMSecsSinceEpoch() / 1000;

Completed in 686 milliseconds

<<11121314151617181920>>