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

123

/frameworks/base/tools/fonts/
H A Dadd_additional_fonts.py18 import sys namespace
44 main(sys.argv)
/frameworks/base/core/tests/coretests/src/android/database/
H A Dprocess_newdb_perf_test_logs.py18 import sys namespace
21 args = sys.argv
/frameworks/native/opengl/tools/glgen/
H A Dconvert_to_java.py21 import sys namespace
26 for line in sys.stdin:
/frameworks/compile/mclinker/include/mcld/Support/
H A DSystemUtils.h19 namespace sys { namespace in namespace:mcld
39 } // namespace sys
H A DPathCache.h18 namespace sys { namespace in namespace:mcld
22 mcld::sys::fs::Path,
30 } // namespace sys
H A DRealPath.h16 namespace sys { namespace in namespace:mcld
43 } // namespace sys
52 struct less<mcld::sys::fs::RealPath>
53 : public binary_function<mcld::sys::fs::RealPath,
54 mcld::sys::fs::RealPath,
56 bool operator()(const mcld::sys::fs::RealPath& pX,
57 const mcld::sys::fs::RealPath& pY) const {
/frameworks/rs/tests/lldb/tests/harness/
H A Dutil_functions.py22 import sys namespace
42 # adjust sys.path, runtime counterpart of PYTHONPATH, to temporarily
44 sys.path.append(module_dir)
46 sys.path.pop(0)
H A Dutil_log.py26 import sys namespace
47 sys.stdout (true) or stored into a text file (false).
80 handler_default = logging.StreamHandler(sys.stdout)
/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
45 mcld::sys::fs::Directory* m_pDir;
/frameworks/native/cmds/installd/
H A Dmatchgen.py17 import collections, sys namespace
25 if "--rc" in sys.argv:
/frameworks/rs/rsov/compiler/tests/
H A Dllvm-lit4 import sys namespace
13 sys.path.append(os.path.join(llvm_source_root, 'utils', 'lit'))
/frameworks/base/services/tests/
H A Druntests.py19 import sys namespace
63 if len(sys.argv) != 1:
65 (' '.join(sys.argv[1:]), INSTRUMENTED_PACKAGE_RUNNER))
78 sys.exit(main())
/frameworks/base/tests/JankBench/scripts/
H A Drunall.py4 import sys namespace
56 options, categories = parse_options(sys.argv)
/frameworks/base/tools/aapt2/tools/
H A Dpublic_attr_map.py3 import sys namespace
27 with open(sys.argv[1], 'rt') as f:
H A Dextract_unicode_properties.py8 import sys namespace
86 if len(sys.argv) < 2:
89 sys.exit(1)
93 for file_path in sys.argv[1:]:
H A Dfix_resources.py10 import sys namespace
57 if len(sys.argv) < 2:
58 print >> sys.stderr, "please specify a path to a resource directory"
59 sys.exit(1)
61 res_path = os.path.abspath(sys.argv[1])
/frameworks/base/tools/stringslint/
H A Dstringslint.py25 import re, sys namespace
148 if len(sys.argv) > 2:
149 before = lint(sys.argv[2])
152 after = lint(sys.argv[1])
162 sys.exit(1)
/frameworks/support/leanback/
H A Dgeneratef.py18 import sys namespace
/frameworks/support/leanback/src/androidTest/
H A Dgeneratev4.py18 import sys namespace
/frameworks/support/lifecycle/compiler/
H A Dreset_results.py20 import sys namespace
22 if len(sys.argv) != 2:
24 sys.exit()
26 with open(sys.argv[1]) as f:
/frameworks/compile/mclinker/lib/Support/
H A DRealPath.cpp13 namespace sys { namespace in namespace:mcld
55 } // namespace sys
/frameworks/support/frameworks/support/samples/SupportLeanbackDemos/
H A Dgeneratev4.py18 import sys namespace
/frameworks/support/samples/SupportLeanbackDemos/
H A Dgeneratev4.py18 import sys namespace
/frameworks/base/libs/hwui/tests/scripts/
H A Dprocess_systrace.py3 import codecs, httplib, json, os, urllib, shutil, subprocess, sys, argparse namespace
7 script_dir = os.path.dirname(os.path.abspath(sys.argv[0]))
27 sys.exit(1)
33 sys.exit(os.system(run_command))

Completed in 2496 milliseconds

123