Searched refs:sourceOut (Results 1 – 5 of 5) sorted by relevance
/external/conscrypt/common/src/test/java/org/conscrypt/javax/net/ssl/ |
D | SSLEngineVersionCompatibilityTest.java | 114 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()
|
D | SSLEngineTest.java | 304 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/ |
D | SSLEngineVersionCompatibilityTest.java | 116 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/ |
D | data_binding.bzl | 66 args.add("-sourceOut", srcjar)
|
/external/mesa3d/src/mesa/main/ |
D | shaderapi.c | 1111 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()
|