Home
last modified time | relevance | path

Searched defs:tests (Results 1 – 25 of 761) sorted by relevance

12345678910>>...31

/external/swiftshader/tests/regres/
Dci-tests.json2 …{ "name": "gles2-master-risky", "api": "gles2", "tests": "testlists/gles2-master-risky-PASS.txt" }, string
3 { "name": "gles2-master", "api": "gles2", "tests": "testlists/gles2-master-PASS.txt" }, string
5 …{ "name": "gles3-565-no-depth-no-stencil", "api": "gles3", "tests": "testlists/gles3-565-no-depth-… string
6 …{ "name": "gles3-master-risky", "api": "gles3", "tests": "testlists/gles3-master-risky-PASS.txt" }, string
7 { "name": "gles3-master", "api": "gles3", "tests": "testlists/gles3-master-PASS.txt" }, string
9 { "name": "vulkan-wsi", "api": "vulkan", "tests": "testlists/vk-wsi-PASS.txt" }, string
11 { "name": "vulkan-master", "api": "vulkan", "tests": "testlists/vk-master-ABORT.txt" }, string
12 { "name": "vulkan-master", "api": "vulkan", "tests": "testlists/vk-master-ASSERT.txt" }, string
13 …{ "name": "vulkan-master", "api": "vulkan", "tests": "testlists/vk-master-COMPATIBILITY_WARNING.tx… string
14 { "name": "vulkan-master", "api": "vulkan", "tests": "testlists/vk-master-CRASH.txt" }, string
[all …]
Dfull-tests.json2 { "name": "gles2-master-risky", "api": "gles2", "tests": "testlists/gles2-master-risky.txt" }, string
3 { "name": "gles2-master", "api": "gles2", "tests": "testlists/gles2-master.txt" }, string
5 …{ "name": "gles3-565-no-depth-no-stencil", "api": "gles3", "tests": "testlists/gles3-565-no-depth-… string
6 { "name": "gles3-master-risky", "api": "gles3", "tests": "testlists/gles3-master-risky.txt" }, string
7 { "name": "gles3-master", "api": "gles3", "tests": "testlists/gles3-master.txt" }, string
9 { "name": "vulkan-wsi", "api": "vulkan", "tests": "testlists/vk-wsi.txt" }, string
10 { "name": "vulkan-master", "api": "vulkan", "tests": "testlists/vk-master.txt" }, string
11 { "name": "vulkan-master-risky", "api": "vulkan", "tests": "testlists/vk-master-risky.txt" } string
/external/antlr/tool/src/test/java/org/antlr/test/
DTestLeftRecursion.java55 String[] tests = { in testTernaryExpr() local
85 String[] tests = { in testDeclarationsUsingASTOperators() local
116 String[] tests = { in testDeclarationsUsingRewriteOperators() local
146 String[] tests = { in testExpressionsUsingASTOperators() local
178 String[] tests = { in testExpressionsUsingRewriteOperators() local
211 String[] tests = { in testExpressionAssociativity() local
292 String[] tests = { in testJavaExpressions() local
335 String[] tests = { in testReturnValueAndActions() local
354 String[] tests = { in testReturnValueAndActionsAndASTs() local
361 public void runTests(String grammar, String[] tests, String startRule) { in runTests()
/external/deqp/external/openglcts/
DCONTRIBUTING.md25 ### Test framework overview
52 ### Data Files
67 ### Adding tests to dEQP Framework
78 ### Adding tests to GTF
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/res/
DStringResourcesTest.java31 Map<String, String> tests = new HashMap<>(); in escape_shouldEscapeCodePoints() local
59 Map<String, String> tests = new HashMap<>(); in escape_shouldRemoveUnescapedDoubleQuotes() local
78 Map<String, String> tests = new HashMap<>(); in escape_shouldSupport() local
88 List<String> tests = new ArrayList<>(); in testInvalidCodePoints() local
/external/autotest/docs/
Duser-doc.md189 ### Building tests selectively
244 ### Running tests on a machine
249 ### Running tests in a VM - cros_run_test
340 ### Writing a test
355 ### Making a new test work with ebuilds
388 ### Deps
411 ### Test naming conventions
/external/pdfium/fxjs/xfa/
Dcfxjse_formcalc_context_embeddertest.cpp50 } tests[] = {{"123 + 456", 579}, in TEST_F() local
91 } tests[] = { in TEST_F() local
113 } tests[] = {{"0 and 1 or 2 > 1", true}, in TEST_F() local
153 } tests[] = {{"Abs(1.03)", 1.03f}, {"Abs(-1.03)", 1.03f}, {"Abs(0)", 0.0f}}; in TEST_F() local
171 } tests[] = {{"Avg(0, 32, 16)", 16.0f}, {"Avg(2.5, 17, null)", 9.75f}}; in TEST_F() local
189 } tests[] = {{"Ceil(2.5875)", 3}, {"Ceil(-5.9)", -5}, {"Ceil(\"abc\")", 0}}; in TEST_F() local
207 } tests[] = {{"Count(\"Tony\", \"Blue\", 41)", 3}}; in TEST_F() local
225 } tests[] = {{"Floor(21.3409873)", 21}, in TEST_F() local
245 } tests[] = {{"Max(234, 15, 107)", 234}, in TEST_F() local
265 } tests[] = {{"Min(234, 15, 107)", 15}, in TEST_F() local
[all …]
/external/python/cpython3/Lib/test/
Dbisect_cmd.py31 def write_tests(filename, tests): argument
38 def write_output(filename, tests): argument
66 def run_tests(args, tests, huntrleaks=None): argument
/external/python/cpython2/Lib/test/
Dbisect_cmd.py32 def write_tests(filename, tests): argument
39 def write_output(filename, tests): argument
74 def run_tests(args, tests, huntrleaks=None): argument
/external/vixl/tools/
Dknown_test_failures.py31 def FilterKnownValgrindTestFailures(tests): argument
82 def FilterKnownTestFailures(tests, **env): argument
Dgenerate_simulator_traces.py158 tests = sorted(filter(lambda t: 'AARCH64_SIM_' in t, test_list.split()), variable
199 tests = sorted( variable
206 tests = filter(re.compile(args.filter).search, tests) variable
/external/python/oauth2client/
Dtox.ini147 passenv = {[testenv:system-tests]passenv}
150 basepython =
152 commands =
154 deps =
157 passenv = {[testenv:system-tests]passenv}
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/tests/Inputs/test-data-micro/
Dmicro-tests.ini10 microtest0 = test0
11 microtest1 = test1
12 microtest2 = test2
/external/autotest/client/site_tests/policy_WilcoOnNonWilcoDevice/
Dpolicy_WilcoOnNonWilcoDevice.py17 def _run_setup_case(self, tests): argument
24 def run_once(self, tests): argument
/external/libxml2/python/tests/
DMakefile.am62 tests: $(PYTESTS) target
74 tests: target
/external/autotest/frontend/client/src/autotest/tko/
DTestContextMenu.java10 private TestSet tests; field in TestContextMenu
13 public TestContextMenu(TestSet tests, TestSelectionListener listener) { in TestContextMenu()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DPluralRangesTest.java41 String[][] tests = { in TestLocaleData() local
65 String[][] tests = { in TestRangePattern() local
83 Object[][] tests = { in TestFormatting() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DPluralRangesTest.java38 String[][] tests = { in TestLocaleData() local
62 String[][] tests = { in TestRangePattern() local
80 Object[][] tests = { in TestFormatting() local
/external/python/cpython3/Lib/test/libregrtest/
Dmain.py201 def find_tests(self, tests): argument
442 def _test_forever(self, tests): argument
612 def main(self, tests=None, **kwargs): argument
651 def _main(self, tests, kwargs): argument
710 def main(tests=None, **kwargs): argument
/external/pdfium/xfa/fgas/crt/
Dcfgas_stringformatter_unittest.cpp67 } tests[] = { in TEST_F() local
131 } tests[] = {{L"en", L"01:01:11", L"h:M A", L"1:1 AM"}, in TEST_F() local
182 } tests[] = { in TEST_F() local
212 } tests[] = { in TEST_F() local
240 } tests[] = { in TEST_F() local
351 static const TestCase tests[] = { in TEST_F() local
497 static const TestCase tests[] = { in TEST_F() local
624 } tests[] = {// TODO(dsinclair) Missing support for the global modifiers: in TEST_F() local
655 } tests[] = { in TEST_F() local
678 } tests[] = { in TEST_F() local
[all …]
/external/boringssl/src/third_party/wycheproof_testvectors/
Drsa_pss_misc_test.json22 "tests" : [ array
47 "tests" : [ array
72 "tests" : [ array
97 "tests" : [ array
122 "tests" : [ array
147 "tests" : [ array
172 "tests" : [ array
197 "tests" : [ array
222 "tests" : [ array
247 "tests" : [ array
[all …]
/external/icu/icu4c/source/test/intltest/
Dcalcasts.cpp121 static const TestCase tests[] = { in IslamicCivil() local
210 static const TestCase tests[] = { in Hebrew() local
331 static const TestCase tests[] = { in Indian() local
394 static const TestCase tests[] = { in Coptic() local
439 static TestCase tests[] = { in Ethiopic() local
/external/libchrome/base/test/
Dgtest_util.cc37 std::vector<TestIdentifier> tests; in GetCompiledInTests() local
54 std::vector<TestIdentifier> tests(GetCompiledInTests()); in WriteCompiledInTestsToFile() local
80 base::ListValue* tests = nullptr; in ReadTestNamesFromFile() local
/external/OpenCL-CTS/test_conformance/
Drun_conformance.py200 def run_tests(tests) : argument
303 tests = get_tests(sys.argv[1], devices_to_test) variable
330 tests = tests_to_use[:] variable
/external/cldr/tools/java/org/unicode/cldr/draft/
DTransformTest.java20 String[][] tests = { in TestFix() local
38 String[] tests = { in TestSomeBasic() local
94 public void checkAgainstCurrent(String translitId, String... tests) { in checkAgainstCurrent()

12345678910>>...31