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

<<11121314151617181920>>

  /external/compiler-rt/lib/tsan/tests/unit/
tsan_mutex_test.cc 40 void Read() {
90 data->Read();
  /external/google-breakpad/src/common/mac/
macho_reader.cc 82 bool FatReader::Read(const uint8_t *buffer, size_t size) {
87 // Fat binaries always use big-endian, so read the magic number in
101 // Read the list of object files.
106 // Read this object file entry, byte-swapping as appropriate.
224 bool Reader::Read(const uint8_t *buffer,
313 // refuse to read past the load command's end. But since we haven't
314 // read the size yet, let command initially refer to the entire
319 // Read the command type and size --- fields common to all commands.
330 // Now that we've read the length, restrict command's range to this
343 .Read(word_size, false, &segment.vmaddr
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zFolderInStream.cpp 75 STDMETHODIMP CFolderInStream::Read(void *data, UInt32 size, UInt32 *processedSize)
84 RINOK(_stream->Read(data, size, &processed2));
  /external/lzma/CPP/Common/
ListFileUtils.cpp 45 if (!file.Read(buf, (UInt32)fileSize, processed))
76 if (!file.Read(p, (UInt32)fileSize, processed))
  /external/nos/host/generic/nugget/proto/nugget/app/weaver/
weaver.proto 36 rpc Read (ReadRequest) returns (ReadResponse);
60 // Read
  /external/pdfium/core/fxcrt/
cfx_fileaccess_posix.cpp 101 size_t CFX_FileAccess_Posix::Read(void* pBuffer, size_t szBuffer) {
105 return read(m_nFD, pBuffer, szBuffer);
125 return Read(pBuffer, szBuffer);
  /external/puffin/src/
extent_stream.cc 82 bool ExtentStream::Read(void* buffer, size_t length) {
106 stream_->Read(reinterpret_cast<uint8_t*>(read_buffer) + bytes_passed,
113 LOG(ERROR) << "Either read or write buffer should be given!";
  /external/skia/src/utils/win/
SkIStream.h 43 virtual HRESULT STDMETHODCALLTYPE Read(void* pv, ULONG cb, ULONG* pcbRead);
81 * A minimal read-only IStream implementation which wraps an SkStream.
97 virtual HRESULT STDMETHODCALLTYPE Read(void* pv, ULONG cb, ULONG* pcbRead);
  /external/skqp/src/utils/win/
SkIStream.h 43 virtual HRESULT STDMETHODCALLTYPE Read(void* pv, ULONG cb, ULONG* pcbRead);
81 * A minimal read-only IStream implementation which wraps an SkStream.
97 virtual HRESULT STDMETHODCALLTYPE Read(void* pv, ULONG cb, ULONG* pcbRead);
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/
hw.c 81 Status = uefi_call_wrapper(GlobalIoFncs->Io.Read, 5, GlobalIoFncs, Width, (UINT64)Port, 1, &Data);
111 Status = uefi_call_wrapper(GlobalIoFncs->Pci.Read, 5, GlobalIoFncs, Width, (UINT64)Address, 1, &Data);
  /external/webrtc/webrtc/modules/audio_coding/test/
PacketLossTest.cc 44 _realPayloadSizeBytes = _rtpStream->Read(&_rtpInfo, _incomingPayload,
60 _realPayloadSizeBytes = _rtpStream->Read(&_rtpInfo, _incomingPayload,
  /prebuilts/go/darwin-x86/src/encoding/binary/
example_test.go 46 err := binary.Read(buf, binary.LittleEndian, &pi)
48 fmt.Println("binary.Read failed:", err)
65 if err := binary.Read(r, binary.LittleEndian, &data); err != nil {
66 fmt.Println("binary.Read failed:", err)
  /prebuilts/go/darwin-x86/src/internal/race/
race.go 36 func Read(addr unsafe.Pointer) {
  /prebuilts/go/darwin-x86/src/net/
net_test.go 63 n, err := c.Read(b[:])
85 n, err := c.Read(b[:])
148 n, err := c.Read(b[:])
193 n, err := c.Read(b[:])
398 // A zero byte read on Windows caused a wait for readability first.
404 n, err := c.Read(nil)
406 t.Errorf("%s: zero byte client read = %v, %v; want 0, nil", network, n, err)
413 n, err = sc.Read(nil)
415 t.Errorf("%s: zero byte server read = %v, %v; want 0, nil", network, n, err)
455 // Tests that a blocked Read is interrupted by a concurrent SetReadDeadlin
    [all...]
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/norm/
readwriter.go 84 // Read implements the standard read interface.
85 func (r *normReader) Read(p []byte) (int, error) {
102 n, err := r.r.Read(r.inbuf)
119 // Reader returns a new reader that implements Read
  /prebuilts/go/linux-x86/src/encoding/binary/
example_test.go 46 err := binary.Read(buf, binary.LittleEndian, &pi)
48 fmt.Println("binary.Read failed:", err)
65 if err := binary.Read(r, binary.LittleEndian, &data); err != nil {
66 fmt.Println("binary.Read failed:", err)
  /prebuilts/go/linux-x86/src/internal/race/
race.go 36 func Read(addr unsafe.Pointer) {
  /prebuilts/go/linux-x86/src/net/
net_test.go 63 n, err := c.Read(b[:])
85 n, err := c.Read(b[:])
148 n, err := c.Read(b[:])
193 n, err := c.Read(b[:])
398 // A zero byte read on Windows caused a wait for readability first.
404 n, err := c.Read(nil)
406 t.Errorf("%s: zero byte client read = %v, %v; want 0, nil", network, n, err)
413 n, err = sc.Read(nil)
415 t.Errorf("%s: zero byte server read = %v, %v; want 0, nil", network, n, err)
455 // Tests that a blocked Read is interrupted by a concurrent SetReadDeadlin
    [all...]
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/norm/
readwriter.go 84 // Read implements the standard read interface.
85 func (r *normReader) Read(p []byte) (int, error) {
102 n, err := r.r.Read(r.inbuf)
119 // Reader returns a new reader that implements Read
  /system/core/libappfuse/tests/
FuseAppLoopTest.cc 106 ASSERT_TRUE(response_.Read(sockets_[0]));
141 ASSERT_TRUE(response_.Read(sockets_[0].get()));
179 ASSERT_TRUE(response_.Read(sockets_[0].get()));
192 ASSERT_TRUE(response_.Read(sockets_[0].get()));
204 ASSERT_TRUE(response_.Read(sockets_[0].get()));
237 ASSERT_TRUE(response_.Read(sockets_[0].get()));
277 TEST_F(FuseAppLoopTest, Read) {
290 ASSERT_TRUE(response_.Read(sockets_[0]));
  /system/core/libunwindstack/tests/
MemoryBufferTest.cpp 81 TEST_F(MemoryBufferTest, Read) {
95 ASSERT_EQ(128U, memory_->Read(128, buffer.data(), buffer.size()));
MemoryOfflineBufferTest.cpp 66 TEST_F(MemoryOfflineBufferTest, read) {
80 ASSERT_EQ(100U, memory_->Read(kStart + kLength - 100, buffer.data(), buffer.size()));
93 ASSERT_EQ(50U, memory_->Read(0x13000 - 50, buffer.data(), buffer.size()));
MemoryRangeTest.cpp 31 TEST(MemoryRangeTest, read) {
79 TEST(MemoryRangeTest, Read) {
88 ASSERT_EQ(4U, range.Read(1020, dst.data(), 1024));
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-m68hc11/
far-hc11.s 80 ;; <Read current page in A>
96 ;; <Read current page in A> ; (3) ldaa _current_page
  /prebuilts/go/darwin-x86/src/bufio/
bufio_test.go 32 func (r13 *rot13Reader) Read(p []byte) (int, error) {
33 n, err := r13.r.Read(p)
107 // Call Read to accumulate the text of a file
112 n, err := buf.Read(b[nb : nb+m])
162 read := readmaker.fn(strings.NewReader(text))
163 buf := NewReaderSize(read, bufsize)
177 func (zeroReader) Read(p []byte) (int, error) {
203 // A StringReader delivers its data one string segment at a time via Read.
209 func (r *StringReader) Read(p []byte) (n int, err error) {
271 // Put it back and read it again
    [all...]

Completed in 910 milliseconds

<<11121314151617181920>>