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

1 2 34 5 6 7 8 91011>>

  /external/wpa_supplicant_8/hostapd/
hostapd.eap_user_sqlite 21 timestamp TEXT,
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
DateUtils.java 32 * Returns timestamp given by param in KML format ie yyyy-mm-ddThh:mm:ssZ,
36 * @return KML timestamp as String
46 * Helper version of getKMLTimestamp, that returns timestamp for current
54 * Returns timestamp in following format: yyyy-mm-dd-hh-mm-ss
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
camera.rs 36 //rsDebug("Transform stamp", camTransform->timestamp);
37 if (camTransform->timestamp != cam->transformTimestamp || cam->isDirty) {
57 cam->timestamp ++;
61 cam->transformTimestamp = camTransform->timestamp;
  /hardware/qcom/msm8x84/original-kernel-headers/media/
msmb_generic_buf_mgr.h 8 struct timeval timestamp; member in struct:msm_buf_mngr_info
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/serialization/
CodeSignerTest.java 25 import java.security.Timestamp;
44 Timestamp ts = new Timestamp(new Date(1146633204309L), cpath);
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/trace-viewer/tracing/tracing/base/units/
time_duration_test.html 18 function checkFormat(timestamp, expectedString) {
19 assert.equal(TimeDuration.format(timestamp), expectedString);
20 assert.equal(new TimeDuration(timestamp).toString(), expectedString);
  /external/chromium-trace/trace-viewer/tracing/tracing/ui/analysis/
multi_process_memory_dump_sub_view_test.html 25 function addProcessMemoryDump(timestamp) {
26 var gmd = new GlobalMemoryDump(m, timestamp);
28 var pmd = new ProcessMemoryDump(gmd, p, timestamp);
  /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/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/v8/src/third_party/kernel/tools/perf/util/
jitdump.h 23 uint64_t timestamp; /* timestamp */ member in struct:jitheader
38 uint64_t timestamp; member in struct:jr_prefix
  /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 AudioTimestamp& 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/chromium-trace/trace-viewer/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/netperf/
hist.h 88 HIST_timestamp - take a timestamp suitable for use in a histogram.
92 void HIST_timestamp(hrtime_t *timestamp);
94 void HIST_timestamp(hrt_t *timestamp);
96 void HIST_timestamp(LARGE_INTEGER *timestamp);
98 void HIST_timestamp(struct timeval *timestamp);
  /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);
  /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...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiActivityEnergyInfo.java 24 * underlying wifi stack state. Timestamp the record with elapsed
64 public WifiActivityEnergyInfo(long timestamp, int stackState,
66 mTimestamp = timestamp;
77 + " timestamp=" + mTimestamp
89 long timestamp = in.readLong();
95 return new WifiActivityEnergyInfo(timestamp, stackState,
152 * @return timestamp(wall clock) of record creation
  /packages/apps/Camera2/src/com/android/camera/one/v2/imagesaver/
MostRecentImageSaver.java 104 for (Long timestamp : toRemove) {
105 imageMap.remove(timestamp);
124 long timestamp = image.getTimestamp(); local
125 if (!pairFound || timestamp > oldestTimestamp) {
126 oldestTimestamp = timestamp;
152 private ImageProxy getThumbnail(long timestamp) {
153 return mThumbnails.get(timestamp);

Completed in 728 milliseconds

1 2 34 5 6 7 8 91011>>