Searched refs:patchInput (Results 1 – 2 of 2) sorted by relevance
/external/archive-patcher/applier/src/test/java/com/google/archivepatcher/applier/bsdiff/ |
D | BsPatchTest.java | 79 final byte[] patchInput = "this is a sample string to read".getBytes("US-ASCII"); in testTransformBytes() 80 final ByteArrayInputStream patchInputStream = new ByteArrayInputStream(patchInput); in testTransformBytes() 85 BsPatch.transformBytes(patchInput.length, patchInputStream, oldData, newData, buffer1, buffer2); in testTransformBytes() 107 final byte[] patchInput = "this is a second sample string to read".getBytes("US-ASCII"); in testTransformBytes_Error_JunkPatch() 108 final ByteArrayInputStream patchInputStream = new ByteArrayInputStream(patchInput); in testTransformBytes_Error_JunkPatch() 114 patchInput.length, patchInputStream, oldData, newData, buffer1, buffer2); in testTransformBytes_Error_JunkPatch() 123 final byte[] patchInput = "this is a sample string".getBytes("US-ASCII"); in testTransformBytes_Error_JunkPatch_Underflow() 124 final ByteArrayInputStream patchInputStream = new ByteArrayInputStream(patchInput); in testTransformBytes_Error_JunkPatch_Underflow() 133 patchInput.length + 1, patchInputStream, oldData, newData, buffer1, buffer2); in testTransformBytes_Error_JunkPatch_Underflow()
|
/external/deqp/modules/gles31/functional/ |
D | es31fProgramInterfaceQueryTests.cpp | 5253 …const ResourceDefinition::Node::SharedPtr patchInput(new ResourceDefinition::StorageQualifier(pare… in generateProgramInputBlockContents() local 5266 …const ResourceDefinition::Node::SharedPtr variable (new ResourceDefinition::Variable(patchInput, g… in generateProgramInputBlockContents() 5271 …t ResourceDefinition::Node::SharedPtr structMbr (new ResourceDefinition::StructMember(patchInput)); in generateProgramInputBlockContents() 5277 …t ResourceDefinition::Node::SharedPtr arrayElem (new ResourceDefinition::ArrayElement(patchInput)); in generateProgramInputBlockContents() 5512 …const ResourceDefinition::Node::SharedPtr patchInput(new ResourceDefinition::StorageQualifier(pare… in generateProgramInputLocationBlockContents() local 5532 …const ResourceDefinition::Node::SharedPtr variable (new ResourceDefinition::Variable(patchInput, g… in generateProgramInputLocationBlockContents() 5537 …ition::Node::SharedPtr layout (new ResourceDefinition::LayoutQualifier(patchInput, glu::Layout(2))… in generateProgramInputLocationBlockContents() 5543 …t ResourceDefinition::Node::SharedPtr structMbr (new ResourceDefinition::StructMember(patchInput)); in generateProgramInputLocationBlockContents() 5549 …ition::Node::SharedPtr layout (new ResourceDefinition::LayoutQualifier(patchInput, glu::Layout(2))… in generateProgramInputLocationBlockContents() 5556 …t ResourceDefinition::Node::SharedPtr arrayElem (new ResourceDefinition::ArrayElement(patchInput)); in generateProgramInputLocationBlockContents() [all …]
|