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

1 2

  /external/e2fsprogs/tests/
test_script.in 16 TESTS=`ls -d $SRCDIR/[a-zA-Z]_* | $EGREP -v "\.failed|\.new"`
18 TESTS=
23 [a-zA-Z]) TESTS="$TESTS $SRCDIR/${i}_*" ;;
24 *) TESTS="$TESTS $SRCDIR/$i" ;;
37 for test_dir in $TESTS
72 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/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)
sunpro42.mak 29 TESTS = $(LIST:%.cpp=%.out)
gcc-amigaos-m68k.mak 28 TESTS = $(LIST:%.cpp=%.out)
cygwin.mak 27 TESTS = $(LIST:%.cpp=%.out)
  /external/chromium/third_party/icu/source/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/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/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/
json_results_generator.py 60 TESTS = "tests"
94 passed_tests: A set containing all the passed tests.
95 skipped_tests: A set containing all the skipped tests.
96 all_tests: List of all the tests that were run. This should not
97 include skipped tests.
216 # Update the all failing tests with result type and time.
217 tests = results_for_builder[self.TESTS]
219 all_failing_tests.update(tests.iterkeys()
    [all...]
json_layout_results_generator.py 40 """A JSON results generator for layout tests."""
117 test_results = results_for_builder[self.TESTS]
151 def _normalize_results_json(self, test, test_name, tests):
153 test, test_name, tests)
155 # Remove tests that don't exist anymore.
159 del tests[test_name]

Completed in 865 milliseconds

1 2