HomeSort by relevance Sort by last modified time
    Searched refs:Read (Results 76 - 100 of 2133) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/ltp/testcases/kernel/io/disktest/
io.h 59 long Read(fd_t, void *, const unsigned long);
  /external/v8/tools/clang/pylib/clang/
compile_db.py 26 def Read(path):
  /external/webrtc/webrtc/common_audio/
audio_ring_buffer.h 22 // in the buffer to fulfill a read request.)
34 // Copies from the buffer to |data| and advances the read pointer. |channels|
36 void Read(float* const* data, size_t channels, size_t frames);
41 // Moves the read position. The forward version advances the read pointer
42 // towards the write pointer and the backward verison withdraws the read
  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
input_audio_file.h 32 // if the read was successful, otherwise false. If the file end is reached,
35 virtual bool Read(size_t samples, int16_t* destination);
38 // indicated number of samples. Just like Read(), Seek() starts over at the
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue4323.go 22 func (r *reader) Read(n int) ([]byte, error) {
29 s, err := r.Read(1)
  /prebuilts/go/linux-x86/test/fixedbugs/
issue4323.go 22 func (r *reader) Read(n int) ([]byte, error) {
29 s, err := r.Read(1)
  /system/core/libbacktrace/
BacktracePtrace.h 32 size_t Read(uint64_t addr, uint8_t* buffer, size_t bytes) override;
  /system/core/libziparchive/include/ziparchive/
zip_archive_stream_entry.h 17 // Read-only stream access to Zip archives entries.
29 virtual const std::vector<uint8_t>* Read() = 0;
  /system/tpm/tpm_manager/server/
mock_local_data_store.cc 29 ON_CALL(*this, Read(_))
  /external/webrtc/webrtc/test/
rtp_file_reader.cc 120 // Read RTP packets from file in rtpdump format, as documented at:
142 DEBUG_LOG("ERROR: Can't read from file\n");
246 // Read RTP packets from file in tcpdump/libpcap format, as documented at:
363 TRY_PCAP(Read(data, next_packet_it_->payload_length));
391 TRY_PCAP(Read(&magic, false));
402 TRY_PCAP(Read(&version_major, false));
403 TRY_PCAP(Read(&version_minor, false));
413 TRY_PCAP(Read(&this_zone, false));
414 TRY_PCAP(Read(&sigfigs, false));
415 TRY_PCAP(Read(&snaplen, false))
    [all...]
  /device/google/cuttlefish_common/host/libs/vadb/
usb_cmd_device_list.cpp 32 if (fd->Read(&count, sizeof(count)) != sizeof(count)) {
33 LOG(ERROR) << "Short read: " << fd->StrError();
43 if (fd->Read(&dev, sizeof(dev)) != sizeof(dev)) {
44 LOG(ERROR) << "Short read: " << fd->StrError();
50 fd->Read(ifaces.data(),
53 LOG(ERROR) << "Short read: " << fd->StrError();
  /external/libmojo/mojo/common/
time_struct_traits.h 19 static bool Read(common::mojom::TimeDataView data, base::Time* time) {
32 static bool Read(common::mojom::TimeDeltaDataView data,
45 static bool Read(common::mojom::TimeTicksDataView data,
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
RemoteJITUtils.h 33 assert(Dst && "Attempt to read into null.");
36 ssize_t Read = ::read(InFD, Dst + Completed, Size - Completed);
37 if (Read <= 0) {
45 Completed += Read;
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
filereadstream.h 33 \param fp File pointer opened for read.
40 Read();
44 Ch Take() { Ch c = *current_; Read(); return c; }
59 void Read() {
82 size_t count_; //!< Number of characters read
  /system/core/fastboot/
tcp_test.cpp 115 bool Read(const std::string& message) {
117 return transport_->Read(&buffer[0], buffer.length()) ==
138 EXPECT_TRUE(Read("foo"));
149 EXPECT_TRUE(Read("foo"));
172 EXPECT_TRUE(Read(data));
190 EXPECT_TRUE(Read("OKAY0.4"));
193 EXPECT_TRUE(Read("INFOversion: 0.4"));
194 EXPECT_TRUE(Read("INFOfoo: bar"));
195 EXPECT_TRUE(Read("OKAY"));
202 EXPECT_EQ(-1, transport_->Read(buffer, sizeof(buffer)))
    [all...]
  /system/update_engine/common/
hwid_override_unittest.cc 53 EXPECT_EQ(expected_hwid, HwidOverride::Read(tempdir_.GetPath()));
62 EXPECT_EQ(std::string(), HwidOverride::Read(tempdir_.GetPath()));
66 EXPECT_EQ(std::string(), HwidOverride::Read(tempdir_.GetPath()));
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciCommand.c 46 Status = PciIo->Pci.Read (
137 PciIoDevice->PciIo.Pci.Read (
146 PciIoDevice->PciIo.Pci.Read (
157 PciIoDevice->PciIo.Pci.Read (
234 Status = PciIoDevice->PciIo.Pci.Read (
  /external/bsdiff/
patch_reader.cc 69 // Read lengths from header.
120 if (!ctrl_stream_->Read(buf, 8))
124 if (!ctrl_stream_->Read(buf, 8))
138 if (!ctrl_stream_->Read(buf, 8))
146 return diff_stream_->Read(buf, size);
150 return extra_stream_->Read(buf, size);
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_test_util.h 75 void Read(const MemLoc &ml, int size, bool expect_race = false) {
82 Read(ml, 1, expect_race); }
84 Read(ml, 2, expect_race); }
86 Read(ml, 4, expect_race); }
88 Read(ml, 8, expect_race); }
  /external/sfntly/cpp/src/sfntly/port/
memory_input_stream.cc 56 int32_t MemoryInputStream::Read() {
73 int32_t MemoryInputStream::Read(ByteVector* b) {
74 return Read(b, 0, b->size());
77 int32_t MemoryInputStream::Read(ByteVector* b, int32_t offset, int32_t length) {
137 Read(b, offset, length);
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmLib/Arm/
ArmV7Support.asm 74 mrc p15,0,R0,c1,c0,0 ; Read SCTLR into R0 (Read control register configuration data)
82 mrc p15,0,R0,c1,c0,0 ; Read SCTLR into R0 (Read control register configuration data)
103 mrc p15,0,R0,c1,c0,0 ; Read SCTLR into R0 (Read control register configuration data)
109 mrc p15,0,R0,c1,c0,0 ; Read SCTLR into R0 (Read control register configuration data)
118 mrc p15,0,R0,c1,c0,0 ; Read SCTLR into R0 (Read control register configuration data)
    [all...]
ArmV7ArchTimerSupport.S 19 mrc p15, 0, r0, c14, c0, 0 @ Read CNTFRQ
27 mrrc p15, 0, r0, r1, c14 @ Read CNTPT (Physical counter register)
31 mrc p15, 0, r0, c14, c1, 0 @ Read CNTK_CTL (Timer PL1 Control Register)
39 mrc p15, 0, r0, c14, c2, 0 @ Read CNTP_TVAL (PL1 physical timer value register)
47 mrc p15, 0, r0, c14, c2, 1 @ Read CNTP_CTL (PL1 Physical Timer Control Register)
55 mrc p15, 0, r0, c14, c3, 0 @ Read CNTV_TVAL (Virtual Timer Value register)
63 mrc p15, 0, r0, c14, c3, 1 @ Read CNTV_CTL (Virtual Timer Control Register)
71 mrrc p15, 1, r0, r1, c14 @ Read CNTVCT (Virtual Count Register)
75 mrrc p15, 2, r0, r1, c14 @ Read CNTP_CTVAL (Physical Timer Compare Value Register)
83 mrrc p15, 3, r0, r1, c14 @ Read CNTV_CTVAL (Virtual Timer Compare Value Register)
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/internal/
chunked_test.go 38 t.Errorf("chunk reader read %q; want %q", g, e)
43 // Bunch of small chunks, all read together.
53 n, err := r.Read(buf)
55 t.Errorf("Read = %d, %v; want 6, EOF", n, err)
59 t.Errorf("Read = %q; want %q", buf, "foobar")
64 // should prevent the second chunk header from being read.
70 // though we're going to try to Read with a buffer larger enough to also
71 // receive "foo", the second chunk header won't be read yet.
80 n, err := r.Read(buf)
82 t.Errorf("Read = %d, %v; want %d, nil", n, err, len(fillBufChunk)
    [all...]
  /prebuilts/go/linux-x86/src/net/http/internal/
chunked_test.go 38 t.Errorf("chunk reader read %q; want %q", g, e)
43 // Bunch of small chunks, all read together.
53 n, err := r.Read(buf)
55 t.Errorf("Read = %d, %v; want 6, EOF", n, err)
59 t.Errorf("Read = %q; want %q", buf, "foobar")
64 // should prevent the second chunk header from being read.
70 // though we're going to try to Read with a buffer larger enough to also
71 // receive "foo", the second chunk header won't be read yet.
80 n, err := r.Read(buf)
82 t.Errorf("Read = %d, %v; want %d, nil", n, err, len(fillBufChunk)
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/binary/
binary_test.go 126 err := Read(bytes.NewReader(b), order, &s2)
127 checkResult(t, "Read", order, err, s2, s1)
146 err := Read(bytes.NewReader(src), BigEndian, slice)
159 err = Read(bytes.NewReader([]byte{0}), BigEndian, &res)
162 err = Read(bytes.NewReader([]byte{1}), BigEndian, &res)
165 err = Read(bytes.NewReader([]byte{2}), BigEndian, &res)
171 err := Read(bytes.NewReader([]byte{0, 1, 2, 255}), BigEndian, slice)
211 err = Read(buf, BigEndian, dstSlice.Interface())
275 if err := Read(buf, LittleEndian, &p); err != nil {
289 // read should ignore blank fields in b
    [all...]

Completed in 315 milliseconds

1 2 34 5 6 7 8 91011>>