Searched
full:operator (Results
3176 -
3200 of
6015) sorted by null
<<121122123124125126127128129130>>
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/debug/ |
_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-r6/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; }
|
/external/freetype/src/cff/ |
cffgload.c | 807 /* the seac operator must not be nested */ 837 /* the seac operator must not be nested */ 946 /* Decode operator or operand */ 1015 /* find operator */ [all...] |
/bionic/libc/regex/ |
regerror.c | 66 { REG_BADRPT, "REG_BADRPT", "repetition-operator operand invalid" },
|
/external/apache-http/src/org/apache/http/impl/conn/ |
SingleClientConnManager.java | 85 /** The operator for opening and updating connections. */ 148 * Hook for creating the connection operator. 151 * instantiation of the operator. 157 * @return the connection operator to use
|
/external/apache-http/src/org/apache/http/impl/conn/tsccm/ |
BasicPoolEntry.java | 58 * @param op the connection operator
|
/external/chromium/chrome/browser/autofill/ |
phone_number.h | 23 PhoneNumber& operator=(const PhoneNumber& number);
|
/external/chromium/chrome/browser/chromeos/input_method/ |
xkeyboard.h | 36 bool operator==(const ModifierKeyPair& rhs) const {
|
/external/chromium/chrome/browser/history/ |
top_sites_cache.h | 72 bool operator()(const CanonicalURLEntry& e1,
|
/external/chromium/chrome/browser/ |
icon_manager.cc | 99 bool IconManager::CacheKey::operator<(const CacheKey &other) const {
|
/external/chromium/chrome/browser/sessions/ |
session_types.cc | 48 TabNavigation& TabNavigation::operator=(const TabNavigation& tab) {
|
/external/chromium/chrome/browser/sync/sessions/ |
ordered_commit_set.cc | 92 void OrderedCommitSet::operator=(const OrderedCommitSet& other) {
|
ordered_commit_set.h | 82 void operator=(const OrderedCommitSet& other);
|
/external/chromium/chrome/browser/sync/syncable/ |
syncable_id_unittest.cc | 62 // The following looks redundant, but we're testing a custom operator<.
|
/external/chromium/net/base/ |
address_list.h | 32 AddressList& operator=(const AddressList& addresslist);
|
/external/chromium/net/proxy/ |
proxy_info.h | 23 // Default copy-constructor and assignment operator are OK!
|
/external/chromium/net/tools/flip_server/ |
sm_connection.h | 117 friend std::ostream& operator<<(std::ostream& os, const SMConnection& c) {
|
/external/chromium/sdch/open-vcdiff/src/ |
mutex.h | 173 void operator=(const Mutex&); 272 void operator=(const MutexLock&); 284 void operator=(const ReaderMutexLock&); 295 void operator=(const WriterMutexLock&);
|
/external/chromium/testing/gtest/src/ |
gtest-test-part.cc | 58 std::ostream& operator<<(std::ostream& os, const TestPartResult& result) {
|
/external/chromium/testing/gtest/test/ |
gtest-linked_ptr_test.cc | 81 a0.operator=(a0);
|
/external/clang/docs/ |
BlockLanguageSpec.txt | 33 A Block reference may be cast to a pointer of arbitrary type and vice versa. [cast.c] A Block reference may not be dereferenced via the pointer dereference operator *, and thus a Block's size may not be computed at compile time. [sizeof.c] 38 A Block literal expression produces a reference to a Block. It is introduced by the use of the ^ token as a unary operator. 91 The Invoke Operator 131 The Block_copy operator retains all objects held in variables of automatic storage referenced within the Block expression (or form strong references if running under garbage collection). Object variables of __block storage type are assumed to hold normal pointers with no provision for retain and release messages.
|
/external/clang/include/clang/AST/ |
BaseSubobject.h | 46 friend bool operator==(const BaseSubobject &LHS, const BaseSubobject &RHS) {
|
TypeOrdering.h | 28 bool operator()(QualType T1, QualType T2) const {
|
/external/clang/include/clang/Driver/ |
Arg.h | 32 void operator=(const Arg &); // DO NOT IMPLEMENT
|
Completed in 263 milliseconds
<<121122123124125126127128129130>>