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

<<21222324252627282930>>

  /ndk/sources/host-tools/make-3.81/tests/scripts/options/
dash-W 21 # Put the timestamp for a.x into the future; it should still be remade.
53 # Tweak foo.x's timestamp so the update will change it.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
ProbabilityInfo.java 51 public ProbabilityInfo(final int probability, final int timestamp, final int level,
54 mTimestamp = timestamp;
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
ver4_patricia_trie_writing_helper.h 85 DictProbability(const int dictPos, const int probability, const int timestamp)
86 : mDictPos(dictPos), mProbability(probability), mTimestamp(timestamp) {}
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
icmp.h 29 #define ICMP_TIMESTAMP 13 /* Timestamp Request */
30 #define ICMP_TIMESTAMPREPLY 14 /* Timestamp Reply */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
timeval.h 62 /** Return the current wallclock timestamp, just like UNIX gettimeofday(). */
72 /** Return the time difference between now and the specified timestamp */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
icmp.h 29 #define ICMP_TIMESTAMP 13 /* Timestamp Request */
30 #define ICMP_TIMESTAMPREPLY 14 /* Timestamp Reply */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/
timeval.h 62 /** Return the current wallclock timestamp, just like UNIX gettimeofday(). */
72 /** Return the time difference between now and the specified timestamp */
  /system/update_engine/update_manager/
default_policy.h 47 void set_last_check_allowed_time(base::Time timestamp) {
48 last_check_allowed_time_ = timestamp;
  /system/webservd/webservd/
log_manager.h 39 virtual void Log(const base::Time& timestamp, const std::string& entry) = 0;
48 static void OnRequestCompleted(const base::Time& timestamp,
  /external/chromium-trace/catapult/dashboard/dashboard/
stats_test.py 102 timestamp=datetime.datetime(2013, 5, 1),
110 timestamp=datetime.datetime(2013, 6, 17),
118 timestamp=datetime.datetime(2013, 5, 11),
126 timestamp=datetime.datetime(2013, 5, 12),
132 timestamp=datetime.datetime(2013, 5, 12),
139 timestamp=datetime.datetime(2013, 5, 12),
146 timestamp=datetime.datetime(2013, 5, 12),
153 timestamp=datetime.datetime(2013, 5, 12),
160 timestamp=datetime.datetime(2013, 5, 15),
166 timestamp=datetime.datetime(2013, 5, 20)
    [all...]
  /external/chromium-trace/catapult/third_party/Paste/paste/auth/
auth_tkt.py 65 later scripts. Lastly, you can override the timestamp, cookie name,
152 Parse the ticket, returning (timestamp, userid, tokens, user_data).
164 timestamp = int(ticket[digest_hexa_size:digest_hexa_size + 8], 16)
166 raise BadTicket('Timestamp is not a hex integer: %s' % e)
179 expected = calculate_digest(ip, timestamp, secret,
189 return (timestamp, userid, tokens, user_data)
193 def calculate_digest(ip, timestamp, secret, userid, tokens, user_data,
200 encode_ip_timestamp(ip, timestamp) + secret + userid + '\0'
206 def encode_ip_timestamp(ip, timestamp):
208 t = int(timestamp)
    [all...]
  /external/webrtc/talk/media/base/
rtpdump.cc 145 // Read the elapsed time for this packet (different than RTP timestamp).
250 // sequence number and timestamp.
258 // Get the RTP sequence number and timestamp of the dump packet.
285 // If we have only one packet or frame, we use the default timestamp
301 // Get the old RTP sequence number and timestamp.
304 uint32_t timestamp = 0; local
305 packet->GetRtpTimestamp(&timestamp);
306 // Increase the RTP sequence number and timestamp.
308 timestamp += loop_count_ * rtp_timestamp_increase_;
309 // Write the updated sequence number and timestamp back to the RTP packet
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/test/
Channel.cc 24 uint32_t timeStamp,
37 rtpInfo.header.timestamp = (external_send_timestamp_ < 0) ? timeStamp :
107 _lastInTimestamp = timeStamp;
160 _lastFrameSizeSample = (uint32_t) ((uint32_t) rtpInfo.header.timestamp -
200 currentPayloadStr->lastTimestamp = rtpInfo.header.timestamp;
205 currentPayloadStr->lastTimestamp = rtpInfo.header.timestamp;
218 _payloadStats[n].lastTimestamp = rtpInfo.header.timestamp;
408 uint32_t timestamp; local
410 timestamp = _lastInTimestamp
    [all...]
  /external/webrtc/webrtc/modules/video_coding/
media_optimization.cc 64 uint32_t timestamp,
67 timestamp(timestamp),
71 uint32_t timestamp; member in struct:webrtc::media_optimization::MediaOptimization::EncodedFrameSample
339 uint32_t timestamp = encoded_image._timeStamp; local
344 encoded_frame_samples_.back().timestamp == timestamp) {
345 // Frames having the same timestamp are generated from the same input
352 EncodedFrameSample(encoded_length, timestamp, now_ms));
520 int denom = encoded_frame_samples_.back().timestamp
    [all...]
  /frameworks/av/services/audioflinger/
LinearMap.h 33 sink frames. When we want to obtain a client track timestamp, we first
34 get a timestamp from the sink. The sink timestamp's position (mPosition)
37 the sink frame (keeping the mTime identical) and return that timestamp back to the client.
46 AudioFlinger Timestamp Notes:
48 1) Example: Obtaining a track timestamp during playback. In this case, the LinearMap
57 When we request a track timestamp, we call the sink getTimestamp() and get for example
60 and return that timestamp to the app.
62 2) Example: Obtaining a track timestamp duing pause. In this case, the LinearMap
72 we have played to track frame 16100. The track timestamp mPosition wil
    [all...]
  /hardware/invensense/6515/libsensors_iio/
MPLSensor.cpp 627 LOGE("HAL:could not open timestamp enable");
630 LOGE("HAL:could not enable timestamp");
633 LOGE("HAL:could not close timestamp");
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
AudioTrackSurroundTest.java 215 static String timestampToString(AudioTimestamp timestamp) {
216 if (timestamp == null)
218 return "(pos = " + timestamp.framePosition + ", nanos = " + timestamp.nanoTime + ")";
221 // Add timestamp if unique and valid.
223 AudioTimestamp timestamp = new AudioTimestamp(); local
224 boolean gotTimestamp = track.getTimestamp(timestamp);
228 if ((timestamp.framePosition > 0)
229 && (timestamp.nanoTime != mPreviousTimestamp.nanoTime)) {
230 mTimestamps.add(timestamp);
    [all...]
  /external/autotest/site_utils/
generate_test_report 226 """Helper to match and collect timestamp and localtime.
228 Preferred to locate timestamp and localtime with an
237 @return Tuple of timestamp, localtime retrieved from the test status
241 timestamp = ''
246 r'^\s*%s\s+(?:%s).*timestamp=(\d*).*localtime=(%s).*$' % (
250 # There may be multiple lines with timestamp/localtime info.
255 if not timestamp or timestamp_ > timestamp:
256 timestamp = timestamp_
258 return timestamp, localtim
    [all...]
  /external/libweave/third_party/chromium/base/time/
time_unittest.cc 422 base::TimeTicks timestamp; local
424 // Timestamp in previous interval.
425 timestamp = base::TimeTicks::FromInternalValue(3500);
427 timestamp.SnappedToNextTick(phase, interval).ToInternalValue());
429 // Timestamp in next interval.
430 timestamp = base::TimeTicks::FromInternalValue(4500);
432 timestamp.SnappedToNextTick(phase, interval).ToInternalValue());
434 // Timestamp multiple intervals before.
435 timestamp = base::TimeTicks::FromInternalValue(2500);
437 timestamp.SnappedToNextTick(phase, interval).ToInternalValue())
    [all...]
  /bionic/libc/kernel/uapi/linux/iio/
events.h 26 __s64 timestamp; member in struct:iio_event_data
  /build/blueprint/bootstrap/
command.go 48 flag.StringVar(&timestampFile, "timestamp", "", "file to write before the output file")
49 flag.StringVar(&timestampDepFile, "timestampdep", "", "the dependency file for the timestamp file")
158 err = deptools.WriteDepFile(depFile+".timestamp", outFile+".timestamp", deps)
  /build/tools/ziptime/
ZipTime.cpp 29 fprintf(stderr, "Zip timestamp utility\n");
  /cts/tests/tests/gesture/src/android/gesture/cts/
GesturePointTest.java 40 assertEquals(expected_timestamp, point.timestamp);
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
ITestSummary.java 29 * @return the starting timestamp, also known as result directory name
  /developers/build/prebuilts/gradle/AlwaysOn/Wearable/src/main/res/values/
strings.xml 18 <string name="timestamp_label">Timestamp: %1$d</string>

Completed in 1097 milliseconds

<<21222324252627282930>>