/ndk/sources/cxx-stl/stlport/src/details/ |
D | fstream_stdio.cpp | 326 ptrdiff_t written = fwrite(buf, 1, n, _M_file); in _M_write() local 328 if (n == written) { in _M_write() 332 if (written > 0 && written < n) { in _M_write() 333 n -= written; in _M_write() 334 buf += written; in _M_write()
|
D | fstream_unistd.cpp | 270 ptrdiff_t written = write(_M_file_id, buf, n); in _M_write() local 272 if (n == written) { in _M_write() 276 if (written > 0 && written < n) { in _M_write() 277 n -= written; in _M_write() 278 buf += written; in _M_write()
|
D | fstream_win32io.cpp | 466 ptrdiff_t written; in _M_write() local 481 written = 0; in _M_write() 483 WriteFile(_M_file_id, buf + written, in _M_write() 489 written += NumberOfBytesWritten; in _M_write() 532 written = (nextblock - buf); in _M_write() 535 if (n == written) in _M_write() 537 else if (written > 0 && written < n) { in _M_write() 538 n -= written; in _M_write() 539 buf += written; in _M_write()
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | BUGS | 52 This syntax may cause problems when running scripts written for other 53 seds. Some sed programs have been written with the assumption that 71 can cause similar problems with scripts written for other seds.
|
D | COPYING | 260 written offer, valid for at least three years and valid for as 271 written offer to provide the Corresponding Source. This 357 it. (Additional permissions may be written to require their own 405 form of a separately written license, or stated as exceptions;
|
D | COPYING.DOC | 426 To use this License in a document you have written, include a copy of
|
D | aclocal.m4 | 156 # written in clear, in which case automake, when reading aclocal.m4,
|
D | ChangeLog | 342 glibc (written by Jakub Jelinek). 1968 added this remarkable script, written and contributed 3006 * sed.c (execute_program): Amount written for 'P' command was
|
/ndk/tests/build/build-assembly-file/jni/ |
D | assembly-x86.S | 15 # without specific prior written permission.
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | typeinfo | 14 // without specific prior written permission.
|
D | new | 14 // without specific prior written permission.
|
/ndk/build/gmsl/ |
D | gmsl | 25 # this software without specific prior written permission.
|
D | gmsl-tests | 24 # this software without specific prior written permission.
|
D | __gmsl | 25 # this software without specific prior written permission.
|
/ndk/build/tools/toolchain-licenses/ |
D | COPYING | 125 your rights to work written entirely by you; rather, the intent is to 142 b) Accompany it with a written offer, valid for at least three 235 the limitation as if written in the body of this License. 331 `Gnomovision' (which makes passes at compilers) written by James Hacker.
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | regex.m4 | 11 dnl Mostly written by Jim Meyering.
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | uniq.good | 320 code to character type repeats - written out again for speed. */ 777 similar code to character type repeats - written out again for speed.
|
D | PCRE.tests | 32 # which is open source software, written by Philip Hazel, and copyright
|
D | uniq.inp | 830 code to character type repeats - written out again for speed. */ 1661 similar code to character type repeats - written out again for speed.
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
D | sed.info | 1988 # empty lines are written 2024 In addition to several books that have been written about `sed' (either 2100 This syntax may cause problems when running scripts written for 2101 other `sed's. Some `sed' programs have been written with the 2121 written for other `sed's.
|
D | sed.texi | 2654 # empty lines are written 2769 In addition to several books that have been written about @command{sed} 2868 This syntax may cause problems when running scripts written for other 2869 @command{sed}s. Some @command{sed} programs have been written with the 2894 with scripts written for other @command{sed}s. 3014 with the free @sc{pcre} regular expression matcher; it was written by Philip Hazel.} 4056 no better off. However, if the pattern is written as
|
D | sed-in.texi | 2490 # empty lines are written 2602 In addition to several books that have been written about @command{sed} 2701 This syntax may cause problems when running scripts written for other 2702 @command{sed}s. Some @command{sed} programs have been written with the 2727 with scripts written for other @command{sed}s. 2847 with the free @sc{pcre} regular expression matcher; it was written by Philip Hazel.} 3889 no better off. However, if the pattern is written as
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
D | texinfo.tex | 688 % if the definition is written into an index file. 4148 % is still getting written without apparent harm. 4201 % that will dutifully get written to the index (or wherever). 4576 % The index entry written in the file actually looks like 5014 % expandable, thus it is written literally, thus all appendixes come out 5733 % Prepare to read what we've written to \tocfile. 7165 % floats, there is an additional part, which is not written here: 7180 \safewhatsit{\writexrdef{pg}{\folio}}% will be written later, during \shipout 7276 % are best written with fairly long node names, containing hyphens, this
|