HomeSort by relevance Sort by last modified time
    Searched defs:streamSource (Results 1 - 7 of 7) sorted by null

  /tools/tradefederation/core/src/com/android/tradefed/testtype/
CodeCoverageTestBase.java 279 InputStreamSource streamSource;
283 streamSource = new FileInputStreamSource(strategy.compress(data), true);
285 streamSource = new FileInputStreamSource(data);
289 logger.testLog(dataName, dataType, streamSource);
290 streamSource.close();
UiAutomatorTest.java 337 FileInputStreamSource streamSource = new FileInputStreamSource(atraceZip);
338 listener.testLog(tmpDestDir.getName(), LogDataType.ZIP, streamSource);
339 StreamUtil.cancel(streamSource);
  /external/swiftshader/src/D3D8/
Direct3DStateBlock8.hpp 119 struct StreamSource
124 StreamSource streamSource[16];
  /external/swiftshader/src/D3D9/
Direct3DStateBlock9.hpp 143 struct StreamSource
149 StreamSource streamSource[MAX_VERTEX_INPUTS];
  /tools/tradefederation/core/prod-tests/src/com/android/performance/tests/
AppTransitionTests.java 337 FileInputStreamSource streamSource = null;
353 streamSource = new FileInputStreamSource(zipFile);
354 listener.testLog(tmpDestDir.getName(), LogDataType.ZIP, streamSource);
358 StreamUtil.cancel(streamSource);
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 107 milliseconds