HomeSort by relevance Sort by last modified time
    Searched refs:refcount (Results 151 - 175 of 212) sorted by null

1 2 3 4 5 67 8 9

  /external/icu/icu4c/source/i18n/
rbnf.cpp 83 uint32_t refcount; member in class:LocalizationInfo
86 LocalizationInfo() : refcount(0) {}
89 ++refcount;
94 if (refcount && --refcount == 0) {
    [all...]
  /external/python/cpython2/Lib/
urllib.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
urllib.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
urllib.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib.py     [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elf32-nios2.c 1831 bfd_signed_vma refcount; member in union:elf32_nios2_link_hash_table::__anon4017
    [all...]
elfnn-aarch64.c     [all...]
elf32-xtensa.c 710 if (dir->got.refcount <= 0)
    [all...]
elf64-ppc.c 2818 bfd_signed_vma refcount; member in union:got_entry::__anon4048
2833 bfd_signed_vma refcount; member in union:plt_entry::__anon4049
    [all...]
elf32-lm32.c     [all...]
  /external/kmod/libkmod/
libkmod-module.c 75 int refcount; member in struct:kmod_module
300 m->refcount = 1;
320 * The initial refcount is 1, and needs to be decremented to release the
375 * The initial refcount is 1, and needs to be decremented to release the
454 * Drop a reference of the kmod module. If the refcount reaches zero, its
458 * returns the passed @mod with its refcount decremented.
465 if (--mod->refcount > 0)
487 * Take a reference of the kmod module, incrementing its refcount.
489 * Returns: the passed @module with its refcount incremented.
496 mod->refcount++
    [all...]
  /external/mesa3d/src/glx/
glxclient.h 147 int refcount; member in struct:__GLXDRIdrawableRec
  /external/dnsmasq/src/
dnsmasq.c 945 if (daemon->randomsocks[i].refcount != 0)
987 if (daemon->randomsocks[i].refcount != 0 &&
  /external/e2fsprogs/lib/ext2fs/
inode.c 86 if (--icache->refcount)
117 fs->icache->refcount = 1;
nt_io.c 1128 io->refcount = 1;
1233 if (--channel->refcount > 0)
undo_io.c 722 io->refcount = 1;
805 if (--channel->refcount > 0)
unix_io.c 517 io->refcount = 1;
699 if (--channel->refcount > 0)
  /external/flatbuffers/include/flatbuffers/
idl.h 219 serialized_location(0), index(-1), refcount(1) {}
236 int refcount; member in struct:flatbuffers::Definition
  /external/freetype/include/freetype/internal/
ftobjs.h 398 /* refcount :: */
424 FT_Int refcount; member in struct:FT_Face_InternalRec_
942 FT_Int refcount; member in struct:FT_LibraryRec_
    [all...]
  /external/freetype/src/base/
ftobjs.c     [all...]
  /external/python/cpython2/Doc/tools/static/
basic.css 327 .refcount {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
crtdefs.h 445 int refcount; member in struct:threadlocaleinfostruct
453 int *refcount; member in struct:threadlocaleinfostruct::__anon63720
  /external/flatbuffers/src/
idl_parser.cpp 463 if (sd) sd->refcount++;
    [all...]
  /external/python/cpython3/Lib/urllib/
request.py     [all...]

Completed in 1357 milliseconds

1 2 3 4 5 67 8 9