Searched refs:lit (Results 1 – 11 of 11) sorted by relevance
/frameworks/compile/libbcc/tests/debuginfo/ |
D | lit.site.cfg | 18 # Configuration file for the 'lit' test runner in Android libbcc 25 def inferTool(lit, binary_name, env_var, PATH): 34 tool = lit.util.which(binary_name, PATH) 37 lit.fatal("couldn't find " + binary_name + " program in " + PATH + " \ 49 config.test_format = lit.formats.ShTest() 52 config.filecheck = inferTool(lit, 'FileCheck', 'FILECHECK', \ 56 config.test_bcc_debuginfo = inferTool(lit, 'test_bcc_debuginfo.pl', \ 61 config.gdb = inferTool(lit, 'arm-linux-androideabi-gdb', 'GDB', 65 config.gdb_plugin = inferTool(lit, 'android-commands.py', 71 config.perl = inferTool(lit, 'perl', 'PERL', config.environment['PATH']) [all …]
|
D | README | 23 *** execution with the "-j1" flag to llvm-lit 39 By default, llvm-lit will use the clang and bcc driver built in the android 47 Further customization is possible by modifying the lit.cfg file. 52 To execute all the tests from this directory, use the llvm-lit tool: 53 $ ./llvm-lit host-tests 54 $ ./llvm-lit target-tests -j 1
|
D | llvm-lit | 25 import lit 26 lit.main(builtin_parameters)
|
/frameworks/compile/slang/lit-tests/ |
D | lit.cfg | 3 # Configuration file for the 'lit' test runner. 12 config.test_format = lit.formats.ShTest() 23 config.test_exec_root = os.path.join(config.base_path, 'out', 'tests', 'slang', 'lit-tests') 37 tool = lit.util.which(binary_name, PATH) 40 lit.fatal("couldn't find " + binary_name + " program in " + PATH + " , try setting " 48 …_FILECHECK_WRAPPER', os.path.join(config.base_path, 'frameworks', 'compile', 'slang', 'lit-tests')) 58 if not lit.quiet: 59 lit.note('using slang: %r' % config.slang) 60 lit.note('using FileCheck: %r' % config.filecheck) 61 lit.note('using rs-filecheck-wrapper.sh: %r' % config.rs_filecheck_wrapper) [all …]
|
D | README | 4 This directory contains tests for Slang that use the 'llvm-lit' testing tool. 12 - Android version of llvm-lit (currently in libbcc/tests/debuginfo) 16 If you are unable to run the tests, try using the "--debug" option to llvm-lit. 24 The tools lit and FileCheck are fairly flexible, and could be used to validate 31 To execute all the tests from this directory, use the Android llvm-lit tool 33 $ ../../libbcc/tests/debuginfo/llvm-lit .
|
/frameworks/compile/libbcc/tests/debuginfo/target-tests/ |
D | lit.cfg | 21 # Parameters available through lit --param options: 30 lit.load_config(config, os.path.join(os.getenv('ANDROID_BUILD_TOP', 32 'debuginfo', 'lit.site.cfg')) 59 config.sdk_dir = lit.params.get('android_sdk', default_sdk_dir) 61 lit.fatal("Android SDK directory " + config.sdk_dir + " does " \ 62 + "not exist. Check --param android_sdk=<path> lit parameter in test " \ 65 config.sdk_version = lit.params.get('sdk_version', default_sdk_version) 66 config.minimum_sdk = lit.params.get('minimum_sdk', default_minimum_sdk) 79 if not lit.quiet: 80 lit.note('using Android SDK: %r' % config.sdk_dir) [all …]
|
/frameworks/compile/libbcc/tests/debuginfo/host-tests/ |
D | lit.cfg | 32 lit.load_config(config, os.path.join(os.getenv('ANDROID_BUILD_TOP', 34 'debuginfo', 'lit.site.cfg')) 55 if not lit.quiet: 56 lit.note('using clang: %r' % config.clang) 57 lit.note('using bcc driver: %r' % config.bcc_driver) 58 lit.note('LD_LIBRARY_PATH is %r' % config.environment['LD_LIBRARY_PATH'])
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | icon_design_launcher_archive.jd | 135 <p>Forward-facing and top-lit:</p> 139 should be top-lit.</li> 242 <p>Launcher icons should make use of tactile, top-lit, textured materials. Even 259 that the icon is lit from above and keeps the color less saturated.</p> 297 varying textures and lighting effects, but must be lit directly from above 314 …<tr><td><em>1.</em></td><td nowrap>Lighting:</td><td>Top-lit, using appropriate lighting details<b… 340 <li>Forward-facing and top-lit, whole, limited in color 483 … b 0<br><em>2: </em>r 217 | g 217 | b 217<br>Used on the front (lit) part of the icon.<…
|
D | icon_design_launcher.jd | 128 <li>Reflect the implied lighting model of the launcher (top-lit).</li>
|
/frameworks/base/docs/html/tv/adt-1/ |
D | safety.jd | 58 <li><p>Play in a well-lit room.</p></li>
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | CXADemangle.tcc | 2623 parse_integer_literal(const char* first, const char* last, const typename C::String& lit, C& db) in parse_integer_literal() argument 2628 if (lit.size() > 3) in parse_integer_literal() 2629 db.names.push_back("(" + lit + ")"); in parse_integer_literal() 2638 if (lit.size() <= 3) in parse_integer_literal() 2639 db.names.back().first += lit; in parse_integer_literal()
|