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

<<11121314151617181920>>

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
SQL_Results.java 17 import java.sql.Timestamp;
186 Timestamp timestamp = new Timestamp(lastBuildTime+(5*3600L*1000)); // create a time-stamp 5h after the given build time local
187 this.queryScenarioTimestampDataPoints.setTimestamp(2, timestamp);
  /external/webkit/Source/WebCore/platform/mac/
WheelEventMac.mm 103 , m_timestamp([event timestamp])
  /external/webkit/Source/WebKit2/Platform/mac/
RunLoopMac.mm 79 timestamp:0.0
  /frameworks/base/core/java/android/hardware/location/
GeofenceHardware.java 200 * <li> The timestamp when the geofence transition occured.
468 long timestamp, int monitoringType) {
471 c.onGeofenceTransition(geofenceId, transition, location, timestamp,
  /hardware/invensense/libsensors_iio/
CompassSensor.IIO.9150.cpp 235 @para[in] timestamp data's timestamp
238 int CompassSensor::readSample(long *data, int64_t *timestamp)
257 *timestamp = mCompassTimestamp;
  /system/core/include/system/
window.h 328 * Special timestamp value to indicate that timestamps should be auto-generated
765 * native_window_set_buffers_timestamp(..., int64_t timestamp)
766 * All buffers queued after this call will be associated with the timestamp
767 * parameter specified. If the timestamp is set to NATIVE_WINDOW_TIMESTAMP_AUTO
769 * called. The timestamp is measured in nanoseconds, and is normally monotonically
770 * increasing. The timestamp should be unaffected by time-of-day adjustments,
776 int64_t timestamp)
779 timestamp);
  /external/webkit/Tools/DumpRenderTree/mac/
EventSendingController.mm 327 timestamp:[self currentEventTime]
392 timestamp:[self currentEventTime]
408 lastClick = [event timestamp];
450 timestamp:[self currentEventTime]
513 timestamp:[self currentEventTime]
700 timestamp:[self currentEventTime]
713 timestamp:[self currentEventTime]
    [all...]
  /frameworks/av/media/libstagefright/
CameraSource.cpp 46 nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr);
81 nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr) {
85 source->dataCallbackTimestamp(timestamp/1000, msgType, dataPtr);
815 ALOGV("dataCallbackTimestamp: timestamp %lld us", timestampUs);
830 // May need to skip frame or modify timestamp. Currently implemented
872 nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr) {
873 mSource->dataCallbackTimestamp(timestamp / 1000, msgType, dataPtr);
OMXClient.cpp 109 OMX_U32 flags, OMX_TICKS timestamp);
322 OMX_U32 flags, OMX_TICKS timestamp) {
324 node, buffer, range_offset, range_length, flags, timestamp);
  /frameworks/av/services/camera/libcameraservice/
