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

<<11121314151617181920>>

  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/
expression-006.js 4 ECMA Section: 11.2.2. The new operator
14 var TITLE = "The new operator";
expression-007.js 4 ECMA Section: 11.2.2. The new operator
13 var TITLE = "The new operator";
expression-008.js 4 ECMA Section: 11.2.2. The new operator
11 var TITLE = "The new operator";
expression-009.js 4 ECMA Section: 11.2.2. The new operator
11 var TITLE = "The new operator";
expression-010.js 4 ECMA Section: 11.2.2. The new operator
11 var TITLE = "The new operator";
expression-011.js 4 ECMA Section: 11.2.2. The new operator
11 var TITLE = "The new operator";
expression-012.js 4 ECMA Section: 11.2.2. The new operator
12 var TITLE = "The new operator";
expression-013.js 4 ECMA Section: 11.2.2. The new operator
11 var TITLE = "The new operator";
expression-014.js 4 ECMA Section: 11.2.2. The new operator
12 var TITLE = "The new operator";
expression-019.js 4 ECMA Section: 11.2.2. The new operator
12 var TITLE = "The new operator";
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
Common.h 40 void* operator new(size_t s) { return (A).allocate(s); } \
41 void* operator new(size_t, void *_Where) { return (_Where); } \
42 void operator delete(void*) { } \
43 void operator delete(void *, void *) { } \
44 void* operator new[](size_t s) { return (A).allocate(s); } \
45 void* operator new[](size_t, void *_Where) { return (_Where); } \
46 void operator delete[](void*) { } \
47 void operator delete[](void *, void *) { }
  /external/webkit/Source/WebKit/chromium/public/
WebURL.h 69 WebURL& operator=(const WebURL& s)
111 WebURL& operator=(const WebCore::KURL&);
112 operator WebCore::KURL() const;
121 WebURL& operator=(const GURL& g)
129 operator GURL() const
141 inline bool operator<(const WebURL& a, const WebURL& b)
146 inline bool operator==(const WebURL& a, const WebURL& b)
151 inline bool operator!=(const WebURL& a, const WebURL& b)
  /frameworks/base/services/surfaceflinger/
Transform.h 66 float const* operator [] (int i) const; // returns column i
80 Transform operator * (const Transform& rhs) const;
92 inline float operator [] (int i) const { return v[i]; }
93 inline float& operator [] (int i) { return v[i]; }
101 inline float operator [] (int i) const { return v[i]; }
102 inline float& operator [] (int i) { return v[i]; }
106 inline const vec3& operator [] (int i) const { return v[i]; }
107 inline vec3& operator [] (int i) { return v[i]; }
  /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_/
find_fn_imps.hpp 50 if (Cmp_Fn::operator()(
73 if (Cmp_Fn::operator()(
96 if (Cmp_Fn::operator()(r_key,
118 if (Cmp_Fn::operator()(r_key,
142 if (!Cmp_Fn::operator()(PB_DS_V2F(p_nd->m_value), r_key))
151 return point_iterator((p_pot != m_p_head&& Cmp_Fn::operator()(
168 if (!Cmp_Fn::operator()(PB_DS_V2F(p_nd->m_value), r_key))
177 return const_point_iterator((p_pot != m_p_head&& Cmp_Fn::operator()(
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
find_fn_imps.hpp 50 if (Cmp_Fn::operator()(
73 if (Cmp_Fn::operator()(
96 if (Cmp_Fn::operator()(r_key,
118 if (Cmp_Fn::operator()(r_key,
142 if (!Cmp_Fn::operator()(PB_DS_V2F(p_nd->m_value), r_key))
151 return point_iterator((p_pot != m_p_head&& Cmp_Fn::operator()(
168 if (!Cmp_Fn::operator()(PB_DS_V2F(p_nd->m_value), r_key))
177 return const_point_iterator((p_pot != m_p_head&& Cmp_Fn::operator()(
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
find_fn_imps.hpp 50 if (Cmp_Fn::operator()(
73 if (Cmp_Fn::operator()(
96 if (Cmp_Fn::operator()(r_key,
118 if (Cmp_Fn::operator()(r_key,
142 if (!Cmp_Fn::operator()(PB_DS_V2F(p_nd->m_value), r_key))
151 return point_iterator((p_pot != m_p_head&& Cmp_Fn::operator()(
168 if (!Cmp_Fn::operator()(PB_DS_V2F(p_nd->m_value), r_key))
177 return const_point_iterator((p_pot != m_p_head&& Cmp_Fn::operator()(
  /external/stlport/stlport/stl/debug/
_iterator.h 175 ptrdiff_t operator-(const _DBG_iter_base<_Container>& __x,
235 // redundant with the copy assignment operator below.
236 _Self& operator=(const _Nonconst_mid& __rhs) {
241 _Self& operator=(const _Self& __rhs) {
246 reference operator*() const;
250 _Self& operator++() {
254 _Self operator++(int) {
259 _Self& operator--() {
263 _Self operator--(int) {
269 _Self& operator+=(difference_type __n)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_iterator.h 175 ptrdiff_t operator-(const _DBG_iter_base<_Container>& __x,
235 // redundant with the copy assignment operator below.
236 _Self& operator=(const _Nonconst_mid& __rhs) {
241 _Self& operator=(const _Self& __rhs) {
246 reference operator*() const;
250 _Self& operator++() {
254 _Self operator++(int) {
259 _Self& operator--() {
263 _Self operator--(int) {
269 _Self& operator+=(difference_type __n)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
atomic_0.h 90 atomic_flag& operator=(const atomic_flag&) = delete;
112 atomic_address& operator=(const atomic_address&) = delete;
201 operator void*() const volatile
205 operator=(void* __v) // XXX volatile
212 operator+=(ptrdiff_t __d) volatile
216 operator-=(ptrdiff_t __d) volatile
255 __atomic_base& operator=(const __atomic_base&) = delete;
260 operator __integral_type() const volatile
264 operator=(__integral_type __i) // XXX volatile
271 operator++(int) volatil
    [all...]
atomic_2.h 52 atomic_flag& operator=(const atomic_flag&) = delete;
90 atomic_address& operator=(const atomic_address&) = delete;
180 operator void*() const volatile
184 operator=(void* __v) // XXX volatile
191 operator+=(ptrdiff_t __d) volatile
195 operator-=(ptrdiff_t __d) volatile
233 __atomic_base& operator=(const __atomic_base&) = delete;
238 operator __integral_type() const volatile
242 operator=(__integral_type __i) // XXX volatile
249 operator++(int) volatil
    [all...]
unique_ptr.h 60 operator()(_Tp* __ptr) const
75 operator()(_Tp* __ptr) const
133 operator=(unique_ptr&& __u)
142 operator=(unique_ptr<_Up, _Up_Deleter>&& __u)
150 operator=(__unspecified_pointer_type)
157 typename std::add_lvalue_reference<element_type>::type operator*() const
164 operator->() const
184 operator __unspecified_bool_type () const
219 unique_ptr& operator=(const unique_ptr&) = delete;
222 unique_ptr& operator=(const unique_ptr<_Up, _Up_Deleter>&) = delete
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
atomic_0.h 90 atomic_flag& operator=(const atomic_flag&) = delete;
112 atomic_address& operator=(const atomic_address&) = delete;
201 operator void*() const volatile
205 operator=(void* __v) // XXX volatile
212 operator+=(ptrdiff_t __d) volatile
216 operator-=(ptrdiff_t __d) volatile
255 __atomic_base& operator=(const __atomic_base&) = delete;
260 operator __integral_type() const volatile
264 operator=(__integral_type __i) // XXX volatile
271 operator++(int) volatil
    [all...]
atomic_2.h 52 atomic_flag& operator=(const atomic_flag&) = delete;
90 atomic_address& operator=(const atomic_address&) = delete;
180 operator void*() const volatile
184 operator=(void* __v) // XXX volatile
191 operator+=(ptrdiff_t __d) volatile
195 operator-=(ptrdiff_t __d) volatile
233 __atomic_base& operator=(const __atomic_base&) = delete;
238 operator __integral_type() const volatile
242 operator=(__integral_type __i) // XXX volatile
249 operator++(int) volatil
    [all...]
unique_ptr.h 60 operator()(_Tp* __ptr) const
75 operator()(_Tp* __ptr) const
133 operator=(unique_ptr&& __u)
142 operator=(unique_ptr<_Up, _Up_Deleter>&& __u)
150 operator=(__unspecified_pointer_type)
157 typename std::add_lvalue_reference<element_type>::type operator*() const
164 operator->() const
184 operator __unspecified_bool_type () const
219 unique_ptr& operator=(const unique_ptr&) = delete;
222 unique_ptr& operator=(const unique_ptr<_Up, _Up_Deleter>&) = delete
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/debug/
_iterator.h 175 ptrdiff_t operator-(const _DBG_iter_base<_Container>& __x,
235 // redundant with the copy assignment operator below.
236 _Self& operator=(const _Nonconst_mid& __rhs) {
241 _Self& operator=(const _Self& __rhs) {
246 reference operator*() const;
250 _Self& operator++() {
254 _Self operator++(int) {
259 _Self& operator--() {
263 _Self operator--(int) {
269 _Self& operator+=(difference_type __n)
    [all...]

Completed in 342 milliseconds

<<11121314151617181920>>