OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:enlarge
(Results
1 - 25
of
53
) sorted by null
1
2
3
/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/harfbuzz_ng/src/
hb-buffer-private.hh
255
HB_INTERNAL bool
enlarge
(unsigned int size);
258
{ return likely (!size || size < allocated) ? true :
enlarge
(size); }
hb-buffer.cc
116
hb_buffer_t::
enlarge
(unsigned int size)
function in class:hb_buffer_t
[
all
...]
/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
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
...]
/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);
1761
enlarge
(struct parse *p, sopno size)
function
[
all
...]
/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
...]
/build/tools/droiddoc/templates-sdk/assets/css/
default.css
[
all
...]
/build/tools/droiddoc/templates-sdk-dev/assets/css/
default.css
[
all
...]
/prebuilts/tools/common/m2/repository/org/beanshell/bsh/2.0b4/
bsh-2.0b4.jar
/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
/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
/external/jacoco/
asm-debug-all-5.0.1.jar
/prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.1.201405082137/
org.jacoco.ant-0.7.1.201405082137-nodeps.jar
/prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.3.201501221555/
org.jacoco.ant-0.7.3.201501221555-nodeps.jar
/prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.4.201502262128/
org.jacoco.ant-0.7.4.201502262128-nodeps.jar
/prebuilts/tools/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.1/
asm-debug-all-5.0.1.jar
/prebuilts/tools/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.2/
asm-debug-all-5.0.2.jar
Completed in 2290 milliseconds
1
2
3