/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/android/crazy_linker/tests/ |
D | test_util.h | 240 size_t written = fwrite(buffer, 1, read, dst_file.file()); in CopyFile() local 241 if (written != read) in CopyFile() 243 written, in CopyFile()
|
/ndk/sources/third_party/googletest/googletest/ |
D | LICENSE | 16 this software without specific prior written permission.
|
/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.
|
/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/android/crazy_linker/ |
D | LICENSE | 15 // this software without specific prior written permission.
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/ |
D | LICENSE.TXT | 46 prior written permission.
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/ |
D | LICENSE.TXT | 46 prior written permission.
|
/ndk/docs/text/ |
D | SYSTEM-ISSUES.text | 75 caller. It will be over-written on the next call to the function though).
|
/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
|
/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/tests/build/test-stlport_static-exception-force-rebuild/ |
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/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.
|
/ndk/tests/abcc/jni/mman-win32/ |
D | LICENSE.TXT | 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.
|
/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.
|
/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/build/lambda-defarg3/ |
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.
|