Home
last modified time | relevance | path

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

1234567

/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/docs/tools/
Dndk-markdown-substitutions.py177 output_file.write(line)
204 sys.stderr.write("ERROR: %d tests out of %d failed:\n" % (len(failed_tests), count))
206 sys.stderr.write(" '%s' -> '%s' (expected '%s')\n" % (failed[0], failed[2], failed[1]))
216 sys.stderr.write("Error: Can't read input file: %s: %s\n" % args.input_file, repr(e))
225 sys.stderr.write("Error: Can't open output file: %s: %s\n" % args.output, repr(e))
/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
/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/
Dndk-gdb.py341 inhandle.write('\n')
801 gdbsetup.write('file '+APP_PROCESS+'\n')
802 gdbsetup.write('target remote :%d\n' % (DEBUG_PORT))
803 gdbsetup.write('set breakpoint pending on\n')
806 gdbsetup.write('python\n')
807 gdbsetup.write('import sys\n')
808 gdbsetup.write('sys.path.append("%s")\n' % pypr_folder)
809 gdbsetup.write('from printers import %s\n' % pypr_function)
810 gdbsetup.write('%s(None)\n' % pypr_function)
811 gdbsetup.write('end\n')
[all …]
DREADME.TXT23 note that the NDK is *not* a good way to write non-JNI native code for the
/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 …]
/ndk/sources/host-tools/sed-4.2.1/lib/
Dunistd.in.h562 # undef write
563 # define write rpl_write macro
564 extern ssize_t write (int fd, const void *buf, size_t count);
Dref-del.sin16 # with this program; if not, write to the Free Software Foundation,
Dref-add.sin16 # with this program; if not, write to the Free Software Foundation,
/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
/ndk/sources/android/crazy_linker/tests/
Dbench_load_library.cpp42 write(fd, "3\n", 2); in drop_caches()
/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/docs/text/
DOVERVIEW.text78 - A build system that allow developers to only write very short build files
89 The NDK is *not* a good way to write generic native code that runs on Android
95 Note however that is is possible to write a sophisticated application in
137 3. Optional: write `$PROJECT/jni/Application.mk` to describe your
186 An Android.mk file is a small build script that you write to describe your
196 You can define several modules in a single Android.mk, or you can write
DNATIVE-ACTIVITY.text6 The Android SDK provides a helper class, `NativeActivity`, that allows you to write a completely
7 native activity. With a native activity, it is possible to write a completely native application.
97 implementations that you need to write. Set the applicable callback function pointers in
/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
/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/sources/host-tools/make-3.81/w32/subproc/
DNMakefile17 # GNU Make; see the file COPYING. If not, write to the Free Software

1234567