HomeSort by relevance Sort by last modified time
    Searched refs:TESTS (Results 26 - 50 of 71) sorted by null

12 3

  /external/stlport/test/eh/
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)
djgpp.mak 27 TESTS = $(LIST:%.cpp=%.out)
gcc-99r1.mak 27 TESTS = $(LIST:%.cpp=%.out)
gcc-apple-macosx.mak 28 TESTS = $(LIST:%.cpp=%.out)
gcc-freebsd.mak 28 TESTS = $(LIST:%.cpp=%.out)
gcc-hp11.mak 28 TESTS = $(LIST:%.cpp=%.out)
gcc-irix.mak 28 TESTS = $(LIST:%.cpp=%.out)
gcc-linux.mak 28 TESTS = $(LIST:%.cpp=%.out)
gcc-netbsd.mak 28 TESTS = $(LIST:%.cpp=%.out)
gcc.mak 28 TESTS = $(LIST:%.cpp=%.out)
  /external/chromium_org/build/android/pylib/utils/
json_results_generator.py 125 """A JSON results generator for generic tests."""
131 # Note that in non-chromium tests those chars are used to indicate
150 TESTS = 'tests'
184 repositories that tests rely on. The SVN revision will be
187 test_type: test type string (e.g. 'layout-tests').
256 # Update the all failing tests with result type and time.
257 tests = results_for_builder[self.TESTS]
259 all_failing_tests.update(ConvertTrieToFlatPaths(tests))
    [all...]
json_results_generator_unittest.py 110 self.assertIn(JRG.TESTS, buildinfo)
140 tests = buildinfo[JRG.TESTS]
142 test = self._FindTestInTrie(test_name, tests)
191 # FIXME: Re-work tests to be more comprehensible and comprehensive.
  /ndk/sources/host-tools/make-3.81/tests/
test_driver.pl 38 # The total number of individual tests that have been run
40 # The total number of individual tests that have passed
42 # The number of tests in this category that have been run
44 # The number of tests in this category that have passed
55 # %extraENV are any extra environment variables the tests might want to set.
147 if (@TESTS)
150 foreach $test (@TESTS)
164 print "Finding tests...\n";
182 push (@TESTS, "$dir/$test");
187 if (@TESTS == 0
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/
Makefile 32 TESTS = \
56 PROGRAMS = db_bench leveldbutil $(TESTS)
93 check: all $(PROGRAMS) $(TESTS)
94 for t in $(TESTS); do echo "***** Running $$t"; ./$$t || exit 1; done
  /external/pcre/dist/
Makefile.am 84 # Unit tests you want to run when people type 'make check'.
85 # TESTS is for binary unit tests, check_SCRIPTS for script-based tests
86 TESTS =
409 TESTS += pcre_jit_test
458 TESTS += pcrecpp_unittest
464 TESTS += pcre_scanner_unittest
470 TESTS += pcre_stringpiece_unittest
485 ## The main unit tests
    [all...]
  /external/google-tv-pairing-protocol/cpp/
Makefile.am 12 -I$(top_srcdir)/tests \
88 TESTS = polo-test
142 tests/polo/polotests.cc \
143 tests/polo/encoding/hexadecimalencodertest.cc \
144 tests/polo/pairing/clientpairingsessiontest.cc \
145 tests/polo/pairing/pairingsessiontest.cc \
146 tests/polo/pairing/polochallengeresponsetest.cc \
147 tests/polo/pairing/serverpairingsessiontest.cc \
148 tests/polo/util/certificateutiltest.cc \
149 tests/polo/util/poloutiltest.cc
    [all...]

Completed in 1587 milliseconds

12 3