/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...] |
/external/chromium_org/media/mp4/ |
box_reader_unittest.cc | 80 std::vector<uint8> GetBuf() { 86 std::vector<uint8> buf = GetBuf(); 112 std::vector<uint8> buf = GetBuf(); 124 std::vector<uint8> buf = GetBuf(); 137 std::vector<uint8> buf = GetBuf(); 149 std::vector<uint8> buf = GetBuf(); 171 std::vector<uint8> buf = GetBuf();
|
/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);
|
/external/ipsec-tools/src/libipsec/ |
test-policy.c | 158 char getbuf[1024]; local 185 memset(getbuf, 0, sizeof(getbuf)); 186 memcpy(getbuf, policy, sizeof(struct sadb_x_policy)); 187 if (getsockopt(so, proto, optname, getbuf, &len) < 0) { 200 if ((buf = ipsec_dump_policy(getbuf, NULL)) == NULL) {
|
/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);
|
/external/bluetooth/bluedroid/gki/common/ |
gki_buffer.c | 377 GKI_exception (GKI_ERROR_BUF_SIZE_ZERO, "getbuf: Size is zero"); 390 GKI_exception (GKI_ERROR_BUF_SIZE_TOOBIG, "getbuf: Size is too big"); 437 GKI_exception (GKI_ERROR_OUT_OF_BUFFERS, "getbuf: out of buffers"); [all...] |
/frameworks/base/core/java/android/net/http/ |
Connection.java | 516 byte[] getBuf() {
|
Request.java | 294 buf = mConnection.getBuf();
|
/external/libnfc-nci/halimpl/bcm2079x/gki/common/ |
gki_buffer.c | 372 GKI_exception (GKI_ERROR_BUF_SIZE_ZERO, "getbuf: Size is zero"); 388 GKI_exception (GKI_ERROR_BUF_SIZE_TOOBIG, "getbuf: Size is too big"); [all...] |
/external/libnfc-nci/src/gki/common/ |
gki_buffer.c | 372 GKI_exception (GKI_ERROR_BUF_SIZE_ZERO, "getbuf: Size is zero"); 388 GKI_exception (GKI_ERROR_BUF_SIZE_TOOBIG, "getbuf: Size is too big"); [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.mortbay.jetty.util_6.1.23.v201004211559.jar | |
org.mortbay.jetty.server_6.1.23.v201004211559.jar | |