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

1 2

  /external/libcxx/test/std/utilities/time/time.point/time.point.nonmember/
op_-duration.pass.cpp 27 typedef std::chrono::duration<D> Dur;
28 const Dur d(5);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/time/time.point/time.point.nonmember/
op_-duration.pass.cpp 27 typedef std::chrono::duration<D> Dur;
28 const Dur d(5);
  /external/libcxx/src/experimental/filesystem/
filesystem_time_helper.h 132 auto Dur = seconds(tm.tv_sec) + microseconds(adj_msec);
133 return FileTimeT(Dur);
140 auto Dur = seconds(tm.tv_sec + 1) - adj_subsec;
141 return FileTimeT(Dur);
149 auto dur = tp.time_since_epoch();
150 auto sec_dur = duration_cast<seconds>(dur);
151 auto subsec_dur = duration_cast<SubSecDurT>(dur - sec_dur);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Chrono.h 93 typedef std::chrono::duration<Rep, Period> Dur;
98 template <typename AsPeriod> static InternalRep getAs(const Dur &D) {
104 const Dur &D) {
133 static void format(const Dur &D, llvm::raw_ostream &Stream, StringRef Style) {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Chrono.h 93 typedef std::chrono::duration<Rep, Period> Dur;
98 template <typename AsPeriod> static InternalRep getAs(const Dur &D) {
104 const Dur &D) {
133 static void format(const Dur &D, llvm::raw_ostream &Stream, StringRef Style) {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Chrono.h 93 typedef std::chrono::duration<Rep, Period> Dur;
98 template <typename AsPeriod> static InternalRep getAs(const Dur &D) {
104 const Dur &D) {
133 static void format(const Dur &D, llvm::raw_ostream &Stream, StringRef Style) {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
Chrono.h 93 typedef std::chrono::duration<Rep, Period> Dur;
98 template <typename AsPeriod> static InternalRep getAs(const Dur &D) {
104 const Dur &D) {
133 static void format(const Dur &D, llvm::raw_ostream &Stream, StringRef Style) {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Chrono.h 93 typedef std::chrono::duration<Rep, Period> Dur;
98 template <typename AsPeriod> static InternalRep getAs(const Dur &D) {
104 const Dur &D) {
133 static void format(const Dur &D, llvm::raw_ostream &Stream, StringRef Style) {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
Chrono.h 93 typedef std::chrono::duration<Rep, Period> Dur;
98 template <typename AsPeriod> static InternalRep getAs(const Dur &D) {
104 const Dur &D) {
133 static void format(const Dur &D, llvm::raw_ostream &Stream, StringRef Style) {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
Chrono.h 93 typedef std::chrono::duration<Rep, Period> Dur;
98 template <typename AsPeriod> static InternalRep getAs(const Dur &D) {
104 const Dur &D) {
133 static void format(const Dur &D, llvm::raw_ostream &Stream, StringRef Style) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Chrono.h 93 typedef std::chrono::duration<Rep, Period> Dur;
98 template <typename AsPeriod> static InternalRep getAs(const Dur &D) {
104 const Dur &D) {
133 static void format(const Dur &D, llvm::raw_ostream &Stream, StringRef Style) {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Chrono.h 93 typedef std::chrono::duration<Rep, Period> Dur;
98 template <typename AsPeriod> static InternalRep getAs(const Dur &D) {
104 const Dur &D) {
133 static void format(const Dur &D, llvm::raw_ostream &Stream, StringRef Style) {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
Chrono.h 93 typedef std::chrono::duration<Rep, Period> Dur;
98 template <typename AsPeriod> static InternalRep getAs(const Dur &D) {
104 const Dur &D) {
133 static void format(const Dur &D, llvm::raw_ostream &Stream, StringRef Style) {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
Chrono.h 93 typedef std::chrono::duration<Rep, Period> Dur;
98 template <typename AsPeriod> static InternalRep getAs(const Dur &D) {
104 const Dur &D) {
133 static void format(const Dur &D, llvm::raw_ostream &Stream, StringRef Style) {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
Chrono.h 93 typedef std::chrono::duration<Rep, Period> Dur;
98 template <typename AsPeriod> static InternalRep getAs(const Dur &D) {
104 const Dur &D) {
133 static void format(const Dur &D, llvm::raw_ostream &Stream, StringRef Style) {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
Chrono.h 93 typedef std::chrono::duration<Rep, Period> Dur;
98 template <typename AsPeriod> static InternalRep getAs(const Dur &D) {
104 const Dur &D) {
133 static void format(const Dur &D, llvm::raw_ostream &Stream, StringRef Style) {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
Chrono.h 93 typedef std::chrono::duration<Rep, Period> Dur;
98 template <typename AsPeriod> static InternalRep getAs(const Dur &D) {
104 const Dur &D) {
133 static void format(const Dur &D, llvm::raw_ostream &Stream, StringRef Style) {
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/experimental/filesystem/
filesystem_time_helper.h 132 auto Dur = seconds(tm.tv_sec) + microseconds(adj_msec);
133 return FileTimeT(Dur);
140 auto Dur = seconds(tm.tv_sec + 1) - adj_subsec;
141 return FileTimeT(Dur);
149 auto dur = tp.time_since_epoch();
150 auto sec_dur = duration_cast<seconds>(dur);
151 auto subsec_dur = duration_cast<SubSecDurT>(dur - sec_dur);
  /external/libcxx/test/libcxx/experimental/filesystem/
convert_file_time.sh.cpp 174 template <class Dur>
176 typedef Dur duration;
185 template <class IntType, class Dur = duration<IntType, std::micro> >
186 using TestFileTimeT = time_point<TestClock<Dur> >;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/experimental/filesystem/
convert_file_time.sh.cpp 174 template <class Dur>
176 typedef Dur duration;
185 template <class IntType, class Dur = duration<IntType, std::micro> >
186 using TestFileTimeT = time_point<TestClock<Dur> >;
  /device/linaro/bootloader/edk2/PerformancePkg/Dp_App/
DpTrace.c 838 UINT64 Dur;
860 Dur = DurationInMicroSeconds(CumData[TIndex].Duration);
867 Dur,
882 Dur = DurationInMicroSeconds (CustomCumulativeData->Duration);
887 Dur = 0;
894 Dur,
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiDpLib/
DpTrace.c 835 UINT64 Dur;
857 Dur = DurationInMicroSeconds(CumData[TIndex].Duration);
864 Dur,
879 Dur = DurationInMicroSeconds (CustomCumulativeData->Duration);
884 Dur = 0;
    [all...]
  /build/soong/ui/tracer/
ninja.go 56 Dur: entry.End - entry.Begin,
tracer.go 73 Dur uint64 `json:"dur,omitempty"`
243 Dur: (end - begin) / 1000,
  /external/golang-protobuf/jsonpb/
jsonpb_test.go 409 {"Duration", marshaler, &pb.KnownTypes{Dur: &durpb.Duration{Seconds: 3}}, `{"dur":"3.000s"}`},
555 {"Duration", Unmarshaler{}, `{"dur":"3.000s"}`, &pb.KnownTypes{Dur: &durpb.Duration{Seconds: 3}}},
556 {"null Duration", Unmarshaler{}, `{"dur":null}`, &pb.KnownTypes{Dur: nil}},

Completed in 636 milliseconds

1 2