Home
last modified time | relevance | path

Searched refs:addOutput (Results 1 – 20 of 20) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DManagedTestDeviceFactoryTest.java111 cor.addOutput(response.getBytes(), 0, response.length()); in testFrameworkAvailable()
140 cor.addOutput(response.getBytes(), 0, response.length()); in testFrameworkNotAvailable()
169 cor.addOutput(response.getBytes(), 0, response.length()); in testCheckFramework_emptyReturns()
DMockTestDeviceHelper.java47 receiver.addOutput(inputData, 0, inputData.length); in injectShellResponse()
92 receiver.addOutput(inputData, 0, inputData.length); in injectShellResponse()
DNativeDeviceTest.java1130 receiver.addOutput(fakeRep.getBytes(), 0, fakeRep.getBytes().length); in testGetBugreport_deviceUnavail()
1241 receiver.addOutput(fakeRep.getBytes(), 0, fakeRep.getBytes().length); in testGetBugreportz()
2765 receiver.addOutput(address.getBytes(), 0, address.length()); in testGetMacAddress()
2810 receiver.addOutput(address.getBytes(), 0, address.length()); in testGetMacAddress_stubDevice()
DMockDeviceHelper.java47 receiver.addOutput(inputData, 0, inputData.length); in injectShellResponse()
DBackgroundDeviceActionTest.java52 mMockReceiver.addOutput((byte[])EasyMock.anyObject(), EasyMock.anyInt(), EasyMock.anyInt()); in setUp()
DTestDeviceTest.java2118 receiver.addOutput(inputData, 0, inputData.length); in injectShellResponse()
/tools/tradefederation/core/src/com/android/tradefed/util/
DShellOutputReceiverStream.java46 mReceiver.addOutput(new byte[] {converted}, 0, 1); in write()
59 mReceiver.addOutput(b, off, len); in write()
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DFakeShellOutputReceiver.java32 public void addOutput(byte[] data, int offset, int length) { in addOutput() method in FakeShellOutputReceiver
DLogcatEventParserTest.java184 receiver.addOutput(output.getBytes(), 0, output.getBytes().length); in testEndToEnd()
/tools/tradefederation/core/src/com/android/tradefed/device/
DCollectingByteOutputReceiver.java54 public void addOutput(byte[] data, int offset, int length) { in addOutput() method in CollectingByteOutputReceiver
DCollectingOutputReceiver.java54 public void addOutput(byte[] data, int offset, int length) { in addOutput() method in CollectingOutputReceiver
DBackgroundDeviceAction.java96 mReceiver.addOutput(separator.getBytes(), 0, separator.length()); in run()
DLargeOutputReceiver.java66 public synchronized void addOutput(byte[] data, int offset, int length) { in addOutput() method in LargeOutputReceiver
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DNativeLeakCollector.java110 receiver.addOutput(msgBytes, 0, byteCount); in writeToReceiver()
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DDynamicSystemPreparerTest.java108 .addOutput(outputBytes, 0, outputBytes.length); in testSetUp()
DRunCommandTargetPreparerTest.java153 mMockReceiver.addOutput((byte[]) EasyMock.anyObject(), EasyMock.anyInt(), in testBgCmd()
/tools/tradefederation/core/src/com/android/tradefed/result/ddmlib/
DInstrumentationResultProtoParser.java191 public void addOutput(byte[] protoData, int bytes, int length) { in addOutput() method in InstrumentationResultProtoParser
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DArtRunTestTest.java106 mOutputReceiver.addOutput(output.getBytes(), 0, output.length()); in mockTestOutputWrite()
DGoogleBenchmarkResultParserTest.java72 output.addOutput(line.getBytes(), 0, line.length()); in readInFile()
/tools/tradefederation/core/tests/src/com/android/tradefed/util/statsd/
DMetricUtilTest.java148 .addOutput(mOutputBytes, 0, mOutputBytes.length); in answer()