HomeSort by relevance Sort by last modified time
    Searched defs:Write (Results 326 - 350 of 374) sorted by null

<<1112131415

  /external/sonivox/jet_tools/JetCreator/
eas.py 510 def Write(self, data):
511 """Write data to MIDI stream."""
    [all...]
midifile.py 279 stream.write(chr(value))
958 output.write('%s\n' % event.TimeEventStr(timebase))
    [all...]
  /external/chromium_org/gpu/command_buffer/
build_gles2_cmd_buffer.py     [all...]
  /external/chromium_org/net/socket/
socket_test_util.cc 205 // Show what the extra write actually consists of.
206 EXPECT_EQ("<unexpected write>", data);
216 // Note - we can simulate a partial write here. If the expected data
217 // is a match, but shorter than the write actually written, that is legal.
220 // Expected write was "foo" (3 bytes)
337 // Now that our write has completed, we can allow reads to continue.
421 << ": Write " << write_index();
481 // the tasks in the message loop, and explicitly invoking the read/write
563 // Synchronous write while stopped is an error
569 // Async write which will be called back in a future step
630 size_t write = 0; local
    [all...]
ssl_client_socket_nss.cc 631 // Read() and Write() mirror the net::Socket functions of the same name.
635 int Write(IOBuffer* buf, int buf_len, const CompletionCallback& callback);
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-port.h 380 // namespace (read, write, close, chdir, isatty, stat). We do not currently
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
db_impl.cc 592 Status s = Write(WriteOptions(), NULL);
    [all...]
db_test.cc 75 // Force write to manifest files to fail while this pointer is non-NULL
149 return Status::IOError("simulated write error");
539 options.write_buffer_size = 100000; // Small write buffer
950 // Make sure that if we re-open with a small write buffer size that
965 options.write_buffer_size = 100000000; // Large write buffer
970 // Write 8MB (80 values, each 100K)
992 options.write_buffer_size = 100000; // Small write buffer
1023 // Write approximately 100MB of "B" values
1062 options.write_buffer_size = 100000000; // Large write buffer
1070 // Write 8MB (80 values, each 100K
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvmuxer.cpp 108 dst->Write(buf, static_cast<uint32>(read_len));
180 bool CuePoint::Write(IMkvWriter* writer) const {
311 bool Cues::Write(IMkvWriter* writer) const {
335 if (!cue->Write(writer))
362 bool ContentEncAESSettings::Write(IMkvWriter* writer) const {
428 bool ContentEncoding::Write(IMkvWriter* writer) const {
455 if (!enc_aes_settings_.Write(writer))
611 bool Track::Write(IMkvWriter* writer) const {
616 // derived classes may write out more data in the Track element.
711 if (!encoding->Write(writer)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-port.h 248 // namespace (read, write, close, chdir, isatty, stat). We do not currently
    [all...]
  /external/chromium_org/v8/src/
assembler.cc 352 // Otherwise write a variable length PC jump for the bits that do
358 // Write kChunkBits size chunks of the pc_jump.
371 // Write a byte of tagged pc-delta, possibly preceded by var. length pc-jump.
390 // Write two-byte tagged pc-delta, possibly preceded by var. length pc-jump.
427 void RelocInfoWriter::Write(const RelocInfo* rinfo) {
611 // Basically, do the opposite of RelocInfoWriter::Write.
    [all...]
d8.cc 419 Write(args);
425 void Shell::Write(const v8::FunctionCallbackInfo<v8::Value>& args) {
823 global_template->Set(String::NewFromUtf8(isolate, "write"),
824 FunctionTemplate::New(isolate, Write));
    [all...]
liveedit.cc 973 // Since we are not in an incremental marking phase we can write pointers
975 // write barriers.
    [all...]
gdb-jit.cc 76 void Write(const T& val) {
125 Write<uint8_t>(byte);
142 Write<int8_t>(byte);
148 Write<char>(*str);
454 writer_->Write(*str);
487 void Write(Writer* w, uintptr_t code_start, uintptr_t code_size) {
614 void Write(Writer* w) {
813 void Write(Writer::Slot<SerializedLayout> s, ELFStringTable* t) {
890 src->at(i).Write(dst.at(i), strtab);
1064 w->Write<uint16_t>(2); // DWARF version
    [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h 286 // namespace (read, write, close, chdir, isatty, stat). We do not currently
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.cpp 111 dst->Write(buf, static_cast<uint32>(read_len));
186 bool CuePoint::Write(IMkvWriter* writer) const {
318 bool Cues::Write(IMkvWriter* writer) const {
342 if (!cue->Write(writer))
369 bool ContentEncAESSettings::Write(IMkvWriter* writer) const {
439 bool ContentEncoding::Write(IMkvWriter* writer) const {
469 if (!enc_aes_settings_.Write(writer))
625 bool Track::Write(IMkvWriter* writer) const {
630 // derived classes may write out more data in the Track element.
721 if (!encoding->Write(writer)
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 254 // namespace (read, write, close, chdir, isatty, stat). We do not currently
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zUpdate.cpp 477 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize);
531 STDMETHODIMP CFolderOutStream2::Write(const void *data, UInt32 size, UInt32 *processedSize)
540 RINOK(_crcStream->Write(data, cur, &cur));
1144 // ---------- Write Folders & Empty Files ----------
  /external/lzma/CPP/7zip/UI/Common/
Bench.cpp 200 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize);
203 STDMETHODIMP CBenchmarkOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize)
228 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize);
231 STDMETHODIMP CCrcOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize)
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h 248 // namespace (read, write, close, chdir, isatty, stat). We do not currently
    [all...]
  /external/opencv/cvaux/include/
cvvidsurv.hpp 507 virtual void Write(CvFileStorage* fs, const char* name)
    [all...]
  /external/valgrind/main/callgrind/
sim.c 26 along with this program; if not, write to the Free Software
37 - simulates a write-allocate cache
130 typedef enum { Read = 0, Write = CACHELINE_DIRTY } RefType;
235 * with write-allocate
239 * read/write references), and the resulting counts are the
240 * same for write-through and write-back caches.
333 /*--- Write Back Cache Simulation ---*/
337 * More complex model: L1 Write-through, LL Write-bac
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxer.cpp 111 dst->Write(buf, static_cast<uint32>(read_len));
186 bool CuePoint::Write(IMkvWriter* writer) const {
318 bool Cues::Write(IMkvWriter* writer) const {
342 if (!cue->Write(writer))
369 bool ContentEncAESSettings::Write(IMkvWriter* writer) const {
439 bool ContentEncoding::Write(IMkvWriter* writer) const {
469 if (!enc_aes_settings_.Write(writer))
625 bool Track::Write(IMkvWriter* writer) const {
630 // derived classes may write out more data in the Track element.
721 if (!encoding->Write(writer)
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h 286 // namespace (read, write, close, chdir, isatty, stat). We do not currently
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoframe_unittest.h 152 // Write an I420 frame out to disk.
173 return (fs->Write(buffer, size, NULL, NULL) == talk_base::SR_SUCCESS);
203 ms->Write(quad, sizeof(quad), NULL, NULL);
220 ms->Write(&value, sizeof(value), NULL, NULL);
244 ms->Write(rgb, bytes, NULL, NULL);
    [all...]

Completed in 1592 milliseconds

<<1112131415