Home
last modified time | relevance | path

Searched defs:paddingLength (Results 1 – 6 of 6) sorted by relevance

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/spdy/
DHttp2Test.java428 int paddingLength = 254; in readPaddedDataFrame() local
460 int paddingLength = 254; in readPaddedHeadersFrame() local
491 int paddingLength = 254; in readPaddedHeadersFrameThenContinuation() local
/external/skia/src/utils/
DSkSHA1.cpp68 unsigned int paddingLength = (bufferIndex < 56) ? (56 - bufferIndex) : (120 - bufferIndex); in finish() local
DSkMD5.cpp70 unsigned int paddingLength = (bufferIndex < 56) ? (56 - bufferIndex) : (120 - bufferIndex); in finish() local
/external/deqp/modules/gles2/functional/
Des2fShaderApiTests.cpp103 …ng (const std::string& in, ShaderSources& out, const int numSlices, const size_t paddingLength = 0) in sliceSourceString()
690 const size_t paddingLength = (m_explicitLengths ? 10 : 0); in generateSources() local
/external/webrtc/src/modules/interface/
Dmodule_common_types.h26 WebRtc_UWord8 paddingLength; member
/external/deqp/modules/gles3/functional/
Des3fShaderApiTests.cpp120 …ng (const std::string& in, ShaderSources& out, const int numSlices, const size_t paddingLength = 0) in sliceSourceString()
750 const size_t paddingLength = (m_explicitLengths ? 10 : 0); in generateSources() local