HomeSort by relevance Sort by last modified time
    Searched refs:enlarge (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/annotation-tools/asmx/src/org/objectweb/asm/
ByteVector.java 78 enlarge(1);
96 enlarge(2);
115 enlarge(2);
135 enlarge(3);
155 enlarge(4);
176 enlarge(8);
203 enlarge(2 + charLength);
235 enlarge(2 + byteLength);
271 enlarge(len);
281 * Enlarge this byte vector so that it can receive n more bytes
286 private void enlarge(final int size) { method in class:ByteVector
    [all...]
  /external/javassist/src/main/javassist/bytecode/
ByteStream.java 36 enlarge(len);
45 enlarge(len);
51 enlarge(1);
58 enlarge(2);
66 enlarge(4);
76 enlarge(8);
100 enlarge(sLen + 2);
132 enlarge(size + 2);
184 public void enlarge(int delta) { method in class:ByteStream
ClassFileWriter.java 142 output.enlarge(fields.dataSize() + methods.dataSize() + 6);
  /external/harfbuzz_ng/src/
hb-buffer-private.hh 277 HB_INTERNAL bool enlarge (unsigned int size);
280 { return likely (!size || size < allocated) ? true : enlarge (size); }
hb-buffer.cc 112 hb_buffer_t::enlarge (unsigned int size) function in class:hb_buffer_t
    [all...]
  /external/llvm/lib/Support/
regcomp.c 111 static void enlarge(struct parse *, sopno);
1331 enlarge(p, p->ssize + len); /* this many unexpected additions */
1418 enlarge(struct parse *p, sopno size) function
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
regcomp.c 103 static void enlarge(struct parse *, sopno);
1293 enlarge(p, p->ssize + len); /* this many unexpected additions */
1320 enlarge(p, (p->ssize+1) / 2 * 3); /* +50% */
1377 - enlarge - enlarge the strip
1380 enlarge(struct parse *p, sopno size) function
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
regcomp.c 111 static void enlarge(struct parse *, sopno);
1331 enlarge(p, p->ssize + len); /* this many unexpected additions */
1418 enlarge(struct parse *p, sopno size) function
    [all...]
  /external/scapy/scapy/
packet.py 567 b.enlarge(pyx.unit.u_pt)
571 fb.enlarge(pyx.unit.u_pt)
573 lb.enlarge(pyx.unit.u_pt)
587 gb.enlarge(pyx.unit.u_pt)
590 kb.enlarge(pyx.unit.u_pt)
631 ptbb.enlarge(pyx.unit.u_pt*2)
652 dtb.enlarge(pyx.unit.u_pt)
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regcomp.c 166 static int enlarge(struct parse *p, sopno size);
1761 enlarge(struct parse *p, sopno size) function
    [all...]
  /prebuilts/go/darwin-x86/src/image/gif/
reader.go 400 // seem OK with this, so we enlarge the palette with
  /prebuilts/go/linux-x86/src/image/gif/
reader.go 400 // seem OK with this, so we enlarge the palette with
  /prebuilts/go/darwin-x86/src/bufio/
bufio_test.go 613 t.Error("NewReaderSize did not enlarge buffer")
628 t.Error("NewWriterSize did not enlarge buffer")
    [all...]
  /prebuilts/go/linux-x86/src/bufio/
bufio_test.go 613 t.Error("NewReaderSize did not enlarge buffer")
628 t.Error("NewWriterSize did not enlarge buffer")
    [all...]
  /prebuilts/misc/common/asm/
asm-6.0.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
asm-6.0.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
asm-6.0.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm/6.0/
asm-6.0.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm/6.1.1/
asm-6.1.1.jar 
  /external/doclava/res/assets/templates-sdk/assets/css/
default.css     [all...]
  /prebuilts/tools/common/m2/repository/org/beanshell/bsh/2.0b4/
bsh-2.0b4.jar 
  /prebuilts/tools/common/m2/repository/net/orfjackal/retrolambda/retrolambda/2.0.6/
retrolambda-2.0.6.jar 
  /prebuilts/misc/common/jacoco/lib/
jacocoagent.jar 
  /prebuilts/tools/common/m2/repository/cglib/cglib-nodep/2.1_3/
cglib-nodep-2.1_3.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/
org.eclipse.sisu.inject-0.0.0.M5.jar 

Completed in 747 milliseconds

1 2 3