Home
last modified time | relevance | path

Searched defs:upper_bound (Results 1 – 25 of 110) sorted by relevance

12345

/external/openscreen/discovery/mdns/
Dmdns_random_unittest.cc19 constexpr std::chrono::milliseconds upper_bound{120}; in TEST() local
30 constexpr double upper_bound = 0.02; in TEST() local
41 constexpr std::chrono::milliseconds upper_bound{120}; in TEST() local
52 constexpr std::chrono::milliseconds upper_bound{500}; in TEST() local
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/serialization/
Dtake_while_dataset_serialization_test.py34 def _build_dataset(self, num_elements, upper_bound): argument
42 def testCore(self, num_elements, upper_bound): argument
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/time/
Dclock_test.cc53 absl::Duration upper_bound, absl::Duration timeout, in SleepForBounded()
90 const absl::Duration upper_bound = d + late; in AssertSleepForBounded() local
/external/abseil-cpp/absl/time/
Dclock_test.cc53 absl::Duration upper_bound, absl::Duration timeout, in SleepForBounded()
90 const absl::Duration upper_bound = d + late; in AssertSleepForBounded() local
/external/openscreen/third_party/abseil/src/absl/time/
Dclock_test.cc53 absl::Duration upper_bound, absl::Duration timeout, in SleepForBounded()
90 const absl::Duration upper_bound = d + late; in AssertSleepForBounded() local
/external/libtextclassifier/abseil-cpp/absl/time/
Dclock_test.cc53 absl::Duration upper_bound, absl::Duration timeout, in SleepForBounded()
90 const absl::Duration upper_bound = d + late; in AssertSleepForBounded() local
/external/webrtc/third_party/abseil-cpp/absl/time/
Dclock_test.cc53 absl::Duration upper_bound, absl::Duration timeout, in SleepForBounded()
90 const absl::Duration upper_bound = d + late; in AssertSleepForBounded() local
/external/angle/third_party/abseil-cpp/absl/time/
Dclock_test.cc53 absl::Duration upper_bound, absl::Duration timeout, in SleepForBounded()
90 const absl::Duration upper_bound = d + late; in AssertSleepForBounded() local
/external/autotest/server/tests/netpipe/
Dnetpipe.py7 def run_once(self, pair, buffer, upper_bound, variance): argument
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_dependence_helpers.cpp93 SENode* upper_bound = scalar_evolution_.SimplifyExpression( in GetUpperBound() local
103 SENode* upper_bound = in GetUpperBound() local
114 SENode* upper_bound = scalar_evolution_.SimplifyExpression( in GetUpperBound() local
149 SENode* upper_bound = GetUpperBound(loop); in IsProvablyOutsideOfLoopBounds() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dloop_dependence_helpers.cpp93 SENode* upper_bound = scalar_evolution_.SimplifyExpression( in GetUpperBound() local
103 SENode* upper_bound = in GetUpperBound() local
114 SENode* upper_bound = scalar_evolution_.SimplifyExpression( in GetUpperBound() local
149 SENode* upper_bound = GetUpperBound(loop); in IsProvablyOutsideOfLoopBounds() local
/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_dependence_helpers.cpp93 SENode* upper_bound = scalar_evolution_.SimplifyExpression( in GetUpperBound() local
103 SENode* upper_bound = in GetUpperBound() local
114 SENode* upper_bound = scalar_evolution_.SimplifyExpression( in GetUpperBound() local
149 SENode* upper_bound = GetUpperBound(loop); in IsProvablyOutsideOfLoopBounds() local
/external/catch2/include/internal/benchmark/
Dcatch_estimate.hpp20 Duration upper_bound; member
/external/bcc/src/cc/
Dbpffs_table.cc62 unique_ptr<TableStorageIteratorImpl> BpfFsTableStorage::upper_bound(const string &k) { in upper_bound() function in ebpf::BpfFsTableStorage
Dshared_table.cc95 unique_ptr<TableStorageIteratorImpl> SharedTableStorage::upper_bound(const string &k) { in upper_bound() function in ebpf::SharedTableStorage
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
Dtake_while_test.py68 def testTakeWhileDatasetRange(self, num_elements, upper_bound, out_of_bounds): argument
/external/google-breakpad/src/processor/
Dstatic_map-inl.h104 StaticMap<Key, Value, Compare>::upper_bound(const Key &key) const { in upper_bound() function
/external/autotest/client/tests/netpipe/
Dnetpipe.py35 buffer_size=None, upper_bound=None, argument
/external/grpc-grpc/src/php/ext/grpc/
Dchannel.h65 int upper_bound; member
/external/llvm-project/lldb/source/Plugins/Process/POSIX/
DCrashReason.cpp25 lldb::addr_t upper_bound, lldb::addr_t addr) { in AppendBounds()
/external/ltp/testcases/kernel/sched/eas/
Dsched_cfs_prio.c60 long long upper_bound, upper_bound_pct, upper_bound_us; in check_bounds() local
/external/tensorflow/tensorflow/compiler/mlir/tfr/passes/
Dcanonicalize.cc54 APInt lower_bound, upper_bound, step; in matchAndRewrite() local
/external/pigweed/pw_containers/public/pw_containers/
Dflat_map.h86 constexpr const_iterator upper_bound(const key_type& key) const { in upper_bound() function
/external/toolchain-utils/bestflags/
Dtesting_batch.py259 def _GenerateTestFlags(num_flags, upper_bound, file_name): argument
/external/rust/crates/grpcio-sys/grpc/src/core/lib/debug/
Dstats.cc104 double upper_bound; in threshold_for_count_below() local

12345