Home
last modified time | relevance | path

Searched refs:written (Results 1 – 25 of 47) sorted by relevance

12

/ndk/sources/cxx-stl/stlport/src/details/
Dfstream_stdio.cpp326 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()
Dfstream_unistd.cpp270 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()
Dfstream_win32io.cpp466 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/
Dtest_util.h240 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/
DLICENSE16 this software without specific prior written permission.
/ndk/tests/build/build-assembly-file/jni/
Dassembly-x86.S15 # without specific prior written permission.
/ndk/sources/cxx-stl/gabi++/include/
Dexception14 // without specific prior written permission.
Dtypeinfo14 // without specific prior written permission.
Dnew14 // without specific prior written permission.
/ndk/build/gmsl/
Dgmsl25 # this software without specific prior written permission.
/ndk/sources/android/crazy_linker/
DLICENSE15 // this software without specific prior written permission.
/ndk/sources/cxx-stl/llvm-libc++/libcxx/
DLICENSE.TXT46 prior written permission.
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/
DLICENSE.TXT46 prior written permission.
/ndk/build/tools/toolchain-licenses/
DCOPYING.RUNTIME46 non-intermediate languages designed for human-written code, and/or in
DCOPYING125 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/nawk-20071023/
DREADME12 to distribution of the software without specific, written prior
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Dparallelism67 # Grant Taylor reports a problem where tokens can be lost (not written back
/ndk/sources/host-tools/make-3.81/
DCOPYING126 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/test-stlport_static-exception-force-rebuild/
DCOPYING125 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/
DCOPYING125 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.
DREADME1 The test suite was originally written by Steve McGee and Chris Arthur.
/ndk/tests/device/test-stlport_static-exception/
DCOPYING125 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/
DCOPYING125 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/abcc/jni/mman-win32/
DLICENSE.TXT125 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/device/test-stlport_shared-exception/
DCOPYING125 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.

12