Searched defs:reference (Results 1 - 25 of 419) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/webrtc/src/modules/audio_processing/test/
H A Dunit_test.cc198 const webrtc::audioproc::Test::Statistic& reference) {
199 EXPECT_EQ(reference.instant(), test.instant);
200 EXPECT_EQ(reference.average(), test.average);
201 EXPECT_EQ(reference.maximum(), test.maximum);
202 EXPECT_EQ(reference.minimum(), test.minimum);
1185 webrtc::audioproc::Test::EchoMetrics reference = local
1188 reference.residual_echo_return_loss());
1190 reference.echo_return_loss());
1192 reference.echo_return_loss_enhancement());
1194 reference
197 TestStats(const AudioProcessing::Statistic& test, const webrtc::audioproc::Test::Statistic& reference) argument
[all...]
/external/stlport/stlport/stl/
H A D_alloc.h251 typedef _Tp& reference;
254 pointer address(reference __x) const {return &__x;}
262 typedef _Tp& reference;
280 typedef _Tp& reference; typedef in class:allocator
298 pointer address(reference __x) const {return &__x;}
H A D_bitset.h35 // returns a reference to a bit, again without doing any range checking.
359 struct reference;
360 friend struct reference;
362 // bit reference:
363 struct reference { struct in class:bitset
371 reference() {} function in struct:bitset::reference
373 reference( _Bitset& __b, size_t __pos ) { function in struct:bitset::reference
379 ~reference() {}
382 reference& operator=(bool __x) {
392 reference
[all...]
H A D_bvector.h170 typedef _Ref reference; typedef in struct:_Bit_iter
187 reference operator*() const {
227 reference operator[](difference_type __i) { return *(*this + __i); }
369 typedef _STLP_PRIV _Bit_reference reference; typedef in class:__BVECTOR_QUALIFIED
492 reference operator[](size_type __n)
502 reference at(size_type __n)
664 reference front() { return *begin(); }
666 reference back() { return *(end() - 1); }
H A D_deque.h165 typedef typename _Traits::reference reference; typedef in struct:_Deque_iterator
186 reference operator*() const {
220 reference operator[](difference_type __n) const { return *(*this + __n); }
411 typedef value_type& reference; typedef in class:deque
444 reference operator[](size_type __n)
453 reference at(size_type __n)
458 reference front() { return *this->_M_start; }
459 reference back() {
H A D_hash_map.h72 typedef typename _Ht::reference reference; typedef in class:hash_map
263 typedef typename _Ht::reference reference; typedef in class:hash_multimap
451 typedef void reference; typedef in class:insert_iterator
478 typedef void reference; typedef in class:insert_iterator
H A D_hash_set.h66 typedef typename _Ht::reference reference; typedef in class:hash_set
252 typedef typename _Ht::reference reference; typedef in class:hash_multiset
446 typedef void reference; typedef in class:insert_iterator
473 typedef void reference; typedef in class:insert_iterator
H A D_hashtable.h116 typedef typename _Traits::reference reference; typedef in struct:_Ht_iterator
129 reference operator*() const {
191 // Returns begining of primes list and size by reference.
242 typedef typename _NonConstTraits::reference reference; typedef in class:hashtable
494 //reference find_or_insert(const value_type& __obj);
585 reference _M_insert(const value_type& __obj);
H A D_istreambuf_iterator.h59 typedef const _CharT& reference; typedef in class:istreambuf_iterator
H A D_iterator.h52 typename iterator_traits<_Iterator>::reference> {
60 typedef typename iterator_traits<_Iterator>::reference reference; typedef in class:reverse_iterator
75 reference operator*() const {
109 reference operator[](difference_type __n) const { return *(*this + __n); }
H A D_iterator_base.h64 typedef _Reference reference; typedef in struct:iterator
73 typedef void reference; typedef in struct:iterator
82 //associated reference type so we consider that it is not a real reference.
94 # define _STLP_IS_REF_TYPE_REAL_REF(_It, _Tp) _STLP_STD::_IsRefType< _STLP_TYPENAME _STLP_STD::iterator_traits< _Tp >::reference >::_Ret()
153 typedef typename _Iterator::reference reference; typedef in struct:iterator_traits::iterator_traits
171 typedef const _Tp& reference; typedef in struct:iterator_traits::iterator_traits
180 typedef _Tp& reference; typedef in struct:iterator_traits::iterator_traits
190 typedef const _Tp& reference; typedef in struct:iterator_traits::iterator_traits
386 typedef const _Tp& reference; typedef in struct:iterator_traits::_Const_traits
395 typedef _Tp& reference; typedef in struct:iterator_traits::_Nonconst_traits
411 typedef const _Tp& reference; typedef in struct:iterator_traits::_Const_Const_traits
420 typedef const _Tp& reference; typedef in struct:iterator_traits::_Nonconst_Const_traits
[all...]
H A D_iterator_old.h79 typedef _Reference reference; typedef in class:reverse_bidirectional_iterator
173 typedef _Reference reference; typedef in class:reverse_iterator
H A D_list.h100 typedef typename _Traits::reference reference; typedef in struct:_List_iterator
118 reference operator*() const { return __STATIC_CAST(_Node*, this->_M_node)->_M_data; }
266 typedef value_type& reference; typedef in class:list
385 reference front() { return *begin(); }
387 reference back() { return *(--end()); }
460 //We use a temporary list to avoid the auto reference troubles (infinite loop)
492 //We use a temporary list to avoid the auto reference troubles (infinite loop)
H A D_map.h83 typedef typename _Rep_type::reference reference; typedef in class:map
276 typedef typename _Rep_type::reference reference; typedef in class:multimap
H A D_ostreambuf_iterator.h54 typedef void reference; typedef in class:ostreambuf_iterator
H A D_pthread_alloc.h104 typedef _Tp& reference; typedef in class:pthread_allocator
124 pointer address(reference __x) const { return &__x; }
285 typedef _Tp& reference; typedef in class:per_thread_allocator
307 pointer address(reference __x) const { return &__x; }
H A D_queue.h79 typedef typename _Sequence::reference reference; typedef in class:queue
96 reference front() { return c.front(); }
98 reference back() { return c.back(); }
163 typedef typename _Sequence::reference reference; typedef in class:priority_queue
H A D_raw_storage_iter.h51 typedef void reference; typedef in class:raw_storage_iterator
H A D_rope.h619 * adjust reference counts when these pointers are initialized
621 * the number of potentially expensive reference count
645 * that behaves almost like a reference. It's not possible to
646 * return an actual reference since assignment requires extra
668 // Don't preserve cache if the reference can outlive the
670 // a copy constructor or generating reference to a proxy
671 // reference. We declare the latter to have undefined semantics.
748 * Pointers from iterators are not included in reference counts.
886 typedef _CharT reference; // Really a value. Returning a reference typedef in class:_Rope_const_iterator
986 typedef _Rope_char_ref_proxy<_CharT,_Alloc> reference; typedef in class:_Rope_iterator
1099 typedef _Rope_char_ref_proxy<_CharT,_Alloc> reference; typedef in class:rope
[all...]
H A D_set.h71 typedef typename _Rep_type::reference reference; typedef in class:set
242 typedef typename _Rep_type::reference reference; typedef in class:multiset
H A D_slist.h84 typedef typename _Traits::reference reference; typedef in class:_Slist_iterator
102 reference operator*() const { return __STATIC_CAST(_Node*, this->_M_node)->_M_data; }
233 typedef value_type& reference; typedef in class:slist
437 reference front() { return *begin(); }
556 //We use a temporary slist to avoid the auto reference troubles (infinite loop)
593 //We use a temporary slist to avoid the auto reference troubles (infinite loop)
886 typedef void reference; typedef in class:insert_iterator
H A D_stack.h68 typedef typename _Sequence::reference reference; typedef in class:stack
84 reference top() { return c.back(); }
H A D_stream_iterator.h106 typedef const _Tp& reference; typedef in class:istream_iterator
111 reference operator*() const {
H A D_string.h63 * it does not perform reference-count or copy-on-write, and that
136 typedef value_type& reference; typedef in class:basic_string
434 reference operator[](size_type __n)
443 reference at(size_type __n) {

Completed in 788 milliseconds

1234567891011>>