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

<<41424344454647484950>>

  /frameworks/base/docs/html-intl/intl/zh-tw/distribute/tools/
localization-checklist.jd 68 data-sortorder="-timestamp" data-cardsizes="9x3," data-maxresults="6">
154 "collection:distribute/tools/loc/designforloc" data-sortorder="-timestamp"
300 data-sortorder="-timestamp" data-cardsizes="9x3" data-maxresults="6">
421 data-sortorder="-timestamp" data-cardsizes="9x3" data-maxresults="6">
517 data-sortOrder="-timestamp"
657 data-sortorder="-timestamp" data-cardsizes="9x3,9x3,6x3,9x3,9x3,9x3"
714 data-sortOrder="-timestamp"
  /frameworks/multidex/library/src/android/support/multidex/
MultiDexExtractor.java 63 private static final String KEY_TIME_STAMP = "timestamp";
188 long timeStamp = archive.lastModified();
189 if (timeStamp == NO_VALUE) {
191 timeStamp--;
193 return timeStamp;
279 private static void putStoredApkInfo(Context context, long timeStamp, long crc,
283 edit.putLong(KEY_TIME_STAMP, timeStamp);
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiNativeTest.java 225 FATE_REPORT_DRIVER_TIMESTAMP_USEC + " " // timestamp
244 FATE_REPORT_DRIVER_TIMESTAMP_USEC + " " // timestamp
264 FATE_REPORT_DRIVER_TIMESTAMP_USEC + " " // timestamp
286 assertTrue(verboseFateString.contains("Frame timestamp: 12345"));
329 FATE_REPORT_DRIVER_TIMESTAMP_USEC + " " // timestamp
350 FATE_REPORT_DRIVER_TIMESTAMP_USEC + " " // timestamp
372 assertTrue(verboseFateString.contains("Frame timestamp: 12345"));
  /device/google/contexthub/firmware/src/
nanohubCommand.c 117 static uint32_t getOsHwVersion(void *rx, uint8_t rx_len, void *tx, uint64_t timestamp)
129 static uint32_t getAppVersion(void *rx, uint8_t rx_len, void *tx, uint64_t timestamp)
143 static uint32_t queryAppInfo(void *rx, uint8_t rx_len, void *tx, uint64_t timestamp)
298 static uint32_t startFirmwareUpload(void *rx, uint8_t rx_len, void *tx, uint64_t timestamp)
575 static uint32_t firmwareChunk(void *rx, uint8_t rx_len, void *tx, uint64_t timestamp)
602 static uint32_t finishFirmwareUpload(void *rx, uint8_t rx_len, void *tx, uint64_t timestamp)
611 static uint32_t getInterrupt(void *rx, uint8_t rx_len, void *tx, uint64_t timestamp)
629 static uint32_t maskInterrupt(void *rx, uint8_t rx_len, void *tx, uint64_t timestamp)
640 static uint32_t unmaskInterrupt(void *rx, uint8_t rx_len, void *tx, uint64_t timestamp)
818 static uint32_t readEventFast(void *rx, uint8_t rx_len, void *tx, uint64_t timestamp)
    [all...]
  /frameworks/av/media/libstagefright/
CameraSource.cpp 57 nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr);
59 virtual void postRecordingFrameHandleTimestamp(nsecs_t timestamp, native_handle_t* handle);
97 nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr) {
101 source->dataCallbackTimestamp(timestamp/1000, msgType, dataPtr);
105 void CameraSourceListener::postRecordingFrameHandleTimestamp(nsecs_t timestamp,
109 source->recordingFrameHandleCallbackTimestamp(timestamp/1000, handle);
    [all...]
  /external/v8/src/base/platform/
platform-win32.cc 197 // The Time class represents time on win32. A timestamp is represented as
209 // Convert timestamp to JavaScript representation.
212 // Set timestamp to current time.
226 // timestamp taking into account daylight saving.
249 // is just a struct representing a 64-bit integer. The TimeStamp union
251 // the timestamp.
252 union TimeStamp {
257 TimeStamp time_;
261 // Initialize timestamp to start of epoc.
267 // Initialize timestamp from a JavaScript timestamp
    [all...]
  /external/toybox/toys/pending/
dhcpd.c 1198 int64_t timestamp; local
1235 int64_t timestamp; local
1546 int64_t timestamp; local
1577 int64_t timestamp; local
    [all...]
  /frameworks/av/include/media/
AudioTrack.h     [all...]
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
CodeMangler.java 40 private boolean timestamp; // true if we read/write timestamp field in class:CodeMangler
62 "-f[orce] - force reprocessing of files even if timestamp and headers match\n" +
63 "-t[imestamp] - expect/write timestamp in header\n" +
87 timestamp = false;
124 timestamp = true;
374 if (timestamp) {
420 if (timestamp) {
590 if (timestamp) {
591 outfile.setLastModified(outModTime); // synch with timestamp
    [all...]
  /external/tcpdump/
print-ntp.c 91 * | Reference Timestamp (64) |
95 * | Originate Timestamp (64) |
99 * | Receive Timestamp (64) |
103 * | Transmit Timestamp (64) |
284 ND_PRINT((ndo, "\n\t Reference Timestamp: "));
288 ND_PRINT((ndo, "\n\t Originator Timestamp: "));
292 ND_PRINT((ndo, "\n\t Receive Timestamp: "));
296 ND_PRINT((ndo, "\n\t Transmit Timestamp: "));
299 ND_PRINT((ndo, "\n\t Originator - Receive Timestamp: "));
302 ND_PRINT((ndo, "\n\t Originator - Transmit Timestamp: "))
    [all...]
  /external/webrtc/webrtc/call/
call_perf_tests.cc 84 int64_t RtpTimestampToNtp(uint32_t timestamp) const {
91 RtpToNtpMs(timestamp, ntp_rtp_pairs_, &timestamp_in_ms);
146 int64_t latest_video_ntp = RtpTimestampToNtp(video_frame.timestamp());
434 capture_time_list_.find(video_frame.timestamp());
438 // to rtp timestamp in the sender side. So here we convert the estimated
439 // capture time to a uint32_t 90k timestamp also for comparing.
461 // Calculate the rtp timestamp offset in order to calculate the real
465 rtp_start_timestamp_ = header.timestamp - first_capture_timestamp;
469 uint32_t capture_timestamp = header.timestamp - rtp_start_timestamp_;
472 std::make_pair(header.timestamp, capture_timestamp))
    [all...]
  /external/webrtc/webrtc/modules/include/
module_common_types.h 391 uint16_t* fragmentationTimeDiff; // Timestamp difference relative "now" for
508 void UpdateFrame(int id, uint32_t timestamp, const int16_t* data,
524 // RTP timestamp of the first sample in the AudioFrame.
571 uint32_t timestamp,
580 timestamp_ = timestamp;
744 inline bool IsNewerTimestamp(uint32_t timestamp, uint32_t prev_timestamp) {
749 if (static_cast<uint32_t>(timestamp - prev_timestamp) == 0x80000000) {
750 return timestamp > prev_timestamp;
752 return timestamp != prev_timestamp &&
753 static_cast<uint32_t>(timestamp - prev_timestamp) < 0x80000000
    [all...]
  /frameworks/base/media/java/android/media/
MediaSync.java 82 * // surface timestamp must contain media presentation time in nanoseconds.
467 * To help users get current playback position, this method always anchors the timestamp
471 * @return a MediaTimestamp object if a timestamp is available, or {@code null} if no timestamp
480 // TODO: create the timestamp in native
481 MediaTimestamp timestamp = new MediaTimestamp(); local
482 if (native_getTimestamp(timestamp)) {
483 return timestamp;
492 private native final boolean native_getTimestamp(@NonNull MediaTimestamp timestamp);
502 * @param presentationTimeUs the presentation timestamp in microseconds for the first fram
    [all...]
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_kgsl.h 240 unsigned int timestamp; member in struct:kgsl_device_waittimestamp
247 unsigned int timestamp; member in struct:kgsl_device_waittimestamp_ctxtid
257 unsigned int timestamp; member in struct:kgsl_ringbuffer_issueibcmds
265 unsigned int timestamp; member in struct:kgsl_cmdstream_readtimestamp
274 unsigned int timestamp; member in struct:kgsl_cmdstream_freememontimestamp
306 unsigned int timestamp; member in struct:kgsl_cmdstream_readtimestamp_ctxtid
315 unsigned int timestamp; member in struct:kgsl_cmdstream_freememontimestamp_ctxtid
425 unsigned int timestamp; member in struct:kgsl_timestamp_event
542 unsigned int timestamp; member in struct:kgsl_cmd_syncpoint_timestamp
566 unsigned int timestamp; member in struct:kgsl_submit_commands
    [all...]
  /hardware/qcom/msm8994/kernel-headers/linux/
msm_kgsl.h 292 unsigned int timestamp; member in struct:kgsl_device_waittimestamp
300 unsigned int timestamp; member in struct:kgsl_device_waittimestamp_ctxtid
310 unsigned int timestamp; member in struct:kgsl_ringbuffer_issueibcmds
317 unsigned int timestamp; member in struct:kgsl_cmdstream_readtimestamp
326 unsigned int timestamp; member in struct:kgsl_cmdstream_freememontimestamp
359 unsigned int timestamp; member in struct:kgsl_cmdstream_readtimestamp_ctxtid
367 unsigned int timestamp; member in struct:kgsl_cmdstream_freememontimestamp_ctxtid
477 unsigned int timestamp; member in struct:kgsl_timestamp_event
597 unsigned int timestamp; member in struct:kgsl_cmd_syncpoint_timestamp
624 unsigned int timestamp; member in struct:kgsl_submit_commands
    [all...]
  /hardware/qcom/msm8x26/kernel-headers/linux/
msm_kgsl.h 291 unsigned int timestamp; member in struct:kgsl_device_waittimestamp
299 unsigned int timestamp; member in struct:kgsl_device_waittimestamp_ctxtid
309 unsigned int timestamp; member in struct:kgsl_ringbuffer_issueibcmds
316 unsigned int timestamp; member in struct:kgsl_cmdstream_readtimestamp
325 unsigned int timestamp; member in struct:kgsl_cmdstream_freememontimestamp
357 unsigned int timestamp; member in struct:kgsl_cmdstream_readtimestamp_ctxtid
366 unsigned int timestamp; member in struct:kgsl_cmdstream_freememontimestamp_ctxtid
476 unsigned int timestamp; member in struct:kgsl_timestamp_event
596 unsigned int timestamp; member in struct:kgsl_cmd_syncpoint_timestamp
622 unsigned int timestamp; member in struct:kgsl_submit_commands
    [all...]
  /hardware/qcom/msm8x84/kernel-headers/linux/
msm_kgsl.h 269 unsigned int timestamp; member in struct:kgsl_device_waittimestamp
276 unsigned int timestamp; member in struct:kgsl_device_waittimestamp_ctxtid
286 unsigned int timestamp; member in struct:kgsl_ringbuffer_issueibcmds
294 unsigned int timestamp; member in struct:kgsl_cmdstream_readtimestamp
302 unsigned int timestamp; member in struct:kgsl_cmdstream_freememontimestamp
335 unsigned int timestamp; member in struct:kgsl_cmdstream_readtimestamp_ctxtid
344 unsigned int timestamp; member in struct:kgsl_cmdstream_freememontimestamp_ctxtid
454 unsigned int timestamp; member in struct:kgsl_timestamp_event
574 unsigned int timestamp; member in struct:kgsl_cmd_syncpoint_timestamp
597 unsigned int timestamp; member in struct:kgsl_submit_commands
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionary.java 203 boolean isNotAWord, boolean isPossiblyOffensive, int timestamp);
207 int[] word, int probability, int timestamp);
212 int[] word, boolean isValidWord, int count, int timestamp);
447 final boolean isNotAWord, final boolean isPossiblyOffensive, final int timestamp) {
454 isBeginningOfSentence, isNotAWord, isPossiblyOffensive, timestamp)) {
474 // Add an n-gram entry to the binary dictionary with timestamp in native code.
476 final int probability, final int timestamp) {
485 isBeginningOfSentenceArray, wordCodePoints, probability, timestamp)) {
494 final String word, final boolean isValidWord, final int count, final int timestamp) {
503 isBeginningOfSentenceArray, wordCodePoints, isValidWord, count, timestamp)) {
    [all...]
ExpandableBinaryDictionary.java 298 final boolean isNotAWord, final boolean isPossiblyOffensive, final int timestamp) {
302 addUnigramLocked(word, frequency, isNotAWord, isPossiblyOffensive, timestamp);
308 final boolean isNotAWord, final boolean isPossiblyOffensive, final int timestamp) {
310 false /* isBeginningOfSentence */, isNotAWord, isPossiblyOffensive, timestamp)) {
341 final int frequency, final int timestamp) {
350 addNgramEntryLocked(ngramContext, word, frequency, timestamp);
356 final int frequency, final int timestamp) {
357 if (!mBinaryDictionary.addNgramEntry(ngramContext, word, frequency, timestamp)) {
369 final String word, final boolean isValidWord, final int count, final int timestamp) {
378 isValidWord, count, timestamp)) {
    [all...]
  /external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/
LwjglInput.java 309 currentEventTimeStamp = e.timeStamp;
326 currentEventTimeStamp = e.timeStamp;
812 event.timeStamp = Mouse.getEventNanoseconds();
868 event.timeStamp = System.nanoTime(); // FIXME this should use the repeat time plus the timestamp of the original
879 long timeStamp = Keyboard.getEventNanoseconds();
894 event.timeStamp = timeStamp;
902 event.timeStamp = timeStamp;
    [all...]
  /frameworks/base/docs/html/distribute/tools/
launch-checklist.jd 92 data-sortorder="-timestamp" data-cardsizes="9x3,9x3,6x3,9x3,9x3,9x3"
115 "-timestamp" data-cardsizes="6x3" data-maxresults="6">
157 "-timestamp" data-cardsizes="6x3,6x3,6x3,9x3,9x3,9x3" data-maxresults="6">
213 "-timestamp" data-cardsizes="9x3,6x3,6x3,9x3,9x3,9x3" data-maxresults="6">
279 "-timestamp" data-cardsizes="9x3,9x3,6x3,9x3,9x3,9x3" data-maxresults="6">
332 "-timestamp" data-cardsizes="9x3,9x3,6x3,9x3,9x3,9x3" data-maxresults="6">
382 "-timestamp" data-cardsizes="6x3,6x3,6x3" data-maxresults="6">
443 "-timestamp" data-cardsizes="9x3,9x3,6x3,9x3,9x3,9x3" data-maxresults="6">
479 data-sortorder="-timestamp" data-cardsizes="9x3,9x3,6x3,9x3,9x3,9x3"
509 "-timestamp" data-cardsizes="9x3,9x3,9x3,9x3,9x3,9x3" data-maxresults="6"
    [all...]
  /frameworks/base/docs/html-intl/intl/es/distribute/tools/
launch-checklist.jd 91 data-sortorder="-timestamp" data-cardsizes="9x3,9x3,6x3,9x3,9x3,9x3"
114 "-timestamp" data-cardsizes="6x3" data-maxresults="6">
153 "-timestamp" data-cardsizes="6x3,6x3,6x3,9x3,9x3,9x3" data-maxresults="6">
209 "-timestamp" data-cardsizes="9x3,6x3,6x3,9x3,9x3,9x3" data-maxresults="6">
274 "-timestamp" data-cardsizes="9x3,9x3,6x3,9x3,9x3,9x3" data-maxresults="6">
325 "-timestamp" data-cardsizes="9x3,9x3,6x3,9x3,9x3,9x3" data-maxresults="6">
371 "-timestamp" data-cardsizes="6x3,6x3,6x3" data-maxresults="6">
428 "-timestamp" data-cardsizes="9x3,9x3,6x3,9x3,9x3,9x3" data-maxresults="6">
461 data-sortorder="-timestamp" data-cardsizes="9x3,9x3,6x3,9x3,9x3,9x3"
491 "-timestamp" data-cardsizes="9x3,9x3,9x3,9x3,9x3,9x3" data-maxresults="6"
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
h264_utils.cpp     [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
h264_utils.cpp     [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
h264_utils.cpp     [all...]

Completed in 685 milliseconds

<<41424344454647484950>>