Home
last modified time | relevance | path

Searched defs:early (Results 1 – 15 of 15) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/time/
Dclock_test.cc85 absl::Duration early, in AssertSleepForBounded()
107 const absl::Duration early = absl::Milliseconds(100); in TEST() local
/external/abseil-cpp/absl/time/
Dclock_test.cc85 absl::Duration early, in AssertSleepForBounded()
107 const absl::Duration early = absl::Milliseconds(100); in TEST() local
/external/openscreen/third_party/abseil/src/absl/time/
Dclock_test.cc85 absl::Duration early, in AssertSleepForBounded()
107 const absl::Duration early = absl::Milliseconds(100); in TEST() local
/external/libtextclassifier/abseil-cpp/absl/time/
Dclock_test.cc85 absl::Duration early, in AssertSleepForBounded()
107 const absl::Duration early = absl::Milliseconds(100); in TEST() local
/external/webrtc/third_party/abseil-cpp/absl/time/
Dclock_test.cc85 absl::Duration early, in AssertSleepForBounded()
107 const absl::Duration early = absl::Milliseconds(100); in TEST() local
/external/angle/third_party/abseil-cpp/absl/time/
Dclock_test.cc85 absl::Duration early, in AssertSleepForBounded()
107 const absl::Duration early = absl::Milliseconds(100); in TEST() local
/external/llvm-project/lld/test/ELF/
Darm-fix-cortex-a8-thunk.s18 early: label
/external/skia/docs/examples/
DSurface_makeImageSnapshot.cpp11 sk_sp<SkImage> early(big->makeImageSnapshot()); in draw() local
DSurface_makeImageSnapshot_2.cpp11 sk_sp<SkImage> early(big->makeImageSnapshot()); in draw() local
/external/webrtc/modules/congestion_controller/goog_cc/
Dtrendline_estimator.cc89 TrendlineEstimator::PacketTiming early = packets[0]; in ComputeSlopeCap() local
/external/llvm-project/clang/test/SemaCXX/
Ddiagnose_if.cpp283 void early() { in early() function
/external/iproute2/include/uapi/linux/
Dpkt_sched.h261 __u32 early; /* Early drops */ member
291 __u32 early; member
334 __u32 early; /* Early drops */ member
/external/libnl/include/linux-private/linux/
Dpkt_sched.h277 __u32 early; /* Early drops */ member
307 __u32 early; member
350 __u32 early; /* Early drops */ member
/external/kernel-headers/original/uapi/linux/
Dpkt_sched.h297 __u32 early; /* Early drops */ member
354 __u32 early; member
397 __u32 early; /* Early drops */ member
/external/toybox/toys/pending/
Dsh.c636 static char *parse_word(char *start, int early, int quote) in parse_word()