/external/icu4c/test/intltest/ |
tchcfmt.cpp | 70 //Testing ==operator 76 errln("ERROR: ==operator failed\n"); 79 errln("ERROR: ==operator failed\n"); 290 it_logln("operator== tested."); 292 it_errln("*** operator=="); 296 it_logln("operator!= tested."); 298 it_errln("*** operator!="); 308 it_errln("*** ChoiceFormat clone or operator==, or operator!= ."); 317 it_logln("copy constructor and operator= tested.") [all...] |
/external/llvm/include/llvm/ADT/ |
SmallVector.h | 149 reference operator[](unsigned idx) { 153 const_reference operator[](unsigned idx) const { 529 &operator=(const SmallVectorImpl &RHS); 531 bool operator==(const SmallVectorImpl &RHS) const { 535 bool operator!=(const SmallVectorImpl &RHS) const { 539 bool operator<(const SmallVectorImpl &RHS) const { 606 operator=(const SmallVectorImpl<T> &RHS) { 701 SmallVectorImpl<T>::operator=(RHS); 704 const SmallVector &operator=(const SmallVector &RHS) { 705 SmallVectorImpl<T>::operator=(RHS) [all...] |
/external/stlport/test/unit/ |
unordered_test.cpp | 74 //And assignment operator 161 //Compilation check of the [] operator: 522 bool operator==(const Key&) const; 528 size_t operator () (Key key) const 531 size_t operator () (int data) const 537 bool operator () (Key lhs, Key rhs) const 540 bool operator () (Key lhs, int rhs) const 543 bool operator () (int lhs, Key rhs) const 549 size_t operator () (Key const volatile *key) const 552 size_t operator () (int data) cons [all...] |
/external/webkit/Source/WebCore/rendering/ |
RenderLayer.h | 135 // Overloaded new operator. 136 void* operator new(size_t, RenderArena*) throw(); 139 void operator delete(void*, size_t); 141 bool operator==(const ClipRects& other) const 152 ClipRects& operator=(const ClipRects& other) 165 // The normal operator new is disallowed on all render objects. 166 void* operator new(size_t) throw(); 466 // Overloaded new operator. Derived classes must override operator new 468 void* operator new(size_t, RenderArena*) throw() [all...] |
/ndk/tests/device/test-gnustl-full/unit/ |
unordered_test.cpp | 74 //And assignment operator 161 //Compilation check of the [] operator: 522 bool operator==(const Key&) const; 528 size_t operator () (Key key) const 531 size_t operator () (int data) const 537 bool operator () (Key lhs, Key rhs) const 540 bool operator () (Key lhs, int rhs) const 543 bool operator () (int lhs, Key rhs) const 549 size_t operator () (Key const volatile *key) const 552 size_t operator () (int data) cons [all...] |
/ndk/tests/device/test-stlport/unit/ |
unordered_test.cpp | 74 //And assignment operator 161 //Compilation check of the [] operator: 522 bool operator==(const Key&) const; 528 size_t operator () (Key key) const 531 size_t operator () (int data) const 537 bool operator () (Key lhs, Key rhs) const 540 bool operator () (Key lhs, int rhs) const 543 bool operator () (int lhs, Key rhs) const 549 size_t operator () (Key const volatile *key) const 552 size_t operator () (int data) cons [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
istream.tcc | 114 operator>>(short& __n) 134 operator>>(int& __n) 154 operator>>(__streambuf_type* __sbout) 853 operator>>(basic_istream<_CharT, _Traits>& __in, _CharT& __c) 885 operator>>(basic_istream<_CharT, _Traits>& __in, _CharT* __s) 973 extern template istream& operator>>(istream&, char&); 974 extern template istream& operator>>(istream&, char*); 975 extern template istream& operator>>(istream&, unsigned char&); 976 extern template istream& operator>>(istream&, signed char&); 977 extern template istream& operator>>(istream&, unsigned char*) [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
istream.tcc | 114 operator>>(short& __n) 134 operator>>(int& __n) 154 operator>>(__streambuf_type* __sbout) 853 operator>>(basic_istream<_CharT, _Traits>& __in, _CharT& __c) 885 operator>>(basic_istream<_CharT, _Traits>& __in, _CharT* __s) 973 extern template istream& operator>>(istream&, char&); 974 extern template istream& operator>>(istream&, char*); 975 extern template istream& operator>>(istream&, unsigned char&); 976 extern template istream& operator>>(istream&, signed char&); 977 extern template istream& operator>>(istream&, unsigned char*) [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
istream.tcc | 114 operator>>(short& __n) 134 operator>>(int& __n) 154 operator>>(__streambuf_type* __sbout) 853 operator>>(basic_istream<_CharT, _Traits>& __in, _CharT& __c) 885 operator>>(basic_istream<_CharT, _Traits>& __in, _CharT* __s) 973 extern template istream& operator>>(istream&, char&); 974 extern template istream& operator>>(istream&, char*); 975 extern template istream& operator>>(istream&, unsigned char&); 976 extern template istream& operator>>(istream&, signed char&); 977 extern template istream& operator>>(istream&, unsigned char*) [all...] |
/external/llvm/utils/TableGen/ |
CodeGenDAGPatterns.cpp | 574 bool RecordPtrCmp::operator()(const Record *LHS, const Record *RHS) const { [all...] |
/bootable/recovery/edify/ |
README | 33 - ";" is a binary operator; evaluating it just means to first evaluate 99 but the operator can be used anywhere. Its value is the value of
|
/device/samsung/crespo4g/ |
device.mk | 45 ro.cdma.home.operator.numeric=310120 \ 46 ro.cdma.home.operator.alpha=Sprint \
|
/external/chromium/app/sql/ |
connection_unittest.cc | 51 ASSERT_FALSE(!s); // Test ! operator for validity. 64 ASSERT_FALSE(!s); // Test ! operator for validity.
|
statement_unittest.cc | 73 EXPECT_FALSE(s); // bool conversion operator. 74 EXPECT_TRUE(!s); // ! operator.
|
/external/chromium/base/ |
hash_tables.h | 72 std::size_t operator()(integral_type value) const { \ 92 std::size_t operator()(const string_type& s) const { \
|
utf_offset_string_conversions.h | 64 void operator()(size_t& offset) { 93 void operator()(size_t& offset);
|
/external/chromium/chrome/browser/notifications/ |
notification_exceptions_table_model.cc | 20 bool operator<(const Entry& b) const; 132 bool NotificationExceptionsTableModel::Entry::operator<(
|
/external/chromium/chrome/browser/sync/syncable/ |
directory_manager.cc | 139 Directory* ScopedDirLookup::operator -> () const { 145 ScopedDirLookup::operator Directory* () const {
|
/external/chromium/chrome/browser/ui/webui/ |
sync_internals_ui_unittest.cc | 54 test_sync_internals_ui_buf_ = operator new(sizeof(TestSyncInternalsUI)); 64 operator delete(test_sync_internals_ui_buf_);
|
/external/chromium/googleurl/base/ |
basictypes.h | 82 // A macro to disallow the evil copy constructor and operator= functions 86 void operator=(const TypeName&)
|
/external/chromium/net/base/ |
host_cache.h | 48 bool operator==(const Key& other) const { 57 bool operator<(const Key& other) const {
|
ip_endpoint.cc | 119 bool IPEndPoint::operator<(const IPEndPoint& that) const { 130 bool IPEndPoint::operator==(const IPEndPoint& that) const {
|
/external/chromium/net/http/ |
http_response_info.h | 29 HttpResponseInfo& operator=(const HttpResponseInfo& rhs); 30 // Even though we could get away with the copy ctor and default operator=,
|
/external/chromium/sdch/open-vcdiff/src/google/ |
output_string.h | 97 // Making these private avoids implicit copy constructor & assignment operator 99 void operator=(const OutputString&);
|
/external/chromium/testing/gtest/include/gtest/internal/ |
gtest-string.h | 230 operator ::std::string() const { return ::std::string(c_str(), length()); } 237 operator ::string() const { return ::string(c_str(), length()); } 250 bool operator==(const char* a_c_str) const { return Compare(a_c_str) == 0; } 254 bool operator<(const String& rhs) const { return Compare(rhs) < 0; } 258 bool operator!=(const char* a_c_str) const { return !(*this == a_c_str); } 278 const String& operator=(const char* a_c_str) { 283 const String& operator=(const String& rhs) { 316 inline ::std::ostream& operator<<(::std::ostream& os, const String& str) {
|