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

<<51525354555657585960>>

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
product-weight.h 64 ProductWeight<W1, W2> &operator=(const ProductWeight<W1, W2> &w) {
105 inline bool operator==(const ProductWeight<W1, W2> &w,
111 inline bool operator!=(const ProductWeight<W1, W2> &w1,
125 inline ostream &operator<<(ostream &strm, const ProductWeight<W1, W2> &w) {
132 inline istream &operator>>(istream &strm, ProductWeight<W1, W2> &w) {
  /external/v8/test/mjsunit/
undeletable-functions.js 149 assertTrue(deleted, "delete operator returned false: " + prop);
162 assertTrue(deleted, "delete operator returned false: " + prop);
167 assertTrue(deleted, "delete operator returned false 2nd time: " + prop);
177 assertFalse(deleted, "delete operator returned true: " + prop);
189 assertFalse(deleted, "delete operator returned true: " + prop);
  /external/valgrind/tsan/
thread_sanitizer_test.cc 272 "operator new[]",
273 "operator delete[]",
316 "scoped_ptr<(anonymous namespace)::ImportEndedObserver>::operator->() const",
317 "scoped_ptr::operator->",
325 "std::basic_ostream<char, std::char_traits<char> >& std::operator<< <char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, std::_Setprecision)",
326 "std::operator<<",
328 "net::(anonymous namespace)::CookieSignature::operator<(net::(anonymous namespace)::CookieSignature const&) const",
329 "net::::CookieSignature::operator<",
337 "WebCore::operator<<(WebCore::TextStream&, WebCore::LineCap)",
338 "WebCore::operator<<",
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Expressions/
11.6.1-1.js 38 * SUMMARY: Testing left-associativity of the + operator
40 * See ECMA-262 Ed.3, Section 11.6.1, "The Addition operator"
49 var summary = 'Testing left-associativity of the + operator';
79 * The next sections test the + operator via eval()
113 * Applies the + operator to the provided arguments via eval().
  /external/webkit/Source/JavaScriptCore/wtf/
PageReservation.h 70 using PageBlock::operator bool;
73 // control warning when a client tries to use operator bool exposed above via "using PageBlock::operator bool".
74 operator bool() const { return PageBlock::operator bool(); }
HashTable.h 146 const_iterator& operator=(const const_iterator& other)
163 ReferenceType operator*() const { return *get(); }
164 PointerType operator->() const { return get(); }
166 const_iterator& operator++()
178 bool operator==(const const_iterator& other) const
183 bool operator!=(const const_iterator& other) const
243 ReferenceType operator*() const { return *get(); }
244 PointerType operator->() const { return get(); }
246 iterator& operator++() { ++m_iterator; return *this; }
251 bool operator==(const iterator& other) const { return m_iterator == other.m_iterator;
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/text/
WTFString.h 146 UChar operator[](unsigned index) const
289 operator UnspecifiedBoolTypeA() const;
290 operator UnspecifiedBoolTypeB() const;
302 operator NSString*() const { if (!m_impl) return @""; return *m_impl; }
308 operator QString() const;
313 operator wxString() const;
318 operator BString() const;
355 QDataStream& operator<<(QDataStream& stream, const String& str);
356 QDataStream& operator>>(QDataStream& stream, String& str);
359 String operator+(const String&, const String&)
    [all...]
  /external/webkit/Source/WebCore/rendering/style/
FillLayer.h 49 bool operator==(const FillSize& o) const
53 bool operator!=(const FillSize& o) const
121 FillLayer& operator=(const FillLayer& o);
124 bool operator==(const FillLayer& o) const;
125 bool operator!=(const FillLayer& o) const
  /prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/include/c++/4.4.3/
typeinfo 108 bool operator==(const type_info& __arg) const;
120 bool operator==(const type_info& __arg) const
123 bool operator!=(const type_info& __arg) const
124 { return !operator==(__arg); }
152 type_info& operator=(const type_info&);
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/include/c++/4.4.3/
typeinfo 108 bool operator==(const type_info& __arg) const;
120 bool operator==(const type_info& __arg) const
123 bool operator!=(const type_info& __arg) const
124 { return !operator==(__arg); }
152 type_info& operator=(const type_info&);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binary_heap_/
insert_fn_imps.hpp 123 if (i > 0 && entry_cmp::operator()(m_a_entries[parent(i)], m_a_entries[i]))
127 && entry_cmp::operator()(m_a_entries[parent_i], m_a_entries[i]))
144 entry_cmp::operator()(m_a_entries[i], m_a_entries[left_child_i]);
147 entry_cmp::operator()(m_a_entries[i], m_a_entries[right_child_i]);
149 const bool swap_with_r_child = smaller_than_right_child && (!smaller_than_left_child || entry_cmp::operator()(m_a_entries[left_child_i], m_a_entries[right_child_i]));
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
typeinfo 108 bool operator==(const type_info& __arg) const;
120 bool operator==(const type_info& __arg) const
123 bool operator!=(const type_info& __arg) const
124 { return !operator==(__arg); }
152 type_info& operator=(const type_info&);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
insert_fn_imps.hpp 123 if (i > 0 && entry_cmp::operator()(m_a_entries[parent(i)], m_a_entries[i]))
127 && entry_cmp::operator()(m_a_entries[parent_i], m_a_entries[i]))
144 entry_cmp::operator()(m_a_entries[i], m_a_entries[left_child_i]);
147 entry_cmp::operator()(m_a_entries[i], m_a_entries[right_child_i]);
149 const bool swap_with_r_child = smaller_than_right_child && (!smaller_than_left_child || entry_cmp::operator()(m_a_entries[left_child_i], m_a_entries[right_child_i]));
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
typeinfo 108 bool operator==(const type_info& __arg) const;
120 bool operator==(const type_info& __arg) const
123 bool operator!=(const type_info& __arg) const
124 { return !operator==(__arg); }
152 type_info& operator=(const type_info&);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
insert_fn_imps.hpp 123 if (i > 0 && entry_cmp::operator()(m_a_entries[parent(i)], m_a_entries[i]))
127 && entry_cmp::operator()(m_a_entries[parent_i], m_a_entries[i]))
144 entry_cmp::operator()(m_a_entries[i], m_a_entries[left_child_i]);
147 entry_cmp::operator()(m_a_entries[i], m_a_entries[right_child_i]);
149 const bool swap_with_r_child = smaller_than_right_child && (!smaller_than_left_child || entry_cmp::operator()(m_a_entries[left_child_i], m_a_entries[right_child_i]));
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
typeinfo 108 bool operator==(const type_info& __arg) const;
120 bool operator==(const type_info& __arg) const
123 bool operator!=(const type_info& __arg) const
124 { return !operator==(__arg); }
152 type_info& operator=(const type_info&);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_deque.h 89 * operator overloading in this class.
128 operator*() const
132 operator->() const
136 operator++()
148 operator++(int)
156 operator--()
168 operator--(int)
176 operator+=(difference_type __n)
195 operator+(difference_type __n) const
202 operator-=(difference_type __n
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_deque.h 89 * operator overloading in this class.
128 operator*() const
132 operator->() const
136 operator++()
148 operator++(int)
156 operator--()
168 operator--(int)
176 operator+=(difference_type __n)
195 operator+(difference_type __n) const
202 operator-=(difference_type __n
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_deque.h 89 * operator overloading in this class.
128 operator*() const
132 operator->() const
136 operator++()
148 operator++(int)
156 operator--()
168 operator--(int)
176 operator+=(difference_type __n)
195 operator+(difference_type __n) const
202 operator-=(difference_type __n
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-param-util-generated.h 80 operator ParamGenerator<T>() const { return ValuesIn(&v1_, &v1_ + 1); }
84 void operator=(const ValueArray1& other);
95 operator ParamGenerator<T>() const {
102 void operator=(const ValueArray2& other);
114 operator ParamGenerator<T>() const {
121 void operator=(const ValueArray3& other);
135 operator ParamGenerator<T>() const {
142 void operator=(const ValueArray4& other);
157 operator ParamGenerator<T>() const {
164 void operator=(const ValueArray5& other)
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util-generated.h 82 operator ParamGenerator<T>() const { return ValuesIn(&v1_, &v1_ + 1); }
86 void operator=(const ValueArray1& other);
97 operator ParamGenerator<T>() const {
104 void operator=(const ValueArray2& other);
116 operator ParamGenerator<T>() const {
123 void operator=(const ValueArray3& other);
137 operator ParamGenerator<T>() const {
144 void operator=(const ValueArray4& other);
159 operator ParamGenerator<T>() const {
166 void operator=(const ValueArray5& other)
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-param-util-generated.h 63 operator ParamGenerator<T>() const { return ValuesIn(&v1_, &v1_ + 1); }
67 void operator=(const ValueArray1& other);
78 operator ParamGenerator<T>() const {
85 void operator=(const ValueArray2& other);
97 operator ParamGenerator<T>() const {
104 void operator=(const ValueArray3& other);
118 operator ParamGenerator<T>() const {
125 void operator=(const ValueArray4& other);
140 operator ParamGenerator<T>() const {
147 void operator=(const ValueArray5& other)
    [all...]
  /external/llvm/include/llvm/Support/
raw_ostream.h 32 void operator=(const raw_ostream &);
133 raw_ostream &operator<<(char C) {
140 raw_ostream &operator<<(unsigned char C) {
147 raw_ostream &operator<<(signed char C) {
154 raw_ostream &operator<<(StringRef Str) {
167 raw_ostream &operator<<(const char *Str) {
171 return this->operator<<(StringRef(Str));
174 raw_ostream &operator<<(const std::string &Str) {
179 raw_ostream &operator<<(unsigned long N);
180 raw_ostream &operator<<(long N)
    [all...]
  /external/webkit/Source/WebCore/html/canvas/
CheckedInt.h 450 template<typename U> friend CheckedInt<U> operator +(const CheckedInt<U>& lhs, const CheckedInt<U>& rhs);
452 template<typename U> CheckedInt& operator +=(const U &rhs);
454 template<typename U> friend CheckedInt<U> operator -(const CheckedInt<U>& lhs, const CheckedInt<U> &rhs);
456 template<typename U> CheckedInt& operator -=(const U &rhs);
458 template<typename U> friend CheckedInt<U> operator *(const CheckedInt<U>& lhs, const CheckedInt<U> &rhs);
460 template<typename U> CheckedInt& operator *=(const U &rhs);
462 template<typename U> friend CheckedInt<U> operator /(const CheckedInt<U>& lhs, const CheckedInt<U> &rhs);
464 template<typename U> CheckedInt& operator /=(const U &rhs);
467 CheckedInt operator -() const
476 bool operator ==(const CheckedInt& other) cons
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
slist 171 operator==(const _Slist_iterator_base& __x) const
175 operator!=(const _Slist_iterator_base& __x) const
202 operator*() const
206 operator->() const
207 { return &(operator*()); }
210 operator++()
217 operator++(int)
384 operator= (const slist& __x);
727 slist<_Tp, _Alloc>::operator=(const slist<_Tp, _Alloc>& __x)
792 operator==(const slist<_Tp, _Alloc>& _SL1, const slist<_Tp, _Alloc>& _SL2
    [all...]

Completed in 1888 milliseconds

<<51525354555657585960>>