OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBuf
(Results
1 - 13
of
13
) sorted by null
/frameworks/volley/tests/src/com/android/volley/toolbox/
ByteArrayPoolTest.java
25
byte[] buf1 = pool.
getBuf
(16);
26
byte[] buf2 = pool.
getBuf
(16);
31
byte[] buf3 = pool.
getBuf
(16);
32
byte[] buf4 = pool.
getBuf
(16);
41
byte[] buf1 = pool.
getBuf
(16);
42
byte[] buf2 = pool.
getBuf
(16);
43
byte[] buf3 = pool.
getBuf
(16);
49
byte[] buf4 = pool.
getBuf
(16);
50
byte[] buf5 = pool.
getBuf
(16);
51
byte[] buf6 = pool.
getBuf
(16)
[
all
...]
/development/tools/mkstubs/src/com/android/mkstubs/sourcer/
SignatureSourcer.java
97
private StringBuilder
getBuf
() {
159
getBuf
().append('<');
161
getBuf
().append(", ");
163
getBuf
().append(name);
164
getBuf
().append(" extends ");
212
getBuf
().append('^');
218
getBuf
().append(Type.getType(Character.toString(descriptor)).getClassName());
223
getBuf
().append(name.replace('/', '.'));
228
getBuf
().append('[');
234
getBuf
().append(name.replace('/', '.'))
[
all
...]
/frameworks/volley/src/com/android/volley/toolbox/
PoolingByteArrayOutputStream.java
53
buf = mPool.
getBuf
(Math.max(size, DEFAULT_SIZE));
76
byte[] newbuf = mPool.
getBuf
((count + i) * 2);
ByteArrayPool.java
91
public synchronized byte[]
getBuf
(int len) {
BasicNetwork.java
210
buffer = mPool.
getBuf
(1024);
/hardware/samsung_slsi/exynos5/libhwjpeg/
ExynosJpegEncoder.cpp
77
return
getBuf
(t_bFlagCreateInBuf, &t_stJpegInbuf, piBuf, piInputSize, iSize, t_iPlaneNum);
82
return
getBuf
(t_bFlagCreateOutBuf, &t_stJpegOutbuf, piBuf, piOutputSize, \
ExynosJpegBase.cpp
493
int ExynosJpegBase::
getBuf
(bool bCreateBuf, struct BUFFER *pstBuf, int *piBuf, int *iBufSize, int iSize, int iPlaneNum)
ExynosJpegDecoder.cpp
80
return
getBuf
(t_bFlagCreateInBuf, &t_stJpegInbuf, piBuf, piInputSize, \
86
return
getBuf
(t_bFlagCreateOutBuf, &t_stJpegOutbuf, piBuf, piOutputSize, iSize, t_iPlaneNum);
[
all
...]
/hardware/samsung_slsi/exynos5/include/
ExynosJpegApi.h
147
int
getBuf
(bool bCreateBuf, struct BUFFER *pstBuf, int *piBuf, int *iBufSize, int iSize, int iPlaneNum);
/frameworks/base/core/java/android/net/http/
Connection.java
516
byte[]
getBuf
() {
Request.java
294
buf = mConnection.
getBuf
();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar
/prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar
Completed in 171 milliseconds