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

1 2

  /external/e2fsprogs/tests/
test_script.in 21 TESTS=`ls -d $SRCDIR/[a-zA-Z]_* | $EGREP -v "\.failed|\.new"`
23 TESTS=
28 [a-zA-Z]) TESTS="$TESTS $SRCDIR/${i}_*" ;;
29 *) TESTS="$TESTS $SRCDIR/$i" ;;
42 for test_dir in $TESTS
77 echo "$num_ok tests succeeded $num_failed tests failed"
  /frameworks/base/tests/backup/
backup_helper_test.cpp 37 Test TESTS[] = {
54 t = TESTS;
60 t = TESTS;
72 t = TESTS;
83 t = TESTS;
106 printf("Tests failed: (%d of %d)\n", failed, testCount);
107 t = TESTS;
123 printf ("test_backup_helper built without the tests\n");
  /external/iproute2/testsuite/
Makefile 6 TESTS := $(patsubst tests/%,%,$(wildcard tests/*.t))
10 .PHONY: compile listtests alltests configure $(TESTS)
19 @for t in $(TESTS); do \
23 alltests: $(TESTS)
31 $(TESTS):
36 ERRF="results/$@.$$o.err" $(KENV) $(PREFIX) tests/$@ > results/$@.$$o.out; \
  /external/protobuf/gtest/make/
Makefile 2 # tests. Please tweak it to suit your environment and project. You
28 # All tests produced by this Makefile. Remember to add new tests you
30 TESTS = sample1_unittest
39 all : $(TESTS)
42 rm -f $(TESTS) gtest.a gtest_main.a *.o
  /external/chromium/testing/gmock/make/
Makefile 2 # using them in user tests. This file is self-contained, so you don't
35 # All tests produced by this Makefile. Remember to add new tests you
37 TESTS = gmock_test
53 all : $(TESTS)
56 rm -f $(TESTS) gmock.a gmock_main.a *.o
  /external/chromium/testing/gtest/make/
Makefile 2 # tests. Please tweak it to suit your environment and project. You
28 # All tests produced by this Makefile. Remember to add new tests you
30 TESTS = sample1_unittest
39 all : $(TESTS)
42 rm -f $(TESTS) gtest.a gtest_main.a *.o
  /external/bluetooth/glib/tests/
makefile.msc.in 20 TESTS = \
83 all : $(TESTS) $(NONAUTOMATIC_TESTS) $(DLLS)
106 for %p in ($(TESTS)) do set PATH=..\glib;..\gmodule;..\gobject;..\gthread;%PATH% && %p
  /external/stlport/test/eh/
cray.mak 22 TESTS = $(LIST:%.o=%.out)
como.mak 24 TESTS = $(LIST:%.cpp=%.out)
deccxx.mak 29 TESTS = $(LIST:%.o=%.out)
sgi_mipspro.mak 28 TESTS = $(LIST:%.o=%.out)
como-linux.mak 27 TESTS = $(LIST:%.cpp=%.out)
egcs.mak 24 TESTS = $(LIST:%.cpp=%.out)
gcc7.mak 27 TESTS = $(LIST:%.cpp=%.out)
hp.mak 33 TESTS = $(LIST:%.cpp=%.out)
kai.mak 24 TESTS = $(LIST:%.cpp=%.out)
sunpro-64.mak 26 TESTS = $(LIST:%.cpp=%.out)
sunpro.mak 26 TESTS = $(LIST:%.cpp=%.out)
  /external/icu4c/test/intltest/
thcoll.cpp 204 const char* TESTS[] = {
242 const int32_t TESTS_length = (int32_t)(sizeof(TESTS)/sizeof(TESTS[0]));
248 compareArray(*coll, TESTS, TESTS_length);
255 void CollationThaiTest::compareArray(Collator& c, const char* tests[],
260 if (tests[i+1][0] == '<') {
262 } else if (tests[i+1][0] == '>') {
264 } else if (tests[i+1][0] == '=') {
267 // expect = Integer.decode(tests[i+1]).intValue();
268 errln((UnicodeString)"Error: unknown operator " + tests[i+1])
353 const char *tests[LINES] = { local
408 const char *tests[] = { local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/tests/
test_x509v3_nist.sh 12 TESTS=$1
14 if [ ! -d $TESTS ]; then
15 echo "Not a directory: $TESTS"
76 P=$TESTS/test
143 echo "Successful tests:$SUCCESS"
144 echo "Failed tests:$FAILURE"
test_x509v3_nist2.sh 12 TESTS=$1
14 if [ ! -d $TESTS ]; then
15 echo "Not a directory: $TESTS"
72 pushd $TESTS/certs
100 # skip rest of 4.4.x tests since CRLs are not yet supported
157 # DSA tests
164 echo "Successful tests:$SUCCESS"
165 echo "Failed tests:$FAILURE"
  /external/pcre/
Makefile.am 68 # Unit tests you want to run when people type 'make check'.
69 # TESTS is for binary unit tests, check_SCRIPTS for script-based tests
70 TESTS =
222 TESTS += pcrecpp_unittest
227 TESTS += pcre_scanner_unittest
232 TESTS += pcre_stringpiece_unittest
239 ## The main unit tests
244 TESTS += RunTes
    [all...]
  /external/webkit/Tools/Scripts/
run-api-tests 28 # - Command line option to run all tests in a suite.
57 -d|--dump-tests Dump the names of testcases without running them
171 die "run-api-tests is not supported on this platform.\n"
183 my @tests;
202 $pid = open3($childIn, $childOut, $childErr, "arch", "-" . architecture(), $apiTesterPath, "--dump-tests") or die "Failed to build list of tests!";
204 $pid = open3($childIn, $childOut, $childErr, $apiTesterPath, "--dump-tests") or die "Failed to build list of tests!";
208 @tests = <$childOut>;
217 print STDERR "Failed to build list of tests!\n"
    [all...]
  /external/dbus/test/
Makefile.am 1 ## the "name-test" subdir in fact contains a bunch of tests now that need a temporary bus
15 ## most of these binaries are used in tests but are not themselves tests
18 ## these are the things to run in make check (i.e. they are actual tests)
20 TESTS=shell-test
23 TESTS=
122 ## copy tests to builddir so that generated tests and static tests
  /cts/tests/src/android/theme/cts/
ThemeTests.java 41 * Use solely for debugging. The actual intent that runs the tests will not have this flag.
46 * Sets the orientation of the tests. Options are
60 * The list of tests to run for each theme.<p>
67 * 4. Add all of the above to the list of tests. as a new {@link ThemeTestInfo}.
69 private static final ThemeTestInfo[] TESTS = new ThemeTestInfo[] {
157 * Returns the list of tests to run on a particular theme. <p>
165 * 4. Add all of the above to the list of tests. as a new {@link ThemeTestInfo}.
166 * @return The list of tests.
169 return TESTS;
175 * cts/tests/src/android/theme/cts/ThemeTests.java
    [all...]

Completed in 371 milliseconds

1 2