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

<<31323334353637383940>>

  /hardware/invensense/65xx/libsensors_iio/
sensors_mpl.cpp 257 "data->timestamp=%lld, data->data[0]=%f,",
258 i, nb, count, nbEvents, data->timestamp,
276 "nb=%d, count=%d, nbEvents=%d, data->timestamp=%lld, "
278 nb, count, nbEvents, data->timestamp, data->data[0]);
292 "nb=%d, count=%d, nbEvents=%d, data->timestamp=%lld, "
294 nb, count, nbEvents, data->timestamp, data->data[0]);
  /hardware/qcom/msm8x84/original-kernel-headers/media/
msm_vpu.h 142 * VPU_EVENT_SESSION_TIMESTAMP: New Session timestamp
222 /* presentation timestamp of the frame */
241 struct vpu_info_frame_timestamp timestamp; member in union:vpu_control::control_data
309 * VPU_CTRL_TIMESTAMP_INFO_MODE: timestamp reporting mode,
310 * data: value specifying how frequent a timestamp reporting info, value
313 * VPU_INFO_TIMESTAMP: timestamp information (get only)
  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
ProcessSentMessageAction.java 235 final long timestamp = System.currentTimeMillis(); local
238 message.markMessageSent(timestamp);
241 && message.getInResendWindow(timestamp)) {
242 message.markMessageNotSent(timestamp);
246 message.markMessageFailed(timestamp);
261 message.markMessageFailedEmergencyNumber(timestamp);
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-monitor/2.0.9/
maven-monitor-2.0.9.jar 
  /cts/tests/camera/src/android/hardware/camera2/cts/
ReprocessCaptureTest.java 889 long timestamp = reprocessResults[i].get(CaptureResult.SENSOR_TIMESTAMP); local
    [all...]
  /external/emma/
build.xml 145 <target name="timestamp" depends="init, -timestamp.1, -timestamp.2, -timestamp.3, -timestamp.4, -timestamp.5">
148 <target name="-timestamp.1" depends="init" unless="build.is.dirty" >
161 output="${temp.dir}/timestamp.properties"
172 <!-- <echo message="file.release.prefix=${file.release.prefix}" file="${temp.dir}/timestamp.properties" append="yes" /> -->
175 <target name="-timestamp.2" depends="init"
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
Camera2ReprocessCaptureTest.java 590 * Test timestamps for reprocess requests. Reprocess request's shutter timestamp, result's
591 * sensor timestamp, and output image's timestamp should match the reprocess input's timestamp.
619 // Reprocess result's timestamp should match input image's timestamp.
640 long timestamp = reprocessResults[i].get(CaptureResult.SENSOR_TIMESTAMP); local
641 assertEquals("Reprocess result timestamp (" + timestamp + ") doesn't match input " +
642 "image's timestamp (" + expected + ")", expected, timestamp)
    [all...]
  /external/curl/tests/
testcurl.pl 75 $timestamp $notes);
337 # Set timestamp to the UTC this script is running. Its value might
339 $timestamp = scalar(gmtime)." UTC";
365 logit "date = $timestamp"; # When the test build starts
432 # Set timestamp to the UTC the git update took place.
433 $timestamp = scalar(gmtime)." UTC" if (!$gitstat);
455 # Set timestamp to the UTC the git update took place.
456 $timestamp = scalar(gmtime)." UTC" if (!$gitstat);
505 # Set timestamp to the one in curlver.h if this isn't a git test build.
514 $timestamp = $stampstring." UTC"
    [all...]
  /external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
AndroidInput.java 64 long timeStamp;
77 long timeStamp;
353 currentEventTimeStamp = e.timeStamp;
372 currentEventTimeStamp = e.timeStamp;
457 event.timeStamp = System.nanoTime();
465 event.timeStamp = System.nanoTime();
487 event.timeStamp = System.nanoTime();
506 event.timeStamp = System.nanoTime();
524 long timeStamp = System.nanoTime();
526 event.timeStamp = timeStamp;
    [all...]
  /external/libmicrohttpd/src/microhttpd/
digestauth.c 386 * H(timestamp ":" method ":" random ":" uri ":" realm) + Hex(timestamp)
406 unsigned char timestamp[4]; local
408 char timestamphex[sizeof(timestamp) * 2 + 1];
411 timestamp[0] = (nonce_time & 0xff000000) >> 0x18;
412 timestamp[1] = (nonce_time & 0x00ff0000) >> 0x10;
413 timestamp[2] = (nonce_time & 0x0000ff00) >> 0x08;
414 timestamp[3] = (nonce_time & 0x000000ff);
415 MD5Update (&md5, timestamp, 4);
427 cvthex (timestamp, 4, timestamphex)
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/include/
audio_coding_module.h 44 uint32_t timestamp,
544 // -timestamp : send timestamp of the payload. ACM starts with
548 // Therefore, it is essential to have the timestamp
560 const uint32_t timestamp = 0) = 0;
599 // The send timestamp of an RTP packet is associated with the decoded
600 // audio of the packet in question. This function returns the timestamp of
604 // -timestamp : a reference to a uint32_t to receive the
605 // timestamp.
607 // 0 if the output is a correct timestamp
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxer.hpp 91 void set_timestamp(uint64 timestamp) { timestamp_ = timestamp; }
92 uint64 timestamp() const { return timestamp_; } function in class:mkvmuxer::Frame
123 // Timestamp of the data in nanoseconds.
724 // timecode: Absolute (not relative to cluster) timestamp of the
743 // abs_timecode: Absolute (not relative to cluster) timestamp of the
763 // abs_timecode: Absolute (not relative to cluster) timestamp of the
780 // timecode: Absolute (not relative to cluster) timestamp of the
    [all...]
  /bootable/recovery/minzip/
