HomeSort by relevance Sort by last modified time
    Searched refs:time_ (Results 1 - 25 of 29) sorted by null

1 2

  /external/fmtlib/fmt/
time.h 68 std::time_t time_; member in struct:fmt::LocalTime
71 LocalTime(std::time_t t): time_(t) {}
75 return handle(localtime_r(&time_, &tm_));
82 return fallback(localtime_s(&tm_, &time_));
89 std::tm *tm = std::localtime(&time_);
105 std::time_t time_; member in struct:fmt::GMTime
108 GMTime(std::time_t t): time_(t) {}
112 return handle(gmtime_r(&time_, &tm_));
119 return fallback(gmtime_s(&tm_, &time_));
125 std::tm *tm = std::gmtime(&time_);
    [all...]
  /cts/tests/tests/media/libndkaudio/
AudioPlayer.h 73 long time_; member in class:ndkaudio::AudioPlayer
AudioPlayer.cpp 113 time_ = 0;
273 //long dataSizeInSamples = source_->getData(time_++, playBuff_,
  /external/webrtc/webrtc/system_wrappers/source/
event_timer_posix.h 55 unsigned long time_; // In ms member in class:webrtc::EventTimerPosix
event_timer_posix.cc 38 time_(0),
146 time_ = time;
159 time_ = time;
192 unsigned long long time = time_ * ++count_;
  /external/webrtc/webrtc/base/
ratetracker_unittest.cc 18 RateTrackerForTest() : RateTracker(100u, 10u), time_(0) {}
19 virtual uint32_t Time() const { return time_; }
20 void AdvanceTime(uint32_t delta) { time_ += delta; }
23 uint32_t time_; member in class:rtc::RateTrackerForTest
profiler.cc 24 explicit FormattedTime(double t) : time_(t) {}
25 double time() const { return time_; }
27 double time_; member in class:__anon38710::FormattedTime
  /external/v8/src/
counters.cc 231 time_(time.InMicroseconds()),
237 if (time_ < other.time_) return true;
238 if (time_ > other.time_) return false;
246 os << std::setw(10) << static_cast<double>(time_) / 1000 << "ms ";
258 time_percent_ = 100.0 * time_ / total_time.InMicroseconds();
265 int64_t time_; member in class:v8::internal::RuntimeCallStatEntries::Entry
278 time_ = base::TimeDelta();
284 value->AppendDouble(time_.InMicroseconds())
    [all...]
counters.h 329 void Start() { time_ = base::TimeDelta(); }
330 void Stop() { AddSample(static_cast<int>(time_.InMicroseconds())); }
333 void Add(base::TimeDelta other) { time_ += other; }
336 base::TimeDelta time_; member in class:v8::internal::AggregatableHistogramTimer
496 base::TimeDelta time() const { return time_; }
498 void Add(base::TimeDelta delta) { time_ += delta; }
503 base::TimeDelta time_; member in class:v8::internal::final
    [all...]
  /art/runtime/base/
timing_logger.h 84 Timing(uint64_t time, const char* name) : time_(time), name_(name) {
93 return time_;
100 uint64_t time_; member in class:art::TimingLogger::Timing
  /art/runtime/gc/space/
region_space-inl.h 276 first_reg->UnfreeLarge(this, time_);
285 regions_[p].UnfreeLargeTail(this, time_);
region_space.cc 87 region_lock_("Region lock", kRegionSpaceRegionLock), time_(1U) {
193 ++time_;
574 r->Unfree(this, time_);
region_space.h 245 return time_;
525 uint32_t time_; // The time as the number of collections since the startup. member in class:art::gc::space::FINAL
  /external/v8/src/base/platform/
platform-win32.cc 241 FILETIME& ft() { return time_.ft_; }
244 int64_t& t() { return time_.t_; }
256 TimeStamp time_; member in class:v8::base::Win32Time
344 this->time_.t_ = init_time.t_ + (static_cast<int64_t>(elapsed) * 10000);
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvmuxer.h 194 void set_time(uint64_t time) { time_ = time; }
195 uint64_t time() const { return time_; }
212 uint64_t time_; member in class:mkvmuxer::CuePoint
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
mailbox.py     [all...]
  /external/python/cpython2/Lib/
mailbox.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
mailbox.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
mailbox.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mailbox.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mailbox.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_zipfile.py 76 fn, date, time_, size = lines[1].split()
79 self.assertTrue(time.strptime(time_, '%H:%M:%S'))
528 fn, date, time_, size = lines[1].split()
531 self.assertTrue(time.strptime(time_, '%H:%M:%S'))
    [all...]
  /external/python/cpython2/Lib/test/
test_zipfile.py 86 fn, date, time_, size = lines[1].split()
89 self.assertTrue(time.strptime(time_, '%H:%M:%S'))
712 fn, date, time_, size = lines[1].split()
715 self.assertTrue(time.strptime(time_, '%H:%M:%S'))
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_zipfile.py 83 fn, date, time_, size = lines[1].split()
86 self.assertTrue(time.strptime(time_, '%H:%M:%S'))
659 fn, date, time_, size = lines[1].split()
662 self.assertTrue(time.strptime(time_, '%H:%M:%S'))
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_zipfile.py 83 fn, date, time_, size = lines[1].split()
86 self.assertTrue(time.strptime(time_, '%H:%M:%S'))
659 fn, date, time_, size = lines[1].split()
662 self.assertTrue(time.strptime(time_, '%H:%M:%S'))
    [all...]

Completed in 1642 milliseconds

1 2