OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SnapshotInputStreamSource
(Results
1 - 6
of
6
) sorted by null
/tools/tradefederation/core/src/com/android/tradefed/result/
SnapshotInputStreamSource.java
31
public class
SnapshotInputStreamSource
implements InputStreamSource {
36
public
SnapshotInputStreamSource
(String name, InputStream stream) {
/tools/tradefederation/core/src/com/android/tradefed/testtype/
MetricTestCase.java
21
import com.android.tradefed.result.
SnapshotInputStreamSource
;
91
new
SnapshotInputStreamSource
("LogHolder", dataStream.createInputStream());
/tools/tradefederation/core/tests/src/com/android/tradefed/result/
SnapshotInputStreamSourceTest.java
25
* Unit tests for the {@link
SnapshotInputStreamSource
} class
37
* Ensure that the {@link
SnapshotInputStreamSource
#close()} method cleans up the backing file
51
new
SnapshotInputStreamSource
("SnapUnitTest", mInputStream) {
/tools/tradefederation/core/src/com/android/tradefed/device/
LargeOutputReceiver.java
24
import com.android.tradefed.result.
SnapshotInputStreamSource
;
85
return new
SnapshotInputStreamSource
("LargeOutputReceiver", mOutStream.getData());
NativeDevice.java
46
import com.android.tradefed.result.
SnapshotInputStreamSource
;
[
all
...]
/tools/tradefederation/core/src/com/android/tradefed/log/
FileLogger.java
25
import com.android.tradefed.result.
SnapshotInputStreamSource
;
204
return new
SnapshotInputStreamSource
("FileLogger", mLogStream.getData());
Completed in 388 milliseconds