Home
last modified time | relevance | path

Searched refs:written (Results 1 – 25 of 43) 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/tests/build/build-assembly-file/jni/
Dassembly-x86.S15 # without specific prior written permission.
/ndk/sources/host-tools/sed-4.2.1/
DBUGS52 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.
DCOPYING260 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/
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/cxx-stl/llvm-libc++/
DLICENSE.TXT46 prior written permission.
/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/nawk-20071023/
DREADME12 to distribution of the software without specific, written prior
DFIXES12 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/
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/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.
/ndk/build/tools/toolchain-licenses/
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/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.
Dreadme.vms219 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/
Dregex.m411 dnl Mostly written by Jim Meyering.
/ndk/sources/host-tools/make-3.81/doc/
Dmake-stds.texi109 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
Dmake.info-2351 `%'. 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/
Duniq.good320 code to character type repeats - written out again for speed. */
777 similar code to character type repeats - written out again for speed.

12