Searched refs:read (Results 126 - 150 of 2823) sorted by relevance

1234567891011>>

/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
H A Dlinux_platform_backend_unittest.py19 unbuntu_saucy_lsb_release_content = f.read()
32 arch_lsb_release_content = f.read()
/external/clang/test/OpenMP/
H A Datomic_codegen.cpp25 #pragma omp atomic read
82 #pragma omp atomic read
H A Datomic_ast_print.cpp15 #pragma omp atomic read
30 #pragma omp atomic read seq_cst
49 // CHECK-NEXT: #pragma omp atomic read
64 // CHECK-NEXT: #pragma omp atomic read seq_cst
80 // CHECK-NEXT: #pragma omp atomic read
95 // CHECK-NEXT: #pragma omp atomic read seq_cst
115 #pragma omp atomic read
130 #pragma omp atomic read seq_cst
145 // CHECK-NEXT: #pragma omp atomic read
160 // CHECK-NEXT: #pragma omp atomic read seq_cs
[all...]
/external/compiler-rt/test/tsan/
H A Drace_on_read.cc13 read(fd, &buf, 1);
18 read(fd, &buf, 1);
41 // CHECK: #0 read
43 // CHECK: #0 read
/external/conscrypt/testing/src/main/java/libcore/io/
H A DStreams.java45 while ((count = in.read(buffer)) != -1) {
59 while ((c = in.read(buffer)) != -1) {
/external/guava/guava-tests/test/com/google/common/io/
H A DByteStreamsTest.java126 assertEquals(expect, in.read());
497 int read = lin.read();
498 assertEquals(big[0], read);
500 read = lin.read();
501 assertEquals(big[1], read);
503 read = lin.read();
504 assertEquals(-1, read);
584 public int read() throws IOException { method in class:ByteStreamsTest.UnmarkableInputStream
[all...]
H A DTestInputStream.java55 public int read() throws IOException { method in class:TestInputStream
58 return in.read();
62 public int read(byte[] b, int off, int len) throws IOException { method in class:TestInputStream
65 return in.read(b, off, len);
/external/llvm/utils/llvm-build/llvmbuild/
H A Dconfigutil.py29 data = f.read()
49 current_data = f.read()
/external/parameter-framework/upstream/asio/stub/
H A Dasio.hpp54 inline bool read(const dummy_base &, const dummy_base &, const dummy_base &) function in namespace:asio
82 bool read(const dummy_base &, const dummy_base &, const dummy_base &);
/external/skia/src/core/
H A DSkFontStream.cpp40 static bool read(SkStream* stream, void* buffer, size_t amount) { function
41 return stream->read(buffer, amount) == amount;
61 if (!read(stream, header, sizeof(SkSharedTTHeader))) {
76 if (ttcIndex > 0) { // need to read more of the shared header
80 if (!read(stream, header, amount)) {
90 if (!read(stream, header, sizeof(SkSFNTHeader))) {
130 return read(stream, fDir, size);
143 if (!read(stream, &shared, sizeof(shared))) {
203 if (!read(stream, data, length)) {
/external/v8/tools/
H A Dshell-utils.h56 int read = static_cast<int>(fread(&chars[i], 1, file_size - i, file)); local
57 i += read;
/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dt019lexer.py13 stream = antlr3.StringStream(open(inputPath).read())
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_StringReader.java47 * longer read from it. Only the first invocation of this method has any
107 * @return the character read or -1 if end of reader.
111 public int read() throws IOException { method in class:Support_StringReader
126 * <code>buf</code>. Returns the number of characters actually read or -1
129 * @param buf character array to store the read characters
130 * @param offset offset in buf to store the read characters
131 * @param count maximum number of characters to read
132 * @return the number of characters read or -1 if end of reader.
136 public int read(char buf[], int offset, int count) throws IOException { method in class:Support_StringReader
148 int read
[all...]
/external/autotest/client/common_lib/cros/fake_device_server/client_lib/
H A Dmeta.py32 return request.read()
H A Dregistration.py30 return json.loads(url_h.read())
59 return json.loads(url_h.read())
75 return json.loads(url_h.read())
86 return json.loads(url_h.read())
/external/autotest/client/cros/
H A Dgpio.py25 print gpio.read(gpio.DEVELOPER_SWITCH_CURRENT)
70 def read(self, name): member in class:Gpio
75 name: the name of property to read.
79 debug_title = "Gpio.read('%s'): " % name
89 value = pipe.read()
93 debug_info = temp_handle.read()
118 gpio.read(gpio.DEVELOPER_SWITCH_CURRENT))
/external/autotest/client/site_tests/security_AltSyscall/src/
H A Dread.c23 ret = read(fd, buf, sizeof(buf));
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/
H A DStreams.java25 while (inStr.read(bs, 0, bs.length) >= 0)
33 * @param inStr stream to be read.
49 * @param inStr stream to be read.
50 * @param limit maximum number of bytes that can be read.
63 * Fully read in buf's length in data, or up to EOF, whichever occurs first,
65 * @param inStr the stream to be read.
66 * @param buf the buffer to be read into.
67 * @return the number of bytes read into the buffer.
77 * Fully read in len's bytes of data into buf, or up to EOF, whichever occurs first,
79 * @param inStr the stream to be read
[all...]
/external/chromium-trace/catapult/common/py_utils/py_utils/
H A Dxvfb.py27 returncode, xvfb_process.stdout.read())
/external/chromium-trace/catapult/devil/devil/android/sdk/
H A Ddexdump.py26 args = [_dexdump_path.read()] + dexfiles
/external/chromium-trace/catapult/devil/devil/utils/
H A Dfile_utils.py22 dest_f.write(source_f.read())
/external/chromium-trace/catapult/devil/devil/utils/lazy/
H A Dweak_constant.py21 def read(self): member in class:WeakConstant
/external/curl/src/
H A Dtool_cb_rea.c42 rc = read(in->fd, buffer, sz*nmemb);
/external/google-breakpad/src/processor/
H A Dbinarystream.cc52 stream_.read(&buffer[0], length);
59 stream_.read((char *)&u8, 1);
65 stream_.read((char *)&temp, 2);
73 stream_.read((char *)&temp, 4);
/external/libbrillo/brillo/streams/
H A Dopenssl_stream_bio.cc34 size_t read = 0; local
37 if (!stream->ReadNonBlocking(buf, size, &read, &eos, nullptr))
40 if (read == 0 && !eos) {
46 return base::checked_cast<int>(read);
81 stream_read, // read function

Completed in 843 milliseconds

1234567891011>>