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

1 2 3 4

  /external/autotest/client/tests/iosched_bugs/src/
Makefile 3 TESTS=dirty
5 all: $(TESTS)
  /external/python/cpython2/Lib/test/
ssltests.py 1 # Convenience test module to run all of the OpenSSL-related tests in the
8 TESTS = [
25 '-w', # re-run failed tests with -v
31 args.extend(TESTS)
test_linecache.py 0 """ Tests for the linecache module """
12 TESTS = 'inspect_fodder inspect_fodder2 mapping_tests'
13 TESTS = TESTS.split()
56 for entry in TESTS:
80 for entry in TESTS:
  /external/autotest/client/tests/aio_dio_bugs/src/
Makefile 5 TESTS=aio-dio-invalidate-failure aio-dio-subblock-eof-read \
9 all: $(TESTS)
  /external/autotest/server/site_tests/telemetry_GpuTests/
generate_controlfiles.py 10 TESTS = [
58 for test in TESTS:
  /external/google-breakpad/src/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/googletest/googletest/make/
Makefile 2 # tests. Please tweak it to suit your environment and project. You
30 # All tests produced by this Makefile. Remember to add new tests you
32 TESTS = sample1_unittest
41 all : $(TESTS)
44 rm -f $(TESTS) gtest.a gtest_main.a *.o
  /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/v8/testing/gtest/make/
Makefile 2 # tests. Please tweak it to suit your environment and project. You
30 # All tests produced by this Makefile. Remember to add new tests you
32 TESTS = sample1_unittest
41 all : $(TESTS)
44 rm -f $(TESTS) gtest.a gtest_main.a *.o
  /external/vulkan-validation-layers/tests/gtest-1.7.0/make/
Makefile 2 # tests. Please tweak it to suit your environment and project. You
30 # All tests produced by this Makefile. Remember to add new tests you
32 TESTS = sample1_unittest
41 all : $(TESTS)
44 rm -f $(TESTS) gtest.a gtest_main.a *.o
  /external/autotest/server/site_tests/video_VDAStress/
generate_controlfiles.py 11 TESTS = [
65 for test in TESTS:
  /external/google-breakpad/src/testing/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/googletest/googlemock/make/
Makefile 2 # using them in user tests. This file is self-contained, so you don't
38 # All tests produced by this Makefile. Remember to add new tests you
40 TESTS = gmock_test
56 all : $(TESTS)
59 rm -f $(TESTS) gmock.a gmock_main.a *.o
  /external/iproute2/testsuite/
Makefile 11 TESTS := $(patsubst tests/%,%,$(call rwildcard,tests/,*.t))
12 TESTS_DIR := $(dir $(TESTS))
20 .PHONY: compile listtests alltests configure $(TESTS)
29 @for t in $(TESTS); do \
33 alltests: $(TESTS)
42 $(TESTS): clean
44 $(error Please install util-linux tools to run tests in separated network namespace)
59 ERRF="$(RESULTS_DIR)/$@.$$o.err" $(KENV) $(PREFIX) tests/$@ > $(RESULTS_DIR)/$@.$$o.out;
    [all...]
  /external/v8/testing/gmock/make/
Makefile 2 # using them in user tests. This file is self-contained, so you don't
38 # All tests produced by this Makefile. Remember to add new tests you
40 TESTS = gmock_test
56 all : $(TESTS)
59 rm -f $(TESTS) gmock.a gmock_main.a *.o
  /external/xmlrpcpp/test/
Makefile 18 TESTS = HelloClient HelloServer TestBase64Client TestBase64Server TestValues TestXml Validator
20 all: $(TESTS)
22 $(TESTS): $(LIB)
26 rm -f $(TESTS)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_linecache.py 0 """ Tests for the linecache module """
12 TESTS = 'inspect_fodder inspect_fodder2 mapping_tests'
13 TESTS = TESTS.split()
56 for entry in TESTS:
80 for entry in TESTS:
  /external/autotest/server/site_tests/firmware_Cr50ConsoleCommands/
firmware_Cr50ConsoleCommands.py 27 TESTS = [
127 for command, regexp, split_str in self.TESTS:
  /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");
  /frameworks/support/annotations/src/android/support/annotation/
RestrictTo.java 38 * Example of restricting usage to tests:
40 * @RestrictScope(TESTS)
81 * Restrict usage to tests.
83 TESTS,
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_linecache.py 0 """ Tests for the linecache module """
12 TESTS = 'inspect_fodder inspect_fodder2 mapping_tests'
13 TESTS = TESTS.split()
56 for entry in TESTS:
80 for entry in TESTS:
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_linecache.py 0 """ Tests for the linecache module """
12 TESTS = 'inspect_fodder inspect_fodder2 mapping_tests'
13 TESTS = TESTS.split()
56 for entry in TESTS:
80 for entry in TESTS:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_linecache.py 0 """ Tests for the linecache module """
12 TESTS = 'inspect_fodder inspect_fodder2 mapping_tests'
13 TESTS = TESTS.split()
56 for entry in TESTS:
80 for entry in TESTS:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_linecache.py 0 """ Tests for the linecache module """
12 TESTS = 'inspect_fodder inspect_fodder2 mapping_tests'
13 TESTS = TESTS.split()
56 for entry in TESTS:
80 for entry in TESTS:
  /external/libmojo/third_party/jinja2/
tests.py 3 jinja2.tests
132 TESTS = {

Completed in 1252 milliseconds

1 2 3 4