Zip.h 156 * If timestamp is non-NULL, file timestamps will be set accordingly.
164 const struct utimbuf *timestamp,
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/
SensorCalibratedUncalibratedVerifier.java 83 long calibratedTimestampNs = calibratedEvent.timestamp;
88 long uncalibratedTimestampNs = uncalibratedEvent.timestamp;
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/
EventGapVerificationTest.java 98 for (long timestamp : timestamps) {
99 events.add(new TestSensorEvent(null, timestamp, 0, null));
EventOrderingVerificationTest.java 92 for (long timestamp : timestamps) {
93 events.add(new TestSensorEvent(null, timestamp, 0, null));
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
TestSummaryXml.java 48 public TestSummaryXml(int id, String timestamp) {
50 mTimestamp = timestamp;
  /development/samples/NotePad/src/com/example/android/notepad/
NotePad.java 143 * Column name for the creation timestamp
149 * Column name for the modification timestamp
  /device/asus/fugu/libaudio/
AudioOutput.h 68 // Adjust for write timestamp difference, go to ACTIVE state.
76 status_t getNextWriteTimestamp(int64_t* timestamp,
  /external/autotest/client/cros/cellular/pseudomodem/
sms.py 109 # Timestamp, DischargeTimestamp, and DeliveryState won't be available
112 props['Timestamp'] = ''
  /external/chromium-trace/catapult/dashboard/dashboard/elements/
chart-container-test.html 75 'timestamp': (new Date).getTime(),
145 graphJson['annotations']['0']['0']['timestamp'] -= 8 * 86400000;
  /external/chromium-trace/catapult/dashboard/dashboard/
new_points.py 33 query = query.order(-graph_data.Row.timestamp)
78 'added_time': row.timestamp.strftime('%Y-%m-%d %H:%M:%S %Z'),
  /external/chromium-trace/catapult/telemetry/docs/pydoc/
telemetry.timeline.thread.html 66 <dl><dt><a name="Thread-AddSample"><strong>AddSample</strong></a>(self, category, name, timestamp, args<font color="#909090">=None</font>)</dt></dl>
70 <dl><dt><a name="Thread-BeginSlice"><strong>BeginSlice</strong></a>(self, category, name, timestamp, thread_timestamp<font color="#909090">=None</font>, args<font color="#909090">=None</font>)</dt><dd><tt>Opens&nbsp;a&nbsp;new&nbsp;slice&nbsp;for&nbsp;the&nbsp;thread.<br>
76 *&nbsp;timestamp:&nbsp;The&nbsp;timetsamp&nbsp;of&nbsp;the&nbsp;slice,&nbsp;in&nbsp;milliseconds.<br>
77 *&nbsp;thread_timestamp:&nbsp;<a href="#Thread">Thread</a>&nbsp;specific&nbsp;clock&nbsp;(scheduled)&nbsp;timestamp&nbsp;of&nbsp;the<br>
86 *&nbsp;end_timestamp:&nbsp;Timestamp&nbsp;when&nbsp;the&nbsp;slice&nbsp;ended&nbsp;in&nbsp;milliseconds<br>
87 *&nbsp;end_thread_timestamp:&nbsp;Timestamp&nbsp;when&nbsp;the&nbsp;scheduled&nbsp;time&nbsp;of&nbsp;the&nbsp;slice&nbsp;ended<br>
94 <dl><dt><a name="Thread-IsTimestampValidForBeginOrEnd"><strong>IsTimestampValidForBeginOrEnd</strong></a>(self, timestamp)</dt></dl>
100 <dl><dt><a name="Thread-PushCompleteSlice"><strong>PushCompleteSlice</strong></a>(self, category, name, timestamp, duration, thread_timestamp, thread_duration, args<font color="#909090">=None</font>)</dt></dl>
  /external/chromium-trace/catapult/telemetry/telemetry/timeline/
process.py 84 def SetTraceBufferOverflowTimestamp(self, timestamp):
87 "TraceBufferInfo", "trace_buffer_overflowed", timestamp, 0)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudformation/
stack.py 289 self.timestamp = None
311 elif name == "Timestamp":
313 self.timestamp = datetime.strptime(value, '%Y-%m-%dT%H:%M:%SZ')
315 self.timestamp = datetime.strptime(value, '%Y-%m-%dT%H:%M:%S.%fZ')
381 self.timestamp = None
405 elif name == "Timestamp":
407 self.timestamp = datetime.strptime(value, '%Y-%m-%dT%H:%M:%SZ')
409 self.timestamp = datetime.strptime(value, '%Y-%m-%dT%H:%M:%S.%fZ')

Completed in 1021 milliseconds

<<31323334353637383940>>