Searched refs:write (Results 1 – 25 of 105) sorted by relevance
12345
/ndk/sources/cxx-stl/gabi++/tests/ |
D | libtest_malloc_lockup.cpp | 42 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/ |
D | write.pass.cpp | 57 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/ |
D | makefile.com | 75 $ open/write optf make.opt 79 $ write sys$output "Compiling ''cfile'..." 104 $ open/write tmpc 'tc
|
D | subproc.bat | 17 rem with GNU Make; see the file COPYING. If not, write to the Free Software
|
D | configure.bat | 17 rem with GNU Make; see the file COPYING. If not, write to the Free Software
|
D | arscan.c | 783 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()
|
D | AUTHORS | 81 GNU Make; see the file COPYING. If not, write to the Free Software
|
D | README.Amiga | 77 GNU Make; see the file COPYING. If not, write to the Free Software
|
/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest_output_test.py | 308 '_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/ |
D | close_stdout | 6 run_make_test('', '-v > /dev/full', '#MAKE#: write error', 256);
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make-stds.texi | 35 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 …]
|
D | make.info-2 | 122 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/ |
D | gtest-type-util.h.pump | 142 // 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/ |
D | Makevars | 14 # 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
|
D | POTFILES.in | 15 # GNU Make; see the file COPYING. If not, write to the Free Software
|
D | ChangeLog | 67 GNU Make; see the file COPYING. If not, write to the Free Software
|
/ndk/sources/host-tools/make-3.81/config/ |
D | dospaths.m4 | 17 # GNU Make; see the file COPYING. If not, write to the Free Software
|
D | ChangeLog | 43 GNU Make; see the file COPYING. If not, write to the Free Software
|
/ndk/build/core/ |
D | main.mk | 105 Please follow the instructions in docs/NDK-APPS.TXT to write one.)
|
/ndk/sources/host-tools/make-3.81/glob/ |
D | configure.bat | 17 rem with GNU Make; see the file COPYING. If not, write to the Free Software
|
D | SMakefile | 15 # GNU Make; see the file COPYING. If not, write to the Free Software
|
/ndk/sources/host-tools/make-3.81/w32/subproc/ |
D | NMakefile | 17 # GNU Make; see the file COPYING. If not, write to the Free Software
|
/ndk/sources/host-tools/make-3.81/tests/ |
D | NEWS | 74 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/ |
D | build_support.py | 240 zip_file.write(os.path.join(tmpdir, 'repo.prop'), arcname)
|
/ndk/sources/cxx-stl/stlport/src/details/ |
D | fstream_stdio.cpp | 102 # define _write write
|
12345