OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:upper_bound
(Results
176 - 200
of
240
) sorted by null
1
2
3
4
5
6
7
8
9
10
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/
set.h
380
upper_bound
(const key_type& __x)
function in class:__debug::set
381
{ return iterator(_Base::
upper_bound
(__x), this); }
386
upper_bound
(const key_type& __x) const
function in class:__debug::set
387
{ return const_iterator(_Base::
upper_bound
(__x), this); }
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/
map.h
443
upper_bound
(const key_type& __x)
function in class:__profile::map
446
return iterator(_Base::
upper_bound
(__x));
450
upper_bound
(const key_type& __x) const
function in class:__profile::map
453
return const_iterator(_Base::
upper_bound
(__x));
multimap.h
322
upper_bound
(const key_type& __x)
function in class:__profile::multimap
323
{ return iterator(_Base::
upper_bound
(__x)); }
326
upper_bound
(const key_type& __x) const
function in class:__profile::multimap
327
{ return const_iterator(_Base::
upper_bound
(__x)); }
multiset.h
309
upper_bound
(const key_type& __x)
function in class:__profile::multiset
310
{ return iterator(_Base::
upper_bound
(__x)); }
315
upper_bound
(const key_type& __x) const
function in class:__profile::multiset
316
{ return const_iterator(_Base::
upper_bound
(__x)); }
/external/chromium/testing/gmock/src/
gmock-spec-builders.cc
193
const int
upper_bound
= cardinality().ConservativeUpperBound();
local
197
if (action_count >
upper_bound
||
198
(action_count ==
upper_bound
&& repeated_action_specified_)) {
/external/chromium_org/chromeos/network/onc/
onc_validator.cc
334
int
upper_bound
) {
337
(lower_bound <= actual_value && actual_value <=
upper_bound
)) {
344
<< ", " <<
upper_bound
<< "] (boundaries inclusive)";
local
530
// In case of missing type, choose higher
upper_bound
.
531
int
upper_bound
= (type == kIPv4) ? 32 : 128;
local
533
*result, kRoutingPrefix, lower_bound,
upper_bound
)) {
/external/stlport/stlport/stl/pointers/
_set.h
278
iterator
upper_bound
(const _KT& __x)
function in class:set
279
{ return _S_to_value_ite(_M_t.
upper_bound
(cast_traits::to_storage_type_crefT(__x))); }
281
const_iterator
upper_bound
(const _KT& __x) const
function in class:set
282
{ return _S_to_value_ite(_M_t.
upper_bound
(cast_traits::to_storage_type_crefT(__x))); }
533
iterator
upper_bound
(const _KT& __x)
function in class:multiset
534
{ return _S_to_value_ite(_M_t.
upper_bound
(cast_traits::to_storage_type_crefT(__x))); }
536
const_iterator
upper_bound
(const _KT& __x) const
function in class:multiset
537
{ return _S_to_value_ite(_M_t.
upper_bound
(cast_traits::to_storage_type_crefT(__x))); }
/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_set.h
278
iterator
upper_bound
(const _KT& __x)
function in class:set
279
{ return _S_to_value_ite(_M_t.
upper_bound
(cast_traits::to_storage_type_crefT(__x))); }
281
const_iterator
upper_bound
(const _KT& __x) const
function in class:set
282
{ return _S_to_value_ite(_M_t.
upper_bound
(cast_traits::to_storage_type_crefT(__x))); }
533
iterator
upper_bound
(const _KT& __x)
function in class:multiset
534
{ return _S_to_value_ite(_M_t.
upper_bound
(cast_traits::to_storage_type_crefT(__x))); }
536
const_iterator
upper_bound
(const _KT& __x) const
function in class:multiset
537
{ return _S_to_value_ite(_M_t.
upper_bound
(cast_traits::to_storage_type_crefT(__x))); }
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/ov_tree_map_/
ov_tree_map_.hpp
293
upper_bound
(const_key_reference r_key)
function in class:__gnu_pbds::detail::PB_DS_OV_TREE_CLASS_NAME
307
upper_bound
(const_key_reference r_key) const
function in class:__gnu_pbds::detail::PB_DS_OV_TREE_CLASS_NAME
308
{ return const_cast<PB_DS_CLASS_C_DEC&>(*this).
upper_bound
(r_key); }
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/ov_tree_map_/
ov_tree_map_.hpp
293
upper_bound
(const_key_reference r_key)
function in class:__gnu_pbds::detail::PB_DS_OV_TREE_CLASS_NAME
307
upper_bound
(const_key_reference r_key) const
function in class:__gnu_pbds::detail::PB_DS_OV_TREE_CLASS_NAME
308
{ return const_cast<PB_DS_CLASS_C_DEC&>(*this).
upper_bound
(r_key); }
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/ov_tree_map_/
ov_tree_map_.hpp
293
upper_bound
(const_key_reference r_key)
function in class:__gnu_pbds::detail::PB_DS_OV_TREE_CLASS_NAME
307
upper_bound
(const_key_reference r_key) const
function in class:__gnu_pbds::detail::PB_DS_OV_TREE_CLASS_NAME
308
{ return const_cast<PB_DS_CLASS_C_DEC&>(*this).
upper_bound
(r_key); }
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
ov_tree_map_.hpp
293
upper_bound
(const_key_reference r_key)
function in class:__gnu_pbds::detail::PB_DS_OV_TREE_CLASS_NAME
307
upper_bound
(const_key_reference r_key) const
function in class:__gnu_pbds::detail::PB_DS_OV_TREE_CLASS_NAME
308
{ return const_cast<PB_DS_CLASS_C_DEC&>(*this).
upper_bound
(r_key); }
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/pointers/
_set.h
278
iterator
upper_bound
(const _KT& __x)
function in class:set
279
{ return _S_to_value_ite(_M_t.
upper_bound
(cast_traits::to_storage_type_crefT(__x))); }
281
const_iterator
upper_bound
(const _KT& __x) const
function in class:set
282
{ return _S_to_value_ite(_M_t.
upper_bound
(cast_traits::to_storage_type_crefT(__x))); }
533
iterator
upper_bound
(const _KT& __x)
function in class:multiset
534
{ return _S_to_value_ite(_M_t.
upper_bound
(cast_traits::to_storage_type_crefT(__x))); }
536
const_iterator
upper_bound
(const _KT& __x) const
function in class:multiset
537
{ return _S_to_value_ite(_M_t.
upper_bound
(cast_traits::to_storage_type_crefT(__x))); }
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
ov_tree_map_.hpp
293
upper_bound
(const_key_reference r_key)
function in class:__gnu_pbds::detail::PB_DS_OV_TREE_CLASS_NAME
307
upper_bound
(const_key_reference r_key) const
function in class:__gnu_pbds::detail::PB_DS_OV_TREE_CLASS_NAME
308
{ return const_cast<PB_DS_CLASS_C_DEC&>(*this).
upper_bound
(r_key); }
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/pointers/
_set.h
278
iterator
upper_bound
(const _KT& __x)
function in class:set
279
{ return _S_to_value_ite(_M_t.
upper_bound
(cast_traits::to_storage_type_crefT(__x))); }
281
const_iterator
upper_bound
(const _KT& __x) const
function in class:set
282
{ return _S_to_value_ite(_M_t.
upper_bound
(cast_traits::to_storage_type_crefT(__x))); }
533
iterator
upper_bound
(const _KT& __x)
function in class:multiset
534
{ return _S_to_value_ite(_M_t.
upper_bound
(cast_traits::to_storage_type_crefT(__x))); }
536
const_iterator
upper_bound
(const _KT& __x) const
function in class:multiset
537
{ return _S_to_value_ite(_M_t.
upper_bound
(cast_traits::to_storage_type_crefT(__x))); }
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
ov_tree_map_.hpp
293
upper_bound
(const_key_reference r_key)
function in class:__gnu_pbds::detail::PB_DS_OV_TREE_CLASS_NAME
307
upper_bound
(const_key_reference r_key) const
function in class:__gnu_pbds::detail::PB_DS_OV_TREE_CLASS_NAME
308
{ return const_cast<PB_DS_CLASS_C_DEC&>(*this).
upper_bound
(r_key); }
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/pointers/
_set.h
278
iterator
upper_bound
(const _KT& __x)
function in class:set
279
{ return _S_to_value_ite(_M_t.
upper_bound
(cast_traits::to_storage_type_crefT(__x))); }
281
const_iterator
upper_bound
(const _KT& __x) const
function in class:set
282
{ return _S_to_value_ite(_M_t.
upper_bound
(cast_traits::to_storage_type_crefT(__x))); }
533
iterator
upper_bound
(const _KT& __x)
function in class:multiset
534
{ return _S_to_value_ite(_M_t.
upper_bound
(cast_traits::to_storage_type_crefT(__x))); }
536
const_iterator
upper_bound
(const _KT& __x) const
function in class:multiset
537
{ return _S_to_value_ite(_M_t.
upper_bound
(cast_traits::to_storage_type_crefT(__x))); }
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/ov_tree_map_/
ov_tree_map_.hpp
293
upper_bound
(const_key_reference r_key)
function in class:__gnu_pbds::detail::PB_DS_OV_TREE_CLASS_NAME
307
upper_bound
(const_key_reference r_key) const
function in class:__gnu_pbds::detail::PB_DS_OV_TREE_CLASS_NAME
308
{ return const_cast<PB_DS_CLASS_C_DEC&>(*this).
upper_bound
(r_key); }
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/ov_tree_map_/
ov_tree_map_.hpp
293
upper_bound
(const_key_reference r_key)
function in class:__gnu_pbds::detail::PB_DS_OV_TREE_CLASS_NAME
307
upper_bound
(const_key_reference r_key) const
function in class:__gnu_pbds::detail::PB_DS_OV_TREE_CLASS_NAME
308
{ return const_cast<PB_DS_CLASS_C_DEC&>(*this).
upper_bound
(r_key); }
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/pointers/
_set.h
278
iterator
upper_bound
(const _KT& __x)
function in class:set
279
{ return _S_to_value_ite(_M_t.
upper_bound
(cast_traits::to_storage_type_crefT(__x))); }
281
const_iterator
upper_bound
(const _KT& __x) const
function in class:set
282
{ return _S_to_value_ite(_M_t.
upper_bound
(cast_traits::to_storage_type_crefT(__x))); }
533
iterator
upper_bound
(const _KT& __x)
function in class:multiset
534
{ return _S_to_value_ite(_M_t.
upper_bound
(cast_traits::to_storage_type_crefT(__x))); }
536
const_iterator
upper_bound
(const _KT& __x) const
function in class:multiset
537
{ return _S_to_value_ite(_M_t.
upper_bound
(cast_traits::to_storage_type_crefT(__x))); }
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/pointers/
_set.h
278
iterator
upper_bound
(const _KT& __x)
function in class:set
279
{ return _S_to_value_ite(_M_t.
upper_bound
(cast_traits::to_storage_type_crefT(__x))); }
281
const_iterator
upper_bound
(const _KT& __x) const
function in class:set
282
{ return _S_to_value_ite(_M_t.
upper_bound
(cast_traits::to_storage_type_crefT(__x))); }
533
iterator
upper_bound
(const _KT& __x)
function in class:multiset
534
{ return _S_to_value_ite(_M_t.
upper_bound
(cast_traits::to_storage_type_crefT(__x))); }
536
const_iterator
upper_bound
(const _KT& __x) const
function in class:multiset
537
{ return _S_to_value_ite(_M_t.
upper_bound
(cast_traits::to_storage_type_crefT(__x))); }
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/ov_tree_map_/
ov_tree_map_.hpp
293
upper_bound
(const_key_reference r_key)
function in class:__gnu_pbds::detail::PB_DS_OV_TREE_CLASS_NAME
307
upper_bound
(const_key_reference r_key) const
function in class:__gnu_pbds::detail::PB_DS_OV_TREE_CLASS_NAME
308
{ return const_cast<PB_DS_CLASS_C_DEC&>(*this).
upper_bound
(r_key); }
/external/chromium_org/media/cast/test/
end2end_unittest.cc
177
const base::TimeTicks
upper_bound
= expected_audio_frame.record_time +
local
180
EXPECT_GE(
upper_bound
, playout_time)
181
<< "playout_time -
upper_bound
== "
182
<< (playout_time -
upper_bound
).InMicroseconds() << " usec";
293
const base::TimeDelta
upper_bound
= base::TimeDelta::FromMilliseconds(
local
296
EXPECT_GE(
upper_bound
, time_since_capture)
297
<< "time_since_capture -
upper_bound
== "
298
<< (time_since_capture -
upper_bound
).InMilliseconds() << " mS";
[
all
...]
/external/chromium_org/third_party/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc
398
int32_t
upper_bound
= b->last_glyph_index();
local
410
if (gid >
upper_bound
) {
451
int32_t
upper_bound
= b->last_glyph_index();
local
464
if (gid >
upper_bound
) {
/external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc
398
int32_t
upper_bound
= b->last_glyph_index();
local
410
if (gid >
upper_bound
) {
451
int32_t
upper_bound
= b->last_glyph_index();
local
464
if (gid >
upper_bound
) {
Completed in 1751 milliseconds
1
2
3
4
5
6
7
8
9
10