HomeSort by relevance Sort by last modified time
    Searched refs:timestamp (Results 76 - 100 of 365) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/speex/include/speex/
speex_jitter.h 63 spx_uint32_t timestamp; /**< Timestamp for the packet */ member in struct:_JitterBufferPacket
64 spx_uint32_t span; /**< Time covered by the packet (same units as timestamp) */
112 /** Equivalent cost of one percent late packet in timestamp units */
150 * @param current_timestamp Timestamp for the returned packet
154 /** Used right after jitter_buffer_get() to obtain another packet that would have the same timestamp.
162 /** Get pointer timestamp of jitter buffer
176 * @param rem Amount of data buffered by the application (timestamp units)
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
TrackerEntry.java 33 static final String TIMESTAMP = "Timestamp";
58 ID_COL, TIMESTAMP, TAG, ENTRY_TYPE, ACCURACY, LATITUDE, LONGITUDE,
115 private void setTimestamp(String timestamp) {
116 mTimestamp = timestamp;
171 cValues.put(TIMESTAMP, mTimestamp);
209 String timestamp = cursor.getString(cursor.getColumnIndex(TIMESTAMP)); local
213 entry.setTimestamp(timestamp);
  /libcore/luni/src/main/java/java/util/
UUID.java 50 private transient long timestamp; field in class:UUID
101 // setup timestamp field
105 timestamp = timeLow | timeMid | timeHigh;
303 * The timestamp value of the version 1, variant 2 UUID as per <a
310 public long timestamp() { method in class:UUID
314 return timestamp;
  /libcore/luni/src/test/java/com/google/coretests/
XmlReportPrinter.java 64 private static final String TIMESTAMP = "timestamp";
130 String timestamp = dateFormat.format(new Date()); local
142 suite.print(serializer, timestamp);
170 void print(KXmlSerializer serializer, String timestamp) throws IOException {
178 serializer.attribute(ns, TIMESTAMP, timestamp);
  /external/chromium/net/tools/hresolv/
hresolv.cc 397 int timestamp; local
398 if (!StringToInt(tokens[1], &timestamp)) {
401 if (timestamp < previous_timestamp) {
404 previous_timestamp = timestamp;
405 HostAndTime host_and_time = {tokens[0], timestamp};
  /packages/apps/Mms/src/com/android/mms/ui/
MessageItem.java 82 // show "Sending..." in place of the timestamp when a message is being sent. mLastSendingState
160 long timestamp = 0L; local
169 timestamp = notifInd.getExpiry() * 1000L;
178 timestamp = retrieveConf.getDate() * 1000L;
182 timestamp = ((SendReq) msg).getDate() * 1000L;
236 MessageUtils.formatTimeStampString(context, timestamp));
  /external/webkit/WebKit/mac/Plugins/Hosted/
WebKitPluginHost.defs 75 timestamp :double;
91 timestamp :double;
103 timestamp :double;
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
pvdec_api.cpp 161 video->vopHeader[idx]->timeStamp = 0;
498 video->prevVop->timeStamp = 0;
507 video->prevEnhcVop->timeStamp = 0;
533 video->vopHeader[idx]->timeStamp = 0;
535 video->prevVop->timeStamp = 0;
537 video->prevEnhcVop->timeStamp = 0;
    [all...]
  /dalvik/tools/
gclog.py 134 def handleGcInfo(procFilter, timestamp, pid, values):
150 (timestamp, global_info[0], pid, zygote[0]/1024, external[2]/1024, external[3]/1024)
154 # (timestamp, pid, values[0], values[1], values[2], values[3])
  /development/tools/apkcheck/
Android.mk 18 # script file's timestamp is at least as new as the
  /device/samsung/crespo/libsensors/
GyroSensor.cpp 129 mPendingEvent.timestamp = getTimestamp();
156 mPendingEvent.timestamp = timevalToNano(event->time);
  /external/iproute2/ip/
ip.c 31 int timestamp = 0; variable
195 } else if (matches(opt, "-timestamp") == 0) {
196 ++timestamp;
  /external/webkit/WebCore/platform/gtk/
GeolocationServiceGtk.cpp 192 void GeolocationServiceGtk::position_changed(GeocluePosition*, GeocluePositionFields fields, int timestamp, double latitude, double longitude, double altitude, GeoclueAccuracy* accuracy, GeolocationServiceGtk* that)
199 that->m_timestamp = timestamp;
  /frameworks/base/include/media/
IOMX.h 106 OMX_U32 flags, OMX_TICKS timestamp) = 0;
170 OMX_TICKS timestamp; member in struct:android::omx_message::__anon8862::__anon8865
  /frameworks/base/services/camera/libcameraservice/
CameraService.h 139 static void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr, void* user);
150 void handleGenericDataTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr);
  /packages/apps/Gallery3D/src/com/cooliris/picasa/
GDataParser.java 71 public static long parseAtomTimestamp(String timestamp) {
73 time.parse3339(timestamp);
  /bootable/recovery/minzip/
Zip.h 201 * If timestamp is non-NULL, file timestamps will be set accordingly.
210 int flags, const struct utimbuf *timestamp,
  /build/core/tasks/
apicheck.mk 33 $(TARGET_OUT_COMMON_INTERMEDIATES)/PACKAGING/$(strip $(1))-timestamp: $(2) $(3) $(APICHECK)
38 checkapi: $(TARGET_OUT_COMMON_INTERMEDIATES)/PACKAGING/$(strip $(1))-timestamp
  /development/build/
Android.mk 7 # api-stubs-timestamp file, which is the $@ of the droiddoc rule.
25 $(full_target): $(OUT_DOCS)/api-stubs-timestamp $(framework_res_package)
  /development/ndk/platforms/android-9/include/android/
sensor.h 113 int64_t timestamp; member in struct:ASensorEvent
  /external/bluetooth/bluez/src/
sdpd.h 60 uint32_t timestamp; member in struct:__anon1948
  /external/webkit/WebCore/page/mac/
EventHandlerMac.mm 202 && [currentEventAfterHandlingMouseDown timestamp] >= [EventHandler::currentNSEvent() timestamp];
564 timestamp:[initiatingEvent timestamp]
576 timestamp:[initiatingEvent timestamp]
591 timestamp:[initiatingEvent timestamp]
  /external/webkit/WebKit/mac/WebView/
WebViewEventHandling.mm 179 timestamp:[NSDate timeIntervalSinceReferenceDate]
201 timestamp:[NSDate timeIntervalSinceReferenceDate]
  /frameworks/base/include/camera/
CameraHardwareInterface.h 49 typedef void (*data_callback_timestamp)(nsecs_t timestamp,
  /frameworks/base/native/include/android/
sensor.h 115 int64_t timestamp; member in struct:ASensorEvent

Completed in 823 milliseconds

1 2 34 5 6 7 8 91011>>