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

<<21222324252627282930>>

  /packages/apps/UnifiedEmail/src/com/android/mail/
MailLogService.java 76 /** Get the current timestamp */
77 private static String dateToString(long timestamp) {
78 final Date d = new Date(timestamp);
96 // Add the current timestamp along with the message.
104 // Print the timestamp as an actual date, and then the message.
  /system/core/init/
compare-bootcharts.py 93 timestamp = int(lines[0]);
98 jiffy_record['1st_timestamp'] = timestamp
101 jiffy_record['2nd_timestamp'] = timestamp
102 value = 200 / (timestamp -
130 process['last_tick'] = timestamp
  /external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_unittest.cc 299 int timestamp,
302 int timestamp,
495 int timestamp,
498 rtp_info->header.timestamp = timestamp;
505 int timestamp,
510 rtp_info->header.timestamp = timestamp;
602 rtp_info.header.timestamp = i * kSamples;
705 uint32_t timestamp = 0 local
1411 uint32_t timestamp = start_timestamp; local
1603 uint32_t timestamp = 0; local
    [all...]
dtmf_buffer.h 23 uint32_t timestamp; member in struct:webrtc::DtmfEvent
31 : timestamp(0),
38 : timestamp(ts),
  /device/google/contexthub/sensorhal/
hubconnection.cpp 392 sensors_event_t *HubConnection::initEv(sensors_event_t *ev, uint64_t timestamp, uint32_t type, uint32_t sensor)
396 ev->timestamp = timestamp;
403 void HubConnection::processSample(uint64_t timestamp, uint32_t type, uint32_t sensor, struct OneAxisSample *sample, __attribute__((unused)) bool highAccuracy)
412 timestamp);
416 initEv(&nev[cnt++], timestamp, type, sensor)->pressure = sample->fdata;
419 initEv(&nev[cnt++], timestamp, type, sensor)->temperature = sample->fdata;
422 initEv(&nev[cnt++], timestamp, type, sensor)->distance = sample->fdata;
425 initEv(&nev[cnt++], timestamp, type, sensor)->light = sample->fdata;
431 initEv(&nev[cnt++], timestamp, type, sensor)->u64.step_counter = mLastStepCount
721 uint64_t timestamp; local
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/
test_connection.py 137 'SignatureVersion', 'Timestamp', 'Version'])
155 'SignatureVersion', 'Timestamp',
175 'SignatureVersion', 'Timestamp',
191 'SignatureVersion', 'Timestamp',
419 'SignatureVersion', 'Timestamp',
521 'SignatureVersion', 'Timestamp',
548 'SignatureVersion', 'Timestamp',
565 'SignatureVersion', 'Timestamp',
651 'SignatureVersion', 'Timestamp',
715 'SignatureVersion', 'Timestamp',
    [all...]
  /external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
