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

<<11121314151617181920>>

  /prebuilts/go/linux-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...]
  /art/runtime/
intern_table.cc 68 ObjPtr<mirror::String> old_ref = root.Read<kWithoutReadBarrier>();
70 ObjPtr<mirror::String> new_ref = root.Read<kWithoutReadBarrier>();
326 static_cast<uint32_t>(root.Read<kWithoutReadBarrier>()->GetHashCode()));
334 return a.Read<kWithoutReadBarrier>()->Equals(b.Read<kWithoutReadBarrier>());
342 ObjPtr<mirror::String> a_string = a.Read<kWithoutReadBarrier>();
377 CHECK(Find(string.Read()) == nullptr) << "Already found " << string.Read()->ToModifiedUtf8();
420 return it->Read();
431 return it->Read();
    [all...]
runtime-inl.h 34 mirror::Object* obj = sentinel_.Read();
  /external/skia/tests/
SerializationTest.cpp 38 // Test memory read/write functions directly
52 static void Read(SkReadBuffer& reader, T** flattenable) {
61 static void Read(SkReadBuffer& reader, SkMatrix* matrix) {
70 static void Read(SkReadBuffer& reader, SkPath* path) {
79 static void Read(SkReadBuffer& reader, SkRegion* region) {
88 static void Read(SkReadBuffer& reader, SkString* string) {
97 static bool Read(SkReadBuffer& reader, unsigned char* data, uint32_t arraySize) {
106 static bool Read(SkReadBuffer& reader, SkColor* data, uint32_t arraySize) {
115 static bool Read(SkReadBuffer& reader, SkColor4f* data, uint32_t arraySize) {
124 static bool Read(SkReadBuffer& reader, int32_t* data, uint32_t arraySize)
    [all...]
  /external/skqp/tests/
SerializationTest.cpp 38 // Test memory read/write functions directly
52 static void Read(SkReadBuffer& reader, T** flattenable) {
61 static void Read(SkReadBuffer& reader, SkMatrix* matrix) {
70 static void Read(SkReadBuffer& reader, SkPath* path) {
79 static void Read(SkReadBuffer& reader, SkRegion* region) {
88 static void Read(SkReadBuffer& reader, SkString* string) {
97 static bool Read(SkReadBuffer& reader, unsigned char* data, uint32_t arraySize) {
106 static bool Read(SkReadBuffer& reader, SkColor* data, uint32_t arraySize) {
115 static bool Read(SkReadBuffer& reader, SkColor4f* data, uint32_t arraySize) {
124 static bool Read(SkReadBuffer& reader, int32_t* data, uint32_t arraySize)
    [all...]
  /prebuilts/go/darwin-x86/src/bytes/
buffer_test.go 22 func (r *negativeReader) Read([]byte) (int, error) { return -1, nil }
107 n, err := buf.Read(fub)
232 n, _ := buf.Read(fub)
280 wantError := "bytes.Buffer: reader returned negative count from Read"
327 // Read it back with ReadRune
375 n, _ := buf.Read(tmp[0:i])
377 t.Fatalf("Read %d returned %d", i, n)
475 // If we read, this affects buf.off, which is good to test.
476 readBytes, _ := buf.Read(tmp)
514 n, err := b.Read(slice
    [all...]
  /prebuilts/go/linux-x86/src/bytes/
buffer_test.go 22 func (r *negativeReader) Read([]byte) (int, error) { return -1, nil }
107 n, err := buf.Read(fub)
232 n, _ := buf.Read(fub)
280 wantError := "bytes.Buffer: reader returned negative count from Read"
327 // Read it back with ReadRune
375 n, _ := buf.Read(tmp[0:i])
377 t.Fatalf("Read %d returned %d", i, n)
475 // If we read, this affects buf.off, which is good to test.
476 readBytes, _ := buf.Read(tmp)
514 n, err := b.Read(slice
    [all...]
  /external/rmi4utils/f54test/
f54test.cpp 203 retval = m_device.Read(m_f54Control.reg_41.address,
257 retval = m_device.Read(query_addr,
271 retval = m_device.Read(query_addr + offset,
285 retval = m_device.Read(query_addr + offset,
295 retval = m_device.Read(query_addr + offset,
327 retval = m_device.Read(query_addr + offset,
337 retval = m_device.Read(query_addr + offset,
349 retval = m_device.Read(query_addr + offset,
365 retval = m_device.Read(query_addr + offset,
383 retval = m_device.Read(query_addr + offset
    [all...]
  /external/tensorflow/tensorflow/core/platform/cloud/
gcs_file_system_test.cc 65 // Read the first chunk.
66 TF_EXPECT_OK(file->Read(0, sizeof(scratch), &result, scratch));
69 // Read the second chunk.
72 file->Read(sizeof(scratch), sizeof(scratch), &result, scratch).code());
106 // Read the first chunk.
107 TF_EXPECT_OK(file->Read(0, sizeof(small_scratch), &result, small_scratch));
110 // Read the second chunk that is larger. Requires allocation of new buffer.
114 file->Read(sizeof(small_scratch), sizeof(large_scratch), &result,
161 // Read the first chunk. The cache will be populated with the first block of
164 TF_EXPECT_OK(file->Read(0, 4, &result, scratch))
    [all...]
  /art/runtime/mirror/
method_handles_lookup.h 44 return static_class_.Read();
stack_trace_element.h 62 return java_lang_StackTraceElement_.Read();
throwable.h 50 return java_lang_Throwable_.Read();
  /bionic/libc/system_properties/include/system_properties/
system_properties.h 61 int Read(const prop_info* pi, char* name, char* value);
  /device/google/cuttlefish_common/guest/hals/audio/
vsoc_audio_input_stream.h 136 // Reads audio buffer in from audio driver. Returns number of bytes read, or
137 // a negative android::status_t. If at least one frame was read prior to the error,
138 // read should return that byte count and then return an error in the
140 ssize_t Read(void* buffer, size_t bytes);
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Marvell/Include/Protocol/
SpiFlash.h 107 MV_SPI_FLASH_READ Read;
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmMmuLib/Arm/
ArmMmuLibV7Support.S 32 mrc p15, 0, r0, c0, c1, 4 @ Read ID_MMFR0 Register
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DebugPort/
DebugPort.h 76 EFI_DEBUGPORT_READ Read;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/FirmwareVolumeBlock/
FirmwareVolumeBlock.h 157 The read terminates either when *NumBytes of data have been read, or when
159 number of bytes read.
163 Lba - Block in which to begin read
164 Offset - Offset in the block at which to begin read
165 NumBytes - At input, indicates the requested read size. At output, indicates
166 the actual number of bytes read.
167 Buffer - Data buffer in which to place data read.
250 EFI_FVB_READ Read;
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Ppi/
PciCfg.h 39 PCI read and write operation.
63 PCI read-modify-write operation.
93 /// PCI read services. See the Read() function description.
95 EFI_PEI_PCI_CFG_PPI_IO Read;
103 /// PCI read-modify-write services. See the Modify() function description.
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
FrameworkFirmwareVolumeBlock.h 143 The Read() function reads the requested number of bytes from the
147 the Read() function must return the status code
149 buffer. The Read() function must also prevent spanning block
150 boundaries. If a read is requested that would span a block
151 boundary, the read must read up to the boundary but not
153 indicate the number of bytes actually read. The caller must be
154 aware that a read may be partially completed.
159 from which to read.
166 bytes read.
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Ppi/
PciCfg2.h 127 Performs a read-modify-write operation on the contents
136 EFI_PEI_PCI_CFG_PPI_WIDTH is defined in Read().
140 @param SetBits Points to value to bitwise-OR with the read configuration value.
144 @param ClearBits Points to the value to negate and bitwise-AND with the read configuration value.
172 EFI_PEI_PCI_CFG2_PPI_IO Read;
SuperIo.h 36 Read a Super I/O register.
46 (TRUE) after completing the read operation. The driver must
51 and the register to read (bits 7:0). The logical device
57 @retval EFI_TIMEOUT The register could not be read in the a reasonable
84 (TRUE) after completing the read operation. The driver must
89 and the register to read (bits 7:0). The logical device
95 @retval EFI_TIMEOUT The register could not be read in the a reasonable
117 the Register is read, its content is bitwise ANDed with AndMask, and then ORed
158 /// This PPI provides low-level access to Super I/O registers using Read() and
167 EFI_PEI_SIO_REGISTER_READ Read;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DebugPort.h 80 @param Timeout The number of microseconds to wait before timing out a read operation.
81 @param BufferSize On input, the requested number of bytes of data to read. On output, the
83 of data read and returned in Buffer.
84 @param Buffer A pointer to a buffer into which the data read will be saved.
86 @retval EFI_SUCCESS The data was read.
101 Checks to see if any data is available to be read from the debugport device.
105 @retval EFI_SUCCESS At least one byte of data is available to be read.
107 @retval EFI_NOT_READY No data is available to be read.
122 EFI_DEBUGPORT_READ Read;
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordSmm/
OpalIdeMode.h 102 @retval Other Read the pci configureation Data error
148 @param Read Flag used to determine the Data transfer direction.
149 Read equals 1, means Data transferred from device to host;
150 Read equals 0, means Data transferred from host to device.
165 IN BOOLEAN Read,
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/Device/
IIO.h 40 cIIO_Read Read;

Completed in 488 milliseconds

<<11121314151617181920>>