Searched
full:operator (Results
1626 -
1650 of
6015) sorted by null
<<61626364656667686970>>
/external/webkit/Source/WebKit/chromium/src/ |
WebSelectElement.cpp | 69 WebSelectElement& WebSelectElement::operator=(const PassRefPtr<HTMLSelectElement>& elem) 75 WebSelectElement::operator PassRefPtr<HTMLSelectElement>() const
|
WebSerializedScriptValue.cpp | 71 WebSerializedScriptValue& WebSerializedScriptValue::operator=(const PassRefPtr<SerializedScriptValue>& value) 77 WebSerializedScriptValue::operator PassRefPtr<SerializedScriptValue>() const
|
WebURLError.cpp | 47 WebURLError& WebURLError::operator=(const ResourceError& error) 59 WebURLError::operator ResourceError() const
|
/frameworks/base/drm/common/ |
DrmInfo.cpp | 84 DrmInfo::KeyIterator& DrmInfo::KeyIterator::operator=(const DrmInfo::KeyIterator& keyIterator) { 96 DrmInfo::Iterator& DrmInfo::Iterator::operator=(const DrmInfo::Iterator& iterator) {
|
DrmInfoRequest.cpp | 78 DrmInfoRequest::KeyIterator& DrmInfoRequest::KeyIterator::operator=( 90 DrmInfoRequest::Iterator& DrmInfoRequest::Iterator::operator=(
|
/frameworks/base/include/drm/ |
DrmMetadata.h | 42 KeyIterator& operator=(const KeyIterator& keyIterator); 64 Iterator& operator=(const Iterator& iterator);
|
/frameworks/base/include/media/stagefright/ |
MediaBuffer.h | 43 MediaBufferObserver &operator=(const MediaBufferObserver &); 118 MediaBuffer &operator=(const MediaBuffer &);
|
/frameworks/base/libs/rs/ |
rsObjectBase.h | 118 ObjectBaseRef & operator= (const ObjectBaseRef &ref) { 154 inline T * operator-> () const {
|
/ndk/sources/cxx-stl/stlport/stlport/ |
bitset | 36 // The C++ standard does not define the precise semantics of operator[]. 37 // In this implementation the const version of operator[] is equivalent
|
/packages/apps/Phone/src/com/android/phone/ |
GsmUmtsOptions.java | 62 log("[CSP] Enabling Operator Selection menu."); 65 log("[CSP] Disabling Operator Selection menu.");
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/ |
DbQueryUtils.java | 42 private static String getClauseWithOperator(String field, String operator, String value) { 46 clause.append(" ").append(operator).append(" ");
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
forward_list.h | 127 operator*() const 131 operator->() const 135 operator++() 142 operator++(int) 150 operator==(const _Self& __x) const 154 operator!=(const _Self& __x) const 198 operator*() const 202 operator->() const 206 operator++() 213 operator++(int [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binary_heap_/ |
debug_fn_imps.hpp | 61 _GLIBCXX_DEBUG_ASSERT(!entry_cmp::operator()(m_a_entries[i], m_a_entries[left_child(i)])); 66 _GLIBCXX_DEBUG_ASSERT(!entry_cmp::operator()(m_a_entries[i], m_a_entries[right_child(i)]));
|
entry_cmp.hpp | 83 operator()(entry p_lhs, entry p_rhs) const 85 return Cmp_Fn::operator()(*p_lhs, * p_rhs);
|
entry_pred.hpp | 83 operator()(entry p_v) const 85 return Pred::operator()(*p_v);
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/cc_hash_table_map_/ |
erase_store_hash_fn_imps.hpp | 58 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value), p_e->m_hash, 80 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_next_e->m_value),
|
insert_no_store_hash_fn_imps.hpp | 49 const size_type pos = ranged_hash_fn_base::operator()(r_key); 53 while (p_e != NULL && !hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value),
|
insert_store_hash_fn_imps.hpp | 49 comp_hash pos_hash_pair = ranged_hash_fn_base::operator()(key); 53 while (p_e != NULL && !hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value),
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/gp_hash_table_map_/ |
resize_no_store_hash_fn_imps.hpp | 49 size_type hash = ranged_probe_fn_base::operator()(r_key); 53 const size_type pos = ranged_probe_fn_base::operator()(r_key, hash, i);
|
resize_store_hash_fn_imps.hpp | 49 size_type hash = ranged_probe_fn_base::operator()(r_key, p_e->m_hash); 54 const size_type pos = ranged_probe_fn_base::operator()(r_key, hash, i);
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/list_update_policy/ |
counter_lu_metadata.hpp | 72 operator()(size_type max_size) const 77 operator()(Metadata_Reference r_data, size_type m_max_count) const
|
sample_update_policy.hpp | 63 operator()() const; 71 operator()(metadata_reference) const;
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/ |
ainstr_fm.h | 36 * FM operator 85 * FM operator
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
forward_list.h | 127 operator*() const 131 operator->() const 135 operator++() 142 operator++(int) 150 operator==(const _Self& __x) const 154 operator!=(const _Self& __x) const 198 operator*() const 202 operator->() const 206 operator++() 213 operator++(int [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/ |
debug_fn_imps.hpp | 61 _GLIBCXX_DEBUG_ASSERT(!entry_cmp::operator()(m_a_entries[i], m_a_entries[left_child(i)])); 66 _GLIBCXX_DEBUG_ASSERT(!entry_cmp::operator()(m_a_entries[i], m_a_entries[right_child(i)]));
|
Completed in 671 milliseconds
<<61626364656667686970>>