HomeSort by relevance Sort by last modified time
    Searched full:operator (Results 2726 - 2750 of 6015) sorted by null

<<101102103104105106107108109110>>

  /external/stlport/stlport/stl/
_tree.h 170 reference operator*() const {
176 _Self& operator++() {
180 _Self operator++(int) {
186 _Self& operator--() {
190 _Self operator--(int) {
196 bool operator == (const_iterator __rhs) const {
199 bool operator != (const_iterator __rhs) const {
264 // __root, in iterator.operator++
415 _Self& operator=(const _Self& __x);
  /external/stlport/stlport/stl/config/
_dm.h 11 * operator fails of course so we are force to use mutable key for this compiler.
  /external/stlport/stlport/stl/debug/
_string.h 165 _Self& operator=(const _Self& __s) {
172 _Self& operator=(const _CharT* __s) {
178 _Self& operator=(_CharT __c) {
220 const_reference operator[](size_type __n) const {
225 reference operator[](size_type __n) {
233 // Append, operator+=, push_back.
234 _Self& operator+=(const _Self& __s) { return append(__s); }
235 _Self& operator+=(const _CharT* __s) {
240 _Self& operator+=(_CharT __c) { return append(1, __c); }
  /external/stlport/test/eh/
test_list.cpp 49 void operator()( TestList& list ) const
test_slist.cpp 46 void operator()( TestSList& slist ) const {
  /external/webkit/Source/JavaScriptCore/runtime/
CachedTranscendentalFunction.h 59 JSValue operator() (double operand)
PropertyDescriptor.h 69 bool operator==(const PropertyDescriptor&){ return false; }
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.12-2-n.js 42 writeHeaderToLog( SECTION + " Conditional operator ( ? : )");
11.12-3.js 42 writeHeaderToLog( SECTION + " Conditional operator ( ? : )");
11.12-4.js 42 writeHeaderToLog( SECTION + " Conditional operator ( ? : )");
11.3.2.js 24 ECMA Section: 11.3.2 Postfix decrement operator
27 11.3.2 Postfix decrement operator
34 operator (section 0).
46 writeHeaderToLog( SECTION + " Postfix decrement operator");
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Math/
15.8-1.js 35 to use the Math object as a constructor with the new operator.
15.8-2-n.js 35 to use the Math object as a constructor with the new operator.
15.8-3-n.js 35 to use the Math object as a constructor with the new operator.
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Number/
15.7.4.2-3-n.js 27 given as an argument to the ToString operator; the resulting string value
15.7.4.2-4.js 27 given as an argument to the ToString operator; the resulting string value
  /external/webkit/Source/JavaScriptCore/wtf/
AVLTree.h 49 // operator bool ();
50 // void operator = (bool b);
57 // ANY_bitref operator [] (unsigned index);
69 bool& operator[](unsigned i) { ASSERT(i < maxDepth); return m_data[i]; }
257 handle operator*()
265 void operator++()
291 void operator--()
317 void operator++(int) { ++(*this); }
318 void operator--(int) { --(*this); }
ByteArray.h 93 // Cannot generate copy-ctor or copy-assignment operator when UDT contains a zero-sized array
PageBlock.h 45 operator bool() const { return !!m_base; }
  /external/webkit/Source/JavaScriptCore/wtf/text/
StringBuffer.h 73 UChar& operator[](unsigned i) { ASSERT(i < m_length); return m_data[i]; }
  /external/webkit/Source/JavaScriptCore/wtf/url/src/
URLComponent.h 60 bool operator==(const URLComponent& other) const { return m_begin == other.m_begin && m_length == other.m_length; }
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
PoolAlloc.h 212 TPoolAllocator& operator=(const TPoolAllocator&); // dont allow assignment operator
287 bool operator==(const pool_allocator& rhs) const { return &getAllocator() == &rhs.getAllocator(); }
288 bool operator!=(const pool_allocator& rhs) const { return &getAllocator() != &rhs.getAllocator(); }
  /external/webkit/Source/WebCore/bindings/gobject/
GObjectEventListener.cpp 73 bool GObjectEventListener::operator==(const EventListener& listener)
GObjectEventListener.h 60 virtual bool operator==(const EventListener& other);
  /external/webkit/Source/WebCore/bindings/js/
JSDOMBinding.cpp 104 operator bool()
109 DOMWrapperWorld* operator*()
115 DOMWrapperWorld* operator->()
121 JSGlobalDataWorldIterator& operator++()

Completed in 1539 milliseconds

<<101102103104105106107108109110>>