HomeSort by relevance Sort by last modified time
    Searched defs:timestamp (Results 276 - 300 of 587) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
hdsmart.h 70 unsigned int timestamp; member in struct:ata_smart_errorlog_command_struct_s
77 unsigned short timestamp; member in struct:ata_smart_errorlog_error_struct_s
99 unsigned short timestamp; member in struct:ata_smart_selftestlog_struct_s
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
hdsmart.h 70 unsigned int timestamp; member in struct:ata_smart_errorlog_command_struct_s
77 unsigned short timestamp; member in struct:ata_smart_errorlog_error_struct_s
99 unsigned short timestamp; member in struct:ata_smart_selftestlog_struct_s
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
hdsmart.h 70 unsigned int timestamp; member in struct:ata_smart_errorlog_command_struct_s
77 unsigned short timestamp; member in struct:ata_smart_errorlog_error_struct_s
99 unsigned short timestamp; member in struct:ata_smart_selftestlog_struct_s
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
hdsmart.h 70 unsigned int timestamp; member in struct:ata_smart_errorlog_command_struct_s
77 unsigned short timestamp; member in struct:ata_smart_errorlog_error_struct_s
99 unsigned short timestamp; member in struct:ata_smart_selftestlog_struct_s
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
hdsmart.h 70 unsigned int timestamp; member in struct:ata_smart_errorlog_command_struct_s
77 unsigned short timestamp; member in struct:ata_smart_errorlog_error_struct_s
99 unsigned short timestamp; member in struct:ata_smart_selftestlog_struct_s
  /dalvik/tools/hprof-conv/
HprofConv.c 617 * (4b) timestamp
635 unsigned int timestamp, length; local
638 timestamp = get4BE(buf + 1);
  /device/asus/deb/kernel-headers/media/
msmb_pproc.h 106 struct timeval timestamp; member in struct:msm_cpp_frame_info_t
  /device/asus/deb/original-kernel-headers/media/
msmb_pproc.h 94 struct timeval timestamp; member in struct:msm_cpp_frame_info_t
  /device/asus/flo/camera/QCamera2/HAL/
QCamera2HWI.h 123 int64_t timestamp; // buffer timestamp member in struct:qcamera::__anon1583
  /device/asus/flo/kernel-headers/media/
msmb_pproc.h 106 struct timeval timestamp; member in struct:msm_cpp_frame_info_t
  /device/asus/flo/original-kernel-headers/media/
msmb_pproc.h 94 struct timeval timestamp; member in struct:msm_cpp_frame_info_t
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_fcr.c 2627 UINT32 timestamp, delay; local
    [all...]
  /external/chromium/chrome/browser/sessions/
