Searched refs:sys (Results 51 - 75 of 108) sorted by relevance

12345

/ndk/sources/host-tools/sed-4.2.1/testsuite/
H A Dbug-regex11.c25 #include <sys/types.h>
H A Drunptests.c25 #include <sys/types.h>
H A Druntests.c32 #include <sys/types.h>
H A Dtst-boost.c25 #include <sys/types.h>
H A Dtst-pcre.c25 #include <sys/types.h>
H A Dtst-regex2.c11 #include <sys/stat.h>
/ndk/sources/third_party/googletest/googletest/test/
H A Dgtest_break_on_failure_unittest.py45 import sys namespace
H A Dgtest_filter_unittest.py48 import sys namespace
61 [sys.executable, '-c', 'import os; print \'EMPTY_VAR\' in os.environ'])
74 [sys.executable, '-c', 'import os; print \'UNSET_VAR\' not in os.environ'])
H A Dgtest_xml_output_unittest.py40 import sys namespace
/ndk/sources/cxx-stl/stlport/src/details/
H A Dfstream_unistd.cpp32 #include <sys/stat.h> // For stat
34 # include <sys/mman.h> // For mmap
47 # include <sys/sysctl.h>
H A Dfstream_stdio.cpp33 # include <sys/stat.h>
47 # include <sys/stat.h> // For _fstat
/ndk/sources/host-tools/sed-4.2.1/lib/
H A Dstdint.in.h30 problems with (for example) VMS, whose <sys/bitypes.h> includes
63 /* <sys/types.h> defines some of the stdint.h types as well, on glibc,
65 AIX 5.2 <sys/types.h> isn't needed and causes troubles.
66 MacOS X 10.4.6 <sys/types.h> includes <stdint.h> (which is us), but
68 <sys/types.h> after @NEXT_STDINT_H@. */
70 # include <sys/types.h>
82 /* Solaris 7 <sys/inttypes.h> has the types except the *_fast*_t types, and
84 # include <sys/inttypes.h>
88 /* Linux libc4 >= 4.6.7 and libc5 have a <sys/bitypes.h> that defines
90 included by <sys/type
[all...]
H A Dacl-internal.h25 /* All systems define the ACL related API in <sys/acl.h>. */
27 # include <sys/acl.h>
H A Dgnulib.mk884 # We need the following in order to create <sys/stat.h> when the system
886 sys/stat.h: sys_stat.in.h
887 @MKDIR_P@ sys
903 MOSTLYCLEANFILES += sys/stat.h sys/stat.h-t
904 MOSTLYCLEANDIRS += sys
914 # We need the following in order to create <sys/time.h> when the system
916 sys/time.h: sys_time.in.h
917 @MKDIR_P@ sys
929 MOSTLYCLEANFILES += sys/tim
[all...]
H A Dsys_stat.in.h3 /* Provide a more complete sys/stat header file.
22 /* This file is supposed to be used on platforms where <sys/stat.h> is
41 #include <sys/types.h>
H A Dunistd.in.h45 # include <sys/types.h>
412 # include <sys/param.h>
H A Dstdlib.in.h39 /* Solaris declares getloadavg() in <sys/loadavg.h>. */
41 # include <sys/loadavg.h>
/ndk/sources/android/libthread_db/gdb-7.3.x/
H A Dthread_db.h11 #include <sys/types.h>
/ndk/sources/android/libthread_db/gdb-7.6/
H A Dthread_db.h23 #include <sys/types.h>
/ndk/
H A Dndk-gdb.py31 import sys, os, argparse, subprocess, types namespace
44 if sys.platform.startswith('win'):
56 if sys.platform.startswith('linux'):
58 elif sys.platform.startswith('darwin'):
60 elif sys.platform.startswith('win'):
82 PYPRPR_BASE = sys.prefix + '/share/pretty-printers/'
96 NDK = os.path.abspath(os.path.dirname(sys.argv[0])).replace('\\','/')
342 bufsize=1, close_fds='posix' in sys.builtin_module_names)
780 gdbsetup.write('import sys\n') namespace
781 gdbsetup.write('sys
[all...]
/ndk/sources/cxx-stl/stlport/stlport/stl/
H A Dchar_traits.h33 # include <sys/types.h> // For off_t
40 # include <sys/types.h>
/ndk/sources/host-tools/ndk-stack/elff/
H A Dmapfile.c19 #include "sys/types.h"
24 #include <sys/mman.h>
26 #include <sys/stat.h>
/ndk/sources/host-tools/make-3.81/
H A Dremote-cstms.c30 #include <sys/time.h>
/ndk/sources/host-tools/ndk-stack/regex/
H A Dregexec.c44 #include <sys/types.h>
/ndk/sources/host-tools/sed-4.2.1/sed/
H A Dsed.c43 # include <sys/types.h>

Completed in 302 milliseconds

12345