/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/tests/build/build-assembly-file/jni/ |
D | assembly-x86.S | 15 # without specific prior written permission.
|
/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;
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | exception | 14 // without specific prior written permission.
|
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.
|
/ndk/sources/cxx-stl/llvm-libc++/ |
D | LICENSE.TXT | 46 prior written permission.
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
D | parallelism | 67 # Grant Taylor reports a problem where tokens can be lost (not written back
|
/ndk/sources/host-tools/nawk-20071023/ |
D | README | 12 to distribution of the software without specific, written prior
|
D | FIXES | 12 to distribution of the software without specific, written prior 429 analyzer with one written in C. it's longer, generates less code, 515 with unwisely-written header files.
|
/ndk/tests/device/test-stlport_static-exception/ |
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/tests/device/test-stlport_shared-exception/ |
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/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/make-3.81/tests/ |
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. 330 `Gnomovision' (which makes passes at compilers) written by James Hacker.
|
D | README | 1 The test suite was originally written by Steve McGee and Chris Arthur.
|
/ndk/sources/host-tools/make-3.81/ |
D | COPYING | 126 your rights to work written entirely by you; rather, the intent is to 143 b) Accompany it with a written offer, valid for at least three 236 the limitation as if written in the body of this License. 331 `Gnomovision' (which makes passes at compilers) written by James Hacker.
|
D | readme.vms | 219 different VMS systems can now be written by checking $(ARCH) as in 226 Command lines of excessive length are correctly broken and written to a
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | regex.m4 | 11 dnl Mostly written by Jim Meyering.
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make-stds.texi | 109 should instead be written as 120 @file{foo.1} is best written as: 498 @file{/usr/local/share/doc/@var{yourpkg}}, but it should be written as 507 written as @file{$(datarootdir)/info}. (If you are using Autoconf, 534 should be written as @file{$(datarootdir)/emacs/site-lisp}. 548 it should be written as @file{$(datarootdir)/locale}. (If you are
|
D | make.info-2 | 351 `%'. Thus, if in the same example one of the prerequisites is written 770 Implicit rules such as this one are written using the automatic 857 This works just as if you had written the pattern rule: 1039 * Use a special search method for library prerequisites written in 1230 should instead be written as 1238 is best written as: 1585 `/usr/local/share/doc/YOURPKG', but it should be written as 1594 written as `$(datarootdir)/info'. (If you are using Autoconf, 1621 should be written as `$(datarootdir)/emacs/site-lisp'. 1633 but it should be written as `$(datarootdir)/locale'. (If you are [all …]
|
/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.
|