Searched
defs:operator (Results
426 -
450 of
6351) sorted by null
<<11121314151617181920>>
/external/oprofile/libpp/ |
symbol_functors.h | 19 bool operator()(sample_entry const * lhs, 24 bool operator()(symbol_entry const * lhs, 34 bool operator()(symbol_entry const & lhs,
|
/external/oprofile/libutil++/ |
glob_filter.cpp | 21 bool glob_filter::fnmatcher::operator()(string const & s)
|
/external/oprofile/libutil++/tests/ |
utility_tests.cpp | 24 void* operator new(size_t size) throw(bad_alloc) 30 void* operator new[](size_t size) throw(bad_alloc) 36 void operator delete(void * p) throw() 43 void operator delete[](void * p) throw()
|
/external/stlport/stlport/stl/ |
_string_io.h | 35 operator<<(basic_ostream<_CharT, _Traits>& __os, 42 operator<<(basic_ostream<_CharT, _Traits>& __os, 52 operator>>(basic_istream<_CharT, _Traits>& __is,
|
/external/stlport/test/eh/ |
bug.cpp | 9 bool operator()(int* x, int* y)
|
test_assign_op.h | 33 gTestController.SetCurrentTestName("assignment operator"); 36 void operator()( T& t ) const {
|
/external/v8/src/ |
smart-array-pointer.h | 57 inline T* operator->() const { return p_; } 59 // You can get the underlying pointer out with the * operator. 60 inline T* operator*() { return p_; } 63 inline T& operator[](size_t i) { 84 inline SmartArrayPointer& operator=(const SmartArrayPointer<T>& rhs) {
|
v8conversions.cc | 52 int operator*() const; 53 void operator++(); 54 bool operator==(EndMarker const&) const { return end_; } 55 bool operator!=(EndMarker const& m) const { return !end_; } 69 int StringInputBufferIterator::operator*() const { 74 void StringInputBufferIterator::operator++() {
|
/external/valgrind/main/massif/tests/ |
overloaded-new.cpp | 0 // operator new(unsigned) 2 // operator new[](unsigned) 3 // operator new(unsigned, std::nothrow_t const&) 4 // operator new[](unsigned, std::nothrow_t const&) 17 __attribute__((noinline)) void* operator new (std::size_t n) throw (std::bad_alloc) 22 __attribute__((noinline)) void* operator new (std::size_t n, std::nothrow_t const &) throw () 27 __attribute__((noinline)) void* operator new[] (std::size_t n) throw (std::bad_alloc) 32 __attribute__((noinline)) void* operator new[] (std::size_t n, std::nothrow_t const &) throw () 37 __attribute__((noinline)) void operator delete (void* p) 42 __attribute__((noinline)) void operator delete[] (void* p [all...] |
/external/webrtc/src/system_wrappers/source/ |
atomic32_posix.cc | 30 WebRtc_Word32 Atomic32::operator++() 35 WebRtc_Word32 Atomic32::operator--() 40 WebRtc_Word32 Atomic32::operator+=(WebRtc_Word32 value) 47 WebRtc_Word32 Atomic32::operator-=(WebRtc_Word32 value)
|
atomic32_win.cc | 33 WebRtc_Word32 Atomic32::operator++() 39 WebRtc_Word32 Atomic32::operator--() 45 WebRtc_Word32 Atomic32::operator+=(WebRtc_Word32 value) 51 WebRtc_Word32 Atomic32::operator-=(WebRtc_Word32 value)
|
/frameworks/rs/cpp/util/ |
StrongPointer.h | 38 inline bool operator _op_ (const sp<T>& o) const { \ 41 inline bool operator _op_ (const T* o) const { \ 45 inline bool operator _op_ (const sp<U>& o) const { \ 49 inline bool operator _op_ (const U* o) const { \ 52 inline bool operator _op_ (const wp<T>& o) const { \ 56 inline bool operator _op_ (const wp<U>& o) const { \ 77 sp& operator = (T* other); 78 sp& operator = (const sp<T>& other); 80 template<typename U> sp& operator = (const sp<U>& other); 81 template<typename U> sp& operator = (U* other) [all...] |
/frameworks/rs/server/ |
StrongPointer.h | 37 inline bool operator _op_ (const sp<T>& o) const { \ 40 inline bool operator _op_ (const T* o) const { \ 44 inline bool operator _op_ (const sp<U>& o) const { \ 48 inline bool operator _op_ (const U* o) const { \ 51 inline bool operator _op_ (const wp<T>& o) const { \ 55 inline bool operator _op_ (const wp<U>& o) const { \ 76 sp& operator = (T* other); 77 sp& operator = (const sp<T>& other); 79 template<typename U> sp& operator = (const sp<U>& other); 80 template<typename U> sp& operator = (U* other) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.partitions/ |
is_partitioned.pass.cpp | 23 bool operator()(const int& i) const {return i & 1;}
|
partition_point.pass.cpp | 23 bool operator()(const int& i) const {return i & 1;}
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.nth.element/ |
nth_element_comp.pass.cpp | 28 bool operator()(const P& x, const P& y)
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.sort/sort/ |
sort_comp.pass.cpp | 28 bool operator()(const P& x, const P& y)
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/ |
Emplaceable.h | 9 Emplaceable& operator=(const Emplaceable&); 19 Emplaceable& operator=(Emplaceable&& x) 24 bool operator==(const Emplaceable& x) const 26 bool operator<(const Emplaceable& x) const 38 std::size_t operator()(const Emplaceable& x) const {return x.get();}
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.elem/ |
index_tuple.pass.cpp | 16 // mapped_type& operator[](const key_type& k); 30 size_t operator()(const tuple<int,int>&) const {return 0;}
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits/ |
default.pass.cpp | 24 bool operator == (const A& x, const A& y) {return x.data_ == y.data_;}
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.bind/ |
nested.pass.cpp | 27 operator()(T a, T b) 37 operator()(T a)
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/ |
default02.fail.cpp | 24 void operator()(void*) {}
|
pointer02.fail.cpp | 23 void operator()(void*) {}
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/ |
default02.fail.cpp | 23 void operator()(void*) {}
|
pointer02.fail.cpp | 23 void operator()(void*) {}
|
Completed in 1397 milliseconds
<<11121314151617181920>>