HomeSort by relevance Sort by last modified time
    Searched refs:optr (Results 1 - 19 of 19) sorted by null

  /external/webkit/Source/JavaScriptCore/wtf/
RetainPtr.h 135 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)
159 if (optr)
    [all...]
RefPtr.h 112 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)
132 refIfNotNull(optr);
134 m_ptr = optr;
ListRefPtr.h 40 ListRefPtr& operator=(T* optr) { RefPtr<T>::operator=(optr); return *this; }
PassOwnArrayPtr.h 112 template<typename T> inline PassOwnArrayPtr<T>& PassOwnArrayPtr<T>::operator=(PtrType optr)
115 m_ptr = optr;
123 template<typename T> inline PassOwnArrayPtr<T>& PassOwnArrayPtr<T>::operator=(const PassOwnArrayPtr<T>& optr)
126 m_ptr = optr.leakPtr();
133 template<typename T> template<typename U> inline PassOwnArrayPtr<T>& PassOwnArrayPtr<T>::operator=(const PassOwnArrayPtr<U>& optr)
136 m_ptr = optr.leakPtr();
PassOwnPtr.h 110 template<typename T> inline PassOwnPtr<T>& PassOwnPtr<T>::operator=(PtrType optr)
113 m_ptr = optr;
121 template<typename T> inline PassOwnPtr<T>& PassOwnPtr<T>::operator=(const PassOwnPtr<T>& optr)
124 m_ptr = optr.leakPtr();
131 template<typename T> template<typename U> inline PassOwnPtr<T>& PassOwnPtr<T>::operator=(const PassOwnPtr<U>& optr)
134 m_ptr = optr.leakPtr();
PassRefPtr.h 194 T* optr = o.get(); local
195 refIfNotNull(optr);
197 m_ptr = optr;
202 template<typename T> inline PassRefPtr<T>& PassRefPtr<T>::operator=(T* optr)
204 refIfNotNull(optr);
206 m_ptr = optr;
  /bionic/libc/stdio/
flags.c 42 * to be passed to an open() syscall through *optr.
46 __sflags(const char *mode, int *optr)
80 *optr = m | o;
  /external/webkit/Source/JavaScriptCore/API/
JSRetainPtr.h 115 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)
139 if (optr)
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/cpp/
WKRetainPtr.h 115 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)
139 if (optr)
    [all...]
  /external/webkit/Source/WebCore/platform/win/
COMPtr.h 159 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)
183 if (optr)
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/gobject/
GRefPtr.h 121 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)
134 if (optr)
135 refGPtr(optr);
136 m_ptr = optr;
  /external/openssl/crypto/comp/
c_zlib.c 435 unsigned char *optr; /* Position in output buffer */ member in struct:__anon9941
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/
fftwrap.c 210 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];
  /bionic/libc/netbsd/nameser/
ns_parse.c 80 const u_char *optr = ptr; local
99 return (ptr - optr);
  /external/tcpdump/
print-isoclns.c 715 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");
972 const u_int8_t *optr; local
1746 const u_int8_t *optr, *pptr, *tptr; local
    [all...]
  /external/libvpx/vp8/
vp8_dx_iface.c 358 VP8D_PTR optr; local
368 optr = vp8dx_create_decompressor(&oxcf);
382 if (!optr)
385 ctx->pbi = optr;
vp8_cx_iface.c 489 VP8_PTR optr; local
550 optr = vp8_create_compressor(&ctx->priv->alg_priv->oxcf);
552 if (!optr)
555 ctx->priv->alg_priv->cpi = optr;
    [all...]
  /external/ppp/pppd/
eap.c 651 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,
    [all...]
  /frameworks/rs/
rsContext.cpp 677 void rsi_ObjDestroy(Context *rsc, void *optr) {
678 ObjectBase *ob = static_cast<ObjectBase *>(optr);

Completed in 519 milliseconds