/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/googletest/googletest/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/v8/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/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/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/libmojo/mojo/edk/system/ |
D | test_utils.cc | 64 start_time_ = base::TimeTicks::Now(); in Start() 68 int64_t result = (base::TimeTicks::Now() - start_time_).InMicroseconds(); in Elapsed()
|
D | test_utils.h | 50 base::TimeTicks start_time_;
|
/external/chromium-trace/catapult/systrace/atrace_helper/jni/ |
D | process_info.h | 46 unsigned long long start_time() const { return start_time_; } in start_time() 66 unsigned long long start_time_ = 0; // CPU time in kernel mode. variable
|
D | process_info.cc | 99 &minflt_, &majflt_, &utime_, &stime_, &start_time_); in ReadPageFaultsAndCPUTimeStats()
|
/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/libmojo/mojo/message_pump/ |
D | handle_watcher_perftest.cc | 52 start_time_(base::TimeTicks::Now()) {} in ScopedPerfTimer() 57 iterations_ / (end_time - start_time_).InSecondsF(), in ~ScopedPerfTimer() 65 base::TimeTicks start_time_; member in mojo::common::test::ScopedPerfTimer
|
/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::__anonbce4a5dd0111::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::__anona15121900111::ScrollingImageFrameGenerator
|
/external/stressapptest/src/ |
D | worker.h | 238 void StartThreadTimer() {gettimeofday(&start_time_, NULL);} in StartThreadTimer() 243 return (end_time_.tv_sec - start_time_.tv_sec)*1000000ULL + in ReadThreadTimer() 244 (end_time_.tv_usec - start_time_.tv_usec); in ReadThreadTimer() 386 struct timeval start_time_; // Worker thread start time. variable
|
/external/v8/src/compiler-dispatcher/ |
D | compiler-dispatcher-tracer.cc | 27 start_time_ = MonotonicallyIncreasingTimeInMs(); in Scope() 31 double elapsed = MonotonicallyIncreasingTimeInMs() - start_time_; in ~Scope()
|
D | compiler-dispatcher-tracer.h | 55 double start_time_; variable
|
/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
|
/external/libchrome/base/ |
D | tracked_objects.cc | 841 start_time_ = ThreadData::Now(); in Start() 866 if (!start_time_.is_null() && !end_time.is_null()) { in Stop() 867 wallclock_duration_ms_ = (end_time - start_time_).InMilliseconds(); in Stop() 892 return start_time_; in StartTime()
|
/external/v8/src/profiler/ |
D | profile-generator.h | 287 base::TimeTicks start_time() const { return start_time_; } in start_time() 300 base::TimeTicks start_time_; variable
|