Searched refs:lit (Results 1 – 17 of 17) sorted by relevance
18 # Configuration file for the 'lit' test runner in Android libbcc25 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 …]
23 *** execution with the "-j1" flag to llvm-lit39 By default, llvm-lit will use the clang and bcc driver built in the android47 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-tests54 $ ./llvm-lit target-tests -j 1
25 import lit26 lit.main(builtin_parameters)
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 …]
3 # Configuration file for the 'lit' test runner.14 import lit.formats15 config.test_format = lit.formats.ShTest()33 # Based on LLVM's lit.cfg: "For each occurrence of an llvm tool name48 import lit.util49 tool_path = lit.util.which(tool_name, tools_dir)
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 validate31 To execute all the tests from this directory, use the Android llvm-lit tool33 $ ../../libbcc/tests/debuginfo/llvm-lit .
3 # Configuration file for the 'lit' test runner.12 import lit.formats13 config.test_format = lit.formats.ShTest()24 config.test_exec_root = os.path.join(config.base_path, 'out', 'tests', 'slang', 'lit-tests')38 import lit.util39 tool = lit.util.which(binary_name, PATH)51 …_FILECHECK_WRAPPER', os.path.join(config.base_path, 'frameworks', 'compile', 'slang', 'lit-tests'))52 …_FILECHECK_WRAPPER', os.path.join(config.base_path, 'frameworks', 'compile', 'slang', 'lit-tests'))
3 LIT_PATH=$ANDROID_BUILD_TOP/frameworks/compile/libbcc/tests/debuginfo/llvm-lit4 TESTS=$ANDROID_BUILD_TOP/frameworks/compile/slang/lit-tests
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'])
3 LIT_PATH=$ANDROID_BUILD_TOP/frameworks/compile/libbcc/tests/debuginfo/llvm-lit
1 To run the libbcc lit tests:
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. Even259 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 above314 …<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 color483 … b 0<br><em>2: </em>r 217 | g 217 | b 217<br>Used on the front (lit) part of the icon.<…
128 <li>Reflect the implied lighting model of the launcher (top-lit).</li>
59 <li><p>Play in a well-lit room.</p></li>
2621 parse_integer_literal(const char* first, const char* last, const typename C::String& lit, C& db) in parse_integer_literal() argument2626 if (lit.size() > 3) in parse_integer_literal()2627 db.names.push_back("(" + lit + ")"); in parse_integer_literal()2636 if (lit.size() <= 3) in parse_integer_literal()2637 db.names.back().first += lit; in parse_integer_literal()
240 dimly lit rooms. We strongly recommend keeping the background black whenever possible.</p>
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...