/external/llvm/include/llvm/CodeGen/ |
MachineLoopInfo.h | 64 void operator=(const MachineLoopInfo &); // do not implement 91 /// operator[] - same as getLoopFor... 93 inline const MachineLoop *operator[](const MachineBasicBlock *BB) const {
|
ScheduleDAG.h | 119 bool operator==(const SDep &Other) const { 136 bool operator!=(const SDep &Other) const { 137 return !operator==(Other); 593 bool operator==(const SUnitIterator& x) const { 596 bool operator!=(const SUnitIterator& x) const { return !operator==(x); } 598 const SUnitIterator &operator=(const SUnitIterator &I) { 604 pointer operator*() const { 607 pointer operator->() const { return operator*(); } [all...] |
/external/llvm/lib/DebugInfo/ |
DWARFContext.cpp | 119 bool operator()(const DWARFCompileUnit &LHS, 123 bool operator()(const DWARFCompileUnit &LHS, uint32_t RHS) const { 126 bool operator()(uint32_t LHS, const DWARFCompileUnit &RHS) const {
|
/external/llvm/utils/TableGen/ |
AsmWriterInst.h | 71 bool operator!=(const AsmWriterOperand &Other) const { 77 bool operator==(const AsmWriterOperand &Other) const { 78 return !operator!=(Other);
|
/external/protobuf/gtest/samples/ |
sample3-inl.h | 65 // We disable the default assignment operator and copy c'tor. 66 const QueueNode & operator = (const QueueNode &); 170 const Queue & operator = (const Queue &);
|
/external/skia/gpu/include/ |
GrStencil.h | 113 bool operator == (const GrStencilSettings& s) const { 124 bool operator != (const GrStencilSettings& s) const { 128 GrStencilSettings& operator =(const GrStencilSettings& s) {
|
/external/srec/srec/Semproc/include/ |
SR_SemprocDefinitions.h | 102 * Assignment operator 107 * String concatenation operator 137 * End of statement operator
|
/external/stlport/test/unit/ |
sort_test.cpp | 81 bool operator == (const Data& other) const 83 bool operator < (const Data& other) const 174 SortTestAux& operator = (SortTestAux const&);
|
/external/valgrind/main/coregrind/m_demangle/ |
demangle.h | 71 for operator "->", even though the first is lucid style and the second 331 /* An operator. This holds information about a standard 332 operator. */ 334 /* An extended operator. This holds the number of arguments, and 335 the name of the extended operator. */ 337 /* A typecast, represented as a unary operator. The one subtree is 340 /* A unary expression. The left subtree is the operator, and the 343 /* A binary expression. The left subtree is the operator, and the 349 /* A trinary expression. The left subtree is the operator, and the 411 /* Operator. * [all...] |
/external/webkit/Source/JavaScriptCore/runtime/ |
WeakGCMap.h | 70 iterator& operator++() { ++m_iterator; return *this; } 75 bool operator==(const iterator& other) const { return m_iterator == other.m_iterator; } 76 bool operator!=(const iterator& other) const { return m_iterator != other.m_iterator; }
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/ |
11.4.8.js | 24 ECMA Section: 11.4.8 Bitwise NOT Operator 31 VALUE value passed as an argument to the ~ operator 44 writeHeaderToLog( SECTION + " Bitwise Not operator");
|
11.6.1-3.js | 24 ECMA Section: 11.6.1 The addition operator ( + ) 27 The addition operator either performs string concatenation or numeric 68 writeHeaderToLog( SECTION + " The Addition operator ( + )");
|
/external/webkit/Source/JavaScriptCore/wtf/ |
MainThread.cpp | 54 bool operator == (const FunctionWithContext& o) 65 bool operator() (FunctionWithContext& o) { return o == m; } 210 // We must redefine 'i' each pass, because the itererator's operator=
|
/external/webkit/Source/WebCore/platform/ |
Length.h | 68 bool operator==(const Length& o) const { return (getFloatValue() == o.getFloatValue()) && (m_type == o.m_type) && (m_quirk == o.m_quirk); } 69 bool operator!=(const Length& o) const { return (getFloatValue() != o.getFloatValue()) || (m_type != o.m_type) || (m_quirk != o.m_quirk); } 71 const Length& operator*=(float v)
|
/external/webkit/Source/WebCore/platform/animation/ |
Animation.h | 112 Animation& operator=(const Animation& o); 118 bool operator==(const Animation& o) const { return animationsMatch(&o); } 119 bool operator!=(const Animation& o) const { return !(*this == o); }
|
/external/webkit/Source/WebCore/platform/graphics/ |
FontDescription.h | 78 bool operator==(const FontDescription&) const; 79 bool operator!=(const FontDescription& other) const { return !(*this == other); } 160 inline bool FontDescription::operator==(const FontDescription& other) const
|
/external/webkit/Source/WebCore/platform/graphics/gpu/ |
PODIntervalTree.h | 126 // This is phrased this way to avoid the need for operator 136 // This is phrased this way to avoid the need for operator <= 157 // This is phrased like this to avoid needing operator!= on type T.
|
/external/webkit/Source/WebCore/platform/text/ |
SegmentedString.h | 104 const SegmentedString& operator=(const SegmentedString&); 223 const UChar& operator*() const { return *current(); } 224 const UChar* operator->() const { return current(); }
|
/external/webkit/Source/WebKit/win/ |
WebLocalizableStrings.cpp | 82 operator LPCTSTR() const; 83 operator CFStringRef() const { return m_cfString; } 90 LocalizedString::operator LPCTSTR() const
|
/external/webrtc/src/modules/interface/ |
module_common_types.h | 110 RTPFragmentationHeader& operator=(const RTPFragmentationHeader& header) 305 EncodedVideoData& operator=(const EncodedVideoData& data) 656 * - The +operator assume that you would never add 658 * state. To do this use the -operator. 711 AudioFrame& operator=(const AudioFrame& rhs); 712 AudioFrame& operator>>=(const WebRtc_Word32 rhs); 713 AudioFrame& operator+=(const AudioFrame& rhs); 714 AudioFrame& operator-=(const AudioFrame& rhs); 804 AudioFrame::operator=(const AudioFrame& rhs) 835 AudioFrame::operator>>=(const WebRtc_Word32 rhs [all...] |
/frameworks/base/libs/hwui/ |
Rect.h | 52 // we don't provide copy-ctor and operator= on purpose 76 friend int operator==(const Rect& a, const Rect& b) { 80 friend int operator!=(const Rect& a, const Rect& b) {
|
/ndk/tests/device/test-gnustl-full/unit/ |
sort_test.cpp | 81 bool operator == (const Data& other) const 83 bool operator < (const Data& other) const 174 SortTestAux& operator = (SortTestAux const&);
|
/ndk/tests/device/test-stlport/unit/ |
sort_test.cpp | 81 bool operator == (const Data& other) const 83 bool operator < (const Data& other) const 174 SortTestAux& operator = (SortTestAux const&);
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
basic_string.h | 505 operator=(const basic_string& __str) 513 operator=(const _CharT* __s) 524 operator=(_CharT __c) 536 operator=(initializer_list<_CharT> __l) 712 * This operator allows for easy, array-style, data access. 713 * Note that data access with this operator is unchecked and 718 operator[] (size_type __pos) const 729 * This operator allows for easy, array-style, data access. 730 * Note that data access with this operator is unchecked and 735 operator[](size_type __pos [all...] |
gslice.h | 91 /// Assignment operator. 92 gslice& operator=(const gslice&); 168 gslice::operator=(const gslice& __g)
|