Home
last modified time | relevance | path

Searched refs:patchInput (Results 1 – 2 of 2) sorted by relevance

/external/archive-patcher/applier/src/test/java/com/google/archivepatcher/applier/bsdiff/
DBsPatchTest.java81 final byte[] patchInput = "this is a sample string to read".getBytes("US-ASCII"); in testTransformBytes()
82 final ByteArrayInputStream patchInputStream = new ByteArrayInputStream(patchInput); in testTransformBytes()
87 BsPatch.transformBytes(patchInput.length, patchInputStream, oldData, newData, buffer1, buffer2); in testTransformBytes()
109 final byte[] patchInput = "this is a second sample string to read".getBytes("US-ASCII"); in testTransformBytes_Error_JunkPatch()
110 final ByteArrayInputStream patchInputStream = new ByteArrayInputStream(patchInput); in testTransformBytes_Error_JunkPatch()
116 patchInput.length, patchInputStream, oldData, newData, buffer1, buffer2); in testTransformBytes_Error_JunkPatch()
125 final byte[] patchInput = "this is a sample string".getBytes("US-ASCII"); in testTransformBytes_Error_JunkPatch_Underflow()
126 final ByteArrayInputStream patchInputStream = new ByteArrayInputStream(patchInput); in testTransformBytes_Error_JunkPatch_Underflow()
135 patchInput.length + 1, patchInputStream, oldData, newData, buffer1, buffer2); in testTransformBytes_Error_JunkPatch_Underflow()
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceQueryTests.cpp5230 …const ResourceDefinition::Node::SharedPtr patchInput(new ResourceDefinition::StorageQualifier(pare… in generateProgramInputBlockContents() local
5243 …const ResourceDefinition::Node::SharedPtr variable (new ResourceDefinition::Variable(patchInput, g… in generateProgramInputBlockContents()
5248 …t ResourceDefinition::Node::SharedPtr structMbr (new ResourceDefinition::StructMember(patchInput)); in generateProgramInputBlockContents()
5254 …t ResourceDefinition::Node::SharedPtr arrayElem (new ResourceDefinition::ArrayElement(patchInput)); in generateProgramInputBlockContents()
5489 …const ResourceDefinition::Node::SharedPtr patchInput(new ResourceDefinition::StorageQualifier(pare… in generateProgramInputLocationBlockContents() local
5509 …const ResourceDefinition::Node::SharedPtr variable (new ResourceDefinition::Variable(patchInput, g… in generateProgramInputLocationBlockContents()
5514 …ition::Node::SharedPtr layout (new ResourceDefinition::LayoutQualifier(patchInput, glu::Layout(2))… in generateProgramInputLocationBlockContents()
5520 …t ResourceDefinition::Node::SharedPtr structMbr (new ResourceDefinition::StructMember(patchInput)); in generateProgramInputLocationBlockContents()
5526 …ition::Node::SharedPtr layout (new ResourceDefinition::LayoutQualifier(patchInput, glu::Layout(2))… in generateProgramInputLocationBlockContents()
5533 …t ResourceDefinition::Node::SharedPtr arrayElem (new ResourceDefinition::ArrayElement(patchInput)); in generateProgramInputLocationBlockContents()
[all …]