CameraHardwareInterface.h 42 typedef void (*data_callback_timestamp)(nsecs_t timestamp,
463 static void __data_cb_timestamp(nsecs_t timestamp, int32_t msg_type,
479 __this->mDataCbTimestamp(timestamp, msg_type, mem->mBuffers[index], __this->mCbUser);
632 int64_t timestamp) {
634 return native_window_set_buffers_timestamp(a, timestamp);
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
__init__.py 642 timestamp, nonce = request._get_timestamp_nonce()
643 self._check_timestamp(timestamp)
662 def _check_timestamp(self, timestamp):
663 """Verify that timestamp is recentish."""
664 timestamp = int(timestamp)
666 lapsed = now - timestamp
668 raise Error('Expired timestamp: given %d and now %s has a '
669 'greater difference than threshold %d' % (timestamp, now,
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5events.c 366 DWORD timestamp = 0; local
461 if ( timestamp != ptrbuf[i].dwTimeStamp ) {
467 timestamp = ptrbuf[i].dwTimeStamp;
472 if ( timestamp != ptrbuf[i].dwTimeStamp ) {
478 timestamp = ptrbuf[i].dwTimeStamp;
488 timestamp = 0;
513 timestamp = 0;
  /external/srec/srec/EventLog/src/
EventLogImpl.c 162 PTimeStamp timestamp; local
238 PTimeStampSet(&timestamp);
239 ct = localtime_r(&timestamp.secs, &ct_r);
457 PTimeStamp timestamp; local
477 PTimeStampSet(&timestamp);
478 ct = localtime_r(&timestamp.secs, &ct_r);
482 ct->tm_min, ct->tm_sec, timestamp.msecs);
  /external/blktrace/
blkparse_fmt.c 84 print_time(unsigned long long timestamp)
91 sec = abs_start_time.tv_sec + SECONDS(timestamp);
92 nsec = abs_start_time.tv_nsec + NANO_SECONDS(timestamp);
  /external/chromium/chrome/browser/importer/
toolbar_importer.cc 27 const char Toolbar5Importer::kTimestampXmlTag[] = "timestamp";
385 // <timestamp>1153328691085181</timestamp>
414 // We parse the blob in order, title->url->timestamp etc. Any failure
486 int64 timestamp; local
487 if (!base::StringToInt64(buffer, &timestamp)) {
490 entry->creation_time = base::Time::FromTimeT(timestamp);
  /external/qemu/slirp-android/
udp.c 132 time_t timestamp = time(NULL); local
142 timestamp
153 timestamp
  /frameworks/av/media/libstagefright/omx/
OMX.cpp 386 OMX_U32 flags, OMX_TICKS timestamp) {
388 buffer, range_offset, range_length, flags, timestamp);
447 msg.u.extended_buffer_data.timestamp = pBuffer->nTimeStamp;
  /frameworks/av/services/camera/libcameraservice/camera2/
ZslProcessor3.cpp 69 nsecs_t timestamp = entry.data.i64[0]; local
70 (void)timestamp;
71 ALOGVV("Got preview metadata for timestamp %lld", timestamp);
371 * Find the smallest timestamp we know about so far
389 ALOGE("%s: Can't find timestamp in frame!",
418 ALOGVV("%s: Saw timestamp %lld", __FUNCTION__, frameTimestamp);
438 ALOGV("%s: Candidate timestamp %lld (idx %d), empty frames: %d",
461 // TODO: Verify that the buffer is in our queue by looking at timestamp
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
MediaSource.java 343 long timestamp = mSurfaceTexture.getTimestamp(); local
344 if (mLogVerbose) Log.v(TAG, "Timestamp: " + (timestamp / 1000000000.0) + " s");
345 output.setTimestamp(timestamp);
  /development/build/
Android.mk 43 # api-stubs-timestamp file, which is the $@ of the droiddoc rule.
61 $(full_target): $(OUT_DOCS)/api-stubs-timestamp $(framework_res_package)
  /device/generic/goldfish/camera/
EmulatedFakeCamera3.h 123 void onSensorEvent(uint32_t frameNumber, Event e, nsecs_t timestamp);
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TimestampTest.java 20 import java.sql.Timestamp;
29 * JUnit Testcase for the java.sql.Timestamp class
35 static class MockTimestamp extends Timestamp{
140 Timestamp theTimestamp = new Timestamp(TIME_TEST1);
141 // The Timestamp should have been created
144 Timestamp mockTimestamp = new MockTimestamp(TIME_TEST1);
177 Timestamp theTimestamp = new Timestamp(element[0], element[1],
179 assertNotNull("Timestamp not generated: ", theTimestamp)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.directorywatcher_1.0.203.R36x_v20101027.jar 
  /external/eigen/bench/btl/data/
gnuplot_common_settings.hh 64 set timestamp "" bottom norotate offset 0,0
  /external/iproute2/include/
utils.h 18 extern int timestamp;

Completed in 2434 milliseconds

<<11121314151617181920>>