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

1 2

  /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...]
regexp.h 337 Regexp* Incref();
384 // so in many cases you should use, e.g., Plus(re->Incref(), flags).
524 // but even so, Incref and Decref consult an overflow map
  /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();
compile.cc 872 sub = re->sub()[0]->Incref();
877 subcopy[i] = re->sub()[i]->Incref();
887 sub = re->sub()[0]->Incref();
920 sub = re->sub()[re->nsub() - 1]->Incref();
925 subcopy[i] = re->sub()[i]->Incref();
935 sub = re->sub()[0]->Incref();
    [all...]
  /frameworks/native/include/ui/
ANativeObjectBase.h 72 NATIVE_TYPE::common.incRef = incRef;
87 static void incRef(android_native_base_t* base) {
  /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();
  /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/include/sysutils/
SocketClient.h 64 void incRef();
  /system/netd/
DnsProxyListener.cpp 234 cli->incRef();
285 cli->incRef();
418 cli->incRef();
  /system/core/libsysutils/src/
SocketClient.cpp 194 void SocketClient::incRef() {
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
platform_android.c 85 dri2_surf->buffer->common.incRef(&dri2_surf->buffer->common);
192 window->common.incRef(&window->common);
  /external/mesa3d/src/egl/drivers/dri2/
platform_android.c 85 dri2_surf->buffer->common.incRef(&dri2_surf->buffer->common);
192 window->common.incRef(&window->common);
  /hardware/libhardware/tests/hwc/
cnativewindow.c 441 buf->common.incRef = cnw_inc_ref;
529 win->base.common.incRef = cnw_inc_ref;
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/lib/
libGLESv1_CM.so 
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/lib/
libGLESv1_CM.so 
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/lib/
libGLESv1_CM.so 
  /prebuilts/ndk/5/platforms/android-4/arch-arm/usr/lib/
libGLESv1_CM.so 
  /prebuilts/ndk/6/platforms/android-4/arch-arm/usr/lib/
libGLESv1_CM.so 

Completed in 333 milliseconds

1 2