tab_restore_service.cc 107 int64 timestamp; member in struct:__anon4843::WindowPayload2
112 int64 timestamp; member in struct:__anon4843::SelectedNavigationInTabPayload2
239 window->timestamp = TimeNow();
491 tab->timestamp = TimeNow();
584 window.timestamp));
613 tab.timestamp));
648 Time timestamp) {
650 // |timestamp| is aligned on a 16 byte boundary, leaving 4 bytes of
656 payload.timestamp = timestamp.ToInternalValue()
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
OAuth.php 463 * util function: current timestamp
636 $timestamp = $request instanceof OAuthRequest variable
643 $this->check_timestamp($timestamp);
644 $this->check_nonce($consumer, $token, $nonce, $timestamp);
662 * check that the timestamp is new enough
664 private function check_timestamp($timestamp) {
665 if( ! $timestamp )
667 'Missing timestamp parameter. The parameter is required'
670 // verify that timestamp is recentish
672 if (abs($now - $timestamp) > $this->timestamp_threshold)
    [all...]
  /external/chromium_org/ash/touch/
touch_hud_debug.cc 106 timestamp(touch.time_stamp().InMillisecondsF()),
122 value->SetDouble("timestamp", timestamp);
135 double timestamp; member in struct:ash::internal::TouchPointLog
  /external/chromium_org/base/debug/
trace_event_impl.h 83 TimeTicks timestamp,
110 TimeTicks timestamp() const { return timestamp_; } function in class:base::debug::TraceEvent
410 const TimeTicks& timestamp,
  /external/chromium_org/chrome/browser/sessions/
persistent_tab_restore_service.cc 57 int64 timestamp; member in struct:__anon8114::WindowPayload2
62 int64 timestamp; member in struct:__anon8114::SelectedNavigationInTabPayload2
161 base::Time timestamp);
167 base::Time timestamp);
200 // as the timestamp here since we do not know when the window/tab was closed.
405 window.timestamp));
443 tab.timestamp));
481 base::Time timestamp) {
483 // |timestamp| is aligned on a 16 byte boundary, leaving 4 bytes of
489 payload.timestamp = timestamp.ToInternalValue()
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/
feedback_ui.cc 89 const char kTimestampParameter[] = "timestamp=";
95 // Compare two screenshot filepaths, which include the screenshot timestamp
190 // Grab the timestamp before we do anything else - this is crucial to help
193 std::string timestamp = base::DoubleToString(now.ToDoubleT()); local
240 net::EscapeUrlEncodedData(timestamp, false);
296 // Timestamp of when the feedback request was initiated.
history_ui.cc 221 double timestamp; local
224 result_dict->GetDouble("time", &timestamp) &&
226 *time = base::Time::FromJsTime(timestamp);
570 double timestamp; local
574 if (!(*ts_iterator)->GetAsDouble(&timestamp)) {
575 NOTREACHED() << "Unable to extract visit timestamp.";
578 base::Time visit_time = base::Time::FromJsTime(timestamp);
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
OAuth.php 463 * util function: current timestamp
636 $timestamp = $request instanceof OAuthRequest variable
643 $this->check_timestamp($timestamp);
644 $this->check_nonce($consumer, $token, $nonce, $timestamp);
662 * check that the timestamp is new enough
664 private function check_timestamp($timestamp) {
665 if( ! $timestamp )
667 'Missing timestamp parameter. The parameter is required'
670 // verify that timestamp is recentish
672 if (abs($now - $timestamp) > $this->timestamp_threshold)
    [all...]
  /external/chromium_org/chromeos/dbus/
power_manager_client.cc 507 base::TimeTicks timestamp = local
508 base::TimeTicks::FromInternalValue(proto.timestamp());
510 << " type=" << proto.type() << " timestamp=" << proto.timestamp();
517 PowerButtonEventReceived(down, timestamp));
525 LidEventReceived(open, timestamp));
  /external/chromium_org/content/browser/web_contents/
navigation_controller_impl_unittest.cc 358 // The timestamp should not have been set yet.
382 // The timestamp should have been set.
439 // Set the clock to always return a timestamp of 1.
517 // The timestamp should not have been set yet.
586 const base::Time timestamp = controller.GetActiveEntry()->GetTimestamp(); local
587 EXPECT_FALSE(timestamp.is_null());
605 // The timestamp should have been updated.
609 EXPECT_GE(controller.GetActiveEntry()->GetTimestamp(), timestamp);
628 const base::Time timestamp = controller.GetActiveEntry()->GetTimestamp(); local
629 EXPECT_FALSE(timestamp.is_null())
1097 const base::Time timestamp = controller.GetActiveEntry()->GetTimestamp(); local
2200 const base::Time timestamp = base::Time::Now(); local
    [all...]
  /external/chromium_org/net/disk_cache/v3/
disk_format_v3.h 124 uint64 timestamp : 20; member in struct:disk_cache::IndexCell
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
TextTrackCue.cpp 742 DEFINE_STATIC_LOCAL(const String, timestampTag, ("timestamp"));
752 String timestamp = child->nodeValue(); local
753 double currentTimestamp = WebVTTParser::create(0, m_scriptExecutionContext)->collectTimeStamp(timestamp, &position);
771 // The display tree may contain WebVTT timestamp objects representing
    [all...]
  /external/chromium_org/win8/metro_driver/
chrome_app_view_ash.cc 255 uint64 timestamp() const { return timestamp_; } function in class:__anon17253::PointerInfoHandler
647 pointer.timestamp(),
677 pointer.timestamp(),
702 pointer.timestamp(),
    [all...]

Completed in 694 milliseconds

<<11121314151617181920>>