Searched refs:read (Results 251 - 275 of 2823) sorted by relevance

<<11121314151617181920>>

/external/compiler-rt/test/tsan/
H A Dfd_pipe_norace.cc17 while (read(fds[0], &buf, 1) != 1) {
H A Dfd_stdout_race.cc13 read(f, &buf, 1);
/external/conscrypt/common/src/main/java/org/conscrypt/
H A DOpenSSLBIOInputStream.java25 * InputStream. It allows an OpenSSL API to read directly from something more
60 inputByte = read();
67 // 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:__anon6486
/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/googletest/googletest/xcode/Scripts/
H A Dversiongenerate.py66 opening_string = config_file.read(buffer_size)
/external/guava/guava-tests/test/com/google/common/io/
H A DCharSourceTester.java83 int read;
84 while ((read = reader.read(buf)) != -1) {
85 writer.write(buf, 0, read);
98 int read;
99 while ((read = reader.read(buf)) != -1) {
100 writer.write(buf, 0, read);
125 String string = source.read();
/external/icu/icu4c/as_is/
H A Dbomlist.py37 bytes=f.read(3)
/external/icu/icu4c/source/i18n/
H A Dcollationdatareader.h102 static void read(const CollationTailoring *base, const uint8_t *inBytes, int32_t inLength,
133 * Only as many indexes are stored as needed to read all of the data.
/external/libcxx/utils/libcxx/sym_check/
H A Dutil.py30 data = f.read()
36 data = f.read()
75 magic_bytes = f.read(4)
81 magic_bytes = f.read(4)
/external/libmojo/mojo/public/tools/bindings/pylib/mojom_tests/parse/
H A Drun_parser.py27 print Parse(f.read(), filename)
/external/libmojo/third_party/catapult/devil/devil/android/sdk/
H A Daapt.py24 cmd = [_aapt_path.read()] + args
/external/libxml2/win32/wince/
H A Dwincecompat.c22 int read(int handle, char *buffer, unsigned int len) function
/external/linux-kselftest/tools/testing/selftests/efivarfs/
H A Dcreate-read.c31 rc = read(fd, buf, sizeof(buf));
/external/llvm/include/llvm/CodeGen/
H A DFaultMaps.h98 template <typename T> static T read(const uint8_t *P, const uint8_t *E) { function in class:llvm::FaultMapParser
99 assert(P + sizeof(T) <= E && "out of bounds read!");
100 return support::endian::read<T, support::little, 1>(P);
127 return read<FaultKindType>(P + FaultKindOffset, E);
131 return read<FaultingPCOffsetType>(P + FaultingPCOffsetOffset, E);
135 return read<HandlerPCOffsetType>(P + HandlerPCOffsetOffset, E);
166 return read<FunctionAddrType>(P + FunctionAddrOffset, E);
170 return read<NumFaultingPCsType>(P + NumFaultingPCsOffset, E);
194 auto Version = read<FaultMapVersionType>(P + FaultMapVersionOffset, E);
200 return read<NumFunctionsTyp
[all...]
/external/ltp/testcases/kernel/syscalls/pipe/
H A Dpipe03.c19 * Make sure that writing to the read end of a pipe and reading from
42 "to read end of pipe");
45 "to read end of pipe");
48 TEST(read(fd[1], buf, 1));
/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/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
H A DESDescriptor.java109 final long read = bb.position() - begin;
110 log.finer(descriptor + " - ESDescriptor1 read: " + read + ", size: " + (descriptor != null ? descriptor.getSize() : null));
116 baseSize += read;
126 final long read = bb.position() - begin;
127 log.finer(descriptor + " - ESDescriptor2 read: " + read + ", size: " + (descriptor != null ? descriptor.getSize() : null));
133 baseSize += read;
145 final long read = bb.position() - begin;
146 log.finer(descriptor + " - ESDescriptor3 read
[all...]
/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/openssh/
H A Droaming_dummy.c60 return read(fd, buf, count);
/external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Types/
H A DtEnum.py100 assert open(self.filesystem_name).read()[:-1] == filesystem_value, log.F("FILESYSTEM : parameter update error for %s"%(self.param_name))
132 assert open(self.filesystem_name).read()[:-1] == filesystem_value, log.F("FILESYSTEM : parameter update error for %s"%(self.param_name))
164 assert open(self.filesystem_name).read()[:-1] == filesystem_value, log.F("FILESYSTEM : parameter update error for %s"%(self.param_name))
188 init_filesystem_value=open(self.filesystem_name).read()[:-1]
198 assert open(self.filesystem_name).read()[:-1] == init_filesystem_value, log.F("FILESYSTEM : parameter update error for %s"%(self.param_name))
222 init_filesystem_value=open(self.filesystem_name).read()[:-1]
232 assert open(self.filesystem_name).read()[:-1] == init_filesystem_value, log.F("FILESYSTEM : parameter update error for %s"%(self.param_name))
256 init_filesystem_value=open(self.filesystem_name).read()[:-1]
266 assert open(self.filesystem_name).read()[:-1] == init_filesystem_value, log.F("FILESYSTEM : parameter update error for %s"%(self.param_name))

Completed in 871 milliseconds

<<11121314151617181920>>