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

12

/frameworks/compile/mclinker/include/mcld/Support/
H A DSystemUtils.h17 namespace sys { namespace in namespace:mcld
37 } // namespace of sys
H A DPathCache.h18 namespace sys { namespace in namespace:mcld
23 mcld::sys::fs::Path,
30 } // namespace of sys
H A DRealPath.h15 namespace sys { namespace in namespace:mcld
43 } // namespace of sys
52 struct less<mcld::sys::fs::RealPath> : public binary_function<
53 mcld::sys::fs::RealPath,
54 mcld::sys::fs::RealPath,
57 bool operator() (const mcld::sys::fs::RealPath& pX,
58 const mcld::sys::fs::RealPath& pY) const {
H A DDirectory.h21 namespace sys { namespace in namespace:mcld
33 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(DirIterator& pIter);
86 mcld::sys::fs::Path m_Path;
91 mcld::sys::fs::PathCache m_Cache;
107 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(DirIterator& pIter);
110 typedef mcld::sys::fs::PathCache DirCache;
148 } // namespace of sys
H A DPath.h9 // This file declares the mcld::sys::fs::Path. It follows TR2/boost
25 namespace sys { namespace in namespace:mcld
153 } // namespace of sys
162 struct less<mcld::sys::fs::Path> : public binary_function<mcld::sys::fs::Path,
163 mcld::sys::fs::Path,
166 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
24 namespace sys { namespace in namespace:mcld
93 mcld::sys::fs::PathCache::entry_type* bring_one_into_cache(DirIterator& pIter);
109 } // 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_android.py25 import sys namespace
378 stream=sys.stdout)
394 sys.exit(main())
H A Dmerge_from_chromium.py23 import sys namespace
232 sys.path.append(os.path.join(merge_common.REPOSITORY_ROOT, 'android_webview',
234 sys.dont_write_bytecode = True
549 print >>sys.stderr, 'You need to run the Android envsetup.sh and lunch.'
553 print >>sys.stderr, (
560 stream=sys.stdout)
571 print >>sys.stderr, 'You need to pass the version to push.'
581 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/support/v17/leanback/
H A Dgeneratev4.py18 import sys namespace
/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/base/tools/layoutlib/rename_font/
H A Dbuild_font.py30 import sys namespace
34 sys.dont_write_bytecode = True
66 sys.exit('Usage: build_font.py /path/to/input_fonts/ /path/to/out/dir/')
69 sys.exit(directory + ' is not a valid directory')
139 last_name_id = sys.maxint
167 last_name_id = sys.maxint
224 main(sys.argv[1:])
H A Dbuild_font_single.py31 import sys namespace
35 sys.dont_write_bytecode = True
71 sys.exit('Usage: build_font_single.py /path/to/input/font.ttf /path/to/out/font.ttf')
123 last_name_id = sys.maxint
151 last_name_id = sys.maxint
208 main(sys.argv[1:])
/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
/frameworks/native/opengl/tools/glgen2/
H A Dglgen.py22 import sys namespace
27 regpath = os.path.join(sys.path[0], "registry")
28 if sys.path[1] != regpath:
29 sys.path.insert(1, regpath)
106 reg.OutputGenerator.__init__(self, sys.stderr, sys.stderr, None)
130 reg.OutputGenerator.__init__(self, sys.stderr, sys.stderr, None)
217 reg.OutputGenerator.__init__(self, sys.stderr, sys
[all...]
/frameworks/base/tools/apilint/
H A Dapilint.py29 import re, sys, collections, traceback namespace
36 if "--no-color" in sys.argv: return ""
773 cur = parse_api(sys.argv[1])
776 if len(sys.argv) > 2:
777 prev = parse_api(sys.argv[2])
/frameworks/native/opengl/tools/glgen2/registry/
H A Dgenheaders.py24 import sys, time, pdb, string, cProfile namespace
49 while (i < len(sys.argv)):
50 arg = sys.argv[i]
53 write('Enabling debug (-debug)', file=sys.stderr)
56 write('Enabling dump (-dump)', file=sys.stderr)
59 write('Disabling inclusion protection in output headers', file=sys.stderr)
62 write('Enabling profiling (-profile)', file=sys.stderr)
65 regFilename = sys.argv[i]
67 write('Using registry ', regFilename, file=sys.stderr)
69 write('Enabling timing (-time)', file=sys
[all...]
H A Dreg.py24 import io,os,re,string,sys namespace
28 file = kwargs.pop('file',sys.stdout)
352 errFile = sys.stderr,
353 warnFile = sys.stderr,
354 diagFile = sys.stdout):
396 self.outFile = sys.stdout
402 if (self.outFile != sys.stdout and self.outFile != sys.stderr):
455 errFile = sys.stderr,
456 warnFile = sys
[all...]

Completed in 1493 milliseconds

12