/external/autotest/server/cros/chaos_lib/ |
chaos_log_analyzer.py | 43 timestamp = time.strptime(timestamp_string, self.LOG_TIMESTAMP_FORMAT) 44 return timestamp 92 def _extract_net_log_lines(self, timestamp): 95 (time.strftime(self.LOG_TIMESTAMP_FORMAT, timestamp)) 101 timestamp_secs = time.mktime(timestamp) 117 timestamp = self._extract_attempt_timestamp(attempt_num) 118 print "Attempt started at: " + time.asctime(timestamp) 120 self._extract_net_log_lines(timestamp)
|
/external/chromium-trace/catapult/dashboard/dashboard/elements/ |
quick-log-test.html | 38 'timestamp': 1454030606, 43 'timestamp': 1454030605, 64 'timestamp': 1454030606, 69 'timestamp': 1454030605, 101 'timestamp': 1454030606, 106 'timestamp': 1454030605, 115 'timestamp': 1454030608, 120 'timestamp': 1454030607,
|
/external/chromium-trace/catapult/telemetry/telemetry/timeline/ |
sample.py | 17 def __init__(self, parent_thread, category, name, timestamp, args=None): 19 category, name, timestamp, 0, args=args)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/ |
test_spotinstance.py | 36 'SignatureVersion', 'Timestamp', 58 <timestamp>2013-12-28T12:17:43.000Z</timestamp> 65 <timestamp>2013-12-28T07:49:40.000Z</timestamp> 81 'SignatureVersion', 'Timestamp', 100 'SignatureVersion', 'Timestamp', 109 'SignatureVersion', 'Timestamp',
|
/external/libdrm/freedreno/kgsl/ |
kgsl_priv.h | 60 /* list of bo's that have been submitted but timestamp has 65 /* if we are the 2d pipe, and want to wait on a timestamp 82 /* timestamp (per pipe) for bo's in a pipe's pending_list: */ 83 uint32_t timestamp[FD_PIPE_MAX]; member in struct:kgsl_bo 97 uint32_t *timestamp); 102 uint32_t timestamp); 104 uint32_t timestamp); 117 drm_private void kgsl_bo_set_timestamp(struct kgsl_bo *bo, uint32_t timestamp);
|
msm_kgsl.h | 91 driver. The timestamp fields are volatile because they are written by the 111 /* timestamp id*/ 113 KGSL_TIMESTAMP_CONSUMED = 0x00000001, /* start-of-pipeline timestamp */ 114 KGSL_TIMESTAMP_RETIRED = 0x00000002, /* end-of-pipeline timestamp*/ 228 /* block until the GPU has executed past a given timestamp 232 unsigned int timestamp; member in struct:kgsl_device_waittimestamp 241 unsigned int timestamp; member in struct:kgsl_device_waittimestamp_ctxtid 253 * timestamp is a returned counter value which can be passed to 261 unsigned int timestamp; /*output param */ member in struct:kgsl_ringbuffer_issueibcmds 268 /* read the most recently executed timestamp valu 273 unsigned int timestamp; \/*output param *\/ member in struct:kgsl_cmdstream_readtimestamp 290 unsigned int timestamp; member in struct:kgsl_cmdstream_freememontimestamp 343 unsigned int timestamp; \/*output param *\/ member in struct:kgsl_cmdstream_readtimestamp_ctxtid 353 unsigned int timestamp; member in struct:kgsl_cmdstream_freememontimestamp_ctxtid 486 unsigned int timestamp; \/* Timestamp to trigger event on *\/ member in struct:kgsl_timestamp_event [all...] |
/external/webrtc/webrtc/test/ |
fake_texture_frame.cc | 19 uint32_t timestamp, 24 timestamp, render_time_ms, rotation);
|
/external/wpa_supplicant_8/hs20/server/ |
sql.txt | 5 timestamp TEXT, 12 timestamp TEXT,
|
/packages/apps/Contacts/src/com/android/contacts/interactions/ |
ContactInteractionUtil.java | 55 public static String formatDateStringFromTimestamp(long timestamp, Context context) { 56 return formatDateStringFromTimestamp(timestamp, context, Calendar.getInstance()); 60 * Takes in a timestamp and outputs a human legible date. This checks the timestamp against 63 * 1. If the timestamp is today, the time is shown 64 * 2. If the timestamp occurs tomorrow or yesterday, that is displayed 68 public static String formatDateStringFromTimestamp(long timestamp, Context context, 71 interactionCalendar.setTimeInMillis(timestamp);
|
/hardware/invensense/6515/libsensors_iio/software/core/mllite/ |
data_builder.c | 337 *ts = sensors.quat.timestamp; 339 if (sensors.quat.timestamp_prev != sensors.quat.timestamp) 343 *ts = sensors.gyro.timestamp; 345 if (sensors.gyro.timestamp_prev != sensors.gyro.timestamp) 349 *ts = sensors.accel.timestamp; 351 if (sensors.accel.timestamp_prev != sensors.accel.timestamp) 355 *ts = sensors.compass.timestamp; 357 if (sensors.compass.timestamp_prev != sensors.compass.timestamp) 367 /** Gets best timestamp and if there is a new piece of data for a 9-axis sensor combination. 381 *ts = sensors.quat.timestamp; 603 inv_time_t timestamp = 0; local [all...] |
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
dtmf_buffer.cc | 60 // being reported, in timestamp units, expressed as an unsigned 62 // or segment began at the instant identified by the RTP timestamp 84 event->timestamp = rtp_timestamp; 95 // These packets will all share the same start timestamp and event number, 125 // bit is set, we know that the event ends at |timestamp| + |duration|. 126 uint32_t event_end = it->timestamp + it->duration; 139 event_end = std::min(event_end, next->timestamp); 145 if (current_timestamp >= it->timestamp 153 event->timestamp = it->timestamp; [all...] |
packet_buffer.cc | 83 // timestamp as |rit|, which has a higher priority, do not insert the new 86 packet->header.timestamp == (*rit)->header.timestamp) { 93 // timestamp as |it|, which has a lower priority, replace |it| with the new 97 packet->header.timestamp == (*it)->header.timestamp) { 154 *next_timestamp = buffer_.front()->header.timestamp; 158 int PacketBuffer::NextHigherTimestamp(uint32_t timestamp, 168 if ((*it)->header.timestamp >= timestamp) { [all...] |
/build/tools/ziptime/ |
README.txt | 1 ziptime -- zip timestamp tool
|
/external/autotest/client/cros/video/ |
video_screenshot_collector.py | 23 def collect_screenshot(self, timestamp): 30 @param timestamp: time_delta, the time value to capture screenshot for. 35 filename = self.screnshot_namer.get_filename(timestamp) 37 self.player.seek_to(timestamp)
|
/external/chromium-trace/catapult/dashboard/dashboard/ |
get_logs.py | 30 after_timestamp: Get the logs after this timestamp. 53 getattr(l, 'timestamp', l.index) > after_timestamp] 61 'timestamp': getattr(log, 'timestamp', log.index),
|
/external/chromium-trace/catapult/tracing/tracing/ui/base/ |
animation.html | 49 start: function(timestamp, target) { 57 * @param {Number} timestamp When the animation was stopped. 63 didStopEarly: function(timestamp, target, 70 tick: function(timestamp, target) {
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/ |
build.xml | 27 <property name="timestamp" value="${date}${time}" /> 32 <property name="buildLabel" value="${buildType}-${buildId}-${timestamp}" /> 45 timestamp=${timestamp}
|
/external/ltrace/testsuite/ltrace.minor/ |
time-record.c | 2 Objectives : Verify that Ltrace can record timestamp and spent
|
/external/skia/src/gpu/gl/ |
GrGLTexture.h | 42 const TexParams& getCachedTexParams(GrGpu::ResetTimestamp* timestamp) const { 43 *timestamp = fTexParamsTimestamp; 48 GrGpu::ResetTimestamp timestamp) { 50 fTexParamsTimestamp = timestamp;
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
screenshare_layers.h | 38 int EncodeFlags(uint32_t timestamp) override; 47 uint32_t timestamp) override; 49 void FrameEncoded(unsigned int size, uint32_t timestamp, int qp) override; 59 bool TimeToSync(int64_t timestamp) const;
|
/external/wpa_supplicant_8/hostapd/ |
hostapd.eap_user_sqlite | 21 timestamp TEXT,
|
/frameworks/base/telephony/java/com/android/ims/internal/uce/presence/ |
PresTupleInfo.java | 62 * Gets the timestamp. 70 * Sets the timestamp. 73 public void setTimestamp(String timestamp) { 74 this.mTimestamp = timestamp;
|
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/ |
DateUtils.java | 32 * Returns timestamp given by param in KML format ie yyyy-mm-ddThh:mm:ssZ, 36 * @return KML timestamp as String 46 * Helper version of getKMLTimestamp, that returns timestamp for current 54 * Returns timestamp in following format: yyyy-mm-dd-hh-mm-ss
|
/hardware/qcom/msm8x84/original-kernel-headers/media/ |
msmb_generic_buf_mgr.h | 8 struct timeval timestamp; member in struct:msm_buf_mngr_info
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/serialization/ |
CodeSignerTest.java | 25 import java.security.Timestamp; 44 Timestamp ts = new Timestamp(new Date(1146633204309L), cpath);
|