Searched defs:sys (Results 1 - 23 of 23) sorted by relevance

/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...]
/frameworks/compile/libbcc/tools/build/
H A Dgen-config-from-mk.py21 import sys namespace
59 if len(sys.argv) != 1:
60 print >> sys.stderr, 'USAGE:', sys.argv[0]
61 sys.exit(1)
63 extract_config(sys.stdin)
H A Dgen-build-info.py21 import sys namespace
102 if len(sys.argv) < 2:
103 print >> sys.stderr, 'USAGE:', sys.argv[0], '[REPO] [LIBs]'
104 sys.exit(1)
110 repo_dir = sys.argv[1]
114 lib_list = list(set(sys.argv[2:]))
H A Dgen-sha1-stamp.py19 import sys namespace
52 sys.stdout.write("""
62 sys.stdout.write("""
69 sys.stdout.write("""
82 sys.stdout.write(".byte ")
84 sys.stdout.write(", ")
86 sys.stdout.write(",")
87 sys.stdout.write("0x%02x" % ord(c))
90 sys.stdout.write("\n")
93 sys
[all...]
/frameworks/compile/mclinker/include/mcld/Support/
H A DSystemUtils.h20 namespace sys { namespace in namespace:mcld
40 } // namespace of sys
H A DPathCache.h21 namespace sys { namespace in namespace:mcld
26 mcld::sys::fs::Path,
33 } // namespace of sys
H A DRealPath.h18 namespace sys { namespace in namespace:mcld
46 } // namespace of sys
55 struct less<mcld::sys::fs::RealPath> : public binary_function<
56 mcld::sys::fs::RealPath,
57 mcld::sys::fs::RealPath,
60 bool operator() (const mcld::sys::fs::RealPath& pX,
61 const mcld::sys::fs::RealPath& pY) const {
H A DDirectory.h24 namespace sys { namespace in namespace:mcld
36 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(DirIterator& pIter);
89 mcld::sys::fs::Path m_Path;
94 mcld::sys::fs::PathCache m_Cache;
110 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(DirIterator& pIter);
113 typedef mcld::sys::fs::PathCache DirCache;
151 } // namespace of sys
H A DPath.h9 // This file declares the mcld::sys::fs::Path. It follows TR2/boost
28 namespace sys { namespace in namespace:mcld
156 } // namespace of sys
165 struct less<mcld::sys::fs::Path> : public binary_function<mcld::sys::fs::Path,
166 mcld::sys::fs::Path,
169 bool operator() (const mcld::sys::fs::Path& pX,const mcld::sys::fs::Path& pY) const {
H A DFileSystem.h9 // This file declares the mcld::sys::fs:: namespace. It follows TR2/boost
27 namespace sys { namespace in namespace:mcld
96 mcld::sys::fs::PathCache::entry_type* bring_one_into_cache(DirIterator& pIter);
112 } // namespace of sys
/frameworks/webview/chromium/tools/
H A Djar_check.py26 import sys namespace
60 print >>sys.stderr, 'Usage: %s jar_file whitelist_file' % argv[0]
66 print >>sys.stderr, ('jar_check found %s files not in a whitelisted package:'
69 print >>sys.stderr, f
74 sys.exit(main(sys.argv))
H A Dgenerate_local_manifest.py14 import sys namespace
44 if len(sys.argv) < 3:
46 sys.exit(-1)
48 android_build_top = sys.argv[1]
49 path_to_exclude = sys.argv[2]
52 if len(sys.argv) >= 4:
53 manifest_filename = sys.argv[3]
H A Drun_webview_cts.py24 import sys namespace
122 sys.exit(main())
H A Dmemreport.py28 import sys namespace
131 _DumpCSV(_CollectMemoryStats(sys.stdin, [value for (key, value) in _ENTRIES]))
135 main(sys.argv)
H A Dmerge_to_master.py24 import sys namespace
209 stream=sys.stdout)
225 sys.exit(main())
H A Dmerge_from_chromium.py25 import sys namespace
226 sys.path.append(os.path.join(merge_common.REPOSITORY_ROOT, 'android_webview',
228 sys.dont_write_bytecode = True
594 print >>sys.stderr, 'You need to run the Android envsetup.sh and lunch.'
598 stream=sys.stdout)
611 print >>sys.stderr, 'You need to pass the version to push.'
621 sys.exit(main())
/frameworks/compile/libbcc/tests/debuginfo/
H A Dllvm-lit4 import sys namespace
15 sys.path.append(os.path.join(llvm_source_root, 'utils', 'lit'))
/frameworks/compile/mclinker/unittests/
H A DDirIteratorTest.h15 namespace sys { namespace in namespace:mcld
46 mcld::sys::fs::Directory *m_pDir;
/frameworks/compile/slang/tests/
H A Dtest.py16 import sys namespace
181 ) % (sys.argv[0]),
191 for arg in sys.argv[1:]:
206 print >> sys.stderr, 'Invalid test or option: %s' % arg
236 sys.exit(main())
/frameworks/compile/mclinker/tools/mcld/include/alone/
H A DLinker.h24 namespace sys { namespace fs { namespace in namespace:mcld
28 } } // end namespace sys::fs
/frameworks/base/media/mca/
H A Dstructgen.py20 import sys namespace
367 sys.exit(main(sys.argv))
/frameworks/base/packages/Keyguard/scripts/
H A Dnew_merge.py4 import sys namespace
90 sys.exit(0)
165 main(sys.argv)
/frameworks/native/opengl/libs/GLES_trace/tools/
H A Dgenapi.py37 import sys namespace

Completed in 538 milliseconds