HomeSort by relevance Sort by last modified time
    Searched full:timestamp (Results 976 - 1000 of 4884) sorted by null

<<31323334353637383940>>

  /development/ndk/platforms/android-21/include/linux/
dlm_netlink.h 44 unsigned long timestamp; member in struct:dlm_lock_data
  /development/samples/browseable/JumpingJack/src/com.example.android.wearable.jumpingjack/
MainActivity.java 147 detectJump(event.values[0], event.timestamp);
163 private void detectJump(float xValue, long timestamp) {
165 if(timestamp - mLastTime < TIME_THRESHOLD_NS && mUp != (xValue > 0)) {
169 mLastTime = timestamp;
  /device/moto/shamu/camera/QCamera2/HAL/test/
qcamera_test.h 123 virtual void postDataTimestamp(nsecs_t timestamp,
126 virtual void dataCallbackTimestamp(nsecs_t timestamp,
129 virtual void postRecordingFrameHandleTimestamp(nsecs_t timestamp,
131 virtual void recordingFrameHandleCallbackTimestamp(nsecs_t timestamp,
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TypesTest.java 61 assertEquals(TIMESTAMP, 93);
  /external/autotest/client/site_tests/desktopui_KillRestart/
desktopui_KillRestart.py 15 """Clear out respawn timestamp files."""
  /external/chromium-trace/catapult/telemetry/telemetry/timeline/
tab_id_importer.py 42 'Trace buffer of process with pid=%d overflowed at timestamp %d. '
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/cloudwatch/
datapoint.py 37 elif name == 'Timestamp':
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/
test_snapshot.py 57 'SignatureVersion', 'Timestamp',
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ecs/
test_connection.py 65 'Timestamp'])
  /external/chromium-trace/catapult/tracing/tracing/model/
annotation_test.html 32 assert.equal(xMarkerAnnotation.timestamp, 90);
clock_sync_record.html 20 * @param {string} start The timestamp the clock sync started.
flow_event.html 50 tr.v.Unit.byName.timeStampInMs.format(this.timestamp);
heap_dump.html 42 * at a particular timestamp.
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineTimestampTests.hpp 24 * \brief Timestamp Tests
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/dropSiteRootFiles/
index.php 77 $timeStamp = mktime($hour, $minute, 0, $month, $day, $year);
79 $timeStamps[$anEntry] = date("D, j M Y -- H:i (O)", $timeStamp);
81 if ($timeStamp > $latestTimeStamp[$parts[0]]) {
82 $latestTimeStamp[$parts[0]] = $timeStamp;
  /external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
EABService.java 114 logger.debug("Resetting timestamp values in shared pref.");
128 logger.debug("Resetting timestamp values in shared pref.");
363 // contact last updated timestamp.
366 // contact last updated timestamp.
469 // Save the largest timestamp returned. Only need the first one due to
472 long timestamp = cursor.getLong(cursor local
474 if (timestamp > 0) {
475 SharedPrefUtil.saveLastContactChangedTimestamp(mContext, timestamp);
701 // Save the largest returned timestamp. Only need the first
704 long timestamp = cursor.getLong(curso local
783 long timestamp = cursor.getLong(cursor.getColumnIndex( local
    [all...]
  /external/iproute2/ip/
ip.c 36 int timestamp; variable
238 } else if (matches(opt, "-timestamp") == 0) {
239 ++timestamp;
241 ++timestamp;
  /external/iproute2/tc/
README.last 43 CPU timestamp. It is the fastest way, use it when it is available,
  /external/jacoco/org.jacoco.ant.test/src/org/jacoco/ant/
TestTarget.java 36 new java.sql.Timestamp(0);
  /external/libmpeg2/common/
impeg2_inter_pred.h 47 /** Used to store display Timestamp for current buffer */
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_screen.h 56 unsigned timestamp; member in struct:llvmpipe_screen
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_texture.h 67 unsigned timestamp; member in struct:softpipe_resource
  /external/objenesis/main/
pom.xml 21 <artifactId>maven-timestamp-plugin</artifactId>
  /external/tcpdump/
print-ipnet.c 96 * to the ether header of the packet, 'h->ts' is the timestamp,
  /external/tlsdate/man/
tlsdated.8 44 don't save disk timestamp

Completed in 604 milliseconds

<<31323334353637383940>>