/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/generated/com/github/javaparser/ |
H A D | JavaCharStream.java | 410 int startline, int startcolumn, int buffersize) in JavaCharStream() 437 int startline, int startcolumn, int buffersize) in ReInit() 470 int startcolumn, int buffersize) throws java.io.UnsupportedEncodingException in JavaCharStream() 477 int startcolumn, int buffersize) in JavaCharStream() 510 int startcolumn, int buffersize) throws java.io.UnsupportedEncodingException in ReInit() 517 int startcolumn, int buffersize) in ReInit()
|
/aosp_15_r20/external/apache-commons-bcel/src/examples/Mini/ |
H A D | ASCII_CharStream.java | 238 int startcolumn, int buffersize) in ASCII_CharStream() 261 int startcolumn, int buffersize) in ReInit() 285 int startcolumn, int buffersize) in ASCII_CharStream() 297 int startcolumn, int buffersize) in ReInit()
|
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/ |
H A D | VelocityCharStream.java | 324 int startcolumn, int buffersize) in VelocityCharStream() 353 int startcolumn, int buffersize) in ReInit() 389 int startcolumn, int buffersize) in VelocityCharStream() 412 int startcolumn, int buffersize) in ReInit()
|
/aosp_15_r20/external/apache-http/src/org/apache/http/impl/ |
H A D | SocketHttpClientConnection.java | 86 int buffersize, in createSessionInputBuffer() 93 int buffersize, in createSessionOutputBuffer() 109 int buffersize = HttpConnectionParams.getSocketBufferSize(params); in bind() local
|
H A D | SocketHttpServerConnection.java | 86 int buffersize, in createHttpDataReceiver() 93 int buffersize, in createHttpDataTransmitter() 107 int buffersize = HttpConnectionParams.getSocketBufferSize(params); in bind() local
|
/aosp_15_r20/external/apache-http/src/org/apache/http/impl/conn/ |
H A D | DefaultClientConnection.java | 173 int buffersize, in createSessionInputBuffer() 189 int buffersize, in createSessionOutputBuffer()
|
/aosp_15_r20/cts/tests/tests/media/misc/src/android/media/misc/cts/ |
H A D | NativeDecoderTest.java | 231 Socket socket, int buffersize, HttpParams params) throws IOException { in createHttpDataTransmitter() 236 Socket socket, int buffersize, HttpParams params) throws IOException { in createSessionOutputBuffer()
|
/aosp_15_r20/external/javaparser/javaparser-core/generated-sources/javacc/com/github/javaparser/ |
H A D | SimpleCharStream.java | 276 int startcolumn, int buffersize) in SimpleCharStream() 303 int startcolumn, int buffersize) in ReInit()
|
/aosp_15_r20/cts/tests/tests/media/player/src/android/media/player/cts/ |
H A D | MediaPlayerFlakyNetworkTest.java | 305 Socket socket, int buffersize, HttpParams params) throws IOException { in createHttpDataTransmitter() 310 Socket socket, int buffersize, HttpParams params) throws IOException { in createSessionOutputBuffer()
|
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-generated-sources/com/github/javaparser/ |
H A D | JavaCharStream.java | 413 int startline, int startcolumn, int buffersize) in JavaCharStream() 440 int startline, int startcolumn, int buffersize) in ReInit()
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | bz2module.c | 510 size_t bytesread, buffersize, chunksize; in BZ2File_read() local 654 size_t buffersize = SMALLCHUNK; in BZ2File_readlines() local 1019 size_t buffersize = SMALLCHUNK; in BZ2File_seek() local
|
/aosp_15_r20/external/apache-http/src/org/apache/http/impl/io/ |
H A D | SocketOutputBuffer.java | 58 int buffersize, in SocketOutputBuffer()
|
H A D | SocketInputBuffer.java | 63 int buffersize, in SocketInputBuffer()
|
H A D | AbstractSessionOutputBuffer.java | 71 protected void init(final OutputStream outstream, int buffersize, final HttpParams params) { in init()
|
H A D | AbstractSessionInputBuffer.java | 73 protected void init(final InputStream instream, int buffersize, final HttpParams params) { in init()
|
/aosp_15_r20/external/libxml2/example/ |
H A D | io2.c | 22 int buffersize; in main() local
|
/aosp_15_r20/external/pigweed/ts/types/ |
H A D | serial.d.ts | 26 buffersize?: number; property
|
/aosp_15_r20/external/openthread/tools/tcat_ble_client/ble/ |
H A D | ble_stream_secure.py | 112 async def recv(self, buffersize, timeout=1): argument
|
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/apache/james/apache-mime4j-dom/0.7.2/ |
HD | apache-mime4j-dom-0.7.2.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/
org/
... |
/aosp_15_r20/device/google/cuttlefish/guest/commands/v4l2_streamer/ |
D | v4l2_helpers.cpp | 74 long buffersize = file.tellg() - filepos; in V4l2ReadRawFile() local
|
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/utils/ |
H A D | IOUtils.java | 78 …tic long copy(final InputStream input, final OutputStream output, final int buffersize) throws IOE… in copy()
|
/aosp_15_r20/external/zopfli/src/zopflipng/lodepng/ |
H A D | lodepng.cpp | 390 unsigned lodepng_save_file(const unsigned char* buffer, size_t buffersize, const char* filename) { in lodepng_save_file() 5017 size_t buffersize; in lodepng_decode_file() local 6102 size_t buffersize; in lodepng_encode_file() local 6294 size_t buffersize = 0; in decompress() local 6313 size_t buffersize = 0; in compress() local 6360 size_t buffersize = lodepng_get_raw_size(w, h, &state.info_raw); in decode() local 6378 size_t buffersize = lodepng_get_raw_size(w, h, &state.info_raw); in decode() local 6408 size_t buffersize; in encode() local 6428 size_t buffersize; in encode() local
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/cm/ |
H A D | cm_printf_host.cpp | 891 void DumpAllThreadOutput(FILE *streamout, unsigned char * dumpMem, size_t buffersize) in DumpAllThreadOutput()
|
/aosp_15_r20/external/apache-http/android/src/android/net/http/ |
H A D | AndroidHttpClientConnection.java | 107 int buffersize = HttpConnectionParams.getSocketBufferSize(params); in bind() local
|
/aosp_15_r20/external/intel-media-driver/cmrtlib/agnostic/share/ |
H A D | cm_printf_host.cpp | 952 void DumpAllThreadOutput(FILE *streamOut, unsigned char * dumpMem, size_t buffersize) in DumpAllThreadOutput()
|