/external/bison/po/ |
stamp-po | 0 timestamp
|
/external/bison/runtime-po/ |
stamp-po | 0 timestamp
|
/external/libexif/po/ |
stamp-po | 0 timestamp
|
/ndk/sources/host-tools/make-3.81/po/ |
stamp-po | 0 timestamp
|
/toolchain/binutils/binutils-2.25/bfd/ |
stamp-h.in | 0 timestamp
|
/toolchain/binutils/binutils-2.25/binutils/ |
stamp-h.in | 0 timestamp
|
/toolchain/binutils/binutils-2.25/gas/ |
stamp-h.in | 0 timestamp
|
/toolchain/binutils/binutils-2.25/gprof/ |
stamp-h.in | 0 timestamp
|
/toolchain/binutils/binutils-2.25/ld/ |
stamp-h.in | 0 timestamp
|
/toolchain/binutils/binutils-2.25/opcodes/ |
stamp-h.in | 0 timestamp
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
hal_outputs.h | 17 inv_time_t * timestamp); 19 inv_time_t * timestamp); 21 inv_time_t * timestamp); 23 inv_time_t * timestamp); 25 inv_time_t * timestamp); 27 inv_time_t * timestamp); 29 inv_time_t * timestamp); 33 inv_time_t * timestamp); 35 inv_time_t * timestamp); 38 inv_time_t * timestamp); [all...] |
/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/ |
datalogger_outputs.h | 22 inv_time_t *timestamp); 24 inv_time_t *timestamp); 26 inv_time_t *timestamp); 28 float *values, int8_t *accuracy, inv_time_t *timestamp); 30 inv_time_t *timestamp); 32 inv_time_t * timestamp); 34 inv_time_t * timestamp); 38 inv_time_t *timestamp); 40 inv_time_t *timestamp); 42 inv_time_t *timestamp); [all...] |
/external/tlsdate/tests/run-idle/ |
setup | 4 reset_time "timestamp"
|
subproc.sh | 9 inc_counter "timestamp" 10 inc_counter "timestamp" 11 inc_counter "timestamp" 12 emit_time "timestamp"
|
/external/tlsdate/tests/wait-idle/ |
setup | 4 reset_time "timestamp"
|
/external/valgrind/none/tests/ |
timestamp.vgtest | 1 prog: timestamp
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
screenshare_layers_unittest.cc | 39 void EncodeFrame(uint32_t timestamp, 43 *flags = layers_->EncodeFlags(timestamp); 44 layers_->PopulateCodecSpecific(base_sync, vp8_info, timestamp); 46 layers_->FrameEncoded(frame_size_, timestamp, kDefaultQp); 66 uint32_t timestamp = 0; local 71 EncodeFrame(timestamp, false, &vp8_info, &flags); 72 timestamp += kTimestampDelta5Fps; 79 return timestamp; 85 int SkipUntilTl(int layer, int timestamp) { 88 layers_->EncodeFlags(timestamp); 111 uint32_t timestamp = 0; local 137 uint32_t timestamp = 0; local 187 uint32_t timestamp = 0; local 207 uint32_t timestamp = 0; local 235 uint32_t timestamp = 0; local 287 uint32_t timestamp = RunGracePeriod(); local 316 uint32_t timestamp = 0; local 333 uint32_t timestamp = RunGracePeriod(); local 399 uint32_t timestamp = RunGracePeriod(); local [all...] |
/hardware/invensense/6515/libsensors_iio/software/core/mllite/ |
hal_outputs.h | 17 inv_time_t * timestamp); 19 inv_time_t * timestamp); 21 inv_time_t * timestamp); 23 inv_time_t * timestamp); 25 inv_time_t * timestamp); 27 inv_time_t * timestamp); 29 inv_time_t * timestamp); 33 inv_time_t * timestamp); 35 inv_time_t * timestamp); 38 inv_time_t * timestamp); [all...] |
/external/nist-sip/java/javax/sip/header/ |
TimeStampHeader.java | 6 String NAME = "Timestamp"; 14 void setTime(long timeStamp) throws InvalidArgumentException; 20 void setTimeStamp(float timeStamp) throws InvalidArgumentException;
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/ |
inter_arrival.cc | 32 bool InterArrival::ComputeDeltas(uint32_t timestamp, 45 current_timestamp_group_.timestamp = timestamp; 46 current_timestamp_group_.first_timestamp = timestamp; 47 } else if (!PacketInOrder(timestamp)) { 49 } else if (NewTimestampGroup(arrival_time_ms, timestamp)) { 52 *timestamp_delta = current_timestamp_group_.timestamp - 53 prev_timestamp_group_.timestamp; 58 // arrival timestamp. 70 // The new timestamp is now the current frame [all...] |
inter_arrival.h | 22 // between two timestamp groups. A timestamp is a 32 bit unsigned number with 26 // A timestamp group is defined as all packets with a timestamp which are at 27 // most timestamp_group_length_ticks older than the first timestamp in that 35 // |timestamp| is the timestamp. 38 // |timestamp_delta| (output) is the computed timestamp delta. 41 bool ComputeDeltas(uint32_t timestamp, 53 timestamp(0) 62 uint32_t timestamp; member in struct:webrtc::InterArrival::TimestampGroup [all...] |
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
TimestampTest.java | 25 import java.security.Timestamp; 34 * Tests for <code>Timestamp</code> class fields and methods 47 new Timestamp(null, cpath); 53 new Timestamp(now, null); 59 Timestamp timestamp = new Timestamp(now, cpath); local 60 assertEquals("not expected value", now, timestamp.getTimestamp()); 61 assertEquals("not expected cert path", cpath, timestamp.getSignerCertPath()); 68 Timestamp one = new Timestamp(now, cpath) [all...] |
/external/webrtc/webrtc/system_wrappers/source/ |
rtp_to_ntp_unittest.cc | 40 uint32_t timestamp = 0; local 43 rtcp.push_front(RtcpMeasurement(ntp_sec, ntp_frac, timestamp)); 45 timestamp -= kTimestampTicksPerMs; 46 rtcp.push_front(RtcpMeasurement(ntp_sec, ntp_frac, timestamp)); 48 timestamp -= kTimestampTicksPerMs; 51 // has a much smaller RTP timestamp than the newer. 52 EXPECT_FALSE(RtpToNtpMs(timestamp, rtcp, ×tamp_in_ms)); 59 uint32_t timestamp = 0xFFFFFFFF; local 62 rtcp.push_front(RtcpMeasurement(ntp_sec, ntp_frac, timestamp)); 64 timestamp += kTimestampTicksPerMs 79 uint32_t timestamp = 0xFFFFFFFF - 2 * kTimestampTicksPerMs; local 99 uint32_t timestamp = 0; local 116 uint32_t timestamp = 0xFFFFFFFF; local 136 uint32_t timestamp = 0; local [all...] |
/libcore/luni/src/test/java/libcore/java/sql/ |
TimestampTest.java | 20 import java.sql.Timestamp; 27 // Timestamp uses the current default timezone in toString() to convert to 32 Timestamp t1 = new Timestamp(Long.MIN_VALUE); 35 Timestamp t2 = new Timestamp(Long.MIN_VALUE + 1); 38 Timestamp t3 = new Timestamp(Long.MIN_VALUE + 807); 41 Timestamp t4 = new Timestamp(Long.MIN_VALUE + 808) 149 Timestamp timestamp = new Timestamp(0); local [all...] |
/libcore/ojluni/src/main/java/java/security/ |
Timestamp.java | 36 * This class encapsulates information about a signed timestamp. 38 * It includes the timestamp's date and time as well as information about the 39 * Timestamping Authority (TSA) which generated and signed the timestamp. 45 public final class Timestamp implements Serializable { 50 * The timestamp's date and time 54 private Date timestamp; field in class:Timestamp 64 * Hash code for this timestamp. 69 * Constructs a Timestamp. 71 * @param timestamp is the timestamp's date and time. It must not be null [all...] |