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

  /external/mockito/cglib-and-asm/src/org/mockito/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/chromium_org/third_party/harfbuzz-ng/src/
hb-buffer-private.hh 180 HB_INTERNAL bool enlarge (unsigned int size);
183 { return likely (!size || size < allocated) ? true : enlarge (size); }
hb-buffer.cc 84 hb_buffer_t::enlarge (unsigned int size) function in class:hb_buffer_t
  /external/harfbuzz_ng/src/
hb-buffer-private.hh 181 HB_INTERNAL bool enlarge (unsigned int size);
184 { return likely (!size || size < allocated) ? true : enlarge (size); }
hb-buffer.cc 84 hb_buffer_t::enlarge (unsigned int size) function in class:hb_buffer_t
  /ndk/sources/host-tools/make-3.81/
configure.bat 59 echo Your environment is too small. Please enlarge it and run me again.
  /external/llvm/lib/Support/
regcomp.c 103 static void enlarge(struct parse *, sopno);
1321 enlarge(p, p->ssize + len); /* this many unexpected additions */
1348 enlarge(p, (p->ssize+1) / 2 * 3); /* +50% */
1408 enlarge(struct parse *p, sopno size) function
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
regcomp.c 102 static void enlarge(struct parse *, sopno);
1285 enlarge(p, p->ssize + len); /* this many unexpected additions */
1312 enlarge(p, (p->ssize+1) / 2 * 3); /* +50% */
1369 - enlarge - enlarge the strip
1372 enlarge(struct parse *p, sopno size) function
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regcomp.c 166 static int enlarge(struct parse *p, sopno size);
1766 enlarge( function
    [all...]
  /external/chromium_org/chrome/browser/ui/panels/
panel_browsertest.cc 430 WaitForAutoResizeWider enlarge(panel);
433 enlarge.Wait();
453 new_size.Enlarge(5, 5);
486 new_size.Enlarge(5, 5);
496 new_size.Enlarge(5, 5);
    [all...]
  /external/chromium_org/remoting/webapp/
client_plugin.js 180 // Resize in case we had to enlarge it to support click-to-play.
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
org.eclipse.sisu.inject-0.0.0.M5.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/ow2/asm/asm-debug-all/4.0/
asm-debug-all-4.0.jar 
  /prebuilts/tools/common/asm-tools/
asm-debug-all-4.0.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-all/1.9.5/
mockito-all-1.9.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/1.9.5/
mockito-core-1.9.5.jar 
  /external/chromium_org/tools/win/split_link/viz.js/
viz.js 665 abort('Cannot enlarge memory arrays in asm.js. Either (1) compile with -s TOTAL_MEMORY=X with X higher than the current value, or (2) set Module.TOTAL_MEMORY before the program runs.');
    [all...]
  /external/chromium_org/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js 727 abort('Cannot enlarge memory arrays in asm.js. Either (1) compile with -s TOTAL_MEMORY=X with X higher than the current value, or (2) set Module.TOTAL_MEMORY before the program runs.');
    [all...]
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 1362 milliseconds