Home
last modified time | relevance | path

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

12345678910>>...60

/external/swiftshader/tests/regres/
Dci-tests.json2 { "name": "vulkan-wsi", "api": "vulkan", "tests": "testlists/vk-wsi-PASS.txt" }, string
4 { "name": "vulkan-master", "api": "vulkan", "tests": "testlists/vk-master-ABORT.txt" }, string
5 { "name": "vulkan-master", "api": "vulkan", "tests": "testlists/vk-master-ASSERT.txt" }, string
6 …{ "name": "vulkan-master", "api": "vulkan", "tests": "testlists/vk-master-COMPATIBILITY_WARNING.tx… string
7 { "name": "vulkan-master", "api": "vulkan", "tests": "testlists/vk-master-CRASH.txt" }, string
8 { "name": "vulkan-master", "api": "vulkan", "tests": "testlists/vk-master-FAIL.txt" }, string
9 { "name": "vulkan-master", "api": "vulkan", "tests": "testlists/vk-master-PASS.txt" }, string
10 … { "name": "vulkan-master", "api": "vulkan", "tests": "testlists/vk-master-QUALITY_WARNING.txt" }, string
11 { "name": "vulkan-master", "api": "vulkan", "tests": "testlists/vk-master-TIMEOUT.txt" }, string
12 { "name": "vulkan-master", "api": "vulkan", "tests": "testlists/vk-master-UNIMPLEMENTED.txt" }, string
[all …]
Dfull-tests.json2 { "name": "gles2-master", "api": "gles2", "tests": "testlists/gles2-master.txt" }, string
4 …{ "name": "gles3-565-no-depth-no-stencil", "api": "gles3", "tests": "testlists/gles3-565-no-depth-… string
5 { "name": "gles3-master", "api": "gles3", "tests": "testlists/gles3-master.txt" }, string
7 { "name": "vulkan-wsi", "api": "vulkan", "tests": "testlists/vk-wsi.txt" }, string
8 { "name": "vulkan-master", "api": "vulkan", "tests": "testlists/vk-master.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/crosvm/ci/
DREADME.md11 ### Setting up the source
28 ### Installing Podman (or Docker)
39 ### Running all tests
72 ### Fast, iterative test runs
96 ### Reproducing Kokoro locally
/external/deqp/external/openglcts/
DCONTRIBUTING.md25 ### Test framework overview
52 ### Data Files
67 ### Adding tests to dEQP Framework
78 ### Adding tests to GTF
/external/webrtc/modules/desktop_capture/
Ddesktop_frame_unittest.cc78 void RunTests(const TestData* tests, int num_tests) { in RunTests()
91 const TestData tests[] = { in TEST() local
111 const TestData tests[] = { in TEST() local
141 const TestData tests[] = { in TEST() local
165 const TestData tests[] = { in TEST() local
214 const TestData tests[] = { in TEST() local
244 const TestData tests[] = { in TEST() local
275 const TestData tests[] = { in TEST() local
306 const TestData tests[] = { in TEST() local
/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/llvm-project/llvm/utils/lit/lit/
Dmain.py133 def print_discovered(tests, show_suites, show_tests): argument
157 def determine_order(tests, order): argument
175 def filter_by_shard(tests, run, shards, lit_config): argument
201 def run_tests(tests, lit_config, opts, discovered_tests): argument
260 def print_histogram(tests): argument
267 def print_results(tests, elapsed, opts): argument
278 def print_group(tests, code, shown_codes): argument
Dreports.py19 def write_results(self, tests, elapsed): argument
91 def write_results(self, tests, elapsed): argument
102 def _write_testsuite(self, file, suite, tests): argument
169 def write_results(self, tests, elapsed): argument
/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/llvm-project/flang/test/Semantics/
Dexpr-errors01.f9014 subroutine tests subroutine
26 end subroutine tests 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/libwebsockets/minimal-examples/api-tests/api-test-lws_tokenize/
Dmain.c26 struct tests { struct
27 const char *string;
28 struct expected *exp;
29 int count;
30 int flags;
179 struct tests tests[] = { variable
/external/python/cpython3/Lib/test/
Dbisect_cmd.py31 def write_tests(filename, tests): argument
38 def write_output(filename, tests): argument
74 def run_tests(args, tests, huntrleaks=None): argument
/external/python/oauth2client/
Dtox.ini147 passenv = {[testenv:system-tests]passenv}
150 basepython =
152 commands =
154 deps =
157 passenv = {[testenv:system-tests]passenv}
/external/curl/tests/
DREADME.md200 ### test data
210 ### curl tests
216 ### libcurl tests
223 ### unit tests
/external/llvm-project/llvm/utils/lit/tests/Inputs/test-data-micro/
Dmicro-tests.ini10 microtest0 = test0
11 microtest1 = test1
12 microtest2 = test2
/external/vixl/tools/
Dknown_test_failures.py31 def FilterKnownValgrindTestFailures(tests): argument
82 def FilterKnownTestFailures(tests, **env): 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/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DPluralRangesTest.java42 String[][] tests = { in TestLocaleData() local
66 String[][] tests = { in TestRangePattern() local
82 Object[][] tests = { in TestFormatting() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DPluralRangesTest.java39 String[][] tests = { in TestLocaleData() local
63 String[][] tests = { in TestRangePattern() local
79 Object[][] tests = { in TestFormatting() local
/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/boringssl/src/third_party/wycheproof_testvectors/
Drsa_pss_misc_test.json26 "tests" : [ array
51 "tests" : [ array
76 "tests" : [ array
101 "tests" : [ array
126 "tests" : [ array
151 "tests" : [ array
176 "tests" : [ array
201 "tests" : [ array
226 "tests" : [ array
251 "tests" : [ array
[all …]
/external/python/cpython3/Lib/test/libregrtest/
Dmain.py201 def find_tests(self, tests): argument
445 def _test_forever(self, tests): argument
616 def main(self, tests=None, **kwargs): argument
655 def _main(self, tests, kwargs): argument
714 def main(tests=None, **kwargs): argument

12345678910>>...60