/external/clang/test/Modules/ |
prune.m | 13 // Run Clang twice so we end up creating the timestamp file (the second time). 16 // RUN: ls %t | grep modules.timestamp 20 // Set the timestamp back more than two days. We should try to prune, 22 // RUN: touch -m -a -t 201101010000 %t/modules.timestamp 24 // RUN: ls %t | grep modules.timestamp 29 // This shouldn't prune anything, because the timestamp has been updated, so 33 // RUN: ls %t | grep modules.timestamp 37 // Set both timestamp and DependsOnModule.pcm back beyond the cutoff. 39 // RUN: touch -m -a -t 201101010000 %t/modules.timestamp 42 // RUN: ls %t | grep modules.timestamp [all...] |
/frameworks/av/camera/ |
ICameraRecordingProxyListener.cpp | 41 void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& imageData) 46 data.writeInt64(timestamp); 52 void recordingFrameHandleCallbackTimestamp(nsecs_t timestamp, native_handle_t* handle) { 56 data.writeInt64(timestamp); 78 nsecs_t timestamp = data.readInt64(); local 81 dataCallbackTimestamp(timestamp, msgType, imageData); 87 nsecs_t timestamp; local 88 status_t res = data.readInt64(×tamp); 90 ALOGE("%s: Failed to read timestamp: %s (%d)", __FUNCTION__, strerror(-res), res); 101 recordingFrameHandleCallbackTimestamp(timestamp, handle) [all...] |
/libcore/ojluni/src/main/java/java/io/ |
ExpiringCache.java | 45 private long timestamp; field in class:ExpiringCache.Entry 48 Entry(long timestamp, String val) { 49 this.timestamp = timestamp; 53 long timestamp() { return timestamp; } method in class:ExpiringCache.Entry 54 void setTimestamp(long timestamp) { this.timestamp = timestamp; } 104 long delta = System.currentTimeMillis() - entry.timestamp(); [all...] |
/external/libdrm/freedreno/kgsl/ |
kgsl_pipe.c | 59 static int kgsl_pipe_wait(struct fd_pipe *pipe, uint32_t timestamp, 64 .timestamp = timestamp, 75 kgsl_pipe_process_pending(kgsl_pipe, timestamp); 80 uint32_t *timestamp) 91 *timestamp = req.timestamp; 148 uint32_t timestamp = kgsl_bo_get_timestamp(kgsl_bo); local 149 if (timestamp) 150 fd_pipe_wait(kgsl_pipe->p3d, timestamp); [all...] |
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
time_util.h | 19 // Converts NTP timestamp to RTP timestamp. 24 // Return the current RTP timestamp from the NTP timestamp 32 // Wallclock time is represented using the timestamp format of
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
omx_swvdec_utils.cpp | 171 * @brief OMX SwVdec timestamp list constructor. 181 * @brief OMX SwVdec timestamp list destructor. 189 * @brief Reset timestamp list. 198 * @brief Push timestamp to list, keeping lowest-valued timestamp at the end. 200 * @param[in] timestamp: Timestamp. 205 bool omx_swvdec_ts_list::push(long long timestamp) 217 // insert timestamp into list 220 m_list[m_count_filled].timestamp = timestamp [all...] |
/frameworks/base/core/java/android/net/ |
ConnectivityMetricsEvent.java | 28 final public long timestamp; field in class:ConnectivityMetricsEvent 39 public ConnectivityMetricsEvent(long timestamp, int componentTag, 41 this.timestamp = timestamp; 51 final long timestamp = source.readLong(); 55 return new ConnectivityMetricsEvent(timestamp, componentTag, 73 dest.writeLong(timestamp); 81 timestamp, timestamp, componentTag, eventTag, data);
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/ |
ResendMessageAction.java | 69 long timestamp = System.currentTimeMillis(); local 71 // MMS expects timestamp rounded to nearest second 72 timestamp = 1000 * ((timestamp + 500) / 1000); 76 + "; changed timestamp from " + message.getReceivedTimeStamp() + " to " 77 + timestamp); 81 values.put(MessageColumns.RECEIVED_TIMESTAMP, timestamp); 82 values.put(MessageColumns.SENT_TIMESTAMP, timestamp); 83 values.put(MessageColumns.RETRY_START_TIMESTAMP, timestamp);
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
nack.cc | 53 uint32_t timestamp) { 54 // Just record the value of sequence number and timestamp if this is the 58 timestamp_last_received_rtp_ = timestamp; 64 timestamp_last_decoded_rtp_ = timestamp; 79 UpdateSamplesPerPacket(sequence_number, timestamp); 84 timestamp_last_received_rtp_ = timestamp; 135 uint32_t timestamp = EstimateTimestamp(n); local 136 NackElement nack_element(TimeToPlay(timestamp), timestamp, is_missing); local 151 uint32_t timestamp) { [all...] |
timestamp_scaler.cc | 27 packet->header.timestamp = ToInternal(packet->header.timestamp, 49 // Use timestamp scaling with factor 2 (two output samples per RTP 50 // timestamp). 60 // Do not change the timestamp scaling settings for DTMF or CNG. 64 // Do not use timestamp scaling for any other codec.
|
packet_buffer.h | 67 // Gets the timestamp for the first packet in the buffer and writes it to the 73 // Gets the timestamp for the first packet in the buffer with a timestamp no 74 // lower than the input limit |timestamp|. The result is written to the output 78 virtual int NextHigherTimestamp(uint32_t timestamp, 88 // Subsequent packets with the same timestamp as the one extracted will be 100 // to zero implies that the horizon is set to half the timestamp range. That 134 // Static method returning true if |timestamp| is older than |timestamp_limit| 136 // with timestamp_limit = 100 and horizon_samples = 10, a timestamp in the 139 // half the 32-bit timestamp range [all...] |
/frameworks/av/services/camera/libcameraservice/device3/ |
Camera3ZslStream.cpp | 43 TimestampFinder(nsecs_t timestamp) : mTimestamp(timestamp) {} 57 * 2) Timestamp is closest to the needle (and lower). 58 * 3) Timestamp is closest to the needle (and higher). 70 // Best result: timestamp is identical 86 // Order i1,i2 so that always i1.timestamp < i2.timestamp 92 // Second best: closest (lower) timestamp 99 // Worst: closest (higher) timestamp 189 nsecs_t timestamp, [all...] |
/system/gatekeeper/ |
gatekeeper.cpp | 50 uint64_t timestamp = GetMillisecondsSinceBoot(); local 62 if (ThrottleRequest(uid, timestamp, &record, throttle_secure, response)) return; 64 if (!IncrementFailureRecord(uid, user_id, timestamp, &record, throttle_secure)) { 124 uint64_t timestamp = GetMillisecondsSinceBoot(); local 136 if (ThrottleRequest(uid, timestamp, &record, throttle_secure, response)) return; 138 if (!IncrementFailureRecord(uid, user_id, timestamp, &record, throttle_secure)) { 152 MintAuthToken(&auth_token_buffer, &auth_token_len, timestamp, 218 uint64_t timestamp, secure_id_t user_id, secure_id_t authenticator_id, 230 token->timestamp = htobe64(timestamp); [all...] |
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/ |
AndroidMouseHandler.java | 43 long timeStamp = System.nanoTime(); 50 postTouchEvent(input, TouchEvent.TOUCH_MOVED, x, y, 0, timeStamp); 58 postTouchEvent(input, TouchEvent.TOUCH_SCROLLED, 0, 0, scrollAmount, timeStamp); 81 private void postTouchEvent (AndroidInput input, int type, int x, int y, int scrollAmount, long timeStamp) { 83 event.timeStamp = timeStamp;
|
/external/opencv3/3rdparty/include/ffmpeg_/libavutil/ |
timestamp.h | 21 * timestamp utils, mostly useful for debugging/logging purposes 32 * Fill the provided buffer with a string containing a timestamp 36 * @param ts the timestamp to represent 53 * Fill the provided buffer with a string containing a timestamp time 57 * @param ts the timestamp to represent 58 * @param tb the timebase of the timestamp
|
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/ |
StatsReport.java | 53 public final double timestamp; field in class:StatsReport 56 public StatsReport(String id, String type, double timestamp, Value[] values) { 59 this.timestamp = timestamp; 66 .append(", timestamp: ").append(timestamp).append(", values: ");
|
/external/webrtc/webrtc/modules/audio_coding/test/ |
RTPFile.h | 29 virtual void Write(const uint8_t payloadType, const uint32_t timeStamp, 41 uint32_t timeStamp, uint32_t ssrc); 48 RTPPacket(uint8_t payloadType, uint32_t timeStamp, int16_t seqNo, 55 uint32_t timeStamp; 69 const uint32_t timeStamp, 106 const uint32_t timeStamp,
|
RTPFile.cc | 35 rtpInfo->header.timestamp = (static_cast<uint32_t>(rtpHeader[4]) << 24) | 44 int16_t seqNo, uint32_t timeStamp, 50 rtpHeader[4] = timeStamp >> 24; 51 rtpHeader[5] = (timeStamp >> 16) & 0xFF; 52 rtpHeader[6] = (timeStamp >> 8) & 0xFF; 53 rtpHeader[7] = timeStamp & 0xFF; 60 RTPPacket::RTPPacket(uint8_t payloadType, uint32_t timeStamp, int16_t seqNo, 64 timeStamp(timeStamp), 86 void RTPBuffer::Write(const uint8_t payloadType, const uint32_t timeStamp, [all...] |
/frameworks/native/services/surfaceflinger/ |
FenceTracker.h | 34 * Keeps a circular buffer of fence/timestamp data for the last N frames in 54 nsecs_t acquireTime; // timestamp from the acquire fence 55 nsecs_t releaseTime; // timestamp from the release fence 78 // timestamp for when SurfaceFlinger::handleMessageRefresh() was called 80 // timestamp from the retire fence 82 // timestamp from the GLES composition completion fence
|
/hardware/qcom/msm8x27/original-kernel-headers/linux/ |
msm_kgsl.h | 127 driver. The timestamp fields are volatile because they are written by the 147 /* timestamp id*/ 149 KGSL_TIMESTAMP_CONSUMED = 0x00000001, /* start-of-pipeline timestamp */ 150 KGSL_TIMESTAMP_RETIRED = 0x00000002, /* end-of-pipeline timestamp*/ 214 /* block until the GPU has executed past a given timestamp 218 unsigned int timestamp; member in struct:kgsl_device_waittimestamp 227 unsigned int timestamp; member in struct:kgsl_device_waittimestamp_ctxtid 239 * timestamp is a returned counter value which can be passed to 247 unsigned int timestamp; /*output param */ member in struct:kgsl_ringbuffer_issueibcmds 254 /* read the most recently executed timestamp valu 259 unsigned int timestamp; \/*output param *\/ member in struct:kgsl_cmdstream_readtimestamp 276 unsigned int timestamp; member in struct:kgsl_cmdstream_freememontimestamp 328 unsigned int timestamp; \/*output param *\/ member in struct:kgsl_cmdstream_readtimestamp_ctxtid 338 unsigned int timestamp; member in struct:kgsl_cmdstream_freememontimestamp_ctxtid 478 unsigned int timestamp; \/* Timestamp to trigger event on *\/ member in struct:kgsl_timestamp_event [all...] |
/external/chromium-trace/catapult/dashboard/ |
index.yaml | 25 - name: timestamp 30 - name: timestamp 39 - name: timestamp 48 - name: timestamp 58 - name: timestamp 66 - name: timestamp 75 - name: timestamp 82 - name: timestamp 90 - name: timestamp 96 - name: timestamp [all...] |
/external/chromium-trace/catapult/tracing/tracing/ui/ |
timeline_display_transform_animations.html | 50 takeOverFor: function(existing, timestamp, target) { 53 var remainingTimeOnExisting = timestamp - ( 62 start: function(timestamp, target) { 63 this.startTimeMs = timestamp; 68 tick: function(timestamp, target) { 69 var percentDone = (timestamp - this.startTimeMs) / this.durationMs; 75 return timestamp >= this.startTimeMs + this.durationMs; 140 takeOverFor: function(existingAnimation, timestamp, target) { 144 start: function(timestamp, target) { 145 this.startTimeMs = timestamp; [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/ |
BuildProperties.java | 42 private String timestamp; field in class:BuildProperties 43 // the name of the directory containing the builds, typically <buildType>-<buildType><build date>-<timestamp> 106 timestamp = buildProperties.get("timestamp").toString(); 109 "Value for timestamp not found in monitor.properties"); 205 * Returns the timestamp. 209 return timestamp; 221 * Sets the timestamp. 222 * @param timestamp The timestamp to se [all...] |
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
default_temporal_layers_unittest.cc | 84 uint32_t timestamp = 0; local 86 EXPECT_EQ(expected_flags[i], tl.EncodeFlags(timestamp)); 90 timestamp += 3000; 125 unsigned int timestamp = 0; local 127 EXPECT_EQ(expected_flags[i], tl.EncodeFlags(timestamp)); 131 timestamp += 3000; 165 uint32_t timestamp = 0; local 167 EXPECT_EQ(expected_flags[i], tl.EncodeFlags(timestamp)); 171 timestamp += 3000; 193 uint32_t timestamp = 0 local [all...] |
/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/ |
BluetoothPacketEncoder.java | 44 // timestamp for first message in current packet 56 public void onSend(byte[] msg, int offset, int count, long timestamp) 60 int milliTimestamp = (int)(timestamp / MILLISECOND_NANOS) & MILLISECOND_MASK; 75 // SysEx start byte must be preceded by a timestamp 78 // SysEx continuation packets must not have timestamp byte 81 if (needsTimestamp) bytesNeeded++; // add one for timestamp byte 95 // write new timestamp byte if necessary 97 // timestamp byte with bits 0 - 6 of timestamp 126 // SysEx End command must be preceeded by a timestamp byt [all...] |