Searched refs:upper_bound (Results 1 - 25 of 152) sorted by relevance

1234567

/external/libcxx/test/containers/associative/multiset/
H A Dupper_bound.pass.cpp14 // iterator upper_bound(const key_type& k);
15 // const_iterator upper_bound(const key_type& k) const;
43 R r = m.upper_bound(4);
45 r = m.upper_bound(5);
47 r = m.upper_bound(6);
49 r = m.upper_bound(7);
51 r = m.upper_bound(8);
53 r = m.upper_bound(9);
55 r = m.upper_bound(11);
73 R r = m.upper_bound(
[all...]
/external/libcxx/test/containers/associative/map/map.ops/
H A Dupper_bound.pass.cpp14 // iterator upper_bound(const key_type& k);
15 // const_iterator upper_bound(const key_type& k) const;
42 R r = m.upper_bound(5);
44 r = m.upper_bound(7);
46 r = m.upper_bound(9);
48 r = m.upper_bound(11);
50 r = m.upper_bound(13);
52 r = m.upper_bound(15);
54 r = m.upper_bound(17);
56 r = m.upper_bound(1
[all...]
H A DAndroid.mk31 test_name := containers/associative/map/map.ops/upper_bound
32 test_src := upper_bound.pass.cpp
/external/libcxx/test/containers/associative/set/
H A Dupper_bound.pass.cpp14 // iterator upper_bound(const key_type& k);
15 // const_iterator upper_bound(const key_type& k) const;
42 R r = m.upper_bound(5);
44 r = m.upper_bound(7);
46 r = m.upper_bound(9);
48 r = m.upper_bound(11);
50 r = m.upper_bound(13);
52 r = m.upper_bound(15);
54 r = m.upper_bound(17);
56 r = m.upper_bound(1
[all...]
/external/libcxx/test/containers/associative/multimap/multimap.ops/
H A Dupper_bound.pass.cpp14 // iterator upper_bound(const key_type& k);
15 // const_iterator upper_bound(const key_type& k) const;
43 R r = m.upper_bound(4);
45 r = m.upper_bound(5);
47 r = m.upper_bound(6);
49 r = m.upper_bound(7);
51 r = m.upper_bound(8);
53 r = m.upper_bound(9);
55 r = m.upper_bound(10);
73 R r = m.upper_bound(
[all...]
H A DAndroid.mk31 test_name := containers/associative/multimap/multimap.ops/upper_bound
32 test_src := upper_bound.pass.cpp
/external/chromium_org/media/cast/test/
H A Dfake_receiver_time_offset_estimator.cc29 base::TimeDelta* upper_bound) {
31 *upper_bound = offset_;
27 GetReceiverOffsetBounds( base::TimeDelta* lower_bound, base::TimeDelta* upper_bound) argument
H A Dfake_receiver_time_offset_estimator.h31 base::TimeDelta* upper_bound) OVERRIDE;
/external/chromium_org/media/base/
H A Dtime_delta_interpolator.cc47 base::TimeDelta upper_bound) {
48 DCHECK(lower_bound <= upper_bound);
52 upper_bound_ = std::max(base::TimeDelta(), upper_bound);
56 void TimeDeltaInterpolator::SetUpperBound(base::TimeDelta upper_bound) { argument
57 DCHECK(upper_bound != kNoTimestamp());
61 upper_bound_ = upper_bound;
46 SetBounds(base::TimeDelta lower_bound, base::TimeDelta upper_bound) argument
H A Dtime_delta_interpolator.h48 // |upper_bound| must be greater or equal to |lower_bound|.
50 // |upper_bound| is typically the media timestamp of the last audio frame
52 void SetBounds(base::TimeDelta lower_bound, base::TimeDelta upper_bound);
54 // Sets the upper bound used for interpolation. Note that if |upper_bound| is
56 // to GetInterpolatedTime() will return |upper_bound|.
57 void SetUpperBound(base::TimeDelta upper_bound);
/external/chromium_org/media/cast/logging/
H A Dreceiver_time_offset_estimator.h29 // If bounds are known, assigns |lower_bound| and |upper_bound| with the
33 base::TimeDelta* upper_bound) = 0;
H A Dreceiver_time_offset_estimator_impl_unittest.cc57 base::TimeDelta upper_bound; local
59 EXPECT_FALSE(estimator_.GetReceiverOffsetBounds(&lower_bound, &upper_bound));
82 EXPECT_FALSE(estimator_.GetReceiverOffsetBounds(&lower_bound, &upper_bound));
96 EXPECT_FALSE(estimator_.GetReceiverOffsetBounds(&lower_bound, &upper_bound));
103 EXPECT_TRUE(estimator_.GetReceiverOffsetBounds(&lower_bound, &upper_bound));
106 int64 upper_bound_ms = upper_bound.InMilliseconds();
120 base::TimeDelta upper_bound; local
122 EXPECT_FALSE(estimator_.GetReceiverOffsetBounds(&lower_bound, &upper_bound));
145 EXPECT_FALSE(estimator_.GetReceiverOffsetBounds(&lower_bound, &upper_bound));
155 EXPECT_FALSE(estimator_.GetReceiverOffsetBounds(&lower_bound, &upper_bound));
182 base::TimeDelta upper_bound; local
[all...]
H A Dreceiver_time_offset_estimator_impl.cc105 base::TimeDelta* upper_bound) {
110 *upper_bound = upper_bound_.bound();
114 if (upper_bound < lower_bound) {
115 lower_bound += (lower_bound - upper_bound) / 2;
116 upper_bound = lower_bound;
103 GetReceiverOffsetBounds( base::TimeDelta* lower_bound, base::TimeDelta* upper_bound) argument
/external/chromium_org/ui/gfx/
H A Dcolor_utils.cc156 const HSL& upper_bound) {
160 DCHECK(lower_bound.h < 0 || upper_bound.h < 0 ||
161 (lower_bound.h <= 1 && upper_bound.h <= lower_bound.h + 1))
163 << ", upper_bound.h: " << upper_bound.h;
164 DCHECK(lower_bound.s < 0 || upper_bound.s < 0 ||
165 (lower_bound.s <= upper_bound.s && upper_bound.s <= 1))
167 << ", upper_bound.s: " << upper_bound
154 IsWithinHSLRange(const HSL& hsl, const HSL& lower_bound, const HSL& upper_bound) argument
[all...]
H A Dcolor_analysis.h62 // |upper_bound| represents the maximum bound of HSL values to allow.
87 // |upper_bound|. Return that color.
93 const HSL& upper_bound,
96 // for |lower_bound|, |upper_bound| and |sampler|.
104 const HSL& upper_bound,
107 // for |lower_bound|, |upper_bound| and |sampler|.
/external/libcxx/test/algorithms/alg.sorting/alg.binary.search/upper.bound/
H A DAndroid.mk19 test_name := algorithms/alg.sorting/alg.binary.search/upper.bound/upper_bound
20 test_src := upper_bound.pass.cpp
/external/stlport/test/unit/
H A Dbound_test.cpp46 int location = upper_bound((int*)arr, (int*)arr + 20, 3) - arr;
56 int location = (upper_bound((char const**)str, (char const**)str + strCt, (const char *)"d", char_str_less) - str);
H A Dmultiset_test.cpp70 i = s.upper_bound(3);
80 ci = s.upper_bound(3);
93 ci = crs.upper_bound(3);
/external/jemalloc/src/
H A Dquarantine.c22 static void quarantine_drain(quarantine_t *quarantine, size_t upper_bound);
92 quarantine_drain(quarantine_t *quarantine, size_t upper_bound) argument
95 while (quarantine->curbytes > upper_bound && quarantine->curobjs > 0)
126 size_t upper_bound = (opt_quarantine >= usize) ? opt_quarantine local
128 quarantine_drain(quarantine, upper_bound);
/external/chromium_org/pdf/
H A Dchunk_stream.cc53 std::map<size_t, size_t>::iterator start = chunks_.upper_bound(offset);
59 std::map<size_t, size_t>::iterator end = chunks_.upper_bound(offset + size);
98 std::map<size_t, size_t>::const_iterator start = chunks_.upper_bound(offset);
105 chunks_.upper_bound(offset + size);
138 std::map<size_t, size_t>::const_iterator it = chunks_.upper_bound(offset);
156 std::map<size_t, size_t>::const_iterator it = chunks_.upper_bound(offset);
166 std::map<size_t, size_t>::const_iterator it = chunks_.upper_bound(offset);
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIECollection.cpp25 iterator insert_pos = upper_bound(m_dies.begin(), end_pos, die);
/external/lldb/source/Breakpoint/
H A DBreakpointSiteList.cpp209 BreakpointSiteList::FindInRange (lldb::addr_t lower_bound, lldb::addr_t upper_bound, BreakpointSiteList &bp_site_list) const argument
211 if (lower_bound > upper_bound)
218 || (*lower).first >= upper_bound)
233 upper = m_bp_site_list.upper_bound(upper_bound);
/external/chromium_org/sandbox/win/src/
H A Dpolicy_engine_opcodes.cc162 unsigned long upper_bound,
164 if (lower_bound > upper_bound) {
171 opcode->SetArgument(1, upper_bound);
184 unsigned long upper_bound = 0; local
186 opcode->GetArgument(1, &upper_bound);
187 return((lower_bound <= value) && (upper_bound >= value))?
160 MakeOpUlongMatchRange(int16 selected_param, unsigned long lower_bound, unsigned long upper_bound, uint32 options) argument
/external/ceres-solver/internal/ceres/
H A Dprogram.cc204 const double upper_bound = parameter_block->UpperBoundForParameter(j); local
206 upper_bound < std::numeric_limits<double>::max()) {
226 const double upper_bound = parameter_block->UpperBoundForParameter(j); local
227 if (parameters[j] < lower_bound || parameters[j] > upper_bound) {
234 parameters, size, j, lower_bound, parameters[j], upper_bound);
245 const double upper_bound = parameter_block->UpperBoundForParameter(j); local
246 if (lower_bound >= upper_bound) {
253 parameters, size, j, lower_bound, upper_bound);
/external/oprofile/libpp/
H A Dsample_container.cpp62 return samples.upper_bound(key);
94 iterator it2 = samples_by_loc.upper_bound(&upper);

Completed in 467 milliseconds

1234567