EABContactManager.java 60 * Timestamp when the presence was last updated, in {@link System#currentTimeMillis
243 * Set the update timestamp.
244 * @param long timestamp the last update timestamp
247 public Request setLastUpdatedTimeStamp(long timestamp) {
248 mContactLastUpdatedTimeStamp = timestamp;
253 public Request setVolteCallCapabilityTimeStamp(long timestamp) {
254 mVolteCallCapabilityTimeStamp = timestamp;
259 public Request setVolteCallAvailabilityTimeStamp(long timestamp) {
260 mVolteCallAvailabilityTimeStamp = timestamp;
    [all...]
  /external/libchrome/base/trace_event/
trace_event.h 158 // const TimeTicks& timestamp,
307 timestamp, flags, ...) \
314 base::TimeTicks::FromInternalValue(timestamp), \
323 phase, category_group, name, id, thread_id, timestamp, flags, ...) \
333 base::TimeTicks::FromInternalValue(timestamp), \
549 const base::TimeTicks& timestamp,
558 phase, category_group_enabled, name, id, bind_id, thread_id, timestamp,
570 const base::TimeTicks& timestamp,
591 phase, category_group_enabled, name, id, bind_id, thread_id, timestamp,
603 const base::TimeTicks& timestamp,
    [all...]
  /libcore/ojluni/src/main/java/sun/security/util/
SignatureFileVerifier.java 38 import sun.security.timestamp.TimestampToken;
504 * Examines a signature timestamp token to generate a timestamp object.
509 * timestamp was generated.
513 * @return A timestamp token or null if none is present.
523 private Timestamp getTimestamp(SignerInfo info)
527 Timestamp timestamp = null; local
537 // Extract the content (an encoded timestamp token info)
548 // Create a timestamp token info objec
    [all...]
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
ImageReaderSubPane.java 577 long timestamp = img.getTimestamp(); local
578 File output = getOutputImageFile(img.getFormat(), timestamp);
616 long timestamp = img.getTimestamp(); local
618 TLog.e("No camera availble for camera info, not saving DNG (timestamp %d)",
619 timestamp);
622 TotalCaptureResult result = mCurrentCamera.getResultAt(timestamp);
624 TLog.e("No result matching raw image found, not saving DNG (timestamp %d)",
625 timestamp);
726 File getOutputImageFile(int type, long timestamp){
754 // Convert timestamp from boottime time base to the Date timebas
    [all...]
  /build/tools/releasetools/
add_img_to_target_files 162 # Use a fixed timestamp (01/01/2009) when packaging the image.
165 timestamp = (datetime.datetime(2009, 1, 1) - epoch).total_seconds()
166 image_props["timestamp"] = int(timestamp)
214 # Use a fixed timestamp (01/01/2009) when packaging the image.
217 timestamp = (datetime.datetime(2009, 1, 1) - epoch).total_seconds()
218 image_props["timestamp"] = int(timestamp)
264 # Use a fixed timestamp (01/01/2009) when packaging the image.
267 timestamp = (datetime.datetime(2009, 1, 1) - epoch).total_seconds(
    [all...]
add_img_to_target_files.py 162 # Use a fixed timestamp (01/01/2009) when packaging the image.
165 timestamp = (datetime.datetime(2009, 1, 1) - epoch).total_seconds()
166 image_props["timestamp"] = int(timestamp)
214 # Use a fixed timestamp (01/01/2009) when packaging the image.
217 timestamp = (datetime.datetime(2009, 1, 1) - epoch).total_seconds()
218 image_props["timestamp"] = int(timestamp)
264 # Use a fixed timestamp (01/01/2009) when packaging the image.
267 timestamp = (datetime.datetime(2009, 1, 1) - epoch).total_seconds(
    [all...]
  /external/autotest/client/cros/video/
video_player.py 103 def seek_to(self, timestamp):
107 @param timestamp: timedelta, instance of time to navigate video to.
110 self.seek_to(timestamp)
  /external/autotest/client/tools/
scan_results.py 26 parts[3].startswith("timestamp")):
33 parts[3].startswith("timestamp")):
46 elif (len(parts) >= 6 and parts[3].startswith("timestamp") and
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mturk/
notification.py 51 self.timestamp = d['Timestamp'] # 2006-05-23T23:22:30Z
85 verification_input += self.timestamp
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/vpc/
test_customergateway.py 44 'SignatureVersion', 'Timestamp',
80 'SignatureVersion', 'Timestamp',
109 'SignatureVersion', 'Timestamp',
test_subnet.py 59 'SignatureVersion', 'Timestamp',
97 'SignatureVersion', 'Timestamp',
127 'SignatureVersion', 'Timestamp',
  /external/clang/test/Modules/
rebuild.m 3 // Build Module and set its timestamp
14 // Rebuild Module, reset its timestamp, and verify its size hasn't changed
28 // Rebuild Module, reset its timestamp, and verify its size hasn't changed
  /external/drm_hwcomposer/
drmeventlistener.cpp 83 uint64_t timestamp = 0; local
86 timestamp = ts.tv_sec * 1000 * 1000 * 1000 + ts.tv_nsec;
114 hotplug_handler_->HandleEvent(timestamp);
  /external/iproute2/man/man8/
ip-monitor.8 26 .BR "\-t" , " \-timestamp"
27 Prints timestamp before the event message on the separated line in format:
28 Timestamp: <Day> <Month> <DD> <hh:mm:ss> <YYYY> <usecs> usec
33 Prints short timestamp before the event message on the same line in format:
  /external/libnl/lib/netfilter/
log_msg.c 100 struct nfulnl_msg_packet_timestamp *timestamp = nla_data(attr); local
103 tv.tv_sec = ntohll(timestamp->sec);
104 tv.tv_usec = ntohll(timestamp->usec);
  /external/llvm/test/tools/dsymutil/
yaml-object-address-rewrite.test 12 # CHECK-NEXT: timestamp: 0
16 # CHECK-NEXT: timestamp: 0
24 # CHECK-NEXT: timestamp: 0
  /external/vogar/src/vogar/
XmlReportReader.java 76 String timestamp = testSuiteAttributes.get(XmlReportConstants.TIMESTAMP); local
112 date = dateFormat.parse(timestamp);
  /external/webrtc/webrtc/modules/audio_coding/neteq/test/
rtp_to_text.cc 86 DataLog::AddColumn(table_name, "timestamp", 1);
112 DataLog::InsertCell(table_name, "timestamp", packet->timeStamp());
  /frameworks/av/include/media/
IAudioTrack.h 72 /* Return NO_ERROR if timestamp is valid. timestamp is undefined otherwise. */
73 virtual status_t getTimestamp(AudioTimestamp& timestamp) = 0;

Completed in 572 milliseconds

<<21222324252627282930>>