Searched refs:sourceOut (Results 1 - 2 of 2) sorted by relevance
/third_party/libphonenumber/tools/java/cpp-build/test/com/google/i18n/phonenumbers/ |
H A D | BuildMetadataCppFromXmlTest.java | 150 private final ByteArrayOutputStream sourceOut = new ByteArrayOutputStream(); field in BuildMetadataCppFromXmlTest.MockedCommand 176 return sourceOut; in openSourceStream() 182 return new String(sourceOut.toByteArray(), UTF_8); in capturedSourceFile()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | shaderapi.c | 1130 GLsizei *length, GLchar *sourceOut) in get_shader_source() 1143 _mesa_copy_string(sourceOut, maxLength, length, sh->Source); in get_shader_source() 1875 GLsizei *length, GLchar *sourceOut) in _mesa_GetShaderSource() 1878 get_shader_source(ctx, shader, maxLength, length, sourceOut); in _mesa_GetShaderSource() 1129 get_shader_source(struct gl_context *ctx, GLuint shader, GLsizei maxLength, GLsizei *length, GLchar *sourceOut) get_shader_source() argument 1874 _mesa_GetShaderSource(GLuint shader, GLsizei maxLength, GLsizei *length, GLchar *sourceOut) _mesa_GetShaderSource() argument
|
Completed in 6 milliseconds