Searched refs:optr (Results 1 - 16 of 16) sorted by relevance

/external/webkit/Source/JavaScriptCore/API/
H A DJSRetainPtr.h115 T optr = o.get(); local
116 if (optr)
117 JSRetain(optr);
119 m_ptr = optr;
127 T optr = o.get(); local
128 if (optr)
129 JSRetain(optr);
131 m_ptr = optr;
137 template<typename T> inline JSRetainPtr<T>& JSRetainPtr<T>::operator=(T optr) argument
139 if (optr)
148 adopt(T optr) argument
156 operator =(U* optr) argument
[all...]
/external/webkit/Source/WebKit2/UIProcess/API/cpp/
H A DWKRetainPtr.h115 PtrType optr = o.get(); local
116 if (optr)
117 WKRetain(optr);
119 m_ptr = optr;
127 PtrType optr = o.get(); local
128 if (optr)
129 WKRetain(optr);
131 m_ptr = optr;
137 template<typename T> inline WKRetainPtr<T>& WKRetainPtr<T>::operator=(PtrType optr) argument
139 if (optr)
148 adopt(PtrType optr) argument
156 operator =(U* optr) argument
[all...]
/external/webkit/Source/JavaScriptCore/wtf/
H A DRetainPtr.h135 PtrType optr = o.get(); local
136 if (optr)
137 CFRetain(optr);
139 m_ptr = optr;
147 PtrType optr = o.get(); local
148 if (optr)
149 CFRetain(optr);
151 m_ptr = optr;
157 template<typename T> inline RetainPtr<T>& RetainPtr<T>::operator=(PtrType optr) argument
159 if (optr)
168 adoptCF(PtrType optr) argument
176 adoptNS(PtrType optr) argument
186 operator =(U* optr) argument
[all...]
H A DRefPtr.h112 T* optr = o.get(); local
113 refIfNotNull(optr);
115 m_ptr = optr;
122 T* optr = o.get(); local
123 refIfNotNull(optr);
125 m_ptr = optr;
130 template<typename T> inline RefPtr<T>& RefPtr<T>::operator=(T* optr) argument
132 refIfNotNull(optr);
134 m_ptr = optr;
H A DListRefPtr.h40 ListRefPtr& operator=(T* optr) { RefPtr<T>::operator=(optr); return *this; } argument
H A DPassOwnArrayPtr.h112 template<typename T> inline PassOwnArrayPtr<T>& PassOwnArrayPtr<T>::operator=(PtrType optr) argument
115 m_ptr = optr;
123 template<typename T> inline PassOwnArrayPtr<T>& PassOwnArrayPtr<T>::operator=(const PassOwnArrayPtr<T>& optr) argument
126 m_ptr = optr.leakPtr();
133 template<typename T> template<typename U> inline PassOwnArrayPtr<T>& PassOwnArrayPtr<T>::operator=(const PassOwnArrayPtr<U>& optr) argument
136 m_ptr = optr.leakPtr();
H A DPassOwnPtr.h110 template<typename T> inline PassOwnPtr<T>& PassOwnPtr<T>::operator=(PtrType optr) argument
113 m_ptr = optr;
121 template<typename T> inline PassOwnPtr<T>& PassOwnPtr<T>::operator=(const PassOwnPtr<T>& optr) argument
124 m_ptr = optr.leakPtr();
131 template<typename T> template<typename U> inline PassOwnPtr<T>& PassOwnPtr<T>::operator=(const PassOwnPtr<U>& optr) argument
134 m_ptr = optr.leakPtr();
H A DPassRefPtr.h194 T* optr = o.get(); local
195 refIfNotNull(optr);
197 m_ptr = optr;
202 template<typename T> inline PassRefPtr<T>& PassRefPtr<T>::operator=(T* optr) argument
204 refIfNotNull(optr);
206 m_ptr = optr;
/external/webkit/Source/WebCore/platform/win/
H A DCOMPtr.h159 T* optr = o.get(); local
160 if (optr)
161 optr->AddRef();
163 m_ptr = optr;
171 T* optr = o.get(); local
172 if (optr)
173 optr->AddRef();
175 m_ptr = optr;
181 template<typename T> inline COMPtr<T>& COMPtr<T>::operator=(T* optr) argument
183 if (optr)
[all...]
/external/webkit/Source/JavaScriptCore/wtf/gobject/
H A DGRefPtr.h121 T* optr = o.get(); local
122 if (optr)
123 refGPtr(optr);
125 m_ptr = optr;
131 template <typename T> inline GRefPtr<T>& GRefPtr<T>::operator=(T* optr) argument
134 if (optr)
135 refGPtr(optr);
136 m_ptr = optr;
/external/openssl/crypto/comp/
H A Dc_zlib.c435 unsigned char *optr; /* Position in output buffer */ member in struct:__anon9724
616 ctx->optr = ctx->obuf;
629 ret = BIO_write(b->next_bio, ctx->optr, ctx->ocount);
638 ctx->optr += ret;
649 ctx->optr = ctx->obuf;
683 ret = BIO_write(b->next_bio, ctx->optr, ctx->ocount);
689 ctx->optr += ret;
697 ctx->optr = ctx->obuf;
/external/speex/libspeex/
H A Dfftwrap.c210 float *optr = t->out; local
217 out[0] = optr[0];
219 out[i] = optr[i+1];
228 float *optr = t->out; local
239 out[i] = optr[i];
/external/tcpdump/
H A Dprint-isoclns.c715 const u_int8_t *optr,*source_address,*dest_address; local
725 optr = pptr;
780 else printf("(%s)", osi_cksum(optr, clnp_header->length_indicator) ? "incorrect" : "correct");
933 if (length-(pptr-optr) > 0) {
935 print_unknown_data(pptr,"\n\t ",length-(pptr-optr));
972 const u_int8_t *optr; local
990 optr = pptr;
1044 print_unknown_data(optr,"\n\t",sizeof(struct esis_header_t));
1746 const u_int8_t *optr, *pptr, *tptr; local
1751 optr
[all...]
/external/libvpx/vp8/
H A Dvp8_dx_iface.c358 VP8D_PTR optr; local
368 optr = vp8dx_create_decompressor(&oxcf);
382 if (!optr)
385 ctx->pbi = optr;
H A Dvp8_cx_iface.c489 VP8_PTR optr; local
550 optr = vp8_create_compressor(&ctx->priv->alg_priv->oxcf);
552 if (!optr)
555 ctx->priv->alg_priv->cpi = optr;
/external/ppp/pppd/
H A Deap.c651 u_char clear[8], cipher[8], dig[SHA_DIGESTSIZE], *optr, *cp; local
772 optr = outp;
806 i = outp - optr - 1;
807 *optr = i;
823 while (optr < outp) {
827 *optr++ ^= *cp++;
832 SHA1Update(&ctxt, optr - SHA_DIGESTSIZE,

Completed in 316 milliseconds