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

1 2 3 4 5 67 8 91011>>

  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/serialization/
TimestampTest.java 24 import java.security.Timestamp;
33 * Serialization tests for <code>Timestamp</code>
43 return new Object[] { new Timestamp(new Date(1146633251341L), cpath) };
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
Timestamp_ImplTest.java 24 import java.security.Timestamp;
34 * Tests for <code>Timestamp</code> class fields and methods
46 assertTrue(new Timestamp(now, cpath).hashCode() == (now.hashCode() ^ cpath
  /external/chromium-trace/catapult/dashboard/dashboard/
get_logs_test.py 28 logger._records[0].timestamp -= 1
29 logger._records[1].timestamp -= 2
46 'after_timestamp': repr(response_logs[0]['timestamp'])
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/appstats/protorpc_appstats/
__init__.py 53 timestamp: Timestamp of appstats detail to retrieve.
56 timestamp = messages.IntegerField(1, required=True) variable in class:GetDetailsRequest
105 def load_full_proto(timestamp):
106 """Load the full record for a given timestamp.
109 timestamp: The start_timestamp of the record, as a float in seconds
116 full_key = recording.make_key(timestamp) + recording.config.FULL_SUFFIX
126 if full.start_timestamp_milliseconds != int(timestamp * 1000):
127 logging.warn('Hash collision, record at %d has timestamp %d',
128 int(timestamp * 1000), full.start_timestamp_milliseconds
    [all...]
  /external/iputils/doc/
clockdiff.sgml 26 <replaceable/destination/ with 1 msec resolution using ICMP TIMESTAMP
27 <link linkend="clockdiff.icmp-timestamp">[2]</link>
28 packets or, optionally, IP TIMESTAMP option
29 <link linkend="clockdiff.ip-timestamp">[3]</link>
42 Use IP TIMESTAMP with ICMP ECHO instead of ICMP TIMESTAMP
44 ICMP TIMESTAMP (f.e. Solaris &lt;2.4).
52 IP TIMESTAMP with prespecified hop addresses instead of four term one.
100 [2] <anchor id="clockdiff.icmp-timestamp">ICMP TIMESTAMP,
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/model/data/
ModelNodeAnimation.java 26 /** the keyframes, defining the translation of a node for a specific timestamp **/
28 /** the keyframes, defining the rotation of a node for a specific timestamp **/
30 /** the keyframes, defining the scaling of a node for a specific timestamp **/
  /external/nist-sip/java/gov/nist/javax/sip/
LogRecordFactory.java 21 * @param timeStamp -- The time at which this message was seen by the stack or sent out by
27 * @param timestampVal -- the timestamp header value of the incoming message.
34 String destination, long timeStamp, boolean isSender,
  /external/snakeyaml/src/test/java/examples/resolver/
CustomResolver.java 24 * do not resolve float and timestamp
33 // addImplicitResolver(Tags.TIMESTAMP, TIMESTAMP, "0123456789");
  /frameworks/av/include/media/
ExtendedAudioBufferProvider.h 32 // Invoked by buffer consumer when a new timestamp is available.
33 // Default implementation ignores the timestamp.
34 virtual void onTimestamp(const ExtendedTimestamp& timestamp) { }
  /frameworks/base/docs/html/distribute/stories/
apps.jd 2 page.timestamp=1381449601
18 data-sortOrder="-timestamp"
29 data-sortOrder="-timestamp"
games.jd 2 page.timestamp=1381449601
18 data-sortOrder="-timestamp"
29 data-sortOrder="-timestamp"
  /packages/apps/Camera2/src/com/android/camera/session/
PlaceholderManager.java 51 Placeholder(String title, Uri uri, long timestamp) {
54 time = timestamp;
67 * @param timestamp the timestamp of the placeholder (used for ordering
71 public Placeholder insertEmptyPlaceholder(String title, Size size, long timestamp) {
73 return new Placeholder(title, uri, timestamp);
81 * @param timestamp the timestamp of the placeholder (used for ordering
85 public Placeholder insertPlaceholder(String title, Bitmap placeholder, long timestamp) {
98 return new Placeholder(title, uri, timestamp);
    [all...]
  /packages/inputmethods/LatinIME/native/jni/tests/dictionary/structure/v4/content/
probability_entry_test.cpp 41 const int timestamp = 0x3FFFFFFF; local
44 const HistoricalInfo historicalInfo(timestamp, 0 /* level */, count);
53 EXPECT_EQ(timestamp, decodedEntry.getHistoricalInfo()->getTimestamp());
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
TimeLineGraph.java 148 public void addItem(String groupName,String name, String description, double value, Color col, boolean display, long timestamp) {
149 addItem(groupName, name, description, value, col, display, timestamp,false);
152 public void addItem(String groupName,String name, String description, double value, Color col, boolean display, long timestamp,boolean isSpecial) {
154 timestamp,isSpecial,false);
157 public void addItem(String groupName,String name, String description, double value, Color col, boolean display, long timestamp,boolean isSpecial,boolean drawBaseline) {
164 timestamp,isSpecial,drawBaseline));
212 if (graphItem.timestamp > mostRecentTimestamp) {
213 mostRecentTimestamp = graphItem.timestamp;
250 if (thisItem.timestamp==-1)
267 long minimumTimeDiffPreceding=thisItem.timestamp;
    [all...]
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/
results_holder.c 65 * @param[in] timestamp Timestamp of the 6-axis quaternion
67 void inv_store_gaming_quaternion(const long *quat, inv_time_t timestamp)
71 rh.gam_timestamp = timestamp;
77 * @param[in] timestamp Timestamp of the 9-axis quaternion
79 void inv_store_nav_quaternion(const float *quat, inv_time_t timestamp)
82 rh.nav_timestamp = timestamp;
88 * @param[in] timestamp Timestamp of the geomag quaternion
    [all...]
  /external/webrtc/webrtc/modules/video_coding/
jitter_buffer.cc 56 insert(rbegin().base(), FrameListPair(frame->TimeStamp(), frame));
59 VCMFrameBuffer* FrameList::PopFrame(uint32_t timestamp) {
60 FrameList::iterator it = find(timestamp);
111 TRACE_EVENT_INSTANT1("webrtc", "JB::OldOrEmptyFrameDropped", "timestamp",
112 oldest_frame->TimeStamp());
129 ss_map_[packet.timestamp] = packet.codecSpecificHeader.codecHeader.VP9.gof;
137 bool Vp9SsMap::Find(uint32_t timestamp, SsMap::iterator* it_out) {
140 if (it->first == timestamp || IsNewerTimestamp(timestamp, it->first)) {
148 void Vp9SsMap::RemoveOld(uint32_t timestamp) {
    [all...]
  /frameworks/base/docs/html/
jd_extras_zh-cn.js 36 "timestamp": 1194884220000,
61 "timestamp": 1194884220000,
74 "timestamp": 1194884220000,
87 "timestamp": 1194884220000,
100 "timestamp": 1194884220000,
113 "timestamp": 1194884220000,
126 "timestamp": 1194884220000,
139 "timestamp": 1194884220000,
152 "timestamp": 1194884220000,
165 "timestamp": 1194884220000
    [all...]
  /external/chromium-trace/catapult/tracing/tracing/ui/base/
ui_state.html 29 * Accepts a UIState string in the format of (timestamp)@(stableID)x(scaleX)
40 var timestamp = parseFloat(match[1]);
51 viewport, stableId, timestamp);
66 var timestamp = this.location_.xWorld;
70 return timestamp.toFixed(5) + '@' + stableId + 'x' + scaleX.toFixed(5);
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/
JavaBeanTimeStampTest.java 19 import java.sql.Timestamp;
28 Timestamp stamp = new Timestamp(1000000000000L);
48 Timestamp stamp = new Timestamp(1000000000000L);
  /external/webrtc/webrtc/modules/video_coding/test/
plotTimingTest.m 5 %DEBUG ; ( 9:53:33:859 | 0) VIDEO CODING:-1 ; 7132; Frame decoded: timeStamp=3000 decTime=10 at 10012
6 %DEBUG ; ( 9:53:33:859 | 0) VIDEO:-1 ; 7132; timeStamp=3000 clock=10037 maxWaitTime=0
28 [p, count] = sscanf(line, 'Frame decoded: timeStamp=%lu decTime=%d maxDecTime=%d, at %lu');
34 [p, count] = sscanf(line, 'timeStamp=%u clock=%u maxWaitTime=%u');
40 [p, count] = sscanf(line, 'timeStamp=%u renderTime=%u');
  /frameworks/base/core/java/android/app/usage/
TimeSparseArray.java 22 * An array that indexes by a long timestamp, representing milliseconds since the epoch.
36 * Finds the index of the first element whose timestamp is greater or equal to
39 * @param time The timestamp for which to search the array.
73 * Finds the index of the first element whose timestamp is less than or equal to
76 * @param time The timestamp for which to search the array.
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
inv_sysfs_utils.h 67 int inv_read_buffer(int fd, long *data, long long *timestamp);
69 long long *timestamp);
71 long long *timestamp);
83 long long *timestamp);
85 long long *timestamp);
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
inv_sysfs_utils.h 61 int inv_read_buffer(int fd, long *data, long long *timestamp);
63 long long *timestamp);
65 long long *timestamp);
77 long long *timestamp);
79 long long *timestamp);
  /system/connectivity/shill/net/
shill_time.h 31 // Timestamp encapsulates a |monotonic| and a |boottime| clock that can be used
37 struct SHILL_EXPORT Timestamp {
38 Timestamp() : monotonic{} {}
39 Timestamp(const struct timeval& in_monotonic,
74 virtual Timestamp GetNow();
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
data_builder.c 394 /** Get last timestamp across all 3 sensors that are on.
395 * This find out which timestamp has the largest value for sensors that are on.
400 inv_time_t timestamp = 0; local
402 timestamp = sensors.accel.timestamp;
405 if (timestamp < sensors.gyro.timestamp) {
406 timestamp = sensors.gyro.timestamp;
408 MPL_LOGV("g ts: %lld", timestamp);
    [all...]

Completed in 663 milliseconds

1 2 3 4 5 67 8 91011>>