Searched defs:fromStream (Results 1 - 3 of 3) sorted by relevance

/external/robolectric/src/main/java/com/xtremelabs/robolectric/util/
H A DStrings.java8 public static String fromStream(InputStream inputStream) throws IOException { method in class:Strings
/external/smack/src/com/kenai/jbosh/
H A DStaticBody.java83 public static StaticBody fromStream( method in class:StaticBody
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPathUtilities.cpp240 bool buildAnimatedSVGPathByteStream(SVGPathByteStream* fromStream, SVGPathByteStream* toStream, SVGPathByteStream* result, float progress) argument
242 ASSERT(fromStream);
253 OwnPtr<SVGPathByteStreamSource> fromSource = SVGPathByteStreamSource::create(fromStream);
261 bool addToSVGPathByteStream(SVGPathByteStream* fromStream, SVGPathByteStream* byStream, unsigned repeatCount) argument
263 ASSERT(fromStream);
265 if (fromStream->isEmpty() || byStream->isEmpty())
268 SVGPathByteStreamBuilder* builder = globalSVGPathByteStreamBuilder(fromStream);
270 OwnPtr<SVGPathByteStream> fromStreamCopy = fromStream->copy();
271 fromStream->clear();

Completed in 117 milliseconds