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

1 2 3 4 5 67 8 91011>>

  /external/tensorflow/tensorflow/contrib/lite/testing/
message.h 39 static bool Read(std::istream* input, Message* message);
  /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/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);
  /frameworks/compile/libbcc/bcinfo/Wrap/
in_memory_wrapper_input.cpp 29 size_t InMemoryWrapperInput::Read(uint8_t* buffer, size_t wanted) {
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug184.go 13 func (*Buffer) Read() {}
16 Read()
  /prebuilts/go/linux-x86/test/fixedbugs/
bug184.go 13 func (*Buffer) Read() {}
16 Read()
  /system/tpm/attestation/server/
mock_key_store.cc 25 ON_CALL(*this, Read(_, _, _)).WillByDefault(Return(true));
pkcs11_key_store_test.cc 312 EXPECT_FALSE(key_store.Read(kDefaultUser, "test", &blob));
314 EXPECT_FALSE(key_store.Read("", "test", &blob));
323 EXPECT_FALSE(key_store.Read(kDefaultUser, "test", &blob));
325 EXPECT_TRUE(key_store.Read(kDefaultUser, "test", &blob));
328 EXPECT_FALSE(key_store.Read(kDefaultUser, "test2", &blob));
330 EXPECT_TRUE(key_store.Read(kDefaultUser, "test2", &blob));
332 // Read the original key again.
333 EXPECT_TRUE(key_store.Read(kDefaultUser, "test", &blob));
337 EXPECT_TRUE(key_store.Read(kDefaultUser, "test", &blob));
341 EXPECT_FALSE(key_store.Read(kDefaultUser, "test2", &blob))
    [all...]
  /system/update_engine/common/
hwid_override.cc 37 string HwidOverride::Read(const base::FilePath& root) {
  /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...]
  /prebuilts/go/darwin-x86/src/io/
pipe_test.go 28 // Test a single read/write pair.
34 n, err := r.Read(buf)
36 t.Errorf("read: %v", err)
38 t.Errorf("bad read: got %q", buf[0:n])
48 n, err := r.Read(buf)
54 t.Errorf("read: %v", err)
60 // Test a sequence of read/write pairs.
77 t.Errorf("wrote %d, read got %d", n, nn)
83 t.Errorf("final read got %d", nn)
110 nn, err := r.Read(rdat[tot : tot+n]
    [all...]
  /prebuilts/go/linux-x86/src/io/
pipe_test.go 28 // Test a single read/write pair.
34 n, err := r.Read(buf)
36 t.Errorf("read: %v", err)
38 t.Errorf("bad read: got %q", buf[0:n])
48 n, err := r.Read(buf)
54 t.Errorf("read: %v", err)
60 // Test a sequence of read/write pairs.
77 t.Errorf("wrote %d, read got %d", n, nn)
83 t.Errorf("final read got %d", nn)
110 nn, err := r.Read(rdat[tot : tot+n]
    [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...]
  /prebuilts/go/darwin-x86/src/math/rand/
regress_test.go 77 if m.Name == "Read" {
91 if m.Name == "Read" {
344 []byte{0x1}, // Read([0])
345 []byte{0x94, 0xfd, 0xc2, 0xfa, 0x2f, 0xfc, 0xc0}, // Read([0 0 0 0 0 0 0])
346 []byte{0x41, 0xd3, 0xff, 0x12, 0x4, 0x5b, 0x73, 0xc8}, // Read([0 0 0 0 0 0 0 0])
347 []byte{0x6e, 0x4f, 0xf9, 0x5f, 0xf6, 0x62, 0xa5, 0xee, 0xe8}, // Read([0 0 0 0 0 0 0 0 0])
348 []byte{0x2a, 0xbd, 0xf4, 0x4a, 0x2d, 0xb, 0x75, 0xfb, 0x18, 0xd}, // Read([0 0 0 0 0 0 0 0 0 0])
349 []byte{0xaf}, // Read([0])
350 []byte{0x48, 0xa7, 0x9e, 0xe0, 0xb1, 0xd, 0x39}, // Read([0 0 0 0 0 0 0])
351 []byte{0x46, 0x51, 0x85, 0xf, 0xd4, 0xa1, 0x78, 0x89}, // Read([0 0 0 0 0 0 0 0]
    [all...]
  /prebuilts/go/linux-x86/src/math/rand/
regress_test.go 77 if m.Name == "Read" {
91 if m.Name == "Read" {
344 []byte{0x1}, // Read([0])
345 []byte{0x94, 0xfd, 0xc2, 0xfa, 0x2f, 0xfc, 0xc0}, // Read([0 0 0 0 0 0 0])
346 []byte{0x41, 0xd3, 0xff, 0x12, 0x4, 0x5b, 0x73, 0xc8}, // Read([0 0 0 0 0 0 0 0])
347 []byte{0x6e, 0x4f, 0xf9, 0x5f, 0xf6, 0x62, 0xa5, 0xee, 0xe8}, // Read([0 0 0 0 0 0 0 0 0])
348 []byte{0x2a, 0xbd, 0xf4, 0x4a, 0x2d, 0xb, 0x75, 0xfb, 0x18, 0xd}, // Read([0 0 0 0 0 0 0 0 0 0])
349 []byte{0xaf}, // Read([0])
350 []byte{0x48, 0xa7, 0x9e, 0xe0, 0xb1, 0xd, 0x39}, // Read([0 0 0 0 0 0 0])
351 []byte{0x46, 0x51, 0x85, 0xf, 0xd4, 0xa1, 0x78, 0x89}, // Read([0 0 0 0 0 0 0 0]
    [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:
  /external/libchrome/base/json/
json_reader.h 103 static std::unique_ptr<Value> Read(StringPiece json);
105 // Same as Read() above, but the parser respects the given |options|.
106 static std::unique_ptr<Value> Read(StringPiece json, int options);
108 // Reads and parses |json| like Read(). |error_code_out| and |error_msg_out|
124 // Non-static version of Read() above.
  /external/libmojo/third_party/catapult/devil/devil/android/
device_blacklist.py 18 def Read(self):
62 blacklist = self.Read()

Completed in 430 milliseconds

1 2 3 4 5 67 8 91011>>