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

12

/frameworks/compile/libbcc/runtime/make/
H A Dfilter-inputs15 import os,sys namespace
18 for file in sys.argv[1:]:
/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("""
79 sys.stdout.write(".align 8\n")
83 sys.stdout.write(".byte ")
85 sys.stdout.write(", ")
87 sys.stdout.write(",")
88 sys.stdout.write("0x%02x" % ord(c))
91 sys
[all...]
/frameworks/compile/mclinker/include/mcld/Support/
H A DSystemUtils.h19 namespace sys { namespace in namespace:mcld
29 } // namespace of sys
H A DPathCache.h22 namespace sys { namespace in namespace:mcld
27 mcld::sys::fs::Path*,
34 } // 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:: namespace. It follows TR2/boost
27 namespace sys { namespace in namespace:mcld
159 } // namespace of sys
168 struct less<mcld::sys::fs::Path> : public binary_function<mcld::sys::fs::Path,
169 mcld::sys::fs::Path,
172 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
88 return f.type() == mcld::sys::fs::DirectoryFile;
105 mcld::sys::fs::PathCache::entry_type* bring_one_into_cache(DirIterator& pIter);
118 } // namespace of sys
/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/base/tests/DumpRenderTree/assets/
H A Drun_page_cycler.py16 import sys namespace
22 """Run the tests. Will call sys.exit when complete.
37 sys.exit(1)
73 sys.exit(1)
102 sys.exit(1)
114 sys.exit(1)
H A Drun_layout_tests.py36 import sys namespace
139 """Run the tests. Will call sys.exit when complete.
171 sys.exit(1)
234 sys.exit(1)
245 sys.exit(1);
283 script_self = sys.argv[0]
H A Drun_reliability_tests.py15 import sys namespace
117 sys.exit(1)
123 sys.exit(1)
129 sys.exit(1)
146 sys.exit(1)
162 sys.exit(1)
221 sys.exit(1)
/frameworks/base/tests/DumpRenderTree2/assets/
H A Drun_apache2.py25 import sys namespace
49 script_location = os.path.abspath(os.path.dirname(sys.argv[0]))
H A Drun_layout_tests.py16 import sys namespace
/frameworks/compile/libbcc/tests/
H A Dbccarm8 import sys namespace
49 for arg in sys.argv[1:]:
64 print compileArm(sys.argv[1:])
/frameworks/compile/llvm-ndk-cc/tests/
H A Dtest.py10 import sys namespace
154 print('Usage: {0} [Option]... [directory]...'.format(sys.argv[0]))
168 for Arg in sys.argv[1:]:
180 print('Invalid test or options: {0}'.format(Arg), file=sys.stderr)
210 sys.exit(main())
/frameworks/compile/mclinker/include/mcld/MC/
H A DSearchDirs.h24 namespace sys { namespace in namespace:mcld
28 } // namespace of sys
52 sys::fs::Path* find(const std::string& pNamespec, mcld::Input::Type pPreferType);
/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/libbcc/include/bcc/
H A DLinker.h31 namespace sys { namespace fs { namespace in namespace:mcld
35 } } // end namespace sys::fs
100 enum ErrorCode openFile(const mcld::sys::fs::Path& pPath,
/frameworks/compile/mclinker/tools/mcld/include/alone/
H A DLinker.h24 namespace sys { namespace fs { namespace in namespace:mcld
28 } } // end namespace sys::fs
93 enum ErrorCode openFile(const mcld::sys::fs::Path& pPath,
/frameworks/native/opengl/libs/GLES_trace/tools/
H A Dgenapi.py37 import sys namespace

Completed in 1066 milliseconds

12