Searched
full:operator (Results
1776 -
1800 of
6015) sorted by null
<<71727374757677787980>>
/external/stlport/test/eh/ |
bug.cpp | 9 bool operator()(int* x, int* y)
|
test_push_back.h | 37 void operator()( C& c ) const
|
test_push_front.h | 33 void operator()( C& c ) const
|
/external/stlport/test/unit/ |
equal_test.cpp | 75 bool operator == (int i) const 79 bool operator < (const Test& v1, int v2) 82 bool operator < (int v1, const Test& v2) 86 bool operator < (const Test& v1, const Test& v2)
|
/external/v8/src/ |
list.h | 62 INLINE(void* operator new(size_t size)) { 65 INLINE(void operator delete(void* p, size_t)) { return P::Delete(p); } 70 inline T& operator[](int i) const { 75 inline T& at(int i) const { return operator[](i); }
|
splay-tree.h | 62 INLINE(void* operator new(size_t size)) { 65 INLINE(void operator delete(void* p, size_t)) { return Allocator::Delete(p); } 113 INLINE(void* operator new(size_t size)) { 116 INLINE(void operator delete(void* p, size_t)) {
|
/external/webkit/LayoutTests/fast/xpath/ |
ambiguous-operators.html | 11 <p>Test that an NCName and * are interpreted as an operator when in 12 binary operator context, and as a NameTest otherwise. 44 // div following every [32] Operator 81 // * following every [32] Operator
|
/external/webkit/Source/JavaScriptCore/heap/ |
Local.h | 51 Local& operator=(ExternalType); 52 Local& operator=(Handle<T>); 82 template <typename T> inline Local<T>& Local<T>::operator=(ExternalType value) 88 template <typename T> inline Local<T>& Local<T>::operator=(Handle<T> other)
|
/external/webkit/Source/JavaScriptCore/qt/api/ |
qscriptsyntaxcheckresult.h | 37 QScriptSyntaxCheckResult& operator=(const QScriptSyntaxCheckResult& other);
|
qscriptvalueiterator.h | 55 QScriptValueIterator& operator=(QScriptValue& value);
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/ |
11.5.1.js | 24 ECMA Section: 11.5.1 Applying the * operator 27 11.5.1 Applying the * operator 29 The * operator performs multiplication, producing the product of its 60 writeHeaderToLog( SECTION + " Applying the * operator");
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/ |
expression-001.js | 20 var TITLE = "Conditional operator ( ? : )"
|
number-001.js | 7 given as an argument to the ToString operator; the resulting string value
|
/external/webkit/Source/JavaScriptCore/wtf/ |
ListHashSet.h | 80 ListHashSet& operator=(const ListHashSet&); 221 void* operator new(size_t, NodeAllocator* allocator) 268 ReferenceType operator*() const { return *get(); } 269 PointerType operator->() const { return get(); } 271 iterator& operator++() { ++m_iterator; return *this; } 275 iterator& operator--() { --m_iterator; return *this; } 280 bool operator==(const iterator& other) const { return m_iterator == other.m_iterator; } 281 bool operator!=(const iterator& other) const { return m_iterator != other.m_iterator; } 283 operator const_iterator() const { return m_iterator; } 319 ReferenceType operator*() const { return *get(); [all...] |
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
UnfoldSelect.cpp | 6 // UnfoldSelect is an AST traverser to output the select operator ?: as if-else statements
|
localintermediate.h | 55 void operator=(TIntermediate&); // prevent assignments
|
/external/webkit/Source/WebCore/bridge/qt/ |
qt_class.h | 51 QtClass& operator=(const QtClass&); // prohibit assignment
|
/external/webkit/Source/WebCore/css/ |
MediaQueryListListener.h | 45 bool operator==(const MediaQueryListListener& other) const { return m_value == other.m_value; }
|
/external/webkit/Source/WebCore/dom/ |
EventListener.h | 51 virtual bool operator==(const EventListener&) = 0;
|
NodeRenderStyle.h | 37 // Bug is CR 6569194, "Problem with question operator binding in inline function"
|
RegisteredEventListener.h | 44 inline bool operator==(const RegisteredEventListener& a, const RegisteredEventListener& b)
|
/external/webkit/Source/WebCore/html/ |
CollectionCache.h | 37 CollectionCache& operator=(const CollectionCache& other)
|
/external/webkit/Source/WebCore/platform/ |
LengthSize.h | 40 bool operator==(const LengthSize& o) const
|
/external/webkit/Source/WebCore/platform/graphics/ |
FloatQuad.h | 120 inline FloatQuad& operator+=(FloatQuad& a, const FloatSize& b) 126 inline FloatQuad& operator-=(FloatQuad& a, const FloatSize& b) 132 inline bool operator==(const FloatQuad& a, const FloatQuad& b) 140 inline bool operator!=(const FloatQuad& a, const FloatQuad& b)
|
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
FloatRectCairo.cpp | 39 FloatRect::operator cairo_rectangle_t() const
|
Completed in 2075 milliseconds
<<71727374757677787980>>