Home
last modified time | relevance | path

Searched full:tests (Results 1 – 25 of 8931) sorted by relevance

12345678910>>...358

/external/autotest/client/tests/xmtest/
Dxm-test.tar.bz2 ... -test/runtest.sh xm-test/tests/ xm-test/tests/Makefile.am ...
/external/elfutils/
D.gitignore78 /tests/*.log
79 /tests/*.trs
80 /tests/addrcfi
81 /tests/addrscopes
82 /tests/aggregate_size
83 /tests/alldts
84 /tests/allfcts
85 /tests/allregs
86 /tests/arextract
87 /tests/arls
[all …]
/external/shflags/test_results/1.0.1/
DLinux-Ubuntu_Hardy-8.04.txt7 tests=" shflags_test_defines.sh shflags_test_parsing.sh shflags_test_private.sh shflags_test_public…
22 # Performing tests
34 tests passed: 65 100%
35 tests failed: 0 0%
36 tests skipped: 0 0%
37 tests total: 65 100%
41 # Performing tests
58 tests passed: 179 100%
59 tests failed: 0 0%
60 tests skipped: 0 0%
[all …]
DLinux-Ubuntu_Dapper-6.06.txt7 tests=" shflags_test_defines.sh shflags_test_parsing.sh shflags_test_private.sh shflags_test_public…
22 # Performing tests
34 tests passed: 65 100%
35 tests failed: 0 0%
36 tests skipped: 0 0%
37 tests total: 65 100%
41 # Performing tests
58 tests passed: 179 100%
59 tests failed: 0 0%
60 tests skipped: 0 0%
[all …]
DSolaris-9-U6-x86.txt7 tests=" shflags_test_defines.sh shflags_test_parsing.sh shflags_test_private.sh shflags_test_public…
22 # Performing tests
34 tests passed: 65 100%
35 tests failed: 0 0%
36 tests skipped: 0 0%
37 tests total: 65 100%
40 test:WARN Standard version of getopt found. Some tests will be skipped.
42 # Performing tests
62 tests passed: 89 50%
63 tests failed: 2 1%
[all …]
DSolaris-nv-77-x86.txt7 tests=" shflags_test_defines.sh shflags_test_parsing.sh shflags_test_private.sh shflags_test_public…
22 # Performing tests
34 tests passed: 65 100%
35 tests failed: 0 0%
36 tests skipped: 0 0%
37 tests total: 65 100%
40 test:WARN Standard version of getopt found. Some tests will be skipped.
42 # Performing tests
62 tests passed: 89 50%
63 tests failed: 2 1%
[all …]
DMac_OS_X-10.5.4.txt7 tests=" shflags_test_defines.sh shflags_test_parsing.sh shflags_test_private.sh shflags_test_public…
22 # Performing tests
34 tests passed: 65 100%
35 tests failed: 0 0%
36 tests skipped: 0 0%
37 tests total: 65 100%
40 test:WARN Standard version of getopt found. Some tests will be skipped.
42 # Performing tests
62 tests passed: 89 50%
63 tests failed: 2 1%
[all …]
/external/autotest/client/tests/perfmon/
Dperfmon-tests-0.3.tar.gz
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/share/
DAllTests.java19 package org.apache.harmony.jpda.tests.share;
38 … //suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.Events.MonitorContendedEnteredTest.class); in suite()
39 //suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.Events.MonitorContendedEnterTest.class); in suite()
40 //suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.Events.MonitorWaitedTest.class); in suite()
41 //suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.Events.MonitorWaitTest.class); in suite()
44 …//suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.DebuggerOnDemand.OnthrowDebuggerLaunchTest… in suite()
45 //suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.ReferenceType.NestedTypesTest.class); in suite()
46 //suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest.class); in suite()
47 //suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.VirtualMachine.ReleaseEventsTest.class); in suite()
54 … //suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.ReferenceType.ClassFileVersionTest.class); in suite()
[all …]
/external/harfbuzz_ng/test/shaping/
DMakefile.am14 @$(srcdir)/hb-manifest-update "$(srcdir)/texts" "$(srcdir)/fonts" "$(srcdir)/tests"
29 run-tests.sh \
32 $(TESTS) \
43 TESTS = \ macro
44 tests/arabic-fallback-shaping.tests \
45 tests/arabic-feature-order.tests \
46 tests/automatic-fractions.tests \
47 tests/cluster.tests \
48 tests/color-fonts.tests \
49 tests/context-matching.tests \
[all …]
/external/ltp/tools/pounder21/schedulers/
Ddefault-tests.tar.gztests/ tests/excluded/ tests/excluded/testlist tests/T00hwinfo tests/T90ramp/ tests
Dfast-tests.tar.gz
/external/autotest/client/deps/webgl_perf/files/
Dwebgl-performance-0.0.2.tar.bz2 ... 3729e8afac99/test.png webgl-perf-tests-3729e8afac99/tests.txt webgl-perf ...
/external/autotest/client/tests/libhugetlbfs/
Dlibhugetlbfs-2.0.tar.gz
/external/autotest/tko/migrations/
D004_add_test_started.py12 ALTER TABLE tests ADD COLUMN started_time datetime NULL;
16 ALTER TABLE tests DROP started_time;
21 SELECT tests.test_idx,
22 tests.job_idx,
23 tests.test,
24 tests.subdir,
25 tests.kernel_idx,
26 tests.status,
27 tests.reason,
28 tests.machine_idx,
[all …]
D003_add_test_timestamps.py12 ALTER TABLE tests ADD COLUMN finished_time datetime NULL;
16 ALTER TABLE tests DROP finished_time;
21 SELECT tests.test_idx,
22 tests.job_idx,
23 tests.test,
24 tests.subdir,
25 tests.kernel_idx,
26 tests.status,
27 tests.reason,
28 tests.machine_idx,
[all …]
D002_add_job_timestamps.py25 SELECT tests.test_idx,
26 tests.job_idx,
27 tests.test,
28 tests.subdir,
29 tests.kernel_idx,
30 tests.status,
31 tests.reason,
32 tests.machine_idx,
46 FROM tests
47 INNER JOIN jobs ON jobs.job_idx = tests.job_idx
[all …]
D031_rename_tko_tables.py175 SELECT tests.test_idx,
176 tests.job_idx,
177 tests.test,
178 tests.subdir,
179 tests.kernel_idx,
180 tests.status,
181 tests.reason,
182 tests.machine_idx,
183 tests.started_time AS test_started_time,
184 tests.finished_time AS test_finished_time,
[all …]
/external/valgrind/memcheck/tests/
Dvarinfo5.stderr.exp2 at 0x........: croak (memcheck/tests/varinfo5so.c:29)
3 by 0x........: varinfo1_main (memcheck/tests/varinfo5so.c:52)
4 by 0x........: varinfo5_main (memcheck/tests/varinfo5so.c:154)
5 by 0x........: main (memcheck/tests/varinfo5.c:5)
8 by 0x........: varinfo1_main (memcheck/tests/varinfo5so.c:50)
9 by 0x........: varinfo5_main (memcheck/tests/varinfo5so.c:154)
10 by 0x........: main (memcheck/tests/varinfo5.c:5)
13 at 0x........: croak (memcheck/tests/varinfo5so.c:29)
14 by 0x........: varinfo1_main (memcheck/tests/varinfo5so.c:55)
15 by 0x........: varinfo5_main (memcheck/tests/varinfo5so.c:154)
[all …]
Dvarinfo5.stderr.exp-ppc642 at 0x........: croak (memcheck/tests/varinfo5so.c:30)
3 by 0x........: varinfo1_main (memcheck/tests/varinfo5so.c:52)
4 by 0x........: varinfo5_main (memcheck/tests/varinfo5so.c:154)
5 by 0x........: main (memcheck/tests/varinfo5.c:5)
8 by 0x........: varinfo1_main (memcheck/tests/varinfo5so.c:50)
9 by 0x........: varinfo5_main (memcheck/tests/varinfo5so.c:154)
10 by 0x........: main (memcheck/tests/varinfo5.c:5)
13 at 0x........: croak (memcheck/tests/varinfo5so.c:30)
14 by 0x........: varinfo1_main (memcheck/tests/varinfo5so.c:55)
15 by 0x........: varinfo5_main (memcheck/tests/varinfo5so.c:154)
[all …]
/external/bouncycastle/
DREADME.android51 7) Run tests to make sure things are working:
53 Some suggested tests by area:
65 …libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/AlgorithmParameterGener…
66 …libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/AlgorithmParameterGener…
67 …libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/AlgorithmParametersSpiT…
68 …libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/AlgorithmParametersTest…
69 …libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/AlgorithmParametersTest…
71 libcore/luni/src/test/java/tests/targets/security/cert/CertPathBuilderTestPKIX.java
73 libcore/luni/src/test/java/tests/targets/security/cert/CertPathValidatorTestPKIX.java
75 libcore/luni/src/test/java/tests/security/cert/CertStoreSpiTest.java
[all …]
/external/libunwind/
D.gitignore33 tests/[GL]test-bt
34 tests/[GL]test-concurrent
35 tests/[GL]test-dyn1
36 tests/[GL]test-exc
37 tests/[GL]test-init
38 tests/[GL]test-resume-sig
39 tests/[GL]test-resume-sig-rt
40 tests/[GL]perf-simple
41 tests/Ltest-nomalloc
42 tests/Ltest-nocalloc
[all …]
/external/libmojo/mojo/
Dmojo_edk_tests.gyp48 'public/cpp/bindings/tests/array_common_test.h',
49 'public/cpp/bindings/tests/array_unittest.cc',
50 'public/cpp/bindings/tests/associated_interface_unittest.cc',
51 'public/cpp/bindings/tests/bind_task_runner_unittest.cc',
52 'public/cpp/bindings/tests/binding_callback_unittest.cc',
53 'public/cpp/bindings/tests/binding_unittest.cc',
54 'public/cpp/bindings/tests/buffer_unittest.cc',
55 'public/cpp/bindings/tests/connector_unittest.cc',
56 'public/cpp/bindings/tests/constant_unittest.cc',
57 'public/cpp/bindings/tests/container_test_util.cc',
[all …]
/external/autotest/client/deps/systemtap/
Delfutils-0.140.tar.bz2elfutils-0.140/ elfutils-0.140/AUTHORS elfutils-0.140/libdwfl/ elfutils-0.140/ ...
/external/skia/
DAndroid.bp886 "tests/",
1229 "tests/AAClipTest.cpp",
1230 "tests/AnnotationTest.cpp",
1231 "tests/ApplyGammaTest.cpp",
1232 "tests/ArenaAllocTest.cpp",
1233 "tests/AsADashTest.cpp",
1234 "tests/BadIcoTest.cpp",
1235 "tests/BitSetTest.cpp",
1236 "tests/BitmapCopyTest.cpp",
1237 "tests/BitmapGetColorTest.cpp",
[all …]

12345678910>>...358