Home
last modified time | relevance | path

Searched refs:sourceOut (Results 1 – 5 of 5) sorted by relevance

/external/conscrypt/repackaged/openjdk-integ-tests/src/test/java/com/android/org/conscrypt/javax/net/ssl/
DSSLEngineVersionCompatibilityTest.java99 ByteBuffer sourceOut = ByteBuffer.wrap(sourceBytes); in assertSendsCorrectly() local
102 SSLEngineResult sourceOutRes = source.wrap(sourceOut, sourceToDest); in assertSendsCorrectly()
114 while (destIn.position() != sourceOut.limit()) { in assertSendsCorrectly()
DSSLEngineTest.java303 ByteBuffer sourceOut = ByteBuffer.wrap(sourceBytes); in assertSendsCorrectly() local
306 SSLEngineResult sourceOutRes = source.wrap(sourceOut, sourceToDest); in assertSendsCorrectly()
318 while (destIn.position() != sourceOut.limit()) { in assertSendsCorrectly()
/external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/javax/net/ssl/
DSSLEngineVersionCompatibilityTest.java97 ByteBuffer sourceOut = ByteBuffer.wrap(sourceBytes); in assertSendsCorrectly() local
100 SSLEngineResult sourceOutRes = source.wrap(sourceOut, sourceToDest); in assertSendsCorrectly()
112 while (destIn.position() != sourceOut.limit()) { in assertSendsCorrectly()
DSSLEngineTest.java299 ByteBuffer sourceOut = ByteBuffer.wrap(sourceBytes); in assertSendsCorrectly() local
302 SSLEngineResult sourceOutRes = source.wrap(sourceOut, sourceToDest); in assertSendsCorrectly()
314 while (destIn.position() != sourceOut.limit()) { in assertSendsCorrectly()
/external/mesa3d/src/mesa/main/
Dshaderapi.c1038 GLsizei *length, GLchar *sourceOut) in get_shader_source() argument
1051 _mesa_copy_string(sourceOut, maxLength, length, sh->Source); in get_shader_source()
1721 GLsizei *length, GLchar *sourceOut) in _mesa_GetShaderSource() argument
1724 get_shader_source(ctx, shader, maxLength, length, sourceOut); in _mesa_GetShaderSource()