HomeSort by relevance Sort by last modified time
    Searched refs:Read (Results 151 - 175 of 1295) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/tensorflow/tensorflow/core/framework/
reader_interface.h 46 // Read a single record into *key / *value. May get more work from
51 virtual void Read(QueueInterface* queue, string* key, string* value,
54 // Read up to num_records records into keys / values. May get more work from
61 // Returns how many records were actually read.
  /external/tensorflow/tensorflow/core/platform/cloud/
file_block_cache.h 37 /// This class should be shared by read-only random access files on a remote
44 /// read from the remote filesystem succeeded (similar to the semantics of the
45 /// read(2) system call).
53 /// Read `n` bytes from `filename` starting at `offset` into `out`. This
56 /// 1) The error from the remote filesystem, if the read from the remote
58 /// 2) PRECONDITION_FAILED if the read from the remote filesystem succeeded,
59 /// but the read returned a partial block, and the LRU cache contained a
62 /// 3) OUT_OF_RANGE if the read from the remote filesystem succeeded, but
65 /// 4) OK otherwise (i.e. the read succeeded, and at least one byte was placed
67 virtual Status Read(const string& filename, size_t offset, size_t n
    [all...]
  /external/tensorflow/tensorflow/lite/testing/
message.h 39 static bool Read(std::istream* input, Message* message);
  /external/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/
message.h 42 static bool Read(std::istream* input, Message* message);
  /external/webrtc/webrtc/common_audio/
wav_header.h 23 // Returns the number of bytes read.
24 size_t virtual Read(void* buf, size_t num_bytes) = 0;
52 // Read a WAV header from an implemented ReadableWav and parse the values into
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_fileutils.h 30 bool Read(uint32_t* out);
  /external/libchrome/mojo/public/cpp/bindings/tests/
struct_with_traits_impl_traits.h 25 static bool Read(test::NestedStructWithTraitsDataView data,
40 static bool Read(test::StructWithTraitsDataView data,
105 static bool Read(test::StructWithUnreachableTraitsDataView data,
116 static bool Read(test::TrivialStructWithTraitsDataView data,
133 static bool Read(test::MoveOnlyStructWithTraitsDataView data,
151 static bool Read(test::StructWithTraitsForUniquePtrDataView data,
186 static bool Read(test::UnionWithTraitsDataView data,
213 static bool Read(test::StructForceSerializeDataView data,
230 static bool Read(test::StructNestedForceSerializeDataView data,
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Hi1610/Hi1610AcpiTables/
D03Iort.asl 49 Read Allocate : 0
80 Read Allocate : 0
111 Read Allocate : 0
142 Read Allocate : 0
173 Read Allocate : 0
204 Read Allocate : 0
235 Read Allocate : 0
266 Read Allocate : 0
296 Read Allocate : 0
325 Read Allocate : 0
    [all...]
  /external/google-breakpad/src/google_breakpad/processor/
minidump.h 35 // provides a Read method that initializes the object with information from
44 // necessary to fulfill the user's request. Calling Minidump::Read
45 // only reads the minidump's directory. The thread list is not read until
46 // it is needed, and even once it's read, the memory regions for each
47 // thread's stack aren't read until they're needed. This strategy avoids
71 // be read back in from the minidump file again.
144 // read from the minidump will be at the beginning of the stream.
149 virtual bool Read(uint32_t expected_size) = 0;
174 bool Read(uint32_t expected_size);
247 // The largest memory region that will be read from a minidump. Th
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitstreamReader.cpp 26 /// EnterSubBlock - Having read the ENTER_SUBBLOCK abbrevid, enter
42 // We can't read more than MaxChunkSize at a time
47 unsigned NumWords = Read(bitc::BlockSizeWidth);
65 return Cursor.Read((unsigned)Op.getEncodingData());
70 return BitCodeAbbrevOp::DecodeChar6(Cursor.Read(6));
86 Cursor.Read((unsigned)Op.getEncodingData());
93 Cursor.Read(6);
100 /// skipRecord - Read the current record and discard it.
126 // Array case. Read the number of elements as a vbr6.
133 // Read all the elements
    [all...]
  /bionic/libc/arch-x86_64/bionic/
__bionic_clone.S 35 movq 8(%rsp), %rax # Read 'arg'.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/Ia32/
IoLib.c 38 Perform an IO read into Buffer.
41 Width - Width of read transaction, and repeat operation to use
42 Address - IO address to read
43 Count - Number of times to read the IO address.
44 Buffer - Buffer to read data into. size is Width * Count
51 return gCpuIo->Io.Read (gCpuIo, Width, Address, Count, Buffer);
90 Perform a Memory mapped IO read into Buffer.
93 Width - Width of each read transaction.
94 Address - Memory mapped IO address to read
95 Count - Number of Width quanta to read
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/X64/
IoLib.c 38 Perform an IO read into Buffer.
41 Width - Width of read transaction, and repeat operation to use
42 Address - IO address to read
43 Count - Number of times to read the IO address.
44 Buffer - Buffer to read data into. size is Width * Count
51 return gCpuIo->Io.Read (gCpuIo, Width, Address, Count, Buffer);
90 Perform a Memory mapped IO read into Buffer.
93 Width - Width of each read transaction.
94 Address - Memory mapped IO address to read
95 Count - Number of Width quanta to read
    [all...]
  /external/ImageMagick/PerlMagick/demo/
pixel-fx.pl 18 # read original image
20 my $w = $orig->Read('rose:');
38 # read original image color
single-pixels.pl 8 # read image
10 $im->Read('logo:');
  /external/curl/docs/cmdline-opts/
ciphers.d 7 specify valid ciphers. Read up on SSL cipher list details on this URL:
proxy-tls13-ciphers.d 8 ciphers. Read up on TLS 1.3 cipher suite details on this URL:
tls13-ciphers.d 7 1.3. The list of ciphers suites must specify valid ciphers. Read up on TLS 1.3
  /external/grpc-grpc/test/cpp/end2end/
server_crash_test_client.cc 62 GPR_ASSERT(stream->Read(&response));
70 GPR_ASSERT(stream->Read(&response));
  /external/libchrome/ipc/
param_traits_macros.h 17 static bool Read(const base::Pickle* m, \
57 static bool Read(const base::Pickle* m, \
  /external/libchrome/mojo/public/cpp/base/
string16_mojom_traits.cc 12 bool StructTraits<mojo_base::mojom::String16DataView, base::string16>::Read(
31 bool StructTraits<mojo_base::mojom::BigString16DataView, base::string16>::Read(
  /external/lzma/C/
7zTypes.h 156 Byte (*Read)(const IByteIn *p); /* reads one byte, returns 0 in case of EOF or error */
158 #define IByteIn_Read(p) (p)->Read(p)
172 SRes (*Read)(const ISeqInStream *p, void *buf, size_t *size);
176 #define ISeqInStream_Read(p, buf, size) (p)->Read(p, buf, size)
204 SRes (*Read)(const ISeekInStream *p, void *buf, size_t *size); /* same as ISeqInStream::Read */
207 #define ISeekInStream_Read(p, buf, size) (p)->Read(p, buf, size)
221 SRes (*Read)(const ILookInStream *p, void *buf, size_t *size);
222 /* reads directly (without buffer). It's same as ISeqInStream::Read */
228 #define ILookInStream_Read(p, buf, size) (p)->Read(p, buf, size)
    [all...]
  /external/lzma/CPP/7zip/Archive/Common/
InStreamWithCRC.h 19 STDMETHOD(Read)(void *data, UInt32 size, UInt32 *processedSize);
46 STDMETHOD(Read)(void *data, UInt32 size, UInt32 *processedSize);
MultiStream.cpp 7 STDMETHODIMP CMultiStream::Read(void *data, UInt32 size, UInt32 *processedSize)
44 HRESULT result = s.Stream->Read(data, size, &size);
  /art/runtime/
class_table.cc 42 return it->Read() == klass;
54 return it->Read();
73 mirror::Class* const existing = existing_it->Read();
89 if (root.Read()->GetClassLoader() == defining_loader) {
130 return it->Read();
142 return it->Read();
194 return ComputeModifiedUtf8Hash(slot.Read()->GetDescriptor(&temp));
201 DCHECK(!a.Read()->DescriptorEquals(b.Read()->GetDescriptor(&temp)));
205 return a.Read()->DescriptorEquals(b.Read()->GetDescriptor(&temp))
    [all...]

Completed in 1665 milliseconds

1 2 3 4 5 67 8 91011>>