/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/support/ |
D | NOTICE | 110 originally written by Solar Designer and placed into the public 123 The x86_64 port was written by Nicholas J. Kain. Several files (crt) 128 The mips and microblaze ports were originally written by Richard 133 The powerpc port was also originally written by Richard Pennington, 138 produced specifically for use as part of this library, written either
|
/ndk/sources/host-tools/nawk-20071023/ |
D | NOTICE | 11 to distribution of the software without specific, written prior
|
D | README | 12 to distribution of the software without specific, written prior
|
/ndk/sources/third_party/googletest/ |
D | NOTICE | 16 this software without specific prior written permission.
|
/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/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++abi/ |
D | NOTICE | 46 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/sources/cxx-stl/llvm-libc++/ |
D | NOTICE | 46 prior written permission.
|
/ndk/build/tools/toolchain-licenses/ |
D | COPYING.RUNTIME | 46 non-intermediate languages designed for human-written code, and/or in
|
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/scripts/features/ |
D | parallelism | 67 # Grant Taylor reports a problem where tokens can be lost (not written back
|
/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/ |
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/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.
|
/ndk/sources/host-tools/ndk-stack/ |
D | NOTICE | 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_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.
|