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

123456

/art/runtime/gc/allocator/
H A Ddlmalloc.cc60 #include <sys/mman.h>
/art/runtime/jdwp/
H A Djdwp_priv.h27 #include <sys/uio.h>
H A Djdwp_adb.cc19 #include <sys/socket.h>
20 #include <sys/un.h>
/art/runtime/
H A Dsignal_catcher.cc23 #include <sys/stat.h>
24 #include <sys/time.h>
25 #include <sys/types.h>
H A Dthread_pool.cc19 #include <sys/mman.h>
20 #include <sys/resource.h>
21 #include <sys/time.h>
H A Dzip_archive.cc21 #include <sys/mman.h> // For the PROT_* and MAP_* constants.
22 #include <sys/stat.h>
23 #include <sys/types.h>
/art/test/988-method-trace/
H A Dgen_srcs.py27 import sys namespace
116 print(x, file=sys.stderr)
284 parser.add_argument('output_file', nargs='?', metavar='<output-file>', default=sys.stdout, type=argparse.FileType('w'), help='Destination file to write to (default: stdout).')
/art/compiler/utils/
H A Djni_macro_assembler_test.h25 #include <sys/stat.h>
/art/dt_fd_forward/
H A Ddt_fd_forward.h45 #include <sys/eventfd.h>
/art/imgdiag/
H A Dimgdiag_test.cc17 #include <sys/types.h>
/art/libdexfile/dex/
H A Ddex_file_layout.cc19 #include <sys/mman.h>
H A Dcode_item_accessors_test.cc19 #include <sys/mman.h>
H A Dprimitive.h20 #include <sys/types.h>
/art/runtime/arch/mips/
H A Dfault_handler_mips.cc17 #include <sys/ucontext.h>
/art/runtime/arch/mips64/
H A Dfault_handler_mips64.cc19 #include <sys/ucontext.h>
/art/runtime/gc/accounting/
H A Dbitmap.cc19 #include <sys/mman.h> // For the PROT_* and MAP_* constants.
H A Dcard_table.cc19 #include <sys/mman.h>
H A Dread_barrier_table.h20 #include <sys/mman.h> // For the PROT_* and MAP_* constants.
/art/sigchainlib/
H A Dsigchain_test.cc31 #include <sys/syscall.h>
/art/tools/bisection_search/
H A Dbisection_search.py30 import sys namespace
35 sys.path.append(os.path.dirname(os.path.dirname(
421 sys.exit(1)
436 sys.exit(0)
/art/test/testrunner/
H A Dtestrunner.py56 import sys namespace
257 if not sys.stdout.isatty():
787 sys.stdout.write(output)
788 sys.stdout.flush()
901 adb_command = 'adb shell cat /sys/devices/system/cpu/present'
1017 sys.exit(1)
1036 sys.exit(1)
1038 sys.exit(1)
1039 sys.exit(0)
/art/libartbase/base/unix_file/
H A Dfd_file.cc20 #include <sys/stat.h>
21 #include <sys/types.h>
30 #include <sys/sendfile.h>
/art/compiler/debug/dwarf/
H A Ddwarf_test.h22 #include <sys/types.h>
/art/libartbase/base/
H A Dlogging.cc29 #include <sys/types.h>
/art/runtime/arch/arm/
H A Dfault_handler_arm.cc19 #include <sys/ucontext.h>

Completed in 491 milliseconds

123456