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

1 2 3

  /art/tools/
run-gtests.sh 20 all_tests=()
25 all_tests+=$(${ADB} shell "test -d $ART_TEST_CHROOT/$1 && chroot $ART_TEST_CHROOT find $1 -type f -perm /ugo+x -name \*_test\* \! -name \*.so")
35 for i in $all_tests; do
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/
__init__.py 2 have tests.all_tests be a TestSuite representing all test cases
13 all_tests = unittest.TestSuite() variable
24 all_tests.addTests(loader.loadTestsFromModule(mod))
  /external/python/cpython2/Lib/lib2to3/tests/
__init__.py 2 have tests.all_tests be a TestSuite representing all test cases
13 all_tests = unittest.TestSuite() variable
24 all_tests.addTests(loader.loadTestsFromModule(mod))
  /external/capstone/bindings/python/
test_skipdata.py 14 all_tests = ( variable
22 for (arch, mode, code, comment, syntax) in all_tests:
40 for (arch, mode, code, comment, syntax) in all_tests:
test_lite.py 22 all_tests = ( variable
41 for (arch, mode, code, comment, syntax) in all_tests:
53 for (arch, mode, code, comment, syntax) in all_tests:
test_basic.py 34 all_tests = ( variable
60 for arch, mode, code, comment, syntax in all_tests:
72 for arch, mode, code, comment, syntax in all_tests:
test_mips.py 15 all_tests = ( variable
52 for (arch, mode, code, comment) in all_tests:
test_ppc.py 11 all_tests = ( variable
63 for (arch, mode, code, comment) in all_tests:
test_sparc.py 14 all_tests = ( variable
57 for (arch, mode, code, comment) in all_tests:
test_systemz.py 13 all_tests = ( variable
59 for (arch, mode, code, comment) in all_tests:
test_xcore.py 13 all_tests = ( variable
53 for (arch, mode, code, comment) in all_tests:
test_arm64.py 13 all_tests = ( variable
89 for (arch, mode, code, comment) in all_tests:
test_detail.py 28 all_tests = ( variable
82 for (arch, mode, code, comment, syntax) in all_tests:
  /external/capstone/suite/
ppcbranch.py 30 all_tests = ( variable
43 for (arch, mode, code, comment, syntax) in all_tests:
benchmark.py 24 all_tests = ( variable
74 for (arch, mode, comment, syntax) in all_tests:
  /art/test/648-many-direct-methods/util-src/
generate_java.py 76 all_tests = sorted(self.tests)
78 for t in all_tests:
  /build/make/core/tasks/
tradefed-tests-list.mk 23 all_tests := macro
25 $(eval all_tests += $(word 2,$(subst /res/config/,$(space),$(test)))))
26 $(tradefed_tests_list_zip) : PRIVATE_tradefed_tests := $(subst .xml,,$(subst $(space),\n,$(sort $(all_tests))))
  /external/openssh/regress/
forward-control.sh 107 # Usage: all_tests yes|local|remote|no Y|N Y|N Y|N Y|N Y|N Y|N
108 all_tests() { function
165 all_tests yes Y Y N Y Y Y
166 all_tests local Y N N N Y N
167 all_tests remote N Y N Y N Y
168 all_tests no N N N N N N
  /external/capstone/bindings/java/
TestMips.java 63 final Test.platform[] all_tests = { local
68 for (int i=0; i<all_tests.length; i++) {
69 Test.platform test = all_tests[i];
TestPpc.java 70 final Test.platform[] all_tests = { local
74 for (int i=0; i<all_tests.length; i++) {
75 Test.platform test = all_tests[i];
TestSparc.java 70 final Test.platform[] all_tests = { local
75 for (int i=0; i<all_tests.length; i++) {
76 Test.platform test = all_tests[i];
TestSystemz.java 70 final Test.platform[] all_tests = { local
74 for (int i=0; i<all_tests.length; i++) {
75 Test.platform test = all_tests[i];
TestXcore.java 63 final Test.platform[] all_tests = { local
67 for (int i=0; i<all_tests.length; i++) {
68 Test.platform test = all_tests[i];
  /external/flatbuffers/tests/
test_builder.cpp 134 BuilderTests<FlatBufferBuilder>::all_tests();
135 BuilderTests<TestHeapBuilder>::all_tests();
136 BuilderTests<GrpcLikeMessageBuilder>::all_tests();
  /art/test/701-easy-div-rem/
genMain.py 20 all_tests = [ variable
49 for default_vars, tests in all_tests:

Completed in 385 milliseconds

1 2 3