Searched
full:operator (Results
2201 -
2225 of
6015) sorted by null
<<81828384858687888990>>
/ndk/tests/device/test-gnustl-full/unit/ |
partition_test.cpp | 35 bool operator() (int a_) const { 45 less_n& operator = (less_n const&);
|
swap_test.cpp | 74 Obj& operator =( const Obj& ) 113 // either copy constructor or assignment operator
|
/ndk/tests/device/test-stlport/unit/ |
bind_test.cpp | 39 int operator()(int incr, int& val) const 45 int operator()(int& val, int incr) const
|
find_test.cpp | 55 /* This operator should rather be global and commutative 58 bool operator == (int d) const
|
partition_test.cpp | 35 bool operator() (int a_) const { 45 less_n& operator = (less_n const&);
|
swap_test.cpp | 74 Obj& operator =( const Obj& ) 113 // either copy constructor or assignment operator
|
/packages/apps/Settings/tests/ |
AndroidManifest.xml | 33 <activity android:name="Operator" android:label="Operator Hook Test" >
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
array_allocator.h | 142 operator==(const array_allocator<_Tp, _Array>&, 148 operator!=(const array_allocator<_Tp, _Array>&,
|
debug_allocator.h | 57 * - all allocation calls operator new 58 * - all deallocation calls operator delete
|
malloc_allocator.h | 124 operator==(const malloc_allocator<_Tp>&, const malloc_allocator<_Tp>&) 129 operator!=(const malloc_allocator<_Tp>&, const malloc_allocator<_Tp>&)
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/rc_binomial_heap_/ |
insert_fn_imps.hpp | 57 if (base_type::m_p_max == NULL || Cmp_Fn::operator()(base_type::m_p_max->m_value, r_val)) 101 if (Cmp_Fn::operator()(p_nd->m_value, p_next->m_value))
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/splay_tree_/ |
insert_fn_imps.hpp | 68 if (!Cmp_Fn::operator()(PB_DS_V2F(p_nd->m_value), PB_DS_V2F(r_value))) 70 if (!Cmp_Fn::operator()(PB_DS_V2F(r_value), PB_DS_V2F(p_nd->m_value)))
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/unordered_iterator/ |
const_iterator.hpp | 82 operator++() 91 operator++(int)
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
multiway_merge.h | 67 operator<(guarded_iterator<RandomAccessIterator, Comparator>& bi1, 72 operator<=(guarded_iterator<RandomAccessIterator, Comparator>& bi1, 107 /** @brief Pre-increment operator. 110 operator++() 116 /** @brief Dereference operator. 119 operator*() 124 operator RandomAccessIterator() 128 operator< <RandomAccessIterator, Comparator>( 133 operator<= <RandomAccessIterator, Comparator>( 144 operator<(guarded_iterator<RandomAccessIterator, Comparator>& bi1 [all...] |
par_loop.h | 91 ::operator new(num_threads * sizeof(Result))); 98 Result* reduct = static_cast<Result*>(::operator new(sizeof(Result)));
|
random_number.h | 93 operator()() 99 operator()(uint64 local_supremum)
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
array_allocator.h | 142 operator==(const array_allocator<_Tp, _Array>&, 148 operator!=(const array_allocator<_Tp, _Array>&,
|
debug_allocator.h | 57 * - all allocation calls operator new 58 * - all deallocation calls operator delete
|
malloc_allocator.h | 124 operator==(const malloc_allocator<_Tp>&, const malloc_allocator<_Tp>&) 129 operator!=(const malloc_allocator<_Tp>&, const malloc_allocator<_Tp>&)
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rc_binomial_heap_/ |
insert_fn_imps.hpp | 57 if (base_type::m_p_max == NULL || Cmp_Fn::operator()(base_type::m_p_max->m_value, r_val)) 101 if (Cmp_Fn::operator()(p_nd->m_value, p_next->m_value))
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/splay_tree_/ |
insert_fn_imps.hpp | 68 if (!Cmp_Fn::operator()(PB_DS_V2F(p_nd->m_value), PB_DS_V2F(r_value))) 70 if (!Cmp_Fn::operator()(PB_DS_V2F(r_value), PB_DS_V2F(p_nd->m_value)))
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/unordered_iterator/ |
const_iterator.hpp | 82 operator++() 91 operator++(int)
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_complex.c | 92 operator<<(basic_ostream<_CharT, _Traits>& __os, const complex<_Tp>& __z) { function 107 operator>>(basic_istream<_CharT, _Traits>& __is, complex<_Tp>& __z) { function
|
_hash_set.h | 452 operator=(const typename _Container::value_type& __val) { 456 insert_iterator<_Container>& operator*() { return *this; } 457 insert_iterator<_Container>& operator++() { return *this; } 458 insert_iterator<_Container>& operator++(int) { return *this; } 479 operator=(const typename _Container::value_type& __val) { 483 insert_iterator<_Container>& operator*() { return *this; } 484 insert_iterator<_Container>& operator++() { return *this; } 485 insert_iterator<_Container>& operator++(int) { return *this; }
|
_iostream_string.h | 111 _Self& operator=(const _CharT* __s) { 112 _Base::operator=(__s);
|
Completed in 629 milliseconds
<<81828384858687888990>>