Searched refs:timestamp (Results 251 - 275 of 361) sorted by relevance

<<1112131415

/external/bluetooth/bluedroid/bta/av/
H A Dbta_av_aact.c1969 UINT32 timestamp; local
1985 /* use q_info.a2d data, read the timestamp */
1986 timestamp = *(UINT32 *)(p_buf + 1);
1993 &timestamp);
1998 *(UINT32 *)(p_buf + 1) = timestamp;
2023 AVDT_WriteReqOpt(p_scb->avdt_handle, p_buf, timestamp, m_pt, opt);
H A Dbta_av_int.h428 UINT32 timestamp; member in struct:__anon452
/external/chromium/chrome/browser/geolocation/
H A Dgeolocation_browsertest.cc292 // Webkit compares the timestamp to wall clock time, so we need
294 geoposition.timestamp = base::Time::Now();
/external/chromium/net/tools/testserver/
H A Ddevice_management.py477 policy_data.timestamp = int(time.time() * 1000)
/external/kernel-headers/original/linux/
H A Dperf_event.h774 u64 timestamp; member in struct:perf_event_context
H A Dvideodev2.h642 * @timestamp: frame timestamp
667 struct timeval timestamp; member in struct:v4l2_buffer
2396 struct timespec timestamp; member in struct:v4l2_event
/external/llvm/include/llvm/Support/
H A DMachO.h383 uint32_t timestamp; member in struct:llvm::MachO::dylib
/external/webkit/Source/WebCore/loader/icon/
H A DIconDatabase.cpp653 // 2 - When we get a new icon from the loader, in which case the timestamp is set at that time
1250 // so we marked the timestamp as "now", but it's really much older
1601 LOG(IconDatabase, "Wrote IconRecord for IconURL %s with timeStamp of %i to the DB", urlForLogging(iconSnapshots[i].iconURL()).ascii().data(), iconSnapshots[i].timestamp());
2038 // A nulled out timestamp and data means this icon is destined to be deleted - do that instead of writing it out
2039 if (!snapshot.timestamp() && !snapshot.data()) {
2055 m_updateIconInfoStatement->bindInt64(1, snapshot.timestamp());
2081 m_setIconInfoStatement->bindInt64(2, snapshot.timestamp());
/external/webkit/Source/WebCore/plugins/android/
H A DPluginViewAndroid.cpp233 // set the id and timestamp
235 evt.data.multiTouch.timestamp = 0; // TODO
/external/webrtc/src/modules/interface/
H A Dmodule_common_types.h22 WebRtc_UWord32 timestamp; member in struct:webrtc::RTPHeader
474 * Set frame timestamp (90kHz)
493 * Get frame timestamp (90kHz)
/external/bison/build-aux/
H A Dconfig.sub7 timestamp='2012-12-06'
74 GNU config.sub ($timestamp)
90 echo "$timestamp" ; exit ;;
1790 # time-stamp-start: "timestamp='"
/external/expat/conftools/
H A Dconfig.sub7 timestamp='2011-03-23'
76 GNU config.sub ($timestamp)
92 echo "$timestamp" ; exit ;;
1757 # time-stamp-start: "timestamp='"
/external/icu4c/
H A Dconfig.sub7 timestamp='2012-02-10'
74 GNU config.sub ($timestamp)
90 echo "$timestamp" ; exit ;;
1770 # time-stamp-start: "timestamp='"
/external/libcap-ng/libcap-ng-0.7/
H A Dconfig.sub7 timestamp='2012-01-01'
76 GNU config.sub ($timestamp)
92 echo "$timestamp" ; exit ;;
1763 # time-stamp-start: "timestamp='"
/external/llvm/autoconf/
H A Dconfig.sub7 timestamp='2011-11-02'
76 GNU config.sub ($timestamp)
92 echo "$timestamp" ; exit ;;
1765 # time-stamp-start: "timestamp='"
/external/llvm/projects/sample/autoconf/
H A Dconfig.sub7 timestamp='2011-11-02'
76 GNU config.sub ($timestamp)
92 echo "$timestamp" ; exit ;;
1765 # time-stamp-start: "timestamp='"
/external/openfst/
H A Dconfig.sub7 timestamp='2012-02-10'
74 GNU config.sub ($timestamp)
90 echo "$timestamp" ; exit ;;
1770 # time-stamp-start: "timestamp='"
/external/openssh/
H A Dconfig.sub7 timestamp='2011-01-01'
76 GNU config.sub ($timestamp)
92 echo "$timestamp" ; exit ;;
1736 # time-stamp-start: "timestamp='"
/external/srec/srec/Recognizer/src/
H A DRecognizerImpl.c969 impl->recogLogTimings.BORT = PTimeStampDiff(&BORT, &impl->timestamp);
1026 PTimeStampSet(&impl->timestamp);
2439 impl->recogLogTimings.EORT = PTimeStampDiff(&EORT, &impl->timestamp);
2987 PTimeStamp timestamp; local
3050 PTimeStampSet(&timestamp); /* time it took to detect EOS (in millisec) */
3051 impl->recogLogTimings.EOST = PTimeStampDiff(&timestamp, &impl->timestamp);
/external/openssl/apps/
H A Dapps.c2323 long timestamp; local
2326 if (sscanf(argn, "%li", &timestamp) != 1)
2329 "Error parsing timestamp %s\n",
2334 at_time = (time_t) timestamp;
/external/skia/src/gpu/gl/
H A DGrGpuGL.cpp2027 ResetTimestamp timestamp; local
2028 const GrGLTexture::TexParams& oldTexParams = texture->getCachedTexParams(&timestamp);
2029 bool setAll = timestamp < this->getResetTimestamp();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium/chrome/browser/sync/engine/
H A Dsyncer_unittest.cc1201 int64 timestamp = 10; local
1202 mock_server_->AddUpdateDirectory(id, parent_id, name, version, timestamp);
1494 int64 timestamp = 20; // arbitrary value. local
1501 "new_folder", new_version, timestamp);
1565 int64 timestamp = 20; // arbitrary value. local
1570 "new_entry", new_version, timestamp);
1620 int64 timestamp = 20; // arbitrary value. local
1625 "new_entry", new_version, timestamp);
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_int.h507 UINT32 timestamp; /* Timestamp of the last connection */ member in struct:__anon1112
840 UINT32 dev_rec_count; /* Counter used for device record timestamp */

Completed in 564 milliseconds

<<1112131415