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

1234567891011>>

/frameworks/compile/slang/
H A Dslangdata.py21 import sys namespace
26 sys.stdout.write("""
55 buf = sys.stdin.read(1024)
61 sys.stdout.write(".byte ")
62 sys.stdout.write("0x%02x" % ord(c))
65 sys.stdout.write("\n")
68 sys.stdout.write(", ")
70 sys.stdout.write(",")
72 sys.stdout.write("0x00")
74 sys
[all...]
H A Dslang_utils.cpp27 return !llvm::sys::Path(Dir).createDirectoryOnDisk(/* create_parents = */true,
/frameworks/compile/libbcc/tools/
H A Ddataconvert.py21 import sys namespace
26 sys.stdout.write("""
55 buf = sys.stdin.read(1024)
61 sys.stdout.write(".byte ")
62 sys.stdout.write("0x%02x" % ord(c))
65 sys.stdout.write("\n")
68 sys.stdout.write(", ")
70 sys.stdout.write(",")
72 sys.stdout.write("\n")
76 sys
[all...]
H A Dgen-config-from-mk.py4 import sys namespace
39 if len(sys.argv) != 1:
40 print >> sys.stderr, 'USAGE:', sys.argv[0]
41 sys.exit(1)
43 extract_config(sys.stdin)
H A Dgen-sha1-stamp.py3 import sys namespace
28 if len(sys.argv) < 2:
29 print 'USAGE:', sys.argv[0], '[OUTPUT] [INPUTs]'
30 sys.exit(1)
32 f = open(sys.argv[1], 'wb')
33 f.write(compute_sha1_list(sys.argv[2:]))
H A Dgen-build-stamp.py6 import sys namespace
87 if len(sys.argv) < 2:
88 print >> sys.stderr, 'USAGE:', sys.argv[0], '[REPO] [LIBs]'
89 sys.exit(1)
95 repo_dir = sys.argv[1]
99 lib_list = list(set(sys.argv[2:]))
/frameworks/base/include/media/stagefright/foundation/
H A Dhexdump.h21 #include <sys/types.h>
/frameworks/base/include/private/binder/
H A Dbinder_module.h26 #include <sys/ioctl.h>
/frameworks/compile/libbcc/runtime/make/
H A Dfilter-inputs15 import os,sys namespace
18 for file in sys.argv[1:]:
/frameworks/base/include/utils/
H A DSystemClock.h21 #include <sys/types.h>
/frameworks/base/opengl/libagl/
H A Darray.h23 #include <sys/types.h>
H A Dprimitives.h23 #include <sys/types.h>
H A Dlight.h23 #include <sys/types.h>
/frameworks/compile/libbcc/tests/
H A Ddisassem.h38 * $FreeBSD: /repoman/r/ncvs/src/sys/arm/include/disassem.h,v 1.2 2005/01/05 21:58:48 imp Exp $
44 #include <sys/types.h>
/frameworks/base/cmds/system_server/
H A Dsystem_main.cpp17 #include <sys/time.h>
18 #include <sys/resource.h>
/frameworks/base/include/private/media/
H A DAudioEffectShared.h21 #include <sys/types.h>
/frameworks/base/include/ui/
H A DDisplayInfo.h22 #include <sys/types.h>
/frameworks/base/media/libstagefright/
H A DTimeSource.cpp18 #include <sys/time.h>
/frameworks/base/native/include/android/
H A Dobb.h21 #include <sys/types.h>
/frameworks/compile/libbcc/runtime/test/Unit/
H A Dtrampoline_setup_test.c15 #include <sys/mman.h>
H A Dendianness.h25 #include <sys/byteorder.h>
40 #include <sys/endian.h>
/frameworks/compile/linkloader/utils/
H A Dflush_cpu_cache.h37 #include <sys/cachectl.h>
/frameworks/base/cmds/installd/
H A Dinstalld.h24 #include <sys/stat.h>
31 #include <sys/socket.h>
32 #include <sys/types.h>
33 #include <sys/wait.h>
42 #include <sys/mount.h>
44 #include <sys/statfs.h>
/frameworks/base/media/mtp/
H A DMtpEventPacket.cpp20 #include <sys/types.h>
22 #include <sys/ioctl.h>
/frameworks/compile/libbcc/runtime/lib/
H A Dendianness.h25 #include <sys/byteorder.h>
40 #include <sys/endian.h>

Completed in 332 milliseconds

1234567891011>>