HomeSort by relevance Sort by last modified time
    Searched full:incref (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/chromium_org/third_party/re2/re2/
simplify.cc 147 return Incref();
155 return re->Incref();
162 return re->Incref();
168 return re->Incref();
194 return re->Incref();
216 return re->Incref();
232 return re->Incref();
255 return re->Incref();
292 return re->Incref();
319 return Regexp::Star(re->Incref(), f)
    [all...]
set.cc 54 sub[i] = re->sub()[i]->Incref();
compile.cc 873 sub = re->sub()[0]->Incref();
878 subcopy[i] = re->sub()[i]->Incref();
888 sub = re->sub()[0]->Incref();
921 sub = re->sub()[re->nsub() - 1]->Incref();
926 subcopy[i] = re->sub()[i]->Incref();
936 sub = re->sub()[0]->Incref();
    [all...]
  /external/regex-re2/re2/
simplify.cc 147 return Incref();
155 return re->Incref();
162 return re->Incref();
168 return re->Incref();
194 return re->Incref();
216 return re->Incref();
232 return re->Incref();
255 return re->Incref();
292 return re->Incref();
319 return Regexp::Star(re->Incref(), f)
    [all...]
set.cc 54 sub[i] = re->sub()[i]->Incref();
  /frameworks/native/include/ui/
ANativeObjectBase.h 72 NATIVE_TYPE::common.incRef = incRef;
87 static void incRef(android_native_base_t* base) {
  /external/llvm/include/llvm/CodeGen/PBQP/
CostAllocator.h 37 void incRef() { ++refCount; }
50 this->entry->incRef();
54 entry->incRef();
59 temp->incRef();
70 entry->incRef();
  /external/chromium_org/third_party/re2/re2/testing/
regexp_test.cc 19 re->Incref();
33 x->Incref();
  /external/regex-re2/re2/testing/
regexp_test.cc 19 re->Incref();
33 x->Incref();
  /external/chromium_org/third_party/cython/src/Cython/Runtime/
refnanny.pyx 140 cdef void INCREF(PyObject* ctx, PyObject* obj, int lineno):
176 void (*INCREF)(PyObject*, PyObject*, int)
184 api.INCREF = INCREF
  /hardware/intel/img/hwcomposer/include/
BufferMapper.h 33 int incRef()
  /prebuilts/misc/common/swig/include/2.0.11/octave/
director.swg 37 self->incref();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 153 'debug_info', 'number_of_objects', 'dummy', 'incref', 'decref']
406 self.incref(c, ident)
425 def incref(self, c, ident): member in class:Server
700 authkey=None, exposed=None, incref=True):
732 if incref:
783 dispatch(conn, None, 'incref', (self._id,))
784 util.debug('INCREF %r', self._token.id)
828 util.info('incref failed: %s' % e)
874 incref = (
875 kwds.pop('incref', True) an
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 153 'debug_info', 'number_of_objects', 'dummy', 'incref', 'decref']
406 self.incref(c, ident)
425 def incref(self, c, ident): member in class:Server
700 authkey=None, exposed=None, incref=True):
732 if incref:
783 dispatch(conn, None, 'incref', (self._id,))
784 util.debug('INCREF %r', self._token.id)
828 util.info('incref failed: %s' % e)
874 incref = (
875 kwds.pop('incref', True) an
    [all...]
  /frameworks/native/opengl/libs/EGL/
egl_object.h 52 inline int32_t incRef() { return android_atomic_inc(&count); }
89 ref->incRef();
103 ref->incRef();
egl_object.cpp 34 // NOTE: this does an implicit incRef
57 // used by LocalRef, this does an incRef() atomically with
  /system/core/libsysutils/src/
SocketListener.cpp 229 c->incRef();
287 c->incRef();
315 c->incRef();
SocketClient.cpp 227 void SocketClient::incRef() {
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyclasses.swg 5 the INCREF/DECREF are applied as needed.
  /system/core/include/sysutils/
SocketClient.h 70 void incRef();
  /system/core/logd/
FlushCommand.cpp 78 client->incRef();
  /external/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 53 /// in behavior from IncRef when GC is enabled.
58 IncRef,
  /hardware/intel/img/hwcomposer/common/buffers/
BufferManager.cpp 164 mapper->incRef();
189 mapper->incRef();
  /system/netd/server/
DnsProxyListener.cpp 222 cli->incRef();
267 cli->incRef();
382 cli->incRef();
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
__init__.pxd 46 ## INCREF and DECREF so you have to be careful. However, you got a
70 # incref one, since it must check whether the reference count

Completed in 2164 milliseconds

1 2 3