/cts/tools/cts-xml-generator/ |
Android.mk | 18 # script file's timestamp is at least as new as the
|
/developers/build/prebuilts/gradle/AlwaysOn/Wearable/src/main/res/layout/ |
rect_activity_main.xml | 37 android:text="Hello, timestamp!"/>
|
round_activity_main.xml | 37 android:text="Hello, timestamp!"/>
|
/developers/samples/android/wearable/wear/AlwaysOn/Wearable/src/main/res/layout/ |
rect_activity_main.xml | 37 android:text="Hello, timestamp!"/>
|
round_activity_main.xml | 37 android:text="Hello, timestamp!"/>
|
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/ |
Voicemail.java | 43 /** The timestamp the voicemail was received, in millis since the epoch, zero if not set. */
|
/development/samples/browseable/AlwaysOn/res/layout/ |
rect_activity_main.xml | 37 android:text="Hello, timestamp!"/>
|
round_activity_main.xml | 37 android:text="Hello, timestamp!"/>
|
/development/tools/apkcheck/ |
Android.mk | 18 # script file's timestamp is at least as new as the
|
/development/tools/rmtypedefs/ |
Android.mk | 18 # script file's timestamp is at least as new as the
|
/device/google/contexthub/inc/ |
chre_sensor.h | 462 * Timestamp for readings[0] == header.baseTimestamp + 464 * Timestamp for readings[1] == timestamp for readings[0] + 466 * And thus, in order to determine the timestamp for readings[N], it's 488 * The base timestamp, in nanoseconds. 552 * to the timestamp. But since we only care about the occurrence, we 563 // Only the timestamp is meaningful here, there 776 * Latency is defined as the "timestamp when event is queued by the CHRE" 777 * minus "timestamp of oldest unsent data reading".
|
/device/google/dragon/sensor_hub/ |
cros_ec_sensors.h | 65 uint64_t timestamp; member in struct:cros_ec_event
|
/external/autotest/client/site_tests/desktopui_Respawn/ |
desktopui_Respawn.py | 22 """Clear out respawn timestamp files."""
|
/external/autotest/client/site_tests/enterprise_KioskPerf/ |
enterprise_KioskPerf.py | 73 writer.writerow(['cpu','memory', 'timestamp'])
|
/external/avahi/avahi-core/ |
cache.h | 48 struct timeval timestamp; member in struct:AvahiCacheEntry
|
/external/chromium-trace/catapult/dashboard/dashboard/elements/ |
quick-log.html | 239 params['after_timestamp'] = this.logList[0].timestamp; 242 params['before_timestamp'] = lastLog.timestamp; 267 var lastTimestamp = newLogs[newLogs.length - 1].timestamp; 268 insertBefore = lastTimestamp >= this.logList[0].timestamp;
|
revision-range.html | 21 /** Returns a date string for the given timestamp. */
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/ |
fake_frame_generator.py | 17 _timestamp: The current timestamp.
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/tracing_agent/ |
__init__.py | 77 and a timestamp as argument.
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/ |
test_tabcomplete.py | 216 def _WriteTabCompletionCache(prefix, results, timestamp=None, 218 if timestamp is None: 219 timestamp = time.time() 220 cache = TabCompletionCache(prefix, results, timestamp, partial_results)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/cloudwatch/ |
__init__.py | 136 def build_put_params(self, params, name, value=None, timestamp=None, 138 args = (name, value, unit, dimensions, statistics, timestamp) 151 if timestamp: 152 metric_data['Timestamp'] = t.isoformat() 288 def put_metric_data(self, namespace, name, value=None, timestamp=None, 306 :type timestamp: datetime or list 307 :param timestamp: The time stamp used for the metric. If not specified, 331 self.build_put_params(params, name, value=value, timestamp=timestamp,
|
alarm.py | 304 return 'AlarmHistory:%s[%s at %s]' % (self.name, self.summary, self.timestamp) 318 elif name == 'Timestamp': 320 self.timestamp = datetime.strptime(value, 323 self.timestamp = datetime.strptime(value, '%Y-%m-%dT%H:%M:%SZ')
|
/external/chromium-trace/catapult/tracing/tracing/extras/importer/ |
battor_importer.html | 177 if (event.timestamp >= syncMarks[0].start && 178 event.timestamp <= syncMarks[1].start) { 180 firstSyncEventTs = event.timestamp; 182 'ts': (event.timestamp - firstSyncEventTs) / 1000, // msec -> sec
|
/external/chromium-trace/catapult/tracing/tracing/extras/importer/linux_perf/ |
ftrace_importer_test.html | 34 assert.equal(x.timestamp, '4467.843475'); 55 assert.equal(x.timestamp, '1031.091570'); 68 assert.equal(x.timestamp, '1031.091570'); 92 assert.equal(x.timestamp, '1031.091570'); 116 assert.equal(x.timestamp, '1031.091570'); 181 '# TASK-PID CPU# TIMESTAMP FUNCTION', 199 '# TASK-PID CPU# TIMESTAMP FUNCTION', 256 '# TASK-PID CPU# |||| TIMESTAMP FUNCTION', 371 '# TASK-PID CPU# TIMESTAMP FUNCTION',
|
/external/chromium-trace/catapult/tracing/tracing/ui/analysis/ |
memory_dump_heap_details_pane.html | 209 * tr.model.HeapDump {}, // Heap dump at timestamp 1. 210 * undefined, // Heap dump not provided at timestamp 2. 211 * tr.model.HeapDump {}, // Heap dump at timestamp 3. 349 // Sub-row name (list index) -> Timestamp (list index) -> Child
|