Home
last modified time | relevance | path

Searched defs:instream (Results 1 – 25 of 163) sorted by relevance

1234567

/aosp_15_r20/external/curl/lib/
H A Dmime.c663 void *instream) in mime_mem_read()
681 static int mime_mem_seek(void *instream, curl_off_t offset, int whence) in mime_mem_seek()
720 void *instream) in mime_file_read()
733 static int mime_file_seek(void *instream, curl_off_t offset, int whence) in mime_file_seek()
1002 void *instream, bool *hasread) in mime_subparts_read()
1103 static int mime_subparts_seek(void *instream, curl_off_t offset, int whence) in mime_subparts_seek()
1585 size_t Curl_mime_read(char *buffer, size_t size, size_t nitems, void *instream) in Curl_mime_read()
/aosp_15_r20/external/nanohttpd/webserver/src/test/java/fi/iki/elonen/
H A DAbstractTestHttpServer.java47 InputStream instream = entity.getContent(); in readContents() local
51 protected byte[] readContents(InputStream instream) throws IOException { in readContents()
/aosp_15_r20/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
H A Djsmin_2_0_9.py68 def __init__(self, instream=None, outstream=None): argument
72 def minify(self, instream=None, outstream=None): argument
H A Djsmin.py213 def minify(self, instream, outstream): argument
/aosp_15_r20/external/apache-http/src/org/apache/http/entity/
H A DBasicHttpEntity.java121 public void setContent(final InputStream instream) { in setContent()
131 InputStream instream = getContent(); in writeTo() local
H A DInputStreamEntity.java60 public InputStreamEntity(final InputStream instream, long length) { in InputStreamEntity()
85 InputStream instream = this.content; in writeTo() local
H A DFileEntity.java83 InputStream instream = new FileInputStream(this.file); in writeTo() local
/aosp_15_r20/external/apache-http/src/org/apache/http/util/
H A DEntityUtils.java69 InputStream instream = entity.getContent(); in toByteArray() local
117 InputStream instream = entity.getContent(); in toString() local
/aosp_15_r20/external/apache-http/src/org/apache/http/impl/conn/
H A DWire.java58 private void wire(String header, InputStream instream) in wire()
100 public void input(InputStream instream) in input()
/aosp_15_r20/development/samples/BackupRestore/src/com/example/android/backuprestore/
H A DMultiRecordExampleAgent.java87 FileInputStream instream = new FileInputStream(oldState.getFileDescriptor()); in onBackup() local
175 ByteArrayInputStream instream = new ByteArrayInputStream(dataBuf); in onRestore() local
H A DExampleAgent.java146 FileInputStream instream = new FileInputStream(oldState.getFileDescriptor()); in compareStateFile() local
/aosp_15_r20/external/apache-http/src/org/apache/http/impl/io/
H A DAbstractSessionInputBuffer.java60 private InputStream instream; field in AbstractSessionInputBuffer
73 protected void init(final InputStream instream, int buffersize, final HttpParams params) { in init()
/aosp_15_r20/external/nanohttpd/nanolets/src/test/java/fi/iki/elonen/router/
H A DTestNanolets.java300 InputStream instream = entity.getContent(); in readContents() local
304 private byte[] readContents(InputStream instream) throws IOException { in readContents()
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/apache/james/apache-mime4j-core/0.7.2/
HDapache-mime4j-core-0.7.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/lex/
Dexample.hpp17 std::ifstream instream(infile); in read_from_file() local
/aosp_15_r20/external/sandboxed-api/contrib/zopfli/utils/
H A Dutils_zopfli.cc21 absl::Status Compress(ZopfliApi& api, std::ifstream& instream, in Compress()
/aosp_15_r20/external/libpng/contrib/pngexif/
H A Dpngexifinfo.py78 def print_png_exif_info(instream, **kwargs): argument
/aosp_15_r20/external/python/cpython2/Lib/
Dshlex.py23 def __init__(self, instream=None, infile=None, posix=False): argument
/aosp_15_r20/frameworks/base/tests/HugeBackup/src/com/android/hugebackup/
H A DHugeAgent.java158 FileInputStream instream = new FileInputStream(oldState.getFileDescriptor()); in compareStateFile() local
/aosp_15_r20/frameworks/base/services/backup/java/com/android/server/backup/utils/
H A DRestoreUtils.java71 public static boolean installApk(InputStream instream, Context context, in installApk()
/aosp_15_r20/external/apache-http/android/src/com/android/internal/http/multipart/
H A DFilePart.java221 InputStream instream = source.createInputStream(); in sendData() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dshlex.py21 def __init__(self, instream=None, infile=None, posix=False, argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dshlex.py21 def __init__(self, instream=None, infile=None, posix=False, argument
/aosp_15_r20/external/python/cpython3/Lib/
Dshlex.py21 def __init__(self, instream=None, infile=None, posix=False, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dshlex.py21 def __init__(self, instream=None, infile=None, posix=False, argument

1234567