/external/google-breakpad/src/client/windows/crash_generation/ |
D | client_info.cc | 58 GetSystemTimeAsFileTime(&start_time_); in ClientInfo() 71 start_time_ = creation_time; in Initialize() 73 crash_id_ = start_time_.dwLowDateTime; in Initialize() 167 time_start.HighPart = start_time_.dwHighDateTime; in SetProcessUptime() 168 time_start.LowPart = start_time_.dwLowDateTime; in SetProcessUptime()
|
D | client_info.h | 163 FILETIME start_time_; variable
|
/external/ceres-solver/internal/ceres/ |
D | wall_time.cc | 63 : start_time_(WallTimeInSeconds()), in EventLogger() 64 last_event_time_(start_time_), in EventLogger() 85 const double absolute_time_delta = current_time - start_time_; in AddEvent()
|
D | execution_summary.h | 73 : start_time_(WallTimeInSeconds()), in ScopedExecutionTimer() 78 summary_->IncrementTimeBy(name_, WallTimeInSeconds() - start_time_); in ~ScopedExecutionTimer() 82 const double start_time_;
|
D | wall_time.h | 80 const double start_time_;
|
/external/protobuf/gtest/samples/ |
D | sample5_unittest.cc | 68 start_time_ = time(NULL); in SetUp() 80 EXPECT_TRUE(end_time - start_time_ <= 5) << "The test took too long."; in TearDown() 84 time_t start_time_; member in QuickTest
|
/external/google-breakpad/src/testing/gtest/samples/ |
D | sample5_unittest.cc | 68 start_time_ = time(NULL); in SetUp() 80 EXPECT_TRUE(end_time - start_time_ <= 5) << "The test took too long."; in TearDown() 84 time_t start_time_; member in QuickTest
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/samples/ |
D | sample5_unittest.cc | 68 start_time_ = time(NULL); in SetUp() 80 EXPECT_TRUE(end_time - start_time_ <= 5) << "The test took too long."; in TearDown() 84 time_t start_time_; member in QuickTest
|
/external/webrtc/webrtc/modules/audio_processing/test/ |
D | audio_file_processor.h | 63 : proc_time_(proc_time), start_time_(TickTime::Now()) {} in ScopedTimer() 66 TickInterval interval = TickTime::Now() - start_time_; in ~ScopedTimer() 74 TickTime start_time_; variable
|
/external/webrtc/webrtc/modules/video_coding/test/ |
D | stream_generator.cc | 25 : packets_(), sequence_number_(start_seq_num), start_time_(current_time) {} in StreamGenerator() 30 start_time_ = current_time; in Init() 38 uint32_t timestamp = 90 * (time_ms - start_time_); in GenerateFrame()
|
D | stream_generator.h | 64 int64_t start_time_; variable
|
/external/webrtc/webrtc/base/ |
D | task.cc | 27 start_time_(0), in Task() 56 return CurrentTime() - start_time_; in ElapsedTime() 65 start_time_ = CurrentTime(); in Start()
|
D | task.h | 163 int64_t start_time_; variable
|
/external/libchrome/dbus/ |
D | dbus_statistics.cc | 66 : start_time_(base::Time::Now()), in DBusStatistics() 122 base::Time start_time() { return start_time_; } in start_time() 126 base::Time start_time_; member in dbus::__anon30846f1e0111::DBusStatistics
|
/external/webrtc/webrtc/test/ |
D | frame_generator.cc | 142 start_time_(clock->TimeInMilliseconds()), in ScrollingImageFrameGenerator() 168 int64_t ms_since_start = now - start_time_; in NextFrame() 224 const int64_t start_time_; member in webrtc::test::__anon0645a3510111::ScrollingImageFrameGenerator
|
/external/webrtc/webrtc/p2p/base/ |
D | stunport.cc | 40 start_time_ = rtc::Time(); in StunBindingRequest() 88 if (now <= deadline_ && rtc::TimeDiff(now, start_time_) <= RETRY_TIMEOUT) { in OnErrorResponse() 106 uint32_t start_time_; member in cricket::StunBindingRequest
|
D | relayport.cc | 178 uint32_t start_time_; member in cricket::AllocateRequest 782 start_time_ = rtc::Time(); in AllocateRequest() 837 if (rtc::TimeSince(start_time_) <= kRetryTimeout) in OnErrorResponse()
|
/external/libchrome/base/ |
D | tracked_objects.cc | 880 start_time_ = ThreadData::Now(); in Start() 905 if (!start_time_.is_null() && !end_time.is_null()) { in Stop() 906 wallclock_duration_ms_ = (end_time - start_time_).InMilliseconds(); in Stop() 931 return start_time_; in StartTime()
|
D | tracked_objects.h | 772 TrackedTime start_time_;
|
/external/v8/src/profiler/ |
D | profile-generator.h | 240 base::TimeTicks start_time() const { return start_time_; } in start_time() 250 base::TimeTicks start_time_; variable
|
D | profile-generator.cc | 354 start_time_(base::TimeTicks::HighResolutionNow()), in CpuProfile()
|
/external/v8/src/heap/ |
D | gc-tracer.h | 148 double start_time_; variable
|
D | gc-tracer.cc | 26 start_time_ = tracer_->heap_->MonotonicallyIncreasingTimeInMs(); in Scope() 33 tracer_->heap_->MonotonicallyIncreasingTimeInMs() - start_time_; in ~Scope()
|