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

<<41424344454647484950>>

  /external/webkit/Source/WebCore/bindings/v8/
ScriptValue.h 75 ScriptValue& operator=(const ScriptValue& value)
93 bool operator==(const ScriptValue value) const
108 bool operator!=(const ScriptValue value) const
110 return !operator==(value);
  /external/webkit/Source/WebCore/html/
HTMLLinkElement.h 125 void* operator new(size_t size);
126 void* operator new[](size_t size);
127 void operator delete(void* p, size_t size);
128 void operator delete[](void* p, size_t size);
  /external/webkit/Source/WebCore/platform/animation/
TimingFunction.h 45 virtual bool operator==(const TimingFunction& other) = 0;
65 virtual bool operator==(const TimingFunction& other)
91 virtual bool operator==(const TimingFunction& other)
136 virtual bool operator==(const TimingFunction& other)
  /external/webkit/Source/WebCore/rendering/mathml/
RenderMathMLRow.cpp 73 // Calculate the non-operator max height of the row.
79 // Check to see if the non-operator block has a greater height.
84 // If the block is an operator, capture the maximum height and increment the count.
99 // We have only operators and so set the max height to the operator height.
  /external/webkit/Source/WebKit/chromium/public/
WebData.h 68 WebData& operator=(const WebData& d)
86 WebData& operator=(const WTF::PassRefPtr<WebCore::SharedBuffer>&);
87 operator WTF::PassRefPtr<WebCore::SharedBuffer>() const;
96 WebData& operator=(const C& c)
WebImage.h 64 WebImage& operator=(const WebImage& image)
83 WebImage& operator=(const WTF::PassRefPtr<WebCore::Image>&);
89 WebImage& operator=(const SkBitmap& bitmap)
109 WebImage& operator=(CGImageRef imageRef)
  /external/webkit/Source/WebKit/chromium/src/
WebString.cpp 101 WebString& WebString::operator=(const WTF::String& s)
107 WebString::operator WTF::String() const
118 WebString& WebString::operator=(const WTF::AtomicString& s)
124 WebString::operator WTF::AtomicString() const
  /external/webkit/Tools/WebKitTestRunner/
StringFunctions.h 82 inline std::ostream& operator<<(std::ostream& out, WKStringRef stringRef)
90 inline std::ostream& operator<<(std::ostream& out, const WKRetainPtr<WKStringRef>& stringRef)
95 inline std::ostream& operator<<(std::ostream& out, WKURLRef urlRef)
103 inline std::ostream& operator<<(std::ostream& out, const WKRetainPtr<WKURLRef>& urlRef)
  /frameworks/base/drm/common/
DrmMetadata.cpp 84 DrmMetadata::KeyIterator& DrmMetadata::KeyIterator::operator=(const DrmMetadata::KeyIterator& keyIterator) {
85 LOGV("DrmMetadata::KeyIterator::operator=");
102 DrmMetadata::Iterator& DrmMetadata::Iterator::operator=(const DrmMetadata::Iterator& iterator) {
103 LOGV("DrmMetadata::Iterator::operator=");
  /frameworks/base/include/media/stagefright/
OMXClient.h 40 OMXClient &operator=(const OMXClient &);
StagefrightMediaScanner.h 37 StagefrightMediaScanner &operator=(const StagefrightMediaScanner &);
TimeSource.h 34 TimeSource &operator=(const TimeSource &);
  /frameworks/base/include/media/stagefright/foundation/
ABase.h 23 name &operator=(const name &)
  /frameworks/base/include/utils/
AssetDir.h 70 const AssetDir& operator=(const AssetDir& src);
87 const FileInfo& operator= (const FileInfo& src) {
100 bool operator< (const FileInfo& rhs) const {
105 bool operator== (const FileInfo& rhs) const {
Functor.h 28 virtual status_t operator ()(int what, void* data) { return NO_ERROR; }
  /frameworks/base/telephony/java/android/telephony/
ServiceState.java 32 * <li>Operator name, short name and numeric id
42 * with an operator either in home network or in roaming.
47 * Phone is not registered with any operator, the phone
48 * can be currently searching a new operator to register to, or not
300 * Get current registered operator name in long alphanumeric format.
305 * @return long name of operator, null if unregistered or unknown
312 * Get current registered operator name in short alphanumeric format.
316 * @return short name of operator, null if unregistered or unknown
323 * Get current registered operator numeric id.
328 * @return numeric format of operator, null if unregistered or unknow
    [all...]
  /libcore/include/
ScopedLocalFrame.h 37 void operator=(const ScopedLocalFrame&);
ScopedPthreadMutexLock.h 40 void operator=(const ScopedPthreadMutexLock&);
  /ndk/sources/cxx-stl/stlport/src/
message_facets.h 49 void operator=(const _Catalog_locale_map&);
99 nl_catd_type operator [] ( messages_base::catalog cat )
108 _Catalog_nl_catd_map& operator =(const _Catalog_nl_catd_map&);
141 _Messages& operator=(const _Messages&);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_collate.h 73 collate<char>& operator =(const collate<char>&);
109 collate<wchar_t>& operator = (const collate<wchar_t>&);
132 collate_byname<char>& operator =(const collate_byname<char>&);
155 collate_byname<wchar_t>& operator =(const collate_byname<wchar_t>&);
  /ndk/tests/device/test-gnustl-full/unit/
rawriter_test.cpp 16 operator int() const { return i; }
  /ndk/tests/device/test-stlport/unit/
rawriter_test.cpp 16 operator int() const { return i; }
  /packages/apps/Settings/tests/src/com/android/settings/tests/
Operator.java 22 public class Operator extends Activity {
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_raw_storage_iter.h 79 operator*() { return *this; }
82 operator=(const _Tp& __element)
89 operator++()
96 operator++(int)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/bin_search_tree_/
split_join_fn_imps.hpp 57 const bool greater = Cmp_Fn::operator()(PB_DS_V2F(m_p_head->m_p_right->m_value), PB_DS_V2F(other.m_p_head->m_p_left->m_value));
59 const bool lesser = Cmp_Fn::operator()(PB_DS_V2F(other.m_p_head->m_p_right->m_value), PB_DS_V2F(m_p_head->m_p_left->m_value));
97 if (Cmp_Fn::operator()(r_key, PB_DS_V2F(m_p_head->m_p_left->m_value)))
105 if (!Cmp_Fn::operator()(r_key, PB_DS_V2F(m_p_head->m_p_right->m_value)))

Completed in 946 milliseconds

<<41424344454647484950>>