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

  /packages/apps/Email/src/org/apache/commons/io/output/
ByteArrayOutputStream.java 105 * @param newcount the size of the buffer if one is created
107 private void needNewBuffer(int newcount) {
118 newBufferSize = newcount;
123 newcount - filledBufferSum);
151 int newcount = count + len; local
159 needNewBuffer(newcount);
163 count = newcount;
  /external/e2fsprogs/lib/ext2fs/
ext_attr.c 104 __u32 *newcount)
127 if (newcount)
128 *newcount = header->h_refcount;
ext2fs.h 852 int adjust, __u32 *newcount);
    [all...]
  /external/qemu/android/utils/
reflist.c 71 int newcount = l->size + count; local
72 if (newcount > l->max) {
84 while (newmax < newcount)
  /external/valgrind/main/helgrind/
hg_main.c     [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex 473 \newcount\fontdepth \fontdepth=0
720 \newcount \itemno
    [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /external/bison/build-aux/
texinfo.tex 913 \newcount\centerpenalty
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]
  /external/bison/doc/
refcard.tex 4 \newcount\columnsperpage
  /prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar 
  /external/mdnsresponder/mDNSCore/
mDNS.c     [all...]

Completed in 469 milliseconds