Home
last modified time | relevance | path

Searched refs:NamedStream (Results 1 – 6 of 6) sorted by relevance

/external/robolectric-shadows/utils/src/main/java/org/robolectric/util/
DNamedStream.java6 public interface NamedStream { interface
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBitmapFactory.java29 import org.robolectric.util.NamedStream;
123 String name = (is instanceof NamedStream) in decodeStream()
126 Point imageSize = (is instanceof NamedStream) ? null : getImageSizeFromStream(is); in decodeStream()
DShadowContentResolver.java46 import org.robolectric.util.NamedStream;
981 private static class UnregisteredInputStream extends InputStream implements NamedStream {
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DStreamUtil.h23 NamedStream, enumerator
DStreamUtil.cpp26 if (Purpose == StreamPurpose::NamedStream) in getLongName()
179 stream(StreamPurpose::NamedStream, NSIter->second, StreamIdx); in discoverStreamPurposes()
DExplainOutputStyle.cpp269 case StreamPurpose::NamedStream: in explainPdbStreamOffset()