/external/libcxx/test/std/containers/associative/map/map.ops/ |
D | upper_bound.pass.cpp | 43 R r = m.upper_bound(5); in main() 45 r = m.upper_bound(7); in main() 47 r = m.upper_bound(9); in main() 49 r = m.upper_bound(11); in main() 51 r = m.upper_bound(13); in main() 53 r = m.upper_bound(15); in main() 55 r = m.upper_bound(17); in main() 57 r = m.upper_bound(19); in main() 59 r = m.upper_bound(4); in main() 61 r = m.upper_bound(6); in main() [all …]
|
D | upper_bound0.pass.cpp | 33 M().upper_bound(C2Int{5}); in main()
|
D | upper_bound3.fail.cpp | 37 M().upper_bound(C2Int{5}); in main()
|
/external/libcxx/test/std/containers/associative/set/ |
D | upper_bound.pass.cpp | 43 R r = m.upper_bound(5); in main() 45 r = m.upper_bound(7); in main() 47 r = m.upper_bound(9); in main() 49 r = m.upper_bound(11); in main() 51 r = m.upper_bound(13); in main() 53 r = m.upper_bound(15); in main() 55 r = m.upper_bound(17); in main() 57 r = m.upper_bound(19); in main() 59 r = m.upper_bound(4); in main() 61 r = m.upper_bound(6); in main() [all …]
|
/external/libcxx/test/std/containers/associative/multimap/multimap.ops/ |
D | upper_bound.pass.cpp | 45 R r = m.upper_bound(4); in main() 47 r = m.upper_bound(5); in main() 49 r = m.upper_bound(6); in main() 51 r = m.upper_bound(7); in main() 53 r = m.upper_bound(8); in main() 55 r = m.upper_bound(9); in main() 57 r = m.upper_bound(10); in main() 75 R r = m.upper_bound(4); in main() 77 r = m.upper_bound(5); in main() 79 r = m.upper_bound(6); in main() [all …]
|
D | upper_bound0.pass.cpp | 33 M().upper_bound(C2Int{5}); in main()
|
D | upper_bound1.fail.cpp | 37 M().upper_bound(C2Int{5}); in main()
|
/external/libcxx/test/std/containers/associative/multiset/ |
D | upper_bound.pass.cpp | 44 R r = m.upper_bound(4); in main() 46 r = m.upper_bound(5); in main() 48 r = m.upper_bound(6); in main() 50 r = m.upper_bound(7); in main() 52 r = m.upper_bound(8); in main() 54 r = m.upper_bound(9); in main() 56 r = m.upper_bound(11); in main() 74 R r = m.upper_bound(4); in main() 76 r = m.upper_bound(5); in main() 78 r = m.upper_bound(6); in main() [all …]
|
/external/dhcpcd-6.8.2/compat/ |
D | arc4random_uniform.c | 35 arc4random_uniform(uint32_t upper_bound) in arc4random_uniform() argument 39 if (upper_bound < 2) in arc4random_uniform() 43 min = -upper_bound % upper_bound; in arc4random_uniform() 55 return r % upper_bound; in arc4random_uniform()
|
/external/webrtc/webrtc/voice_engine/test/auto_test/ |
D | voe_output_test.cc | 36 OutputTest(int16_t lower_bound, int16_t upper_bound); 43 void SetOutputBound(int16_t lower_bound, int16_t upper_bound); 53 VoEOutputCheckMediaProcess(int16_t lower_bound, int16_t upper_bound); 75 OutputTest::OutputTest(int16_t lower_bound, int16_t upper_bound) in OutputTest() argument 76 : output_checker_(lower_bound, upper_bound) { in OutputTest() 143 int16_t lower_bound, int16_t upper_bound) in VoEOutputCheckMediaProcess() argument 146 upper_bound_(upper_bound) {} in VoEOutputCheckMediaProcess()
|
/external/libevent/ |
D | arc4random.c | 522 arc4random_uniform(unsigned int upper_bound) in arc4random_uniform() argument 526 if (upper_bound < 2) in arc4random_uniform() 530 min = 0x100000000UL % upper_bound; in arc4random_uniform() 533 if (upper_bound > 0x80000000) in arc4random_uniform() 534 min = 1 + ~upper_bound; /* 2**32 - upper_bound */ in arc4random_uniform() 537 min = ((0xffffffff - (upper_bound * 2)) + 1) % upper_bound; in arc4random_uniform() 553 return r % upper_bound; in arc4random_uniform()
|
/external/autotest/server/tests/netpipe/ |
D | control.srv | 16 upper_bound - Specify the upper boundary to the size of message being tested. 31 upper_bound = 1048576 36 upper_bound=upper_bound, variance=variance)
|
D | netpipe.py | 7 def run_once(self, pair, buffer, upper_bound, variance): argument 43 buffer, upper_bound, variance, 46 buffer, upper_bound, variance,
|
D | control.stress.srv | 18 upper_bound - Specify the upper boundary to the size of message being tested. 42 upper_bound = 1048576 50 upper_bound=upper_bound, variance=variance)
|
/external/jemalloc/src/ |
D | quarantine.c | 18 size_t upper_bound); 109 quarantine_drain(tsdn_t *tsdn, quarantine_t *quarantine, size_t upper_bound) in quarantine_drain() argument 112 while (quarantine->curbytes > upper_bound && quarantine->curobjs > 0) in quarantine_drain() 134 size_t upper_bound = (opt_quarantine >= usize) ? opt_quarantine in quarantine() local 136 quarantine_drain(tsd_tsdn(tsd), quarantine, upper_bound); in quarantine()
|
/external/openssh/openbsd-compat/ |
D | arc4random.c | 282 arc4random_uniform(u_int32_t upper_bound) in arc4random_uniform() argument 286 if (upper_bound < 2) in arc4random_uniform() 290 min = -upper_bound % upper_bound; in arc4random_uniform() 304 return r % upper_bound; in arc4random_uniform()
|
/external/autotest/client/tests/netpipe/ |
D | netpipe.py | 35 buffer_size=None, upper_bound=None, argument 45 if upper_bound: 46 args += '-u %d ' % upper_bound
|
/external/autotest/server/site_tests/firmware_ECThermal/ |
D | firmware_ECThermal.py | 373 upper_bound = self._thermal_setting[sensor_type][3] 376 upper_bound = self.INT_MAX 379 upper_bound = self._thermal_setting[sensor_type][idx + 3] 383 logging.info(" Expecting %d - %d C", lower_bound, upper_bound) 384 if temp_reading > upper_bound:
|
/external/autotest/client/tests/npb/ |
D | npb.py | 122 upper_bound = full_thrds * (1 + ratio) 125 logging.debug('Upper bound: %s', upper_bound) 128 violates_upper_bound = time_ratio > upper_bound
|
/external/toolchain-utils/bestflags/ |
D | testing_batch.py | 259 def _GenerateTestFlags(num_flags, upper_bound, file_name): argument 272 upper_bound = int(upper_bound) 274 output_file.write('%s=[1-%d]\n' % (i, upper_bound))
|
/external/autotest/client/site_tests/hardware_EC/ |
D | hardware_EC.py | 57 upper_bound = target_fanspeed + fan_rpm_error_margin 58 if not (lower_bound <= current_reading <= upper_bound):
|
/external/libcxx/include/ |
D | set | 153 iterator upper_bound(const key_type& k); 154 const_iterator upper_bound(const key_type& k) const; 156 iterator upper_bound(const K& x); // C++14 158 const_iterator upper_bound(const K& x) const; // C++14 333 iterator upper_bound(const key_type& k); 334 const_iterator upper_bound(const key_type& k) const; 336 iterator upper_bound(const K& x); // C++14 338 const_iterator upper_bound(const K& x) const; // C++14 696 iterator upper_bound(const key_type& __k) 697 {return __tree_.upper_bound(__k);} [all …]
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/ |
D | send_time_history.cc | 73 auto it = history_.upper_bound(oldest_sequence_number_); in UpdateOldestSequenceNumber() 80 it = history_.upper_bound(0); in UpdateOldestSequenceNumber()
|
/external/v8/src/heap/ |
D | slot-set.h | 483 std::map<uint32_t, uint32_t>::iterator upper_bound = in RemoveInvaldSlots() local 484 invalid_ranges.upper_bound(host_offset); in RemoveInvaldSlots() 485 if (upper_bound == invalid_ranges.begin()) continue; in RemoveInvaldSlots() 488 upper_bound--; in RemoveInvaldSlots() 489 DCHECK_LE(upper_bound->first, host_offset); in RemoveInvaldSlots() 490 if (upper_bound->second > host_offset) { in RemoveInvaldSlots()
|
/external/pdfium/fpdfsdk/ |
D | fpdf_dataavail_embeddertest.cpp | 75 auto start_it = available_ranges_.upper_bound(range); in SetDataAvailable() 81 auto end_it = available_ranges_.upper_bound( in SetDataAvailable() 101 auto it = available_ranges_.upper_bound(range); in CheckDataAlreadyAvailable()
|