/tools/tradefederation/core/tests/src/com/android/tradefed/device/ |
D | ManagedTestDeviceFactoryTest.java | 111 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()
|
D | MockTestDeviceHelper.java | 47 receiver.addOutput(inputData, 0, inputData.length); in injectShellResponse() 92 receiver.addOutput(inputData, 0, inputData.length); in injectShellResponse()
|
D | NativeDeviceTest.java | 1130 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()
|
D | MockDeviceHelper.java | 47 receiver.addOutput(inputData, 0, inputData.length); in injectShellResponse()
|
D | BackgroundDeviceActionTest.java | 52 mMockReceiver.addOutput((byte[])EasyMock.anyObject(), EasyMock.anyInt(), EasyMock.anyInt()); in setUp()
|
D | TestDeviceTest.java | 2118 receiver.addOutput(inputData, 0, inputData.length); in injectShellResponse()
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | ShellOutputReceiverStream.java | 46 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/ |
D | FakeShellOutputReceiver.java | 32 public void addOutput(byte[] data, int offset, int length) { in addOutput() method in FakeShellOutputReceiver
|
D | LogcatEventParserTest.java | 184 receiver.addOutput(output.getBytes(), 0, output.getBytes().length); in testEndToEnd()
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | CollectingByteOutputReceiver.java | 54 public void addOutput(byte[] data, int offset, int length) { in addOutput() method in CollectingByteOutputReceiver
|
D | CollectingOutputReceiver.java | 54 public void addOutput(byte[] data, int offset, int length) { in addOutput() method in CollectingOutputReceiver
|
D | BackgroundDeviceAction.java | 96 mReceiver.addOutput(separator.getBytes(), 0, separator.length()); in run()
|
D | LargeOutputReceiver.java | 66 public synchronized void addOutput(byte[] data, int offset, int length) { in addOutput() method in LargeOutputReceiver
|
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/ |
D | NativeLeakCollector.java | 110 receiver.addOutput(msgBytes, 0, byteCount); in writeToReceiver()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/ |
D | DynamicSystemPreparerTest.java | 108 .addOutput(outputBytes, 0, outputBytes.length); in testSetUp()
|
D | RunCommandTargetPreparerTest.java | 153 mMockReceiver.addOutput((byte[]) EasyMock.anyObject(), EasyMock.anyInt(), in testBgCmd()
|
/tools/tradefederation/core/src/com/android/tradefed/result/ddmlib/ |
D | InstrumentationResultProtoParser.java | 191 public void addOutput(byte[] protoData, int bytes, int length) { in addOutput() method in InstrumentationResultProtoParser
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/ |
D | ArtRunTestTest.java | 106 mOutputReceiver.addOutput(output.getBytes(), 0, output.length()); in mockTestOutputWrite()
|
D | GoogleBenchmarkResultParserTest.java | 72 output.addOutput(line.getBytes(), 0, line.length()); in readInFile()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/util/statsd/ |
D | MetricUtilTest.java | 148 .addOutput(mOutputBytes, 0, mOutputBytes.length); in answer()
|