Searched refs:read (Results 276 - 300 of 2793) sorted by relevance

<<11121314151617181920>>

/external/compiler-rt/test/tsan/
H A Dfd_socketpair_norace.cc20 while (read(fds[0], &buf, 1) != 1) {
H A Dfd_stdout_race.cc13 read(f, &buf, 1);
/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLBIOInputStream.java25 * InputStream. It allows an OpenSSL API to read directly from something more
57 inputByte = read();
64 // If we haven't read anything yet, ignore CRLF.
/external/deqp/framework/platform/android/
H A DtcuAndroidAssets.hpp54 void read (deUint8* dst, int numBytes);
/external/flac/include/FLAC/
H A Dcallback.h91 /** Signature for the read callback.
95 * \param ptr The address of the read buffer.
96 * \param size The size of the records to be read.
97 * \param nmemb The number of records to be read.
100 * The number of records read.
171 FLAC__IOCallback_Read read; member in struct:__anon5912
/external/freetype/src/gzip/
H A Dinfutil.h56 Bytef *read; /* window read pointer */ member in struct:inflate_blocks_state
78 #define WAVAIL (uInt)(q<s->read?s->read-q-1:s->end-q)
80 #define WRAP {if(q==s->end&&s->read!=s->window){q=s->window;m=(uInt)WAVAIL;}}
/external/google-breakpad/src/testing/gtest/xcode/Scripts/
H A Dversiongenerate.py66 opening_string = config_file.read(buffer_size)
/external/icu/icu4c/as_is/
H A Dbomlist.py35 bytes=f.read(3)
/external/icu/icu4c/source/i18n/
H A Dcollationdatareader.h100 static void read(const CollationTailoring *base, const uint8_t *inBytes, int32_t inLength,
131 * Only as many indexes are stored as needed to read all of the data.
/external/libcxx/utils/sym_check/sym_check/
H A Dutil.py55 data = f.read()
61 data = f.read()
100 magic_bytes = f.read(4)
106 magic_bytes = f.read(4)
/external/libnfc-nxp/Linux_x86/
H A DphDal4Nfc_link.h55 phDal4Nfc_link_read_CB_t read; member in struct:__anon10457
/external/libselinux/src/
H A Ddeny_unknown.c29 ret = read(fd, buf, sizeof(buf) - 1);
H A Dgetenforce.c29 ret = read(fd, buf, sizeof buf - 1);
/external/libxml2/win32/wince/
H A Dwincecompat.c22 int read(int handle, char *buffer, unsigned int len) function
/external/lzma/Java/Tukaani/src/
H A DXZEncDemo.java36 while ((size = System.in.read(buf)) != -1)
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_init.h43 #pragma section(".CRT$XCU",read)
/external/nanohttpd/webserver/src/test/java/fi/iki/elonen/
H A DAbstractTestHttpServer.java57 while ((count = instream.read(buffer)) >= 0) {
/external/nanohttpd/websocket/src/main/java/fi/iki/elonen/samples/echo/
H A DEchoSocketSample.java48 System.in.read();
/external/opencv3/samples/python2/
H A D_coverage.py17 code = open(fn).read()
H A Dmser.py31 ret, img = cam.read()
/external/proguard/src/proguard/io/
H A DDirectoryPump.java27 * This class can read a given file or directory, recursively, applying a given
65 dataEntryReader.read(new FileDataEntry(directory, file));
/external/protobuf/gtest/xcode/Scripts/
H A Dversiongenerate.py66 opening_string = config_file.read(buffer_size)
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/util/
H A DStrings.java13 while ((inSize = inputStream.read(buffer)) > 0) {
/external/selinux/libselinux/src/
H A Ddeny_unknown.c29 ret = read(fd, buf, sizeof(buf) - 1);
H A Dgetenforce.c29 ret = read(fd, buf, sizeof buf - 1);

Completed in 1632 milliseconds

<<11121314151617181920>>