Searched refs:lit (Results 1 - 25 of 93) sorted by relevance

1234

/external/llvm/test/
H A DTestRunner.sh2 # Deprecated, use 'llvm-lit'.
4 echo "warning: '$0' is deprecated, use 'llvm-lit' instead."
5 exec llvm-lit "$@"
H A DMakefile49 # Force creation of Clang's lit.site.cfg.
51 $(MAKE) -C $(PROJ_OBJ_DIR)/../tools/clang/test lit.site.cfg Unit/lit.site.cfg
58 # Force creation of Clang Tools' lit.site.cfg.
60 $(MAKE) -C $(PROJ_OBJ_DIR)/../tools/clang/tools/extra/test lit.site.cfg
67 # Force creation of lld's lit.site.cfg.
69 $(MAKE) -C $(PROJ_OBJ_DIR)/../tools/lld/test lit.site.cfg Unit/lit.site.cfg
76 # Force creation of Polly's lit.site.cfg.
78 $(MAKE) -C $(PROJ_OBJ_DIR)/../tools/polly/test lit
[all...]
/external/llvm/utils/lit/
H A Dlit.py4 import lit namespace
5 lit.main()
H A Dsetup.py1 import lit namespace
13 name = "lit",
14 version = lit.__version__,
16 author = lit.__author__,
17 author_email = lit.__email__,
24 *lit*
30 *lit* is a portable tool for executing LLVM and Clang style test suites,
31 summarizing their results, and providing indication of failures. *lit* is
48 The official *lit* documentation is in the man page, available online at the LLVM
49 Command Guide: http://llvm.org/cmds/lit
[all...]
/external/clang/test/
H A DTestRunner.sh9 # Find 'lit', assuming standard layout.
10 lit=$AbsDir/../../../utils/lit/lit.py
12 # Dispatch to lit.
13 $lit "$@"
H A DMakefile11 # 'lit' wants objdir paths, so it will pick up the lit.site.cfg.
26 LIT_ARGS := --param clang_site_config=$(PROJ_OBJ_DIR)/lit.site.cfg
32 all:: lit.site.cfg Unit/lit.site.cfg
34 @ $(PYTHON) $(LLVM_SRC_ROOT)/utils/lit/lit.py \
39 lit.site.cfg: FORCE
40 @echo "Making Clang 'lit.site.cfg' file..."
41 @$(ECHOPATH) s=@LLVM_SOURCE_DIR@=$(LLVM_SRC_ROOT)=g > lit
[all...]
/external/llvm/utils/lit/lit/formats/
H A D__init__.py2 from lit.formats.base import TestFormat, FileBasedTest, OneCommandPerFileTest
3 from lit.formats.googletest import GoogleTest
4 from lit.formats.shtest import ShTest
H A Dshtest.py3 import lit.TestRunner namespace
11 return lit.TestRunner.executeShTest(test, litConfig,
H A Dgoogletest.py5 import lit.Test namespace
6 import lit.TestRunner namespace
7 import lit.util namespace
32 lines = lit.util.capture([path, '--gtest_list_tests'],
69 yield lit.Test.Test(testSuite, testPath, localConfig, file_path=execpath)
106 return lit.Test.PASS, ''
108 out, err, exitCode = lit.util.executeCommand(
112 return lit.Test.PASS,''
114 return lit.Test.FAIL, out + err
H A Dbase.py5 import lit.Test namespace
6 import lit.util namespace
27 yield lit.Test.Test(testSuite, path_in_suite + (filename,),
76 test = lit.Test.Test(
88 return (lit.Test.UNSUPPORTED, 'Test is unsupported')
104 out, err, exitCode = lit.util.executeCommand(cmd)
108 return lit.Test.PASS,''
118 return lit.Test.FAIL, report
/external/llvm/utils/lit/tests/
H A Dunittest-adaptor.py1 # Check the lit adaption to run under unittest.
12 import lit namespace
13 import lit.discovery namespace
16 unittest_suite = lit.discovery.load_test_suite([input_path])
/external/llvm/utils/llvm-lit/
H A DMakefile1 ##===- utils/llvm-lit/Makefile -----------------------------*- Makefile -*-===##
14 # llvm-lit needs suffix.py for multiprocess to find a main module.
19 all:: $(ToolDir)/llvm-lit$(Suffix)
21 $(ToolDir)/llvm-lit$(Suffix): llvm-lit.in Makefile $(ToolDir)/.dir
22 $(Echo) "Creating 'llvm-lit' script..."
23 $(Verb)$(ECHOPATH) s=@LLVM_SOURCE_DIR@=$(LLVM_SRC_ROOT)=g > lit.tmp
24 $(Verb)$(ECHOPATH) s=@LLVM_BINARY_DIR@=$(LLVM_OBJ_ROOT)=g >> lit.tmp
25 $(Verb)sed -f lit.tmp $< > $@
27 $(Verb)rm -f lit
[all...]
H A Dllvm-lit.in10 # Make sure we can find the lit package.
11 sys.path.insert(0, os.path.join(llvm_source_root, 'utils', 'lit'))
17 'llvm_site_config' : os.path.join(llvm_obj_root, 'test', 'lit.site.cfg'),
19 'lit.site.cfg')
26 os.path.join(clang_obj_root, 'test', 'lit.site.cfg')
30 os.path.join(clang_tools_extra_obj_root, 'test', 'lit.site.cfg')
35 os.path.join(lld_obj_root, 'test', 'lit.site.cfg')
43 import lit namespace
44 lit.main(builtin_parameters)
/external/llvm/
H A Dandroid_test.sh15 python ./utils/lit/lit.py -s -v ./test
/external/liblzf/src/org/liblzf/
H A DCLZF.java171 int lit = 0;
195 if (oidx + lit + 1 + 3 >= out_len)
202 if (lit!=0)
204 out_data[oidx++] = (byte)(lit - 1);
205 lit = -lit;
207 out_data[oidx++] = in_data[iidx+lit];
208 while ((++lit)!=0);
243 lit++;
246 if (lit
[all...]
/external/liblzf/
H A Dlzf_c.c128 int lit; local
137 lit = 0; op++; /* start run */
168 if (op - !lit + 3 + 1 >= out_end) /* second the exact but rare test */
171 op [- lit - 1] = lit - 1; /* stop run */
172 op -= !lit; /* undo run if length is zero */
221 lit = 0; op++; /* start run */
262 lit++; *op++ = *ip++;
264 if (expect_false (lit == MAX_LIT))
266 op [- lit
[all...]
/external/liblzf/cs/
H A DCLZF.cs171 int lit = 0;
195 if (oidx + lit + 1 + 3 >= out_len)
202 if (lit!=0)
204 out_data[oidx++] = (byte)(lit - 1);
205 lit = -lit;
207 out_data[oidx++] = in_data[iidx+lit];
208 while ((++lit)!=0);
243 lit++;
246 if (lit
[all...]
/external/llvm/utils/lit/utils/
H A Dcheck-coverage5 # Expect to be run from the parent lit directory.
6 if [ ! -f setup.py ] || [ ! -d lit ]; then
7 printf 1>&2 "%s: expected to be run from base lit directory\n" "$prog"
36 lit -sv --param check-coverage=1 "$@"
H A Dcheck-sdist16 grep -v '^\./lit.egg-info' | \
17 grep -v '^\./lit/ExampleTests' | \
25 rm -rf lit.egg-info dist
30 tar zft dist/lit*.tar.gz | \
31 sed -e 's#lit-[0-9.dev]*/#./#' | \
35 grep -v '^\./lit.egg-info' | \
/external/llvm/utils/lit/lit/
H A Dmain.py4 lit - LLVM Integrated Tester.
6 See lit.pod for more information.
12 import lit.ProgressBar namespace
13 import lit.LitConfig namespace
14 import lit.Test namespace
15 import lit.run namespace
16 import lit.util namespace
17 import lit.discovery namespace
84 # Encode the current lit version as a schema version.
85 data['__version__'] = lit
[all...]
H A DLitConfig.py6 import lit.Test namespace
7 import lit.formats namespace
8 import lit.TestingConfig namespace
9 import lit.util namespace
12 """LitConfig - Configuration data for a 'lit' test runner instance, shared
16 files, it is always passed in as the global variable 'lit' so that
40 self.config_prefix = config_prefix or 'lit'
74 self.bashPath = lit.util.which('bash', os.pathsep.join(self.path))
76 self.bashPath = lit.util.which('bash')
86 if not lit
[all...]
H A DLitTestCase.py4 import lit.Test namespace
7 TestCase adaptor for providing a 'unittest' compatible interface to 'lit' tests.
31 if result.code is lit.Test.UNRESOLVED:
/external/stlport/test/unit/
H A Dlist_test.cpp183 list<int>::iterator lit; local
184 lit = l.erase(l.begin());
185 CPPUNIT_ASSERT( *lit == 1 );
187 lit = l.erase(l.begin(), --l.end());
188 CPPUNIT_ASSERT( *lit == 3 );
202 list<int>::iterator lit(l.begin());
204 CPPUNIT_ASSERT( lit != l.end() );
205 CPPUNIT_ASSERT( *(lit++) == 1 );
207 CPPUNIT_ASSERT( lit == l.end() );
210 lit
[all...]
/external/chromium_org/chrome/common/extensions/docs/static/css/
H A Dprettify.css11 .lit { color: #066 } /* a literal value */
27 .lit { color: #044 }
/external/llvm/utils/
H A DMakefile11 PARALLEL_DIRS := FileCheck TableGen PerfectShuffle count fpcmp llvm-lit not \

Completed in 1886 milliseconds

1234