Home
last modified time | relevance | path

Searched defs:os (Results 1 – 9 of 9) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DGCSFileUploaderFuncTest.java114 ByteArrayOutputStream os = new ByteArrayOutputStream(); in toByteArray() local
/tools/tradefederation/core/src/com/android/tradefed/device/
DLargeOutputReceiver.java120 final FixedByteArrayOutputStream os = new FixedByteArrayOutputStream(maxBytes); in getData() local
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/test/
DPerformanceTest.java141 ByteArrayOutputStream os = new ByteArrayOutputStream(); in setUp() local
142 ByteStreams.copy(p.getInputStream(), os); in setUp() local
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DRunHostCommandTargetPreparerTest.java154 OutputStream os = mock(OutputStream.class); in testBgCommand() local
/tools/tradefederation/core/atest/metrics/
Dmetrics.py38 os = constants.INTERNAL variable in AtestStartEvent
/tools/asuite/atest/metrics/
Dmetrics.py38 os = constants.INTERNAL variable in AtestStartEvent
/tools/asuite/atest/proto/
Dinternal_user_log.proto18 optional string os = 4; field
/tools/tradefederation/core/atest/proto/
Dinternal_user_log.proto18 optional string os = 4; field
/tools/tradefederation/core/src/com/android/tradefed/result/
DMetricsXMLResultReporter.java95 OutputStream os = null; in generateResults() local