Searched refs:sys (Results 1 - 25 of 108) sorted by relevance

12345

/ndk/tests/device/test-gnustl-full/unit/
H A Dstldbg_include.cpp23 * [This due to sys/types.h contains
39 # include <sys/types.h>
/ndk/tests/device/test-stlport/unit/
H A Dstldbg_include.cpp23 * [This due to sys/types.h contains
39 # include <sys/types.h>
/ndk/tests/build/issue39824-__BYTE_ORDER/jni/
H A Dissue39824-__BYTE_ORDER.c1 #include <sys/endian.h>
/ndk/tests/build/issue53711-un_h/jni/
H A Dissue53711-un_h.c16 #include <sys/un.h>
/ndk/sources/host-tools/sed-4.2.1/lib/
H A Dacl.h20 #include <sys/types.h>
21 #include <sys/stat.h>
H A Dlstat.c24 #include <sys/types.h>
25 #include <sys/stat.h>
35 #include <sys/stat.h>
H A Dpathmax.h3 /* Define PATH_MAX somehow. Requires sys/types.h.
36 /* Don't include sys/param.h if it already has been. */
38 # include <sys/param.h>
H A Dgettimeofday.c27 #include <sys/time.h>
32 # include <sys/timeb.h>
/ndk/sources/host-tools/ndk-stack/elff/
H A Delff-common.h21 #include "sys/types.h"
29 #include <sys/mman.h>
30 #include <sys/stat.h>
/ndk/sources/cxx-stl/gabi++/include/
H A Dcfloat36 #include <sys/limits.h>
/ndk/sources/cxx-stl/system/include/
H A Dcfloat36 #include <sys/limits.h>
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
H A D_dec_vms.h5 # define _STLP_NATIVE_HEADER(header) <sys$library:##header>
6 # define _STLP_NATIVE_C_HEADER(x) <sys$library:##x>
7 # define _STLP_NATIVE_CPP_C_HEADER(header) <sys$library:##header>
8 # define _STLP_NATIVE_CPP_RUNTIME_HEADER(header) <sys$library:##header>
/ndk/docs/tools/
H A Dndk-markdown-substitutions.py9 import sys namespace
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]))
207 sys.exit(1)
210 sys.exit(0)
216 sys.stderr.write("Error: Can't read input file: %s: %s\n" % args.input_file, repr(e))
217 sys.exit(1)
219 in_file = sys.stdin
225 sys.stderr.write("Error: Can't open output file: %s: %s\n" % args.output, repr(e))
226 sys
[all...]
/ndk/sources/host-tools/ndk-stack/regex/
H A Dregex.h43 #include <sys/cdefs.h>
44 #include <sys/types.h>
46 #include <sys/types.h>
H A Dregfree.c37 #include <sys/types.h>
/ndk/sources/host-tools/sed-4.2.1/testsuite/
H A Dbug-regex15.c7 #include <sys/types.h>
8 #include <sys/time.h>
9 #include <sys/resource.h>
H A Dbug-regex14.c26 #include <sys/types.h>
/ndk/tests/device/stat/jni/
H A Dstat.c17 #include <sys/types.h>
18 #include <sys/stat.h>
/ndk/sources/android/support/include/
H A Dmonetary.h36 #include <sys/types.h>
/ndk/tests/device/test-openmp/jni/
H A Dopenmp2.c4 #include <sys/sysconf.h>
/ndk/sources/third_party/googletest/googletest/test/
H A Dgtest_test_utils.py39 import sys namespace
66 _flag_map = {'source_dir': os.path.dirname(sys.argv[0]),
67 'build_dir': os.path.dirname(sys.argv[0])}
106 _ParseAndStripGTestFlags(sys.argv)
166 print >> sys.stderr, message
167 sys.exit(1)
199 command: The command to run, in the form of sys.argv.
297 _ParseAndStripGTestFlags(sys.argv)
/ndk/sources/android/cpufeatures/
H A Dcpu-features.h31 #include <sys/cdefs.h>
/ndk/sources/cpufeatures/
H A Dcpu-features.h31 #include <sys/cdefs.h>
/ndk/sources/host-tools/make-3.81/w32/include/
H A Ddirent.h29 #include <sys/types.h>
/ndk/sources/host-tools/make-3.81/
H A Dgetloadavg.c80 #include <sys/types.h>
86 # include <sys/param.h>
132 /* NeXT in the 2.{0,1,2} releases defines BSD in <sys/param.h>, which
137 /* NeXT defines FSCALE in <sys/param.h>. However, we take FSCALE being
184 # include <sys/mbuf.h>
185 # include <sys/socket.h>
187 # include <sys/table.h>
192 # include <sys/table.h>
196 default, but _MACH_IND_SYS_TYPES is defined in <sys/types.h>. Combine
272 /* <sys/para
[all...]

Completed in 9085 milliseconds

12345