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

12

/frameworks/base/packages/Keyguard/scripts/
H A Dnew_merge.py4 import sys namespace
90 sys.exit(0)
165 main(sys.argv)
/frameworks/compile/mclinker/include/mcld/Support/
H A DFileSystem.h9 // This file declares the mcld::sys::fs:: namespace. It follows TR2/boost
24 namespace sys { namespace in namespace:mcld
89 mcld::sys::fs::PathCache::entry_type* bring_one_into_cache(DirIterator& pIter);
109 } // namespace sys
/frameworks/compile/mclinker/lib/Support/
H A DDirectory.cpp13 namespace sys { namespace in namespace:mcld
57 : Directory(sys::fs::Path(pPath), st, symlink_st) {
237 } // namespace sys
H A DPath.cpp22 namespace sys { namespace in namespace:mcld
200 mcld::sys::fs::Path result = pLHS;
206 } // namespace sys
/frameworks/minikin/tools/
H A Dmk_hyb_file.py30 import sys namespace
39 if sys.version_info[0] >= 3:
549 opts, args = getopt.getopt(sys.argv[1:], 'v')
552 sys.exit(1)
/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)
117 reg.OutputGenerator.__init__(self, sys.stderr, sys.stderr, None)
140 reg.OutputGenerator.__init__(self, sys.stderr, sys.stderr, None)
207 reg.OutputGenerator.__init__(self, sys.stderr, sys
[all...]
/frameworks/base/tools/fonts/
H A Dfontchain_lint.py8 import sys namespace
150 sys.exit('None of characters in %s were found in %s' % (chars, font))
593 target_out = sys.argv[1]
602 check_emoji = sys.argv[2]
604 ucd_path = sys.argv[3]
/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...]
/frameworks/base/tools/apilint/
H A Dapilint.py29 import re, sys, collections, traceback, argparse namespace
/frameworks/base/core/tests/overlaytests/
H A Dtestrunner.py8 import sys namespace
53 sys.stdout.write(s)
54 sys.stdout.flush()
120 sys.stdout.write(self.text + '[ ]')
121 sys.stdout.flush()
126 sys.stdout.write('\r' + self.text + '[ OK ]\n')
127 sys.stdout.flush()
131 sys.stdout.write('\r' + self.color_RED + self.text + '[FAIL]\n')
132 sys.stdout.write(self.color_red)
133 sys
[all...]

Completed in 450 milliseconds

12