/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
hdsmart.h | 80 unsigned int timestamp; member in struct:ata_smart_errorlog_command_struct_s 87 unsigned short timestamp; member in struct:ata_smart_errorlog_error_struct_s 109 unsigned short timestamp; member in struct:ata_smart_selftestlog_struct_s
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/ |
dbapi2.py | 39 Timestamp = datetime.datetime 48 return Timestamp(*time.localtime(ticks)[:6]) 82 register_converter("timestamp", convert_timestamp)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/ |
dbapi2.py | 39 Timestamp = datetime.datetime 48 return Timestamp(*time.localtime(ticks)[:6]) 82 register_converter("timestamp", convert_timestamp)
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
results_holder.c | 65 void inv_store_gaming_quaternion(const long *quat, inv_time_t timestamp) 69 rh.gam_timestamp = timestamp; 77 void inv_store_accel_quaternion(const long *quat, inv_time_t timestamp) 81 rh.geomag_timestamp = timestamp; 86 * @param[in] timestamp Timestamp of when this is valid 88 void inv_set_compass_correction(const long *data, inv_time_t timestamp) 92 rh.nav_timestamp = timestamp; 98 * @param[in] timestamp Timestamp of when this is vali [all...] |
/external/chromium/chrome/browser/extensions/ |
extension_webnavigation_api_constants.cc | 15 const char kTimeStampKey[] = "timeStamp";
|
/external/chromium_org/ash/ |
keyboard_uma_event_filter.h | 27 // The timestamp of the last character keystroke.
|
/external/chromium_org/chrome/browser/extensions/api/web_navigation/ |
web_navigation_api_constants.cc | 20 const char kTimeStampKey[] = "timeStamp";
|
/external/chromium_org/chrome/browser/resources/instant/ |
instant.css | 47 .timestamp {
|
/external/chromium_org/chrome/browser/sync/glue/ |
typed_url_model_associator_unittest.cc | 135 // Create one node in history DB with timestamp of 3, and one node in sync 136 // DB with timestamp of 4. Result should contain one new item (4). 170 // UPDATE_NODE should be set because row5 has a newer last_visit timestamp. 210 // We should not sync the visit with timestamp #1 since it is earlier than 315 int64 timestamp) { 316 return history::VisitRow(0, base::Time::FromInternalValue(timestamp), 0, 343 int64 timestamp = 1000; local 344 visits.push_back(CreateVisit(content::PAGE_TRANSITION_TYPED, timestamp++)); 346 visits.push_back(CreateVisit(content::PAGE_TRANSITION_LINK, timestamp++)); 349 1, timestamp++, false, &visits)) 367 int64 timestamp = 1000; local [all...] |
/external/chromium_org/content/browser/geolocation/ |
network_location_request.cc | 74 const base::Time& timestamp, 83 const base::Time& timestamp, 92 const base::Time& timestamp, 116 const base::Time& timestamp) { 125 timestamp_ = timestamp; 132 FormUploadData(wifi_data, timestamp, access_token, &upload_data); 209 const base::Time& timestamp, 213 if (!timestamp.is_null()) { 215 int64 delta_ms = (base::Time::Now() - timestamp).InMilliseconds(); 291 const base::Time& timestamp, [all...] |
/external/chromium_org/content/common/gpu/ |
devtools_gpu_agent.h | 30 void ProcessEvent(TimeTicks timestamp,
|
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/ |
NavigationTest.java | 118 // Grab the first timestamp. 122 assertNotNull("Timestamp was null.", firstTimestamp); 124 // Grab the timestamp after a reload and make sure they don't match. 129 assertNotNull("Timestamp was null.", secondTimestamp);
|
/external/chromium_org/content/renderer/media/ |
midi_message_filter.h | 42 double timestamp); 73 double timestamp); 87 double timestamp); 93 double timestamp);
|
renderer_webmidiaccessor_impl.h | 29 double timestamp);
|
video_capture_message_filter_unittest.cc | 33 base::Time timestamp, 82 base::Time timestamp = base::Time::FromInternalValue(1); local 87 EXPECT_CALL(delegate, OnBufferReceived(buffer_id, timestamp, _)) 90 delegate.device_id(), buffer_id, timestamp, format));
|
webmediaplayer_util.h | 17 // seconds to an int64 timestamp.
|
/external/chromium_org/jingle/ |
jingle_glue.target.darwin-arm.mk | 36 $(hide) echo "Gyp timestamp: $@"
|
jingle_glue.target.darwin-mips.mk | 36 $(hide) echo "Gyp timestamp: $@"
|
jingle_glue.target.darwin-x86.mk | 36 $(hide) echo "Gyp timestamp: $@"
|
jingle_glue.target.linux-arm.mk | 36 $(hide) echo "Gyp timestamp: $@"
|
jingle_glue.target.linux-mips.mk | 36 $(hide) echo "Gyp timestamp: $@"
|
jingle_glue.target.linux-x86.mk | 36 $(hide) echo "Gyp timestamp: $@"
|
/external/chromium_org/media/base/ |
data_buffer_unittest.cc | 64 TEST(DataBufferTest, Timestamp) { 70 EXPECT_TRUE(buffer->timestamp() == kZero); 73 EXPECT_TRUE(buffer->timestamp() == kTimestampA); 76 EXPECT_TRUE(buffer->timestamp() == kTimestampB);
|
decoder_buffer_queue_unittest.cc | 18 // Helper to create buffers with specified timestamp in seconds. 21 static scoped_refptr<DecoderBuffer> CreateBuffer(int timestamp) { 23 buffer->set_timestamp(ToTimeDelta(timestamp)); 113 // Buffers with no timestamp don't affect duration.
|
video_frame_pool.cc | 27 base::TimeDelta timestamp); 63 base::TimeDelta timestamp) { 119 base::TimeDelta timestamp) { 121 timestamp);
|