HomeSort by relevance Sort by last modified time
    Searched refs:Write (Results 126 - 150 of 153) sorted by null

1 2 3 4 56 7

  /external/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 849 stvx \U, \Offs, r3 ;# Write to frame buffer
867 ;# Others are read/write; save addresses and sibling pels
886 ;# always write P1,P0,Q0,Q1
996 neg r5, r5 ;# Write rows back in reverse order
1191 stw r0, (15*4)(r5) ;# write last 4 pels
1195 ;# Read temp array, write frame buffer.
1197 lwzx r0, 0, r5 ;# read/write first 4 pels
    [all...]
  /external/protobuf/gtest/src/
gtest-death-test.cc 359 // always -1 in the child process. The child keeps its write end of the
362 // Descriptor to the child's write end of the pipe to the parent process.
416 // it finds any data in our pipe. So, here we write a single flag byte
420 GTEST_DEATH_TEST_CHECK_SYSCALL_(posix::Write(write_fd(), &status_ch, 1));
505 // necessary to acquire the handle to the write end of the pipe.
506 // 3. The child acquires the write end of the pipe and signals the parent
508 // 4. Now the parent can release the write end of the pipe on its side. If
537 // Handle to the write end of the pipe to the child process.
542 // acquired the handle to the write end of the pipe. After seeing this
555 // Wait until the child either signals that it has acquired the write en
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface.cc 229 // Write all files in the directory to disk at the given output location,
233 // Write the contents of this directory to a ZIP-format archive with the
324 // Write the file.
328 write_result = write(file_descriptor, data, size);
332 // Write error.
334 // FIXME(kenton): According to the man page, if write() returns zero,
335 // there was no error; write() simply did not write anything. It's
344 cerr << filename << ": write: " << strerror(error);
346 cerr << filename << ": write() returned zero?" << endl
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetFile.py 249 """Write a JET file based on a configuration file."""
381 """Write JET file from config file."""
383 # open the output file and write the header
386 output_file.write(jet_header)
388 # write the JINF chunk
394 output_file.write(jet_info)
396 # write the JCOP chunk (if any)
405 output_file.write(jet_copyright)
406 output_file.write(self.config.copyright)
407 output_file.write(chr(0))
    [all...]
eas.py 510 def Write(self, data):
511 """Write data to MIDI stream."""
    [all...]
  /frameworks/base/tools/aidl/
generate_java.cpp 643 fprintf(stderr, "unable to open %s for write\n", filename.c_str());
648 document->Write(to);
  /external/chromium/net/disk_cache/
backend_impl.cc 1025 // We just created a new file so we're going to write the header and set the
1039 if (!file->Write(&header, sizeof(header), 0))
    [all...]
  /external/v8/src/mips/
assembler-mips.cc 1047 // Write the statement position if it is different from what was written last
1055 // Write the position if it is different from what was written last time and
1127 reloc_info_writer.Write(&rinfo);
  /external/chromium/net/socket/
client_socket_pool_base_unittest.cc 42 virtual int Write(
    [all...]
  /external/grub/docs/
texinfo.tex 23 % along with this texinfo.tex file; see the file COPYING. If not, write
302 % take effect in \write's, yet the group defined by the \vbox ends
924 % @ignore ... @end ignore is another way to write a comment
    [all...]
  /external/v8/include/
v8.h 828 * Write the contents of the string to an external buffer.
844 int Write(uint16_t* buffer, int start = 0, int length = -1) const; // UTF-16
    [all...]
  /external/v8/src/
array.js 803 // in the beginning of the array. Write undefineds and holes at the end
    [all...]
api.cc     [all...]
  /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 73 Description: <a href="http://daringfireball.net/projects/markdown/syntax">Markdown syntax</a> allows you to write using an easy-to-read, easy-to-write plain text format. Based on the original Perl version by <a href="http://daringfireball.net/">John Gruber</a>. <a href="http://www.michelf.com/projects/php-markdown/">More...</a>
174 'help' => '<a href="http://daringfireball.net/projects/markdown/syntax">Markdown syntax</a> allows you to write using an easy-to-read, easy-to-write plain text format. Based on the original Perl version by <a href="http://daringfireball.net/">John Gruber</a>. <a href="http://www.michelf.com/projects/php-markdown/">More...</a>',
323 # This makes subsequent regexen easier to write, because we can
    [all...]
  /external/v8/src/arm/
assembler-arm.cc     [all...]
assembler-thumb2.cc     [all...]
  /external/v8/src/ia32/
assembler-ia32.cc     [all...]
  /external/v8/src/x64/
assembler-x64.cc     [all...]
  /external/blktrace/btt/doc/
btt.tex 18 % along with this program; if not, write to the Free Software
694 \item Combined data -- all read and write IOs
698 \item Write data -- just seek deltas for writes
712 \item[w] For write (system to device) IOs
713 \item[c] Combined -- both read and write IOs
    [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex 93 %programs whose distribution conditions are different, write to the Free
366 % @ignore ... @end ignore is another way to write a comment
762 \gdef\newwrite{\alloc@7\write\chardef\sixt@@n}}
869 \write \csname#1indfile\endcsname{%
889 \write \csname#1indfile\endcsname{%
927 % Write
    [all...]
  /external/v8/test/cctest/
test-api.cc     [all...]
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /prebuilt/darwin-x86/swt/
swt.jar 

Completed in 848 milliseconds

1 2 3 4 56 7