/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/vpc/ |
test_vpnconnection.py | 113 'SignatureVersion', 'Timestamp', 170 'SignatureVersion', 'Timestamp', 197 'SignatureVersion', 'Timestamp', 223 'SignatureVersion', 'Timestamp', 249 'SignatureVersion', 'Timestamp',
|
/external/google-breakpad/src/testing/gtest/test/ |
gtest_xml_test_utils.py | 154 * The "timestamp" attribute of <testsuites> elements is replaced with a 167 timestamp = element.getAttributeNode('timestamp') 168 timestamp.value = re.sub(r'^\d{4}-\d\d-\d\dT\d\d:\d\d:\d\d$', 169 '*', timestamp.value)
|
/external/gtest/test/ |
gtest_xml_test_utils.py | 158 * The "timestamp" attribute of <testsuites> elements is replaced with a 171 timestamp = element.getAttributeNode('timestamp') 172 timestamp.value = re.sub(r'^\d{4}-\d\d-\d\dT\d\d:\d\d:\d\d$', 173 '*', timestamp.value)
|
/external/replicaisland/src/com/replica/replicaisland/ |
LevelTree.java | 35 public String timeStamp; 47 timeStamp = time; 104 String timeStamp = null; 130 timeStamp = context.getString(value); 137 currentLevel = new Level(levelResource, null, titleString, timeStamp, inThePast, restartable, showWaitMessage);
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
gtest_xml_test_utils.py | 158 * The "timestamp" attribute of <testsuites> elements is replaced with a 171 timestamp = element.getAttributeNode('timestamp') 172 timestamp.value = re.sub(r'^\d{4}-\d\d-\d\dT\d\d:\d\d:\d\d$', 173 '*', timestamp.value)
|
/external/webrtc/talk/media/base/ |
rtpdump.h | 140 // RTP sequence number and the RTP timestamp properly. RtpDumpLoopReader can 159 // number and timestamp as well. 170 // packets belong to the same frame have the same RTP timestamp, different 171 // dump timestamp, and different RTP sequence number. 174 // The elapsed time, RTP sequence number, and RTP timestamp of the first and
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
producer_fec_unittest.cc | 23 uint32_t timestamp, 37 EXPECT_EQ(timestamp, parsed_timestamp); 125 last_timestamp = rtp_packet->header.header.timestamp; 167 last_timestamp = rtp_packet->header.header.timestamp; 195 packet->header.header.timestamp,
|
rtp_packet_history_unittest.cc | 43 uint32_t timestamp, uint8_t* array, size_t* cur_pos) { 48 array[(*cur_pos)++] = timestamp >> 24; 49 array[(*cur_pos)++] = timestamp >> 16; 50 array[(*cur_pos)++] = timestamp >> 8; 51 array[(*cur_pos)++] = timestamp;
|
/external/webrtc/webrtc/modules/video_coding/ |
decoding_state.cc | 57 return !IsNewerTimestamp(frame->TimeStamp(), time_stamp_); 64 return !IsNewerTimestamp(packet->timestamp, time_stamp_); 72 time_stamp_ = frame->TimeStamp(); 122 time_stamp_ = frame->TimeStamp(); 130 if (packet->timestamp == time_stamp_) {
|
video_receiver_unittest.cc | 100 header.header.timestamp += 3000; 126 header.header.timestamp += 3000; 151 header.header.timestamp += 3000; 185 header.header.timestamp += 3000; 195 header.header.timestamp += 3000;
|
/ndk/sources/third_party/googletest/googletest/test/ |
gtest_xml_test_utils.py | 156 * The "timestamp" attribute of <testsuites> elements is replaced with a 169 timestamp = element.getAttributeNode('timestamp') 170 timestamp.value = re.sub(r'^\d{4}-\d\d-\d\dT\d\d:\d\d:\d\d$', 171 '*', timestamp.value)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/ |
seq_event.h | 211 #define SND_SEQ_TIME_STAMP_TICK (0<<0) /**< timestamp in clock ticks */ 212 #define SND_SEQ_TIME_STAMP_REAL (1<<0) /**< timestamp in real time */ 213 #define SND_SEQ_TIME_STAMP_MASK (1<<0) /**< mask for timestamp bits */ 215 #define SND_SEQ_TIME_MODE_ABS (0<<1) /**< absolute timestamp */ 308 snd_seq_timestamp_t time; /**< timestamp */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/netinet/ |
ip_icmp.h | 55 #define ICMP_TIMESTAMP 13 /* Timestamp Request */ 56 #define ICMP_TIMESTAMPREPLY 14 /* Timestamp Reply */ 213 #define ICMP_TSLEN (8 + 3 * sizeof (n_time)) /* timestamp */ 232 #define ICMP_TSTAMP 13 /* timestamp request */ 233 #define ICMP_TSTAMPREPLY 14 /* timestamp reply */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/ |
seq_event.h | 211 #define SND_SEQ_TIME_STAMP_TICK (0<<0) /**< timestamp in clock ticks */ 212 #define SND_SEQ_TIME_STAMP_REAL (1<<0) /**< timestamp in real time */ 213 #define SND_SEQ_TIME_STAMP_MASK (1<<0) /**< mask for timestamp bits */ 215 #define SND_SEQ_TIME_MODE_ABS (0<<1) /**< absolute timestamp */ 308 snd_seq_timestamp_t time; /**< timestamp */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/ |
ip_icmp.h | 55 #define ICMP_TIMESTAMP 13 /* Timestamp Request */ 56 #define ICMP_TIMESTAMPREPLY 14 /* Timestamp Reply */ 213 #define ICMP_TSLEN (8 + 3 * sizeof (n_time)) /* timestamp */ 232 #define ICMP_TSTAMP 13 /* timestamp request */ 233 #define ICMP_TSTAMPREPLY 14 /* timestamp reply */
|
/prebuilts/go/darwin-x86/src/log/syslog/ |
syslog.go | 262 // format is as follows: <PRI>TIMESTAMP HOSTNAME TAG[PID]: MSG 285 timestamp := time.Now().Format(time.Stamp) 287 p, timestamp, 291 timestamp := time.Now().Format(time.RFC3339) 293 p, timestamp, hostname,
|
/prebuilts/go/linux-x86/src/log/syslog/ |
syslog.go | 262 // format is as follows: <PRI>TIMESTAMP HOSTNAME TAG[PID]: MSG 285 timestamp := time.Now().Format(time.Stamp) 287 p, timestamp, 291 timestamp := time.Now().Format(time.RFC3339) 293 p, timestamp, hostname,
|
/system/update_engine/update_manager/ |
evaluation_context.h | 89 // Returns whether the evaluation time has surpassed |timestamp|, on either 92 bool IsWallclockTimeGreaterThan(base::Time timestamp); 93 bool IsMonotonicTimeGreaterThan(base::Time timestamp); 148 // Returns a monotonic clock timestamp at which |timeout| will have elapsed 198 // The timestamp in the ClockInterface::GetMonotonicTime() scale at which the
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
pvdec_api.cpp | 179 video->vopHeader[idx]->timeStamp = 0; 550 video->prevVop->timeStamp = 0; 559 video->prevEnhcVop->timeStamp = 0; 585 video->vopHeader[idx]->timeStamp = 0; 587 video->prevVop->timeStamp = 0; 589 video->prevEnhcVop->timeStamp = 0; [all...] |
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
neteq_impl.cc | 364 bool NetEqImpl::GetPlayoutTimestamp(uint32_t* timestamp) { 367 // We don't have a valid RTP timestamp until we have decoded our first 371 *timestamp = timestamp_scaler_->ToExternal(playout_timestamp_); 488 packet->header.timestamp = rtp_header.header.timestamp; 522 // Update audio buffer timestamp. 523 sync_buffer_->IncreaseEndTimestamp(main_header.timestamp - timestamp_); 526 timestamp_ = main_header.timestamp; 529 // Reset timestamp scaling. 562 // Scale timestamp to internal domain (only for some codecs) [all...] |
/frameworks/base/core/java/android/hardware/ |
SystemSensorManager.java | 289 long timestamp) { 296 timestamp); 505 float[] values,int accuracy, long timestamp); 618 long timestamp) { 619 return nativeInjectSensorData(nSensorEventQueue, handle, values, accuracy, timestamp); 628 long timestamp); 670 long timestamp) { 689 t.timestamp = timestamp; 765 long timestamp) { [all...] |
/frameworks/base/docs/html/ |
jd_extras_en.js | [all...] |
/build/tools/signapk/src/com/android/signapk/ |
SignApk.java | 371 long timestamp, 378 je.setTime(timestamp); 522 long timestamp, int defaultAlignment) throws IOException { 546 outEntry.setTime(timestamp); 596 outEntry.setTime(timestamp); 689 private final long timestamp; field in class:SignApk.CMSSigner 696 X509Certificate publicKey, PrivateKey privateKey, long timestamp, 702 this.timestamp = timestamp; 731 copyFiles(manifest, inputJar, outputJar, timestamp, 0) 1096 long timestamp = 1230768000000L; local [all...] |
/external/autotest/site_utils/ |
gs_offloader_unittest.py | 180 """Create a timestamp for use by `job_directories._is_job_expired()`. 182 The timestamp will meet the syntactic requirements for 184 `is_expired` is true, the timestamp will be older than 189 target timestamp. 190 @param is_expired Whether the timestamp should be expired 207 timestamp = _make_timestamp(_TEST_EXPIRATION_AGE, True) 210 _TEST_EXPIRATION_AGE, timestamp)) 217 timestamp = _make_timestamp(_TEST_EXPIRATION_AGE, False) 220 _TEST_EXPIRATION_AGE, timestamp)) 510 Assert that the returned timestamp matches the passe [all...] |
/hardware/intel/common/libmix/mix_video/src/ |
mixvideoformat_vc1.c | 716 LOG_V( "Starting current frame %d, timestamp %"G_GINT64_FORMAT"\n", mix_video_vc1_counter++, ts); 761 bufentry->timestamp = ts; 764 LOG_V( "bufentry->timestamp %"G_GINT64_FORMAT"\n", bufentry->timestamp); 809 bufentry->timestamp = ts; [all...] |