Searched defs:requestSize (Results 1 - 9 of 9) sorted by relevance
/external/tpm2/ |
H A D | ExecCommand.c | 43 unsigned int requestSize, // IN: command buffer size 85 // the sizes do not include the tag, commandCode, requestSize, or the authorization 102 TpmFailureMode (requestSize, request, responseSize, response); 134 size = requestSize; 147 // received on that port is requestSize it must be identical to commandSize. 152 // it reaches MAX_COMMAND_SIZE, and requestSize would not equal commandSize. 153 if(commandSize != requestSize || commandSize > MAX_COMMAND_SIZE) 42 ExecuteCommand( unsigned int requestSize, unsigned char *request, unsigned int *responseSize, unsigned char **response ) argument
|
H A D | CryptUtil.c | 1887 UINT16 requestSize; 1890 requestSize = sensitive->sensitive.sym.t.size 1892 pAssert(requestSize <= sizeof(symValues)); 1893 requestSize = _cpri__GenerateSeededRandom(requestSize, symValues, hashAlg, 1897 pAssert(requestSize != 0); 1994 UINT32 requestSize = dataSize * 8; 2002 requestSize, mask, &counter); 1886 UINT16 requestSize; local 1993 UINT32 requestSize = dataSize * 8; local
|
/external/okhttp/okio/benchmarks/src/main/java/com/squareup/okio/benchmarks/ |
H A D | BufferPerformanceBench.java | 163 int requestSize = 2048; field in class:BufferPerformanceBench 176 requestBytes = storeSourceData(new byte[requestSize]); 177 responseBytes = storeSourceData(new byte[requestSize * responseFactor]);
|
/external/skia/src/gpu/ |
H A D | GrBufferAllocPool.cpp | 221 bool GrBufferAllocPool::createBlock(size_t requestSize) { argument 223 size_t size = SkTMax(requestSize, fMinBlockSize);
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
H A D | URLConnectionTest.java | 2646 private void reusedConnectionFailsWithPost(TransferKind transferKind, int requestSize) argument 2655 byte[] requestBody = new byte[requestSize];
|
/external/webrtc/webrtc/examples/androidapp/third_party/autobanh/ |
H A D | autobanh.jar | META-INF/MANIFEST.MF de/tavendo/autobahn/ByteBufferInputStream.class ByteBufferInputStream.java package de.tavendo ... |
/external/guice/extensions/struts2/lib/ |
H A D | commons-fileupload-1.2.1.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/fileupload/ ... |
/external/libphonenumber/demo/war/WEB-INF/lib/ |
H A D | commons-fileupload-1.2.1.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/fileupload/ ... |
/external/guice/extensions/persist/lib/ |
H A D | hsqldb.jar | META-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/hsqldb/index/ org/hsqldb/jdbc/ org/ ... |
Completed in 325 milliseconds