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

  /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/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-3957855/prebuilt_include/llvm/include/llvm/ADT/
STLExtras.h 484 zippy(Args &&... ts_) : ts(std::forward<Args>(ts_)...) {}
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
STLExtras.h 484 zippy(Args &&... ts_) : ts(std::forward<Args>(ts_)...) {}
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
STLExtras.h 484 zippy(Args &&... ts_) : ts(std::forward<Args>(ts_)...) {}
    [all...]
  /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/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
STLExtras.h 484 zippy(Args &&... ts_) : ts(std::forward<Args>(ts_)...) {}
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
STLExtras.h 484 zippy(Args &&... ts_) : ts(std::forward<Args>(ts_)...) {}
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
STLExtras.h 484 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...]

Completed in 380 milliseconds