Home
last modified time | relevance | path

Searched refs:write (Results 1 – 25 of 105) sorted by relevance

12345

/ndk/sources/cxx-stl/gabi++/tests/
Dlibtest_malloc_lockup.cpp42 write(2, PAYLOAD("ERROR: malloc called!")); in malloc()
47 write(2, PAYLOAD("ERROR: free called!")); in free()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.unformatted/
Dwrite.pass.cpp57 os.write(s, sizeof(s)/sizeof(s[0])-1); in main()
64 os.write(s, sizeof(s)/sizeof(s[0])-1); in main()
72 os.write(s, sizeof(s)/sizeof(s[0])-1); in main()
/ndk/sources/host-tools/make-3.81/
Dmakefile.com75 $ open/write optf make.opt
79 $ write sys$output "Compiling ''cfile'..."
104 $ open/write tmpc 'tc
Dsubproc.bat17 rem with GNU Make; see the file COPYING. If not, write to the Free Software
Dconfigure.bat17 rem with GNU Make; see the file COPYING. If not, write to the Free Software
Darscan.c783 if (AR_HDR_SIZE != write (fd, (char *) &ar_hdr, AR_HDR_SIZE)) in ar_member_touch()
803 if (AR_HDR_SIZE != write (fd, (char *) &ar_hdr, AR_HDR_SIZE)) in ar_member_touch()
DAUTHORS81 GNU Make; see the file COPYING. If not, write to the Free Software
DREADME.Amiga77 GNU Make; see the file COPYING. If not, write to the Free Software
/ndk/sources/third_party/googletest/googletest/test/
Dgtest_output_test.py308 '_gtest_output_test_normalized_actual.txt'), 'wb').write(
312 '_gtest_output_test_normalized_golden.txt'), 'wb').write(
323 golden_file.write(output)
332 sys.stderr.write(message)
/ndk/sources/host-tools/make-3.81/tests/scripts/misc/
Dclose_stdout6 run_make_test('', '-v > /dev/full', '#MAKE#: write error', 256);
/ndk/sources/host-tools/make-3.81/doc/
Dmake-stds.texi35 Using Automake will help you write a Makefile that follows these
320 (If you are using Autoconf, write it as @samp{@@prefix@@}.)
331 (If you are using Autoconf, write it as @samp{@@exec_prefix@@}.)
348 This should normally be @file{/usr/local/bin}, but write it as
350 (If you are using Autoconf, write it as @samp{@@bindir@@}.)
356 should normally be @file{/usr/local/sbin}, but write it as
358 (If you are using Autoconf, write it as @samp{@@sbindir@@}.)
365 @file{/usr/local/libexec}, but write it as @file{$(exec_prefix)/libexec}.
366 (If you are using Autoconf, write it as @samp{@@libexecdir@@}.)
402 write it as @file{$(prefix)/share}. (If you are using Autoconf, write
[all …]
Dmake.info-2122 write take precedence over those that are built in. Note however, that
178 `.o' file: how do you write the `cc' command so that it operates on the
179 right source file name? You cannot write the name in the command,
330 these automatic variables; we write "the value of `$<'", rather than
331 "the variable `<'" as we would write for ordinary variables such as
456 of implicit rules is determined by where you write the new rule.
492 Naturally, there is no `.DEFAULT' rule unless you write one.
579 adding to them, write a rule for `.SUFFIXES' with no prerequisites. By
581 `.SUFFIXES'. You can then write another rule to add the suffixes you
693 * Archive Suffix Rules:: You can write a special kind of suffix rule
[all …]
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-type-util.h.pump142 // We don't want to require the users to write TypesN<...> directly,
144 // easier to write, but generates horrible messages when there is a
151 // user would write Types<T1, ..., TN>, and Google Test will translate
240 // We don't want to require the users to write TemplatesN<...> directly,
242 // easier to write, but generates horrible messages when there is a
249 // user would write Templates<T1, ..., TN>, and Google Test will translate
/ndk/sources/host-tools/make-3.81/po/
DMakevars14 # GNU Make; see the file COPYING. If not, write to the Free Software
52 # can write to without being subscribed, or the URL of a web page through
DPOTFILES.in15 # GNU Make; see the file COPYING. If not, write to the Free Software
DChangeLog67 GNU Make; see the file COPYING. If not, write to the Free Software
/ndk/sources/host-tools/make-3.81/config/
Ddospaths.m417 # GNU Make; see the file COPYING. If not, write to the Free Software
DChangeLog43 GNU Make; see the file COPYING. If not, write to the Free Software
/ndk/build/core/
Dmain.mk105 Please follow the instructions in docs/NDK-APPS.TXT to write one.)
/ndk/sources/host-tools/make-3.81/glob/
Dconfigure.bat17 rem with GNU Make; see the file COPYING. If not, write to the Free Software
DSMakefile15 # GNU Make; see the file COPYING. If not, write to the Free Software
/ndk/sources/host-tools/make-3.81/w32/subproc/
DNMakefile17 # GNU Make; see the file COPYING. If not, write to the Free Software
/ndk/sources/host-tools/make-3.81/tests/
DNEWS74 haven't had time to write the test scripts for them. But they,
95 haven't had time to write the test scripts for them. But they,
178 GNU Make; see the file COPYING. If not, write to the Free Software
/ndk/build/lib/
Dbuild_support.py240 zip_file.write(os.path.join(tmpdir, 'repo.prop'), arcname)
/ndk/sources/cxx-stl/stlport/src/details/
Dfstream_stdio.cpp102 # define _write write

12345