HomeSort by relevance Sort by last modified time
    Searched refs:Tests (Results 1 - 25 of 406) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.tests/
plugin.properties 11 pluginName = International Components for Unicode for Java (ICU4J) Tests
  /external/llvm/unittests/Transforms/
Makefile 17 $(Verb) $(RM) -f *Tests
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
immed2.s 1 @ Tests for modified immediate constants with specified rotate
group-reloc-alu-parsing-bad.s 1 @ Tests that should fail for ALU group relocations.
immed.s 1 @ Tests for complex immediate expressions - none of these need
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
v32-err-2.s 5 ; Tests that broken words don't crash, just give a message when
  /external/libxml2/xstc/
Makefile.am 2 # Definition for the tests from W3C
5 TESTDIR=Tests
23 # Nothing is done by make, only make tests and
31 $(TESTDIRS) Tests/Metadata/$(NISTTESTDEF_2) Tests/Metadata/$(MSTTESTDEF) Tests/Metadata/$(SUNTESTDEF):
32 -@(if [ ! -d Tests ] ; then \
33 mkdir Tests ; \
56 $(TAR) -C Tests -xzf $(TARBALL) --wildcards '*/suntest' '*/msxsdtest' '*/$(MSTESTDEF)' '*/$(SUNTESTDEF)' ; \
57 if [ -d Tests/suntest ] ; then rm -r Tests/suntest ; fi ;
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/
plugin.properties 11 pluginName = International Components for Unicode for Java (ICU4J) Replacement plug-in Tests
  /external/antlr/antlr-3.4/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
BitSet.pm 9 sub constructor : Tests(3) {
18 sub constructor_bits : Tests(5) {
28 sub constructor_number : Tests(2) {
35 sub constructor_words64 : Tests(2) {
42 sub of : Tests(2) {
49 sub operator_to_string : Tests(1) {
55 sub add : Tests(1) {
63 sub remove : Tests(2) {
73 sub operator_or : Tests(1) {
  /art/tools/ahat/test/
Tests.java 21 public class Tests {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
TestFixtureBase.cs 35 namespace Antlr.Runtime.Tests
TestDriver.cs 35 namespace Antlr.Runtime.Tests
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
avx2.s 7 # Tests for op mem256, mask, ymm
8 # Tests for op ymm, mask, mem256
14 # Tests for op imm8, ymm/mem256, ymm
20 # Tests for op ymm/mem256, ymm, ymm
36 # Tests for op mem256, ymm
39 # Tests for op ymm, xmm
43 # Tests for op imm8, ymm/mem256, ymm, ymm
49 # Tests for op imm8, xmm/mem128, ymm, ymm
53 # Tests for op mem128, ymm
56 # Tests for op xmm/mem128, xmm, xm
    [all...]
x86-64-avx2.s 7 # Tests for op mem256, mask, ymm
8 # Tests for op ymm, mask, mem256
14 # Tests for op imm8, ymm/mem256, ymm
20 # Tests for op ymm/mem256, ymm, ymm
36 # Tests for op mem256, ymm
39 # Tests for op ymm, xmm
43 # Tests for op imm8, ymm/mem256, ymm, ymm
49 # Tests for op imm8, xmm/mem128, ymm, ymm
53 # Tests for op mem128, ymm
56 # Tests for op xmm/mem128, xmm, xm
    [all...]
x86-64-avx-swap.s 7 # Tests for op ymm, ymm
15 # Tests for op xmm, xmm
33 # Tests for op xmm, xmm, xmm
39 # Tests for op ymm, ymm
47 # Tests for op xmm, xmm
65 # Tests for op xmm, xmm, xmm
x86-64-hlebad.s 7 # Tests for op imm8 al
15 # Tests for op imm16 ax
23 # Tests for op imm32 eax
32 # Tests for op imm32 rax
40 # Tests for op imm8 regb/m8
50 # Tests for op imm16 regs/m16
60 # Tests for op imm32 regl/m32
70 # Tests for op imm32 regq/m64
80 # Tests for op imm8 regs/m16
90 # Tests for op imm8 regl/m3
    [all...]
  /external/llvm/unittests/
Makefile 20 $(Verb) $(RM) -f *Tests
  /external/autotest/site_utils/autoupdate/
full_release_test_test.py 7 """Short integration tests for full_release_test."""
50 """Tests various version parsing functions."""
56 """Tests for _parse_build_version."""
65 """"Tests for _parse_delta_filename."""
76 """Tests for the full_release_test.py test harness."""
93 """Tests that we successfully generate a nmo control file."""
126 """Tests that we successfully generate a npo control file."""
192 """Tests that we successfully generate a npo control file 4 all boards.
253 """Tests that we successfully generate a specific control file."""
286 """Tests we don't generate a specific test if either payload missing.""
    [all...]
  /external/parameter-framework/upstream/test/functional-tests/
FloatingPoint.cpp 54 Tests<string>{{"invalid Size(64)", "<FloatingPointParameter Name='error' Size='64'/>"},
85 for (auto &vec : Tests<string>{
94 for (auto &vec : Tests<string>{
114 for (auto &vec : Tests<string>{
130 for (auto &vec : Tests<string>{
156 for (auto &vec : Tests<float>{
168 for (auto &vec : Tests<float>{
  /external/boringssl/src/ssl/test/runner/
test_output.go 31 Tests map[string]testResult `json:"tests"`
47 Tests: make(map[string]testResult),
53 if _, found := t.Tests[name]; found {
56 t.Tests[name] = testResult{
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_transformer.py 9 class Tests(unittest.TestCase):
26 # This actually tests the compiler, but it's a way to assure the ast
35 test_support.run_unittest(Tests)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_transformer.py 9 class Tests(unittest.TestCase):
26 # This actually tests the compiler, but it's a way to assure the ast
35 test_support.run_unittest(Tests)