Searched refs:Read (Results 51 - 75 of 1395) sorted by relevance

1234567891011>>

/external/openfst/src/bin/
H A Dfstequal.cc50 FstClass *ifst1 = FstClass::Read(in1_name);
53 FstClass *ifst2 = FstClass::Read(in2_name);
H A Dfstunion.cc56 MutableFstClass *fst1 = MutableFstClass::Read(in1_name, true);
59 FstClass *fst2 = FstClass::Read(in2_name);
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Doffline_file_system.py16 def Read(self, paths, skip_not_found=False): member in class:OfflineFileSystem
/external/chromium_org/chromecast/media/cma/base/
H A Dcoded_frame_provider.h36 virtual void Read(const ReadCB& read_cb) = 0;
/external/chromium_org/components/nacl/loader/nonsfi/
H A Delf_loader.h32 NaClErrorCode Read(struct NaClDesc* descriptor);
/external/chromium_org/content/common/
H A Dgamepad_param_traits.h24 static bool Read(const Message* m,
H A Dcontent_param_traits.h35 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
45 static bool Read(const Message* m, PickleIterator* iter, param_type* r) { function in struct:IPC::ParamTraits
59 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
/external/chromium_org/jingle/glue/
H A Djingle_glue_mock_objects.h20 MOCK_METHOD4(Read, rtc::StreamResult(void*, size_t, size_t*, int*));
/external/chromium_org/mojo/services/public/cpp/network/
H A Dweb_socket_read_queue.h25 void Read(uint32_t num_bytes, base::Callback<void(const char*)> callback);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/pipe/
H A Dpipe_event_emitter.cc17 *out_bytes = fifo_.Read(data, len);
/external/chromium_org/net/socket/
H A Dsocket.h31 virtual int Read(IOBuffer* buf, int buf_len,
/external/chromium_org/remoting/host/
H A Djson_host_config.h25 virtual bool Read();
H A Dusage_stats_consent_mac.cc29 if (host_config.Read()) {
H A Djson_host_config_unittest.cc40 EXPECT_FALSE(target.Read());
43 TEST_F(JsonHostConfigTest, Read) {
48 ASSERT_TRUE(target.Read());
71 ASSERT_TRUE(target.Read());
79 ASSERT_TRUE(reader.Read());
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
H A Dinput_audio_file.h35 bool Read(size_t samples, int16_t* destination);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dexpanded-fst.h37 // Read an ExpandedFst from an input stream; return NULL on error.
38 static ExpandedFst<A> *Read(istream &strm, const FstReadOptions &opts) { function in class:fst::ExpandedFst
44 if (!hdr.Read(strm, opts.source))
49 LOG(ERROR) << "ExpandedFst::Read: Not an ExpandedFst: " << ropts.source;
56 LOG(ERROR) << "ExpandedFst::Read: Unknown FST type \"" << hdr.FstType()
65 // Read an ExpandedFst from a file; return NULL on error.
66 static ExpandedFst<A> *Read(const string &filename) { function in class:fst::ExpandedFst
69 LOG(ERROR) << "ExpandedFst::Read: Can't open file: " << filename;
72 return Read(strm, FstReadOptions(filename));
/external/chromium_org/content/common/indexed_db/
H A Dindexed_db_param_traits.h25 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
33 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
41 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
/external/chromium_org/gpu/ipc/
H A Dgpu_command_buffer_traits.h23 static bool Read(const Message* m, PickleIterator* iter, param_type* p);
31 static bool Read(const Message* m, PickleIterator* iter, param_type* p);
39 static bool Read(const Message* m, PickleIterator* iter, param_type* p);
/external/chromium_org/net/disk_cache/blockfile/
H A Dmapped_file.cc17 return Read(block->buffer(), block->size(), offset);
29 return Read(block->buffer(), block->size(), offset, callback, completed);
42 if (!Read(buf.get(), file_len, 0))
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
H A Dfont_input_stream.h69 virtual int32_t Read();
70 virtual int32_t Read(ByteVector* buffer);
71 virtual int32_t Read(ByteVector* buffer, int32_t offset, int32_t length);
/external/sfntly/cpp/src/sfntly/data/
H A Dfont_input_stream.h69 virtual int32_t Read();
70 virtual int32_t Read(ByteVector* buffer);
71 virtual int32_t Read(ByteVector* buffer, int32_t offset, int32_t length);
/external/chromium_org/chrome/utility/media_galleries/
H A Diapps_xml_utils.cc18 if (!reader->Read() || !reader->SkipToElement())
42 if (!reader->Read())
93 int bytes_read = file.Read(0, string_as_array(&result), file_info.size);
104 bool XmlDictReader::Read() { function in class:iapps::XmlDictReader
110 if (!reader_->Read())
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
H A Dmemory_input_stream.cc56 int32_t MemoryInputStream::Read() { function in class:sfntly::MemoryInputStream
73 int32_t MemoryInputStream::Read(ByteVector* b) { function in class:sfntly::MemoryInputStream
74 return Read(b, 0, b->size());
77 int32_t MemoryInputStream::Read(ByteVector* b, int32_t offset, int32_t length) { function in class:sfntly::MemoryInputStream
137 Read(b, offset, length);
/external/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_test_util.h67 void Read(const MemLoc &ml, int size, bool expect_race = false) { function in class:ScopedThread
74 Read(ml, 1, expect_race); }
76 Read(ml, 2, expect_race); }
78 Read(ml, 4, expect_race); }
80 Read(ml, 8, expect_race); }
/external/sfntly/cpp/src/sfntly/port/
H A Dmemory_input_stream.cc54 int32_t MemoryInputStream::Read() { function in class:sfntly::MemoryInputStream
71 int32_t MemoryInputStream::Read(ByteVector* b) { function in class:sfntly::MemoryInputStream
72 return Read(b, 0, b->size());
75 int32_t MemoryInputStream::Read(ByteVector* b, int32_t offset, int32_t length) { function in class:sfntly::MemoryInputStream
135 Read(b, offset, length);

Completed in 657 milliseconds

1234567891011>>