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

<<121122123124125126127128129130>>

  /external/webkit/Source/JavaScriptCore/runtime/
UString.cpp 219 bool operator==(const UString& s1, const char *s2)
236 bool operator<(const UString& s1, const UString& s2)
255 bool operator>(const UString& s1, const UString& s2)
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.3.1.js 24 ECMA Section: 11.3.1 Postfix increment operator
33 operator (section 0).
44 writeHeaderToLog( SECTION + " Postfix increment operator");
11.4.4.js 24 ECMA Section: 11.4.4 Prefix increment operator
33 operator (section 11.6.3).
45 writeHeaderToLog( SECTION + " Prefix increment operator");
11.4.5.js 24 ECMA Section: 11.4.5 Prefix decrement operator
32 4.Subtract the value 1 from Result(3), using the same rules as for the - operator (section 11.6.3).
44 writeHeaderToLog( SECTION + " Prefix decrement operator");
11.5.2.js 24 ECMA Section: 11.5.2 Applying the / operator
27 The / operator performs division, producing the quotient of its operands.
60 writeHeaderToLog( SECTION + " Applying the / operator");
11.6.1-1.js 24 ECMA Section: 11.6.1 The addition operator ( + )
27 The addition operator either performs string concatenation or numeric
69 writeHeaderToLog( SECTION + " The Addition operator ( + )");
11.6.1-2.js 24 ECMA Section: 11.6.1 The addition operator ( + )
27 The addition operator either performs string concatenation or numeric
69 writeHeaderToLog( SECTION + " The Addition operator ( + )");
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
Intermediate.cpp 256 // Connect two nodes through an index operator, where the left node is the base
347 // Make a new node for the operator.
369 // This is the safe way to change the operator on an aggregate, as it
373 // their operator to EOpSequence.
400 // Set the operator.
471 // handled by operator promotion.
787 // returns true if the operator is for one of the constructors
814 // Make sure the type of a unary operator is appropriate for its
853 // makes the operator the correct one for the operands.
855 // Returns false if operator can't work on operands
    [all...]
  /external/webkit/Source/WebCore/platform/image-decoders/
ImageDecoder.h 76 ImageFrame(const ImageFrame& other) { operator=(other); }
78 // For backends which refcount their data, this operator doesn't need to
80 ImageFrame& operator=(const ImageFrame& other);
  /external/webkit/Source/WebKit/qt/Api/
qwebplugindatabase.cpp 203 bool QWebPluginInfo::operator==(const QWebPluginInfo& other) const
211 bool QWebPluginInfo::operator!=(const QWebPluginInfo& other) const
220 QWebPluginInfo &QWebPluginInfo::operator=(const QWebPluginInfo& other)
  /frameworks/base/libs/hwui/
ShapeCache.h 122 bool operator<(const ShapeCacheEntry& rhs) const {
317 void operator()(Entry& path, PathTexture*& texture);
467 void ShapeCache<Entry>::operator()(Entry& path, PathTexture*& texture) {
  /frameworks/base/libs/utils/
BlobCache.cpp 327 bool BlobCache::Blob::operator<(const Blob& rhs) const {
356 bool BlobCache::CacheEntry::operator<(const CacheEntry& rhs) const {
360 const BlobCache::CacheEntry& BlobCache::CacheEntry::operator=(const CacheEntry& rhs) {
  /frameworks/base/telephony/java/com/android/internal/telephony/
TelephonyIntents.java 38 * <li><em>operator-alpha-long</em> - The carrier name as a string.</li>
39 * <li><em>operator-alpha-short</em> - A potentially shortened version of the carrier name,
41 * <li><em>operator-numeric</em> - A number representing the carrier, as a string. This is
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_sstream.h 151 _Self& operator = (_Self const&);
195 _Self& operator = (_Self const&);
240 _Self& operator = (_Self const&);
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_deque.h 99 reference operator[](size_type __n) {
103 const_reference operator[](size_type __n) const {
191 _Self& operator=(const _Self& __x) {
_hashtable.h 53 bool operator () (const _Key& __lhs, const _Key& __rhs) const
56 bool operator () (const _Kp1& __lhs, const _Kp2& __rhs) const
169 _Self& operator=(const _Self& __ht) {
_vector.h 161 reference operator[](size_type __n) {
166 const_reference operator[](size_type __n) const {
234 _Self& operator=(const _Self& __x) {
  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_deque.h 139 reference operator[](size_type __n)
141 const_reference operator[](size_type __n) const
220 _Self& operator= (const _Self& __x) { _M_impl = __x._M_impl; return *this; }
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_sstream.h 151 _Self& operator = (_Self const&);
195 _Self& operator = (_Self const&);
240 _Self& operator = (_Self const&);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/debug/
_deque.h 99 reference operator[](size_type __n) {
103 const_reference operator[](size_type __n) const {
191 _Self& operator=(const _Self& __x) {
_hashtable.h 53 bool operator () (const _Key& __lhs, const _Key& __rhs) const
56 bool operator () (const _Kp1& __lhs, const _Kp2& __rhs) const
169 _Self& operator=(const _Self& __ht) {
_vector.h 161 reference operator[](size_type __n) {
166 const_reference operator[](size_type __n) const {
234 _Self& operator=(const _Self& __x) {
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/pointers/
_deque.h 139 reference operator[](size_type __n)
141 const_reference operator[](size_type __n) const
220 _Self& operator= (const _Self& __x) { _M_impl = __x._M_impl; return *this; }
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_sstream.h 151 _Self& operator = (_Self const&);
195 _Self& operator = (_Self const&);
240 _Self& operator = (_Self const&);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/debug/
_deque.h 99 reference operator[](size_type __n) {
103 const_reference operator[](size_type __n) const {
191 _Self& operator=(const _Self& __x) {

Completed in 497 milliseconds

<<121122123124125126127128129130>>