Searched refs:allocate (Results 201 - 225 of 259) sorted by relevance

1234567891011

/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/
H A DFakeFtpServerIntegrationTest.groovy80 assert ftpClient.allocate(99)
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/fake/
H A DFakeFtpServerIntegrationTest.groovy81 assert ftpClient.allocate(99)
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/fake/
H A DFakeFtpServerIntegrationTest.groovy81 assert ftpClient.allocate(99)
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/fake/
H A DFakeFtpServerIntegrationTest.groovy79 assert ftpClient.allocate(99)
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/fake/
H A DFakeFtpServerIntegrationTest.groovy81 assert ftpClient.allocate(99)
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/fake/
H A DFakeFtpServerIntegrationTest.groovy81 assert ftpClient.allocate(99)
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/fake/
H A DFakeFtpServerIntegrationTest.groovy81 assert ftpClient.allocate(99)
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/fake/
H A DFakeFtpServerIntegrationTest.groovy81 assert ftpClient.allocate(99)
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/
H A DFakeFtpServerIntegrationTest.groovy80 assert ftpClient.allocate(99)
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/fake/
H A DFakeFtpServerIntegrationTest.groovy80 assert ftpClient.allocate(99)
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/fake/
H A DFakeFtpServerIntegrationTest.groovy80 assert ftpClient.allocate(99)
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/fake/
H A DFakeFtpServerIntegrationTest.groovy80 assert ftpClient.allocate(99)
/external/protobuf/java/src/test/java/com/google/protobuf/
H A DByteStringTest.java113 ByteBuffer byteBuffer = ByteBuffer.allocate(bytes.length);
123 ByteBuffer byteBuffer = ByteBuffer.allocate(bytes.length);
/external/zlib/src/contrib/pascal/
H A Dzlibpas.pas40 zalloc: alloc_func; (* used to allocate the internal state *)
/external/deqp/framework/randomshaders/
H A DrsgExpression.cpp898 return 0.0f; // Can not allocate a new entry
961 Variable* variable = state.getVariableManager().allocate(valueRange.getType());
1179 m_variable = state.getVariableManager().allocate(valueRange.getType());
1435 // Select or allocate sampler.
1463 Variable* sampler = state.getVariableManager().allocate(VariableType(samplerType, 1));
/external/boringssl/linux-arm/crypto/aes/
H A Dbsaes-armv7.S1098 @ allocate the key schedule on the stack
1355 @ allocate the key schedule on the stack
1599 @ allocate the key schedule on the stack
2090 @ allocate the key schedule on the stack
/external/clang/test/CodeGenCXX/
H A Dmangle.cpp302 T *allocate(int, const void*) { return 0; } function in class:PR5861::Alloc
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.cc88 "allocate 0x%zx (%zd) bytes of %s (error code: %d)\n",
114 "allocate %p (%zd) bytes at %p (error code: %d)\n",
400 static __declspec(allocate(".CRT$XID")) int (*__run_atexit)() = RunAtexit;
/external/guava/guava/src/com/google/common/io/
H A DByteStreams.java211 ByteBuffer buf = ByteBuffer.allocate(BUF_SIZE);
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetCompoundText.java344 ByteBuffer tmpTargetBuffer = ByteBuffer.allocate(3);
/external/jsoncpp/chromium-overrides/include/json/
H A Dvalue.h176 CZString( const char *cstr, DuplicationPolicy allocate );
/external/jsoncpp/include/json/
H A Dvalue.h176 CZString( const char *cstr, DuplicationPolicy allocate );
/external/libvorbis/doc/
H A D08-residue.tex288 1) allocate and zero all vectors that will be returned.
429 \item If all vectors 0 through \emph{ch}-1 are marked 'do not decode', allocate and clear a single vector \varname{[v]}of length \emph{ch*n} and skip step 2 below; proceed directly to the post-decode step.
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
H A DDefaultMp4Builder.java453 ByteBuffer bb = ByteBuffer.allocate(16);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
H A DAudioSpecificConfig.java522 ByteBuffer out = ByteBuffer.allocate(serializedSize());

Completed in 3130 milliseconds

1234567891011