Home
last modified time | relevance | path

Searched defs:lower_bound (Results 1 – 25 of 96) sorted by relevance

1234

/external/openscreen/discovery/mdns/
Dmdns_random_unittest.cc18 constexpr std::chrono::milliseconds lower_bound{20}; in TEST() local
29 constexpr double lower_bound = 0.0; in TEST() local
40 constexpr std::chrono::milliseconds lower_bound{20}; in TEST() local
51 constexpr std::chrono::milliseconds lower_bound{400}; in TEST() local
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/time/
Dclock_test.cc52 bool SleepForBounded(absl::Duration d, absl::Duration lower_bound, in SleepForBounded()
89 const absl::Duration lower_bound = d - early; in AssertSleepForBounded() local
/external/abseil-cpp/absl/time/
Dclock_test.cc52 bool SleepForBounded(absl::Duration d, absl::Duration lower_bound, in SleepForBounded()
89 const absl::Duration lower_bound = d - early; in AssertSleepForBounded() local
/external/openscreen/third_party/abseil/src/absl/time/
Dclock_test.cc52 bool SleepForBounded(absl::Duration d, absl::Duration lower_bound, in SleepForBounded()
89 const absl::Duration lower_bound = d - early; in AssertSleepForBounded() local
/external/libtextclassifier/abseil-cpp/absl/time/
Dclock_test.cc52 bool SleepForBounded(absl::Duration d, absl::Duration lower_bound, in SleepForBounded()
89 const absl::Duration lower_bound = d - early; in AssertSleepForBounded() local
/external/webrtc/third_party/abseil-cpp/absl/time/
Dclock_test.cc52 bool SleepForBounded(absl::Duration d, absl::Duration lower_bound, in SleepForBounded()
89 const absl::Duration lower_bound = d - early; in AssertSleepForBounded() local
/external/angle/third_party/abseil-cpp/absl/time/
Dclock_test.cc52 bool SleepForBounded(absl::Duration d, absl::Duration lower_bound, in SleepForBounded()
89 const absl::Duration lower_bound = d - early; in AssertSleepForBounded() local
/external/catch2/include/internal/benchmark/
Dcatch_estimate.hpp19 Duration lower_bound; member
/external/llvm-project/libunwind/test/
Dlibunwind_01.pass.cpp4 void backtrace(int lower_bound) { in backtrace()
/external/bcc/src/cc/
Dbpffs_table.cc59 unique_ptr<TableStorageIteratorImpl> BpfFsTableStorage::lower_bound(const string &k) { in lower_bound() function in ebpf::BpfFsTableStorage
Dshared_table.cc92 unique_ptr<TableStorageIteratorImpl> SharedTableStorage::lower_bound(const string &k) { in lower_bound() function in ebpf::SharedTableStorage
Dtable_storage.cc63 TableStorage::iterator TableStorage::lower_bound(const Path &p) { in lower_bound() function in ebpf::TableStorage
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dperformance-inefficient-algorithm.cpp60 FwIt lower_bound(FwIt, FwIt end, const K &) { return end; } in lower_bound() function
63 FwIt lower_bound(FwIt, FwIt end, const K &, Ord) { return end; } in lower_bound() function
/external/google-breakpad/src/processor/
Dstatic_map-inl.h83 StaticMap<Key, Value, Compare>::lower_bound(const Key &key) const { in lower_bound() function
/external/llvm-project/lldb/source/Plugins/Process/POSIX/
DCrashReason.cpp24 void AppendBounds(std::string &str, lldb::addr_t lower_bound, in AppendBounds()
/external/rust/crates/quiche/deps/boringssl/src/crypto/bytestring/
Dunicode.c50 uint32_t v, lower_bound; in cbs_get_utf8() local
/external/ltp/testcases/kernel/sched/eas/
Dsched_cfs_prio.c59 long long lower_bound, lower_bound_pct, lower_bound_us; in check_bounds() local
/external/boringssl/src/crypto/bytestring/
Dunicode.c50 uint32_t v, lower_bound; in cbs_get_utf8() local
/external/tensorflow/tensorflow/compiler/mlir/tfr/passes/
Dcanonicalize.cc54 APInt lower_bound, upper_bound, step; in matchAndRewrite() local
/external/openscreen/cast/standalone_sender/
Dstreaming_opus_encoder.cc190 const Clock::time_point lower_bound = in ResolveTimestampsAndMaybeSkip() local
/external/pigweed/pw_containers/public/pw_containers/
Dflat_map.h79 constexpr const_iterator lower_bound(const key_type& key) const { in lower_bound() function
/external/rust/crates/grpcio-sys/grpc/src/core/lib/debug/
Dstats.cc103 double lower_bound; in threshold_for_count_below() local
/external/grpc-grpc/src/core/lib/debug/
Dstats.cc98 double lower_bound; in threshold_for_count_below() local
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_dependence_helpers.cpp148 SENode* lower_bound = GetLowerBound(loop); in IsProvablyOutsideOfLoopBounds() local
399 SENode* lower_bound = GetLowerBound(loop); in GetConstantTerm() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dloop_dependence_helpers.cpp148 SENode* lower_bound = GetLowerBound(loop); in IsProvablyOutsideOfLoopBounds() local
399 SENode* lower_bound = GetLowerBound(loop); in GetConstantTerm() local

1234