Home
last modified time | relevance | path

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

/external/conscrypt/common/src/test/java/org/conscrypt/javax/net/ssl/
DSSLEngineVersionCompatibilityTest.java114 ByteBuffer sourceOut = ByteBuffer.wrap(sourceBytes); in assertSendsCorrectly() local
117 SSLEngineResult sourceOutRes = source.wrap(sourceOut, sourceToDest); in assertSendsCorrectly()
129 while (destIn.position() != sourceOut.limit()) { in assertSendsCorrectly()
DSSLEngineTest.java304 ByteBuffer sourceOut = ByteBuffer.wrap(sourceBytes); in assertSendsCorrectly() local
307 SSLEngineResult sourceOutRes = source.wrap(sourceOut, sourceToDest); in assertSendsCorrectly()
319 while (destIn.position() != sourceOut.limit()) { in assertSendsCorrectly()
/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/javax/net/ssl/
DSSLEngineVersionCompatibilityTest.java116 ByteBuffer sourceOut = ByteBuffer.wrap(sourceBytes); in assertSendsCorrectly() local
119 SSLEngineResult sourceOutRes = source.wrap(sourceOut, sourceToDest); in assertSendsCorrectly()
131 while (destIn.position() != sourceOut.limit()) { in assertSendsCorrectly()
/external/bazelbuild-rules_android/rules/
Ddata_binding.bzl66 args.add("-sourceOut", srcjar)
/external/mesa3d/src/mesa/main/
Dshaderapi.c1111 GLsizei *length, GLchar *sourceOut) in get_shader_source() argument
1124 _mesa_copy_string(sourceOut, maxLength, length, sh->Source); in get_shader_source()
1859 GLsizei *length, GLchar *sourceOut) in _mesa_GetShaderSource() argument
1862 get_shader_source(ctx, shader, maxLength, length, sourceOut); in _mesa_GetShaderSource()