/developers/samples/android/wearable/wear/AlwaysOn/Wearable/src/main/res/values/ |
strings.xml | 18 <string name="timestamp_label">Timestamp: %1$d</string>
|
/development/samples/browseable/AlwaysOn/res/values/ |
strings.xml | 18 <string name="timestamp_label">Timestamp: %1$d</string>
|
/device/generic/goldfish/camera/ |
PreviewWindow.h | 99 * timestamp - Frame's timestamp. 103 nsecs_t timestamp, 145 /* Timestamp (abs. microseconds) when last frame has been pushed to the
|
/device/google/contexthub/sensorhal/ |
activityeventhandler.h | 33 // whenNs - The timestamp of when the event occured.
|
/external/ImageMagick/MagickCore/ |
module.h | 52 timestamp; member in struct:_ModuleInfo
|
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/ |
TimeSeriesActivity.java | 102 // create a simple date format that draws on the year portion of our timestamp.
111 // we multiply our timestamp by 1000:
112 long timestamp = ((Number) obj).longValue() * 1000;
113 Date date = new Date(timestamp);
|
/external/autotest/client/common_lib/cros/graphite/ |
statsd_mock_unittest.py | 34 statsd.Raw('raw').send(subname='name', value=1, timestamp=None)
|
/external/autotest/server/site_tests/firmware_EventLog/ |
control | 10 CRITERIA = "This test will fail if entries are missing or have a bad timestamp."
|
firmware_EventLog.py | 33 timestamp = time.strptime(time_string, self._TIME_FORMAT) 34 if timestamp > now: 36 raise error.TestFail('Event timestamp lies in the future') 37 if timestamp < self._cutoff_time:
|
/external/autotest/server/site_tests/kernel_EmptyLines/ |
kernel_EmptyLines.py | 22 # the timestamp.
|
/external/chromium-trace/catapult/dashboard/dashboard/models/ |
bug_data.py | 47 timestamp = ndb.DateTimeProperty(indexed=True, auto_now_add=True) variable in class:Bug
|
/external/chromium-trace/catapult/dashboard/dashboard/ |
mr_test.py | 75 timestamp=deprecated_time).put() 78 timestamp=(now if i == 4 else deprecated_time)).put() 99 last_b.timestamp = datetime.datetime.now() - datetime.timedelta(days=20) 122 id=12345, value=100, timestamp=row_timestamp,
|
new_points_test.py | 48 # Put it in twice so that the timestamp can be overwritten. 50 mytest_row.timestamp = start_date + datetime.timedelta(hours=i) 55 # Put it in twice so that the timestamp can be overwritten. 57 other_row.timestamp = start_date + datetime.timedelta(hours=i, minutes=30)
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/ |
frame_generator.py | 45 float, The timestamp of the current frame in milliseconds.
|
/external/chromium-trace/catapult/telemetry/telemetry/web_perf/ |
timeline_interaction_record_unittest.py | 29 timestamp=0, duration=200, thread_start=20, thread_duration=100) 67 timestamp=0, duration=200, start_thread=renderer_main, 99 timestamp=0, duration=200, start_thread=renderer_main, 121 timestamp=50, duration=100, start_thread=renderer_main,
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ |
requestlog.py | 27 # write output including timestamp, status code, response time, response size, request action
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/vpc/ |
test_dhcpoptions.py | 60 'SignatureVersion', 'Timestamp', 154 'SignatureVersion', 'Timestamp', 184 'SignatureVersion', 'Timestamp', 210 'SignatureVersion', 'Timestamp',
|
/external/chromium-trace/catapult/tracing/test_data/ |
trivial_systrace.html | 28 # TASK-PID CPU# TIMESTAMP FUNCTION\n\
|
/external/chromium-trace/catapult/tracing/tracing/extras/importer/ |
trace_code_entry_test.html | 16 '0x123', 10, 'Handler:timeStamp', 12); 18 assert.equal(tce.name, 'timeStamp'); 27 '0x123', 10, 'Handler:timeStamp', 12); 29 assert.equal(tce.name, 'timeStamp');
|
/external/chromium-trace/catapult/tracing/tracing/importer/ |
proto_expectation.html | 141 // Returns true if timestamp is contained in this ProtoExpectation. 142 containsTimestampInclusive: function(timestamp) { 143 return (this.start <= timestamp) && (timestamp <= this.end);
|
/external/chromium-trace/catapult/tracing/tracing/ui/tracks/ |
chart_point.html | 16 * A point in a chart series with x (timestamp) and y (value) coordinates
|
/external/conscrypt/src/test/java/org/conscrypt/ct/ |
CTVerifierTest.java | 77 byte[] tlsExtension = readTestFile("ct-signed-timestamp-list"); 105 byte[] tlsExtension = readTestFile("ct-signed-timestamp-list-invalid"); 118 byte[] tlsExtension = readTestFile("ct-signed-timestamp-list-unknown"); 165 byte[] tlsExtension = readTestFile("ct-signed-timestamp-list-invalid");
|
/external/dbus/dbus/ |
dbus-keyring.c | 97 * as unix timestamp. signed long 286 long timestamp; local 356 _dbus_get_real_time (×tamp, NULL); 359 keys[n_keys-1].creation_time = timestamp; 471 long timestamp; local 497 if (!_dbus_string_parse_int (&line, next, ×tamp, &next)) 499 _dbus_verbose ("could not parse secret key timestamp\n"); 503 if (timestamp < 0 || 504 (now + MAX_TIME_TRAVEL_SECONDS) < timestamp || 505 (now - EXPIRE_KEYS_TIMEOUT_SECONDS) > timestamp) [all...] |
/external/drm_hwcomposer/ |
vsyncworker.h | 46 int SyntheticWaitVBlank(int64_t *timestamp);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/11/data/-543407111/ |
artifacts.xml | 5 <property name='p2.timestamp' value='1323280286677'/>
|