HomeSort by relevance Sort by last modified time
    Searched refs:ts_ (Results 1 - 23 of 23) sorted by null

  /device/google/cuttlefish_common/common/libs/time/
monotonic_time.h 30 ts_.tv_sec = seconds;
31 ts_.tv_nsec = nanoseconds;
40 ts_ = in.GetTS();
46 truncated_ns_ = ts_.tv_nsec;
51 ts_(in), scale_(scale), truncated_(false) { }
55 rval.ts_.tv_sec = ts_.tv_sec * factor;
61 int64_t tv_nsec = static_cast<int64_t>(ts_.tv_nsec) * factor;
62 rval.ts_.tv_sec += (tv_nsec / kNanosecondsPerSecond);
63 rval.ts_.tv_nsec = tv_nsec % kNanosecondsPerSecond
113 struct timespec ts_; member in class:cvd::time::TimeDifference
226 struct timespec ts_; member in class:cvd::time::MonotonicTimePoint
    [all...]
  /test/vts/drivers/hal/libmeasurement/include/
vts_measurement.h 49 timespec ts_; member in class:android::vts::VtsMeasurement
  /test/vts/drivers/hal/libmeasurement/
vts_measurement.cpp 81 clock_gettime(CLOCK_REALTIME, &ts_);
106 start_time_usecs = ts_.tv_sec + ts_.tv_nsec / 1000000000.0;
  /external/v8/src/libplatform/tracing/
trace-object.cc 50 ts_ = base::TimeTicks::HighResolutionNow().ToInternalValue();
107 duration_ = base::TimeTicks::HighResolutionNow().ToInternalValue() - ts_;
129 ts_ = ts;
  /external/webrtc/webrtc/modules/audio_coding/neteq/
delay_manager_unittest.cc 44 uint32_t ts_; member in class:webrtc::DelayManagerTest
50 ts_(0x12345678) {
65 EXPECT_EQ(0, dm_->Update(seq_no_, ts_, kFs));
67 ts_ += kTsIncrement;
packet_buffer_unittest.cc 34 uint32_t ts_; member in class:webrtc::PacketGenerator
47 ts_ = ts;
55 packet->header.timestamp = ts_;
65 ts_ += frame_size_;
  /external/v8/include/libplatform/
v8-tracing.h 75 int64_t ts() { return ts_; }
97 int64_t ts_; member in class:v8::platform::tracing::TraceObject
  /external/tensorflow/tensorflow/contrib/graph_editor/
select.py 736 ts_ = filter_ts_from_regex(graph, regex)
737 for t_ in ts_:
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
STLExtras.h 417 zippy(Args &&... ts_) : ts(std::forward<Args>(ts_)...) {}
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
STLExtras.h 484 zippy(Args &&... ts_) : ts(std::forward<Args>(ts_)...) {}
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
STLExtras.h 484 zippy(Args &&... ts_) : ts(std::forward<Args>(ts_)...) {}
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
STLExtras.h 484 zippy(Args &&... ts_) : ts(std::forward<Args>(ts_)...) {}
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
STLExtras.h 486 zippy(Args &&... ts_) : ts(std::forward<Args>(ts_)...) {}
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
STLExtras.h 486 zippy(Args &&... ts_) : ts(std::forward<Args>(ts_)...) {}
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
STLExtras.h 486 zippy(Args &&... ts_) : ts(std::forward<Args>(ts_)...) {}
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
STLExtras.h 486 zippy(Args &&... ts_) : ts(std::forward<Args>(ts_)...) {}
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
STLExtras.h 484 zippy(Args &&... ts_) : ts(std::forward<Args>(ts_)...) {}
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
STLExtras.h 484 zippy(Args &&... ts_) : ts(std::forward<Args>(ts_)...) {}
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
STLExtras.h 484 zippy(Args &&... ts_) : ts(std::forward<Args>(ts_)...) {}
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
STLExtras.h 486 zippy(Args &&... ts_) : ts(std::forward<Args>(ts_)...) {}
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
STLExtras.h 486 zippy(Args &&... ts_) : ts(std::forward<Args>(ts_)...) {}
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
STLExtras.h 486 zippy(Args &&... ts_) : ts(std::forward<Args>(ts_)...) {}
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
STLExtras.h 486 zippy(Args &&... ts_) : ts(std::forward<Args>(ts_)...) {}
    [all...]

Completed in 5046 milliseconds