HomeSort by relevance Sort by last modified time
    Searched defs:createInputStream (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /external/apache-http/android/src/com/android/internal/http/multipart/
PartSource.java 70 InputStream createInputStream() throws IOException;
ByteArrayPartSource.java 80 * @see PartSource#createInputStream()
82 public InputStream createInputStream() {
FilePartSource.java 121 * @see PartSource#createInputStream()
123 public InputStream createInputStream() throws IOException {
  /tools/tradefederation/core/src/com/android/tradefed/result/
ByteArrayInputStreamSource.java 33 public synchronized InputStream createInputStream() {
InputStreamSource.java 40 public InputStream createInputStream();
FileInputStreamSource.java 56 public synchronized InputStream createInputStream() {
SnapshotInputStreamSource.java 28 * ensure that {@link #createInputStream()} will return identically-behaving {@link InputStream}s as
67 public synchronized InputStream createInputStream() {
SubprocessResultsReporter.java 179 FileUtil.writeToFile(dataStream.createInputStream(), tmpFile);
  /frameworks/opt/bitmap/src/com/android/bitmap/
RequestKey.java 26 * {@link #createFileDescriptorFactoryAsync(RequestKey, Callback)} or {@link #createInputStream()}.
29 * {@link #createInputStream()}.
58 * || || or createInputStream()
70 * the given callback. This method will be called in favor of {@link #createInputStream()}},
103 public InputStream createInputStream() throws IOException;
ResourceRequestKey.java 54 public InputStream createInputStream() throws IOException {
  /tools/tradefederation/core/prod-tests/src/com/android/monkey/
AnrReportGenerator.java 98 FileUtil.writeToFile(bugreportStream.createInputStream(), mCachedBugreport);
111 FileUtil.writeToFile(monkeyLogStream.createInputStream(), mCachedMonkeyLog);
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
FileEntry.java 111 public InputStream createInputStream() {
  /frameworks/opt/bitmap/sample/src/com/example/bitmapsample/
BitmapRequestKeyImpl.java 75 public InputStream createInputStream() throws IOException {
  /packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
ContactRequest.java 90 public InputStream createInputStream() throws IOException {
  /cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
CorruptApkTests.java 127 FileUtil.writeToFile(source.createInputStream(), tmpTxtFile);
  /frameworks/base/core/java/android/content/res/
AssetFileDescriptor.java 167 public FileInputStream createInputStream() throws IOException {
  /frameworks/base/core/java/android/hardware/camera2/impl/
ICameraDeviceUserWrapper.java 139 public int createInputStream(int width, int height, int format) throws CameraAccessException {
141 return mRemoteDevice.createInputStream(width, height, format);
  /frameworks/opt/photoviewer/src/com/android/ex/photo/util/
ImageUtils.java 147 is = factory.createInputStream();
154 is = factory.createInputStream();
225 InputStream createInputStream() throws FileNotFoundException;
238 public InputStream createInputStream() throws FileNotFoundException {
251 public InputStream createInputStream() throws FileNotFoundException {
255 return super.createInputStream();
  /external/javaparser/javaparser-testing/src/test/resources/com/github/javaparser/bdd/samples/
JavaConcepts.java 336 try (InputStream in = createInputStream()) {
341 try (InputStream in = createInputStream();
342 InputStream in2 = createInputStream()) {
347 try (InputStream in = createInputStream()) {
385 private static InputStream createInputStream() {
  /external/javaparser/javaparser-testing/src/test/test_sourcecode/com/github/javaparser/printer/
JavaConcepts.java 332 try (InputStream in = createInputStream()) {
337 try (InputStream in = createInputStream();
338 InputStream in2 = createInputStream()) {
343 try (InputStream in = createInputStream()) {
381 private static InputStream createInputStream() {
  /tools/tradefederation/core/src/com/android/tradefed/log/
LogRegistry.java 148 InputStream stream = source.createInputStream()) {
272 FileUtil.writeToFile(logData.createInputStream(), tradefedLog);
  /external/volley/src/main/java/com/android/volley/toolbox/
DiskBasedCache.java 123 new BufferedInputStream(createInputStream(file)), file.length());
168 new BufferedInputStream(createInputStream(file)), entrySize);
349 InputStream createInputStream(File file) throws FileNotFoundException {
  /test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/suite/
CertificationSuiteResultReporter.java 155 try (InputStream inputStream = stream.createInputStream()) {
159 try (InputStream inputStream = stream.createInputStream()) {
178 FileUtil.writeToFile(stream.createInputStream(), ediFile);
  /tools/tradefederation/core/src/com/android/tradefed/testtype/
CodeCoverageTestBase.java 514 FileUtil.writeToFile(dataStream.createInputStream(), coverageFile);
  /tools/tradefederation/core/tests/src/com/android/tradefed/result/
BugreportCollectorTest.java 54 public InputStream createInputStream() {

Completed in 468 milliseconds

1 2 3 4