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

1234567891011>>

/system/extras/tests/workloads/
H A Datrace-uncompress.py6 import sys, zlib namespace
10 if len(sys.argv) != 2:
11 print >> sys.stderr, ('Usage: %s inputfile' % sys.argv[0])
12 sys.exit(1)
14 infile = open(sys.argv[1], "rb")
28 print >> sys.stderr, ('No trace data found')
29 sys.exit(1)
H A Dpowerave.py3 import sys namespace
11 sys.exit(0)
16 parsedargv,argvrem = getopt.getopt(sys.argv[1:], "vo:w:l:h", ["help"])
26 f = sys.stdin
38 sys.exit(1)
/system/netd/libnetdutils/
H A DUniqueFile.cpp26 const auto& sys = sSyscalls.get(); local
27 sys.fclose(file);
H A DUniqueFd.cpp26 auto& sys = sSyscalls.get(); local
29 expectOk(sys.close(fd));
/system/core/libmemunreachable/
H A Danon_vma_naming.h20 #include <sys/prctl.h>
/system/bt/btif/src/
H A Dbtif_debug.cc19 #include <sys/time.h>
/system/core/toolbox/upstream-netbsd/bin/dd/
H A Ddd_hostops.c29 #include <sys/cdefs.h>
34 #include <sys/types.h>
35 #include <sys/ioctl.h>
/system/core/libpixelflinger/codeflinger/
H A Dmips64_disassem.h42 #include <sys/types.h>
H A Dmips_disassem.h42 #include <sys/types.h>
/system/core/libsuspend/include/suspend/
H A Dautosuspend.h20 #include <sys/cdefs.h>
/system/media/audio_utils/include/audio_utils/
H A Dfixedfft.h21 #include <sys/cdefs.h>
H A Dlimiter.h20 #include <sys/cdefs.h>
/system/security/keystore/include/keystore/
H A Dkeystore_get.h20 #include <sys/types.h>
/system/vold/
H A DVoldUtil.c17 #include <sys/ioctl.h>
H A DVoldUtil.h20 #include <sys/cdefs.h>
/system/core/libnativebridge/tests/
H A DPreInitializeNativeBridgeFail1_test.cpp23 #include <sys/mount.h>
24 #include <sys/stat.h>
H A DPreInitializeNativeBridgeFail2_test.cpp21 #include <sys/mount.h>
22 #include <sys/stat.h>
/system/extras/kexec_tools/
H A Dkexec.h4 #include <sys/cdefs.h>
7 #include <sys/syscall.h>
/system/timezone/
H A Dtzdatautil.py16 import sys namespace
32 sys.exit(1)
/system/bt/tools/scripts/
H A Dbtsnooz.py28 import sys namespace
75 sys.stderr.write('Unsupported btsnooz version: %s\n' % version)
81 sys.stdout.write('btsnoop\x00\x00\x00\x00\x01\x00\x00\x03\xea')
108 sys.stdout.write(struct.pack('>II', length, length))
109 sys.stdout.write(struct.pack('>II', type_to_direction(type), 0))
110 sys.stdout.write(struct.pack('>II', (first_timestamp_ms >> 32), (first_timestamp_ms & 0xFFFFFFFF)))
111 sys.stdout.write(type_to_hci(type))
112 sys.stdout.write(decompressed[offset : offset + length - 1])
135 sys.stdout.write(struct.pack('>II', packet_length, length))
136 sys
[all...]
/system/core/logd/
H A Dlibaudit.h24 #include <sys/cdefs.h>
25 #include <sys/socket.h>
26 #include <sys/types.h>
/system/core/fs_mgr/
H A Dfs_mgr_priv_boot_config.h20 #include <sys/cdefs.h>
/system/core/include/utils/
H A DSystemClock.h21 #include <sys/types.h>
/system/core/init/
H A Dlog.h20 #include <sys/cdefs.h>
/system/core/libbacktrace/
H A Dbacktrace_testlib.h20 #include <sys/cdefs.h>

Completed in 350 milliseconds

1234567